Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Flush data
Message
From
25/08/1998 18:53:07
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00129163
Message ID:
00129903
Views:
22
>
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform