Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing a Temporary table in Form designer
Message
 
À
01/04/1999 13:55:41
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00204335
Message ID:
00204370
Vues:
16
Hi Man Cheung,

>Data in the temporary files can be validated before transferred to the DBF tables.

This does actually sound like you need table buffering. This lets you change records in a table without them being physically written to the disk. With TABLEUPDATE() you can confirm these changes and with TABLEREVERT() you can throw anything away.

To answer you original question, there's no way to put a cursor visually in the form's data environment. You haave to create the cursor in code, for example in the Load() event using the CREATE CURSOR command.

Christof
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform