Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight entire row on grid
Message
From
06/01/2003 18:38:11
Raza Malik
Universal Accounting Software
Edgewater, New Jersey, United States
 
 
To
06/01/2003 12:44:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00738413
Message ID:
00738601
Views:
26
put the following code in the init() event of the grid:

=DODEFAULT()

THISFORM.grdDisplay.ReadOnly = .T.

*-- Alternate white and green records
THISFORM.grdDisplay.ReadOnly.SetAll("DynamicBackColor", ;
"IIF(MOD(recno(),2) = 1, RGB(255,255,255), RGB(255,255,236))", "Column")
Previous
Reply
Map
View

Click here to load this message in the networking platform