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
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
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
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
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.
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
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 ??
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