Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Update table using cursor
Message
De
24/07/2000 22:10:38
 
 
À
14/07/2000 06:42:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00392267
Message ID:
00396449
Vues:
10
David,

Try this:
Ans=Messagebox(...)
DO CASE
CASE ANS= 6
* Post record
Select YourTable && The table to dump posting data
APPEND FROM DBF('YourCursor') && This command should locate the cursor's
&& temp file, you could also add othe
&& APPEND command options
OTHERWISE
* Reset the cursor table
ENDCASE

Hope this helps.

DARWIN
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform