Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Views based off of views
Message
De
24/11/1998 15:11:42
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Views based off of views
Divers
Thread ID:
00161077
Message ID:
00161077
Vues:
39
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform