Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Relations and Refresh() timing problem
Message
From
15/09/2000 15:07:53
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Relations and Refresh() timing problem
Miscellaneous
Thread ID:
00417113
Message ID:
00417113
Views:
45
I have a relation chain with a parametrized view (PV) as a parent and local tables A,B as children:
PV -> A -> B

The form has some textboxes bound to PV,A and B.
After doing

requery(PV)
...
* wait while PV's connection is busy
...
thisform.refresh()

All PV's txtboxes are updated, so are most of A's, but none of B's. If I repeat refresh() in a couple of seconds, everything looks perfect.
My first thought was to wait until PV->A->B propagation is over, then refresh, but I didn't find a way to do it ;(

Any ideas?
Thanks...
Next
Reply
Map
View

Click here to load this message in the networking platform