Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disapearing data
Message
From
28/10/1999 12:53:35
 
 
To
28/10/1999 12:51:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00283161
Message ID:
00283184
Views:
13
>Thanks Erik,
>
>Yes, IF NOT TableUpdate(0, .F.)
> WAIT WINDOW "Unable to save your work....
> TableRevert(.F.)
> ENDIF
>
>Greg

With table buffering, using 0 for the first parameter in the TABLEUPDATE() tells VFP to only update the current record, not all in the buffer. Try

TABLEUPDATE(.T.,.T.)
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform