Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sync'ing up a view with the underlying table
Message
 
À
02/06/1998 13:47:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00104096
Message ID:
00104101
Vues:
24
Robert,

If you just "opened" the view on the form and bound it to the listbox, then you have to re-select the view and issue a "REQUERY()" before the listbox will see the changes. If the properties of the listbox are for obj.RowSource = 3 (SQL-Statement), then obj.Requery() should work.

Another possible cause of the problem is table buffering mode... If the form is set for buffering and the record was not committed, any requerying will always go back to the physical table rather than the "in memory" version of the table.

Hope this helps...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform