Does anyone know of a color picker that I can use to find a specific color code?
I need to replicate our current delivery note stationary in terms of both layout and colors...but it's impossible to get the colors right just by guessing the codes!!!
Either that or can someone please tell me what coding format is used in Navision?????
HELP!
0
Comments
Run the CSide Help, search on 'color', pick RGB color model from the list, it explains how this works.
-a
For example, the shade of blue I want to use is:
R: 162
G: 170
B: 190
Therefore the formula is: 162 + (170*256) + (190*256*256)...
The resultant integer is 12495522.
This color is appearing as grey rather than feint blue...is there some sort of color limit!???
If you are creating a report, I don't know if you are aware that Navision does not print text in colour.
However, this report is to be emailed in HTML format, which I imagine supports color? Or am I wasting my time!???
http://www.inetis.com/freeware.asp
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
Navision doesn't even Preview the report with colour, and I just tried saving one to HTML that had some simple colours in it and it came out black and white.
Give it a try with some colour to see if it will do what you want before spending ages trying to get the colour right, but I think you are going to find it just won't happen
Ian
If I succeed, I'll let you know!
Thanks for all your help, guys!