Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About grid.
Message
From
03/07/2001 03:19:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
About grid.
Miscellaneous
Thread ID:
00526159
Message ID:
00526159
Views:
40
hi,
i have a grid in which the backcolor of the row is alternative,i.e first row is black and second row will be of some other color. the command is,

THISform.grid1.SetAll("dynamicbackcolor", ;
"IIF(round(recno()/2,0) = recno()/2, RGB(0,0,0), RGB(232,232,232))", "Column")

but if'll change the order of the grid, my rows backcolor gets shuffel because of recno(). But can i avoid this even though due to order the recno changes.

thanku.
Next
Reply
Map
View

Click here to load this message in the networking platform