Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rows in a grid
Message
De
26/07/2006 06:47:11
 
 
À
26/07/2006 06:43:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01140096
Message ID:
01140097
Vues:
19
>Hi there,
>I have a grid whose rowsource is refreshed regularly (each 20 seconds).
>Each time it's refreshed the grid display the first record of the table.
>Is there a way to show almost the same situation on the screen ?
>
>Thx
>Alessio

In the timer:
lnRecord=recno('yourtable')
..timer fires
goto lnRecord in yourtable
yourgrid.refresh()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform