Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight row of a grid
Message
From
16/06/1999 16:36:04
 
 
To
16/06/1999 16:27:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00230643
Message ID:
00230647
Views:
17
>I need to highlight the entire row of the grid as the record pointer moves. Any Help.....?
>
>Thanks
>Gnana

1. Create form custom property: Form.Gridrecno
2. Add to Grid.Afterrowcolumnchange event
Thisform.Gridrecno=recno(this.recordsource)
This.Refresh
3. Add to Form.Init event
this.gridrecno=-1
this.grid1.setall("dynamicbackcolor","IIF(thisform.gridrecno=recno('table1'),65535,16777215)","column")
this.grid1.refresh
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform