Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting DynamicBackColor independant of Recno()?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Setting DynamicBackColor independant of Recno()?
Miscellaneous
Thread ID:
00380368
Message ID:
00380368
Views:
44
Is there a way to set the DynamicBackColor of a grid's rows so that the row colors alternate (green,white,green,white....etc) without relying on the recno() as the grid wizard does? I need to order the table in my grid and when I do this the current setting of IIF(MOD(RECNO(),2)=1,RGB(255,255,255),RGB(192,220,192)) for the DynamicBackColor throws everything off. I get green,green,green,white,white...etc etc etc.

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform