Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlighting a row in a grid
Message
From
15/11/2004 12:04:04
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00961404
Message ID:
00961411
Views:
8
Terry,

In the parent grid insert a logic field exempl. lselected, in the AfterRowChangeEvent set at .T. that record of parentdbf and all others to .F. in the refresh metod insert
thisform.grid1.setall("dynamicbackcolor", "IIF(parentdbf.lselected= .f.,rgb(255,255,255), rgb(249,255,187))", "Column")
Luigi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform