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 04:22:37
 
 
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:
01024569
Views:
26
Hi Arun,

It depends on the record itself. If the record is a new record that you have just added to a buffered table, then all you have to do is revert the record - for this, check out TABLEREVERT() in the VFP help. If the record already exists in the table, you simply delete it but, to ensure that the delete persists to the source table (or other datasource), the you must issue a TABLEUPDATE(), again, see the VFP help for details.

HTH

>Hi All
>
>Please guide me, how can I delete a record when the table in buffering.
>
>
>Arun, India
-=Gary
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform