Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlighting grid
Message
From
13/03/2001 11:49:54
 
 
To
13/03/2001 08:25:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00484398
Message ID:
00484486
Views:
16
Chin Yong
Try use "SetAll"

The command will allow you to highlight the record or one single Column, like you prefere. See the example :

Local lcpointer
lcpointer = Str(Recno())
Thisform.Grid.SetAll("DynamicBackColor", "IIF(RECNO()="+lcpointer+")=0, RGB(255,255,255), RGB(0,255,0))", "Column")

HTH
Nuno Brito
Nuno Brito
Previous
Reply
Map
View

Click here to load this message in the networking platform