Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating tables
Message
 
To
18/10/2000 07:27:56
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00430792
Message ID:
00430803
Views:
11
>=TABLEUPDATE(.T.,.T.)**Function requires row or table buffering mode.

Jeffrey,

You are not specifying the alias in which the Tableupdate should work, therefore it is working on the currently selected work area which may not be your view.

Unless you have actively decided that the last person to save should overwrite anyone else's work, the second argument should be .F. so you will get warned of an attempt to overwrite some eone else's work., try changing your code to something like this;
IF NOT TableUpdate(.t.,<strong>.f.,"MyViewAliasName"</strong>)
   * There was a problem with the update
ELSE
   * All went well
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform