Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using alternate backcolor in grid rows
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Using alternate backcolor in grid rows
Miscellaneous
Thread ID:
00769589
Message ID:
00769589
Views:
49
Hi:

I am currently formatting my grid to display alternate backcolors in rows. My code in the grid's Init() looks like the ff:

This.SetAll("dynamicbackcolor", ;
"IIF(recno()%2 = 0,RGB(230,243,255), RGB(255,255,255))", ;
"Column")

However, this does not work when I am changing the sort order of the data in the grid. The backcolors are not alternated anymore. Obviously, this is because I am using recno() to determine the backcolor.

I have been looking for ways other than recno(). The grid's ActiveRow property works as long as you have the focus on the grid. Anybody got a better idea?

TIA,
Bernard L. Omiple
VFP, SQL Server, Crystal Reports
Next
Reply
Map
View

Click here to load this message in the networking platform