Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids & SQL cursors
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00002374
Message ID:
00002526
Views:
41
>Speaking of that (DS) that is the one thing I
>still can't get to work using Cursors -- the row
>coloring scheme (in the upper classes). Will hope
>for the best.
>
>Thanks
>Tom
Are you referring to displaying a grid with two alternating colors for the rows? If you are I put the following code in my grid.init:
THIS.SETALL("DynamicBackColor", ;
"IIF(MOD(RECNO(),2)=0,RGB(255,255,255), ;
RGB(130,255,0))","Column")
Michael P. Haake
FoxPro Programmer
"Doing the best I can!"
** Retired Air Force **
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform