Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Am I misusing TableUpdate()?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00261437
Message ID:
00264437
Views:
46
Steve,

You are not checking the return values from the cursorsetprop() or the Tableupdate() and either of them could be returning .F. indicating that they did not do what you asked. You still haven't told us if TableUpdate is returning .T. indicating that it did, in fact, do the update.

You can find out what is going on easily by using code similar to this;
IF NOT TableUpdate(...)
   AERRORS(laErrors)
   * Investigate the contents of laErrors
ENDIF
You can go on forever trying to fix what you don't understand, or you can try to understand what is happening first and fix it with ease.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform