Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private Data Sessions -- What are they good for
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00300134
Message ID:
00302137
Views:
30
Roi,

You should NEVER have a transaction that encloses a whole form. Transactions take file locks and hold them until the trnasaction ends.

For your situation you could use a customer form property of the child form, say named OldData. In the Init of the form you can;

SCATTER MEMO NAME Thisform.OldData

Then let the user do whatever they want, if they choose cancel in the form you simply GATHER MEMO NAME Thisform.OldData.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform