Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alternating lines on a grid
Message
From
07/04/2000 04:00:29
 
 
To
07/04/2000 01:09:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00356606
Message ID:
00356696
Views:
35
Hi Mike.

>> Yep, my bad. This should work:

this.setall('DynamicBackColor', 'iif(mod(this.activerow, 2) = 1, rgb(255,0,0), rgb(0,255,0))', 'Column') <<

How is that going to alternate colors on the rows when there is, at most, one ActiveRow in the grid at a given time? And Grid.ActiveRow > 0 only when the grid has focus.

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform