Jakkals
March 9th, 2007, 05:19 AM
How do I change the fore color of a field in either a CrystalReport or ReportViewer document depending on the value of another field? For example: I have an Order form,
If the [Order Type Field] = [Normal Order] then
Fore Color of the [Order Type Field] in my report must be Blue
Else If the [Order Type Field] = [Sample Order] then
Fore Color of the [Order Type Field] in my report must be Red
If the [Order Type Field] = [Normal Order] then
Fore Color of the [Order Type Field] in my report must be Blue
Else If the [Order Type Field] = [Sample Order] then
Fore Color of the [Order Type Field] in my report must be Red