Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local view, delete and requery
Message
From
30/06/2003 04:22:45
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Local view, delete and requery
Miscellaneous
Thread ID:
00805198
Message ID:
00805198
Views:
58
Hello everybody,

I have problems with local views. I'm using VFP 7.

I have opened a local view normally in my form. When I delete a record from the view (using DELETE command) and then requery the view with REQUERY() function, all the records are gone (the view is empty, which it really shouldn't be).

I can replicate this behaviour also opening view manually (command window). When I browse the base tables, the deletion is successful, the right records are deleted from the base tables. Also I can get the view result correctly when I close all the base tables and open the view again. But I can't do this when the form is active (or can I?).

The view is row buffered and there are RI triggers on delete in the view's base tables. I've checked out a couple of UT threads concerning this issue, but no help there. I have also tried to disable RI triggers and do TABLEUPDATE after DELETE as suggested in the threads, but no luck there either.

Thanks in advance,
Next
Reply
Map
View

Click here to load this message in the networking platform