Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to force grid to show more than one latest record
Message
De
08/12/2006 12:35:50
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01176119
Message ID:
01176167
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform