Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
=TableUpdate(.T.)
Message
 
 
To
10/10/2001 11:25:17
Chuck Tripi
University of Wisconsin - Milwaukee
Milwaukee, Wisconsin, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00566193
Message ID:
00566457
Views:
14
>As I added this code and seems to work better:
>
>=TableUpdate(1,.T.,"auth")
>
>I came up with this setting order for some reason. I still have to check some more, but the question what is the different between this and the below:
>
>>TableUpdate(.T., .F., "MyTable")
>
>Chuck

The .T. in the second parameter tells Tableupdate to force the changes. If someone else has already changed the values in the table, your changes will overwrite theirs. The .F. tells Tablepdate to return .F. if changes have already been made.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Reply
Map
View

Click here to load this message in the networking platform