Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Last row in a table
Message
De
23/04/2002 15:33:52
 
 
À
23/04/2002 15:19:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00648365
Message ID:
00648377
Vues:
23
If the table is open and the last row is what you want
go bottom
m.newseq = seqnum+1
If table is not in seqnum order
Select max(seqnum) as lastseqnum from tablename into cursor lastseqnum
m.newseqnum = lastseqnum+1
use in lastseqnum
HTH

Elmer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform