Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
TableUpdate failed. Please help!
Message
From
18/01/2000 14:06:19
 
 
To
18/01/2000 10:11:40
Jane Marie Ocampo
Innovision Systems International
Manila, Philippines
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00319342
Message ID:
00319552
Views:
10
>My exact code when clicking a button for saving is this:
>
>
>SELECT rvCustomer
>lUpdate = TABLEUPDATE()
>IF lUpdate
>    REQUERY('rvCustomer')
>ELSE
>    MESSAGEBOX('Update failure',64,'update')
>ENDIF
>Thisform.Refresh()
>
>
>It does not trigger error as if no error at all but it goes to the messagebox. My database however was upsized from native VFP using upsizing wizard.

Read the docs for TABLEUPDATE(). If it returns .F., it fills AERROR() with information about why it failed.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform