Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding a record with buffering
Message
De
25/05/1999 14:02:01
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00222588
Message ID:
00222598
Vues:
36
Here's the normal steps:
1. Add.Click():
      SELECT MyTable
      APPEND BLANK
2. Let the user enter the data
3. Save.Click(): TableUpdate()
HTH

>My form has a data environment with table buffering = 2. The data-entry textboxes in the form have tablename.fieldname as their ControlSource. To add a new record, my add button Click event has the following code: select the table, append blank and execute a tableupdate(.T.).
>
>The append blank works, but no data goes into the table. Can anyone please tell me what I'm missing? Thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform