Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
=TableUpdate(.T.)
Message
From
10/10/2001 11:38:15
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
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:
00566463
Views:
17
>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

Chuck,

You can use either 1 or .T. for this. This determines whether the rows are updated or just the current record. The second parameter is whether you are "Forcing" the update. This has to do how the data is written. If .T. then it will overwrite all rows regardless of another users changes. If .F. it will move through the table and update one row at a time.

Renoir
Previous
Reply
Map
View

Click here to load this message in the networking platform