Font Colour & Back ground colour

Discussion in 'Tally Developer' started by Mahesh Sethi, Jul 2, 2025.

  1. Mahesh Sethi

    Mahesh Sethi Member


    Dear sir,
    I want to change the particular field value font colour in orange.


    [Line: GI Cmp Name]

    Fields : Simple Field
    Local: Field: Simple Field : Set As : "D E M O C M P A N Y" ;;@@CmpMailName
    Local: Field: Simple Field : Align : Center
    Local: Field: Simple Field : FullWidth : Yes
    Local: Field: Simple Field : Style : Cmp Style
    Local: Field: Simple Field : Color : Orange



    Like att JPEG colour Font
     

    Attached Files:

    • MMM.jpg
      MMM.jpg
      File size:
      253.5 KB
      Views:
      10


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Have you defined your Color "Orange" with RGB values ?? ----- if not -- define it

    Or else use the pre-defined one in Tally
    - Very Light Orange
    - Released Orange
    - Pale Orange
    - Light Orange
    - Karry Orange

    The "TRUE Orange" color RGB code is 255,165,0
     


  3. Mahesh Sethi

    Mahesh Sethi Member



    Amit Sir,

    Thanks for your replay.
    As per your instruction i change it but it is not effective

    [Line: GI Cmp Name]

    Fields : Simple Field
    Local: Field: Simple Field : Set As : "DEMO COMPANY " ;;"A R M C O A L" ;;@@CmpMailName
    Local: Field: Simple Field : Align : Center
    Local: Field: Simple Field : FullWidth : Yes
    Local: Field: Simple Field : Style : Cmp Style
    ;Local: Field: Simple Field : Colour : MyOrange
    Local: Field: Simple Field : Print BG : MyOrange

    ;;=================================================================
    [Colour : MyOrange]

    ;;Shade: 20, 80, 0
    ;;Greyback RGB: 159, 171, 167
    Greyback RGB : 255,1650,167
     

    Attached Files:



  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    This is your line -- errors in red --> Greyback RGB : 255,1650,167 -- value cannot be 4 digits

    Change to ----
    [Colour : MyOrange]
    RGB : 255,165,167
     


  5. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Still if the above does not work --- use your OWN made Field instead of "Simple Field" -- 'cause it seems the default Tally settings might not be getting overruled.
     


  6. Mahesh Sethi

    Mahesh Sethi Member


    Amit Sir,

    Its Almost Done but Colour is not getting the same. Pls Guide me.

    Thanks in Advance


    [Field : GICOName]

    Set As : "A R M C O A L" ;;@@CmpMailName
    Align : Center
    FullWidth : Yes
    Style : Cmp Style
    Print FG : MyOrange


    [Color : MyOrange]

    RGB : 255,165,167

    Done.png
     


  7. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    From your attached screenshot --- the color is being implemented ---

    So what EXACTLY is not working ??? And what do you mean by "getting the same" ???

    Do you mean the same color as your LOGO color ??
     


  8. Mahesh Sethi

    Mahesh Sethi Member


    Yes Sir....:)
    Can it is possible.

    Thanks for your replay.
     


  9. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Google --- color picker ---
    enter the website https://imagecolorpicker.com/ --- upload your image ---- move cursor on the color you need --- get the RGB code -- then use it
     


Share This Page