Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple grid line colors
Message
From
30/06/2002 18:24:27
Dennis Schuette
Customized Business Services, Llc
Yuma, Arizona, United States
 
 
To
30/06/2002 18:10:05
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00673739
Message ID:
00673745
Views:
22
It was the quotes. AAAGGGHH!
Thanks for the quick reply
>Dennis,
>
>I did the same thing yesterday :) thought I was going crazy. Is it possible that the field is a character and not a numeric?
>
>this is what happened to me, no data type mismatch errors etc., just a white line.
>
>also, you don't need the quotes around the expression:
>
"IIF(lvSchedule.order_display=0,RGB(255,255,255),IIF(lvSchedule.order_display>0,RGB(128,255,128),RGB(255,255,128)))"
>i.e.
>
IIF(lvSchedule.order_display=0,RGB(255,255,255),IIF(lvSchedule.order_display>0,RGB(128,255,128),RGB(255,255,128)))
>
>hope this helps
Dennis Schuette
Previous
Reply
Map
View

Click here to load this message in the networking platform