Background Color

Discussion in 'Tally Developer' started by HVPatel, Aug 8, 2012.

    
  1. HVPatel

    HVPatel Active Member


    Can we change Background Color for a Line in print?
     


  2. Vikram

    Vikram Member


    Hasmukh ji,

    yes , it can be acheived by applying it to the fields ,since it is an attribute of field .

    NOTE : Need A color printer to check the effect!!
    Check the below chunk of code and see the effect in normal print

    ;;[#Line: EXPINV InvDetails] ;; for line level

    ;;Local : Field : Default : Print BG : Black ;;For background color
    ;;Local : Field : Default : Print FG : Yellow ;;for Foreground (Font) color

    [#Field : ExpinvDesc] ;;for field level

    Print BG : Black ;;For background color
    Print FG : Yellow ;; for Foreground (Font) color
     


  3. admin

    admin Administrator Staff Member


    Kindly use below attributes:

    Print BG - To Print Back Ground Color
    Print FG - To Print Display Content in Color
     


  4. HVPatel

    HVPatel Active Member


    Using above
    Print BG or Print FG with Line or Field
    nothing changes.
     


  5. admin

    admin Administrator Staff Member


    These are for Field
     


  6. HVPatel

    HVPatel Active Member


    Thanks to Mr. Vikram & Admin ji.
     


  7. nasir

    nasir Member


    HI DEAR CAN ANY BODY HELP ME ABOUT HOW CAN WE CHANGE COLOR AS RED AND BLUE COMPANY NAME AND ADDRESS AND PARTY NAME AND ADDRESS IN SIMPLE PRINTED INVOICE PRINTING KINDLY HELP PLZZZZZZ
     


Share This Page