Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Selecting unsaved records from a buffered table
Message
From
03/01/2005 21:09:29
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
00973968
Message ID:
00973969
Views:
14
>How do I SELECT the new records from a buffered table?
>
>TIA
>
>Richard

The SELECT - SQL command doesn't have a specific option to select new or modified records.

You can get the recno() of the next modified or new record with GetNextModified(). recno() will be a negative number for new, uncommited records. To find out what changes were made, see GetFldState().
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform