Message
From
08/12/2006 12:35:50
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01176119
Message ID:
01176167
Views:
13
>Hello,
>
>Lets say I have a lot of records in the table which I want to show in the grid.
>I want following:
>- grid will show all last records in the table (other records will be able to access using scrollbar)
>- active record should be latest record.
>
>My problem is:
>if I will make "GO BOTTOM" then grid will show only the most last one - other records will be not shown and grid will look empty... while I want to fill all grid with data. Is it clear what I want?
>
>Thanks in advance

You may try
oGrid.setfocus
oGrid.DoScroll(2)
at the end of your code, i.e. after you move record pointer
Edward Pikman
Independent Consultant
Previous
Reply
Map
View