Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems to Requery a View.
Message
De
07/06/1999 03:30:06
 
 
À
06/06/1999 14:44:07
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00226929
Message ID:
00226974
Vues:
38
> Dear Friends before i explain my trouble i want to thank to friends who have held me.
>
> This is my trouble, i have a view where i add any itens to table "ItemConfig", i can add the itens without some trouble, but when i do the refresh in the first time the resut is empty, and the second time the result is the first item added, anyone can help me?
>
>
> The record is add without problems into table, but the requery don't works fine
>
> What i can do wrong?
>
>thanks

It sounds like a double buffering problem. If you have both the view and the table that it is based on open, and they are both buffered, a TABLEUPDATE() on the view only writes the changes to the buffered copy of the table. You the need to issue a TABLEUPDATE() on the table to get the changes written back to the base table.

The right way to do this, is to not have the table open in the same datasession at all..

Does this sound like what your problem is?
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform