Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight entire row in grid
Message
From
10/09/1999 04:11:49
 
 
To
09/09/1999 15:52:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00263093
Message ID:
00263277
Views:
23
Hi Alan.

>> I think this is what you are looking for. I pulled this from the Microsoft KB #Q130458. <<

Better to make gRNo as custom property of the grid than a public variable.

>> Place the following code in the grid's AfterRowColChange event: <<

If you set This.Parent.Parent.nRecNo = RECNO(This.Parent.Parent.RecordSource) the When of the contained controls, you don't need the Refresh. Refreshing the grid every time AfterRowColChange fires can really slow things down.

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform