Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getnextmodified()
Message
 
 
To
28/08/2002 22:48:34
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00694770
Message ID:
00694785
Views:
10
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
Previous
Reply
Map
View

Click here to load this message in the networking platform