Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getnextmodified()
Message
 
 
À
28/08/2002 22:48:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00694770
Message ID:
00694785
Vues:
9
GetNextModified() does work for appended records.

append blank
? GetNextModified( 0 )

returns -1 which is the recno() for the newly appended record. If you have more than one appended record you need to specify the negative recnos to find them all

append blank
append blank

? GetNextModified( 0 ) && returns -1
? GetNextModified( -1 ) && returns -2


>I use Getnextmodified() function to find which record are modified or append/delete. But Getnextmodified() does not identify record newly appended, any workaround?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform