Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight entire row on grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00738413
Message ID:
00738447
Views:
21
Another Solution would be to capture the current or selected record as a form property and use a code like this in the init of the Grid:

'THIS.SETALL("DynamicBackColor","IIF((THISFORM.ncurrec=RECNO()),RGB(0,255,0),RGB(255,255,255))","Column")'

PS. this will highlight it in green, you may want to replace with the yellow color value.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform