Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableUpdate command fails
Message
From
18/04/2006 13:35:55
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01114334
Message ID:
01114337
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform