Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Requery View
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00275302
Message ID:
00275311
Vues:
21
>Hi,
> How could I "refresh" my parameterized view after inserted new record? I tried REQUERY() but VFP give me error uncommited chages even I have issued TABLEUPDATE().
> How to REQUERY() my view that will not retrieve all records even my parameter is empty?
>
>Thank you

You have to tableupdate() before you requery(). If you're parameter is empty you will retrieve all records. That's the way views have always worked, and frankly I don't see why they should behave differently.

José
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform