Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Refresh Problems in VFP 3.0
Message
De
26/01/1999 11:27:01
 
 
À
23/01/1999 16:58:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00171824
Message ID:
00180301
Vues:
27
In VFP 3.0, you must call Requery() using the following syntax

=Requery([Optional alias name here])

x=Requery([Optional alias name here])

(REQUERY( ) returns 1 if the data is successfully retrieved; otherwise, it returns 0.)


>Jim,
>
>Thanks for the info! Took me a while to get back to this. The only problem I'm having now is that I'm using VFP 3.0, and the Requery() function, as defined in the language reference and in help, is not being recognized. I keep getting an "Unrecognized command verb" error. I've also tried Rquery() as you wrote in your response. Got any idea about this?
>
>
>-Mike
>
>>Mike,
>>
>>Create a view for the recodsource for your grid. Then put the view in the >data environment of the form, set the recordsourcetype to Alias and the >recordsource to the view's alias. When you need to refresh teh view with new >data, Rquery("TheView") and the grid will refresh with new data.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform