Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mark Record Delete Also Need TableUpdate()
Message
From
26/02/1998 09:27:45
 
 
To
26/02/1998 00:47:51
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00081282
Message ID:
00081342
Views:
17
Hi Justok.

If you are using row buffering, VFP will automatically do a tableupdate() any time you move the record pointer. If you do not want this to happen, use table buffering instead.

Marcia

>Waste me 2 hrs to find why fail mark delete and then quit system
>but fail to mark it....
>
>Mark Delete is also a Change Action and Need TableUpdate() to confirm!
>>_<' UnBrievable....
>
>Another Things, I use a Single Grid!
>when Add new record, I disable most button
>and leave [Complete] and [Cancel]
>
>Problem is that if user don't click complete but
>move around to other record and make change....
>Then, I use TableRe() but fail, the record still exist....
>
>Currently, I do a silly thing is to:
>TableUpdate()
>Delete && mark Delete
>TableUpdate()
>
>* and pack the table when leave....
>
>I want to know when will Table AutoUpdate and not allow
>me to Revert it??
>
>Is Begin Transaction, End Transaction and Rollback suitable to
>fit this case??
>
>But Where to put it?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform