Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filling grid completely
Message
From
14/09/2015 09:38:06
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01624580
Message ID:
01624586
Views:
64
>Hi,
>
>I have a grid bound to a cursor. The grid has about 15 rows. The cursor - almost always has more rows (20+). Before displaying the form with this grid the record pointer is moved to the last one (GO BOTTOM). When the grid is displayed the last record of the cursor is displayed in the 1st row of the grid. The rest of the grid rows are empty. Therefore, user has to scroll down to fill out the grid. How can I (in code) make sure that the entire grid is filled with the cursor, before displaying the form?
>
>TIA.

Why are you moving to the bottom of the cursor before displaying it then?

If you want the grid to be filled, GO TOP instead. Or reverse your sort order. Or SKIP -15.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform