Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TableUpdate command fails
Message
De
18/04/2006 13:35:55
Jim Winter
Jim Winter Consulting
Hinesburg, Vermont, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01114334
Message ID:
01114337
Vues:
21
This message has been marked as the solution to the initial question of the thread.
>Ok this works:
>
>Select poupdate_puritem_catorders_needupdates_rvwpu
>llTableUpdate = TableUpdate(.T., .T.)
>
>but yet this fails....
>
>Select poupdate_puritem_catorders_needupdates_rvwpu
>llTableUpdate = TableUpdate('poupdate_puritem_catorders_needupdates_rvwpu', .T., .T.)
>
>I get an error saying 'invalid function or argument...' blah blah...
>
>Does anyone know why this would happen? Its updating the same darn view!!!

Try it this way.
llTableUpdate = TableUpdate(.T.,.T.,'poupdate_puritem_catorders_needupdates_rvwpu')
Regards,
Jim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform