Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple grid line colors
Message
From
30/06/2002 18:10:05
 
 
To
30/06/2002 17:49:13
Dennis Schuette
Customized Business Services, Llc
Yuma, Arizona, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00673739
Message ID:
00673744
Views:
17
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
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform