Re: Crystal report problem
Re: Crystal report problem
I'm afraid, AFAIK, that you have to condition every field
Re: Crystal report problem
Quote:
Originally Posted by
jggtz
I'm afraid, AFAIK, that you have to condition every field
hi
how can I assign color to the field whats the function ?
because I search the edit formula but I didnt find the coloring function !
any code may help me ?
Re: Crystal report problem
Click right button over every field that you want to condition (one by one, I never try selecting all the fields)
Select 'Font'
Set desired Color in the Color combobox
Click over 'x-2' button at the right side
In the formula Editor window, write your condition as (is an example, write your real table an field names):
Code:
If {Table1.Field1]="total" then crRed
Save the formula
And that's it
JG