Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting a grid to start displaying where you want it to.
Message
From
20/06/1999 19:30:31
 
 
To
20/06/1999 13:12:56
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00231903
Message ID:
00231956
Views:
21
>You can get a grid to locate the active row on the firdst line with some code >in a grid event like:

>do while this.relativerow > 1
>this.doscroll(1)
>enddo

>YOu could put this in the grid.refresh() to have the active row always start >on top, or put it in the AfterRowColChange event to have it stay on top even >after the user has clicked another row.

I haven't a clue what all thats doing but I'll give it a try!

Thanks

Harry
Previous
Reply
Map
View

Click here to load this message in the networking platform