Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flush data
Message
De
25/08/1998 18:53:07
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00129163
Message ID:
00129903
Vues:
28
>
>TableUpdate is not universal, you must issue one for each table that has pending changes in it. For example, if you have a form with the customer, invoice and invdetails tables open and modified you need to;
>
>TableUpdate(0,.F.,"Customer")
>TableUpdate(0,.F.,"Invoice")
>TableUpdate(2,.F.,"InvDetails")
>
>In order to update all files.

Thanks, that helps a lot. I notice in the help file for TableUpdate that the first paramater is a logical. What do the 0 & 2 do in your example?

Thanks
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform