Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Private Data Sessions -- What are they good for
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00300134
Message ID:
00302137
Vues:
31
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform