Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
About the way to save the information
Message
 
À
04/09/1998 12:52:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00133386
Message ID:
00133390
Vues:
14
>Hello, Every body.
>I am mading a little information system, so I have a problem because each record has to be validate, according to some conditions, the problem is that I have to check the record before it have been save. I know the rutine but with what ever record the system give a message that it record have been save before.
>In others while I am put the information over the form, it´s been saved at the same time whiout wait that I push the save bottom.
>I hope yours can help me.
>Here is me email, if yours wants send me a examples:
>adumith@hotmail.com

Andrews,

You need to turn on data buffering in your form. You can do this by going to the data environment and setting the BufferModeOverride property of each cursor to the buffer mode you want. Once you have buffering enabled then you use the TableUpadte() function to write the data to the file. Tablerevert() will revert the edited data and return it to the values you started with.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform