Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to use getnextmodified
Message
De
29/09/1996 13:37:45
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00006689
Message ID:
00008778
Vues:
46
> > lnRecno = GETNEXTMODIFIED(0) > DO WHILE lnRecno # 0 > GOTO lnRecno > *-- do your update > lnRecno = GETNEXTMODIFIED(lnRecno) > ENDDO > > >how to use getnextmodified to update balances in a monthly balance > table, which stores account codes and year stamp For the Record, GETNEXTMODIFIED() moves the record pointer, so there is no need for the GOTO lnRecno in the loop. Bill
Bill Morris
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform