Hi,
I am using Crystal Reports that comes with Visual Studio 2005.
Have a tabel consisting of 12 row and 32 colums.
In the colums is a ID value that corresponde with a record in an other table.
In that record is a field containing a color number
Now I want to set the fields backcolor to that color
Need to know 2 thinks.
1) Is it possible in Crystal Reports to convert value like -65536 to a known color.
In vb.net this could be done with color.FromArgb([number])
2) Can you make a formula to set the backcolor depending on the value in a second table.
Before I start making a big query with a lot of links.
Thanks in advance.
Ernst Jan
I am using Crystal Reports that comes with Visual Studio 2005.
Have a tabel consisting of 12 row and 32 colums.
In the colums is a ID value that corresponde with a record in an other table.
In that record is a field containing a color number
Now I want to set the fields backcolor to that color
Need to know 2 thinks.
1) Is it possible in Crystal Reports to convert value like -65536 to a known color.
In vb.net this could be done with color.FromArgb([number])
2) Can you make a formula to set the backcolor depending on the value in a second table.
Before I start making a big query with a lot of links.
Thanks in advance.
Ernst Jan