Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I delete a record in buffering mode?
Message
From
18/06/2005 09:34:14
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
18/06/2005 04:05:58
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows 2000
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01024568
Message ID:
01024585
Views:
19
>Hi All
>
>Please guide me, how can I delete a record when the table in buffering.
>
>
>Arun, India

For regular changes to a record, you do the changes, followed by TableUpdate().

For delete it is similar: You do a delete, followed by TableUpdate().

Check the return value of TableUpdate() to see if the delete was successful.
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
Next
Reply
Map
View

Click here to load this message in the networking platform