Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View not updating data in form
Message
From
08/09/2007 21:24:49
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
View not updating data in form
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01253245
Message ID:
01253245
Views:
67
Hi all,

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
Next
Reply
Map
View

Click here to load this message in the networking platform