Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to search record in buffer?
Message
From
27/10/2003 20:20:17
 
 
To
27/10/2003 17:49:15
Mike Sontillano
Travellers Life Assurance of the Philipp
Naga, Philippines
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00842961
Message ID:
00843351
Views:
23
Mike,

If you want to see if a record has been added, but is buffered and not yet saved, its record number will be less than 0. Try
locate for recno() < 0
If found()
? "This record has been added"
else
? "No new record was added"
endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform