Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Views based off of views
Message
From
24/11/1998 15:11:42
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Views based off of views
Miscellaneous
Thread ID:
00161077
Message ID:
00161077
Views:
38
I have a table that has a view with optimistic table buffering(View1) and a view based off of that view that is also optimistic table buffered(View2).
Add a record to View2. TableUpdate() View2, then TableUpdate() View1.
The changes appear in the table.
When I do a requery() of View1, the changes appear, BUT when I do a requery() of View2 the changes are not there.
If I were to add another record doing the same process, the first record will then appear in View2 BUT the newly added record now doesn't show.
NOTE: - FLUSH doesn't seem to solve the problem.
- Closing the table and resetting the buffering works but then I'm unbinding the object.

Anyone come across this problem?

Tom W.
Next
Reply
Map
View

Click here to load this message in the networking platform