Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View not updating data in form
Message
 
 
To
08/09/2007 21:24:49
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01253245
Message ID:
01253297
Views:
22
You have to check return code from TABLEUPDATE() to make sure that it succeeded.

>
>I have a multitable view to which I issue a delete command within a form. Problem is that it is not updating the delete, and the record remains visible after a delete.
>
>Here is my code:
>
>SET MULTILOCKS ON
>CURSORSETPROP('Buffering', 5, "vuestock")
>DELETE
>TABLEUPDATE()
>
>
>Interestingly the same commands facilitate a physical delete from within the view designer, and from the command window. But not from within the form.
>
>Thanks very much,
>
>With regards,
>
>Steve
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform