Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alternating lines on a grid
Message
From
07/04/2000 01:09:22
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00356606
Message ID:
00356673
Views:
28
>This only works if the table is in record number order - in his case it's not.

Yep, my bad. This should work:

this.setall('DynamicBackColor', 'iif(mod(this.activerow, 2) = 1, rgb(255,0,0), rgb(0,255,0))', 'Column')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform