Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Recreate a local view
Message
De
23/05/1999 19:15:28
 
 
À
23/05/1999 19:02:08
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00221922
Message ID:
00221948
Vues:
14
>Hello Ed Rauh Weatherhill,
>
>How i do to requery a local View???

SELECT whatever alias you're using the view as
=REQUERY()

EXAMPLE:

SELECT MyLocalViewAlias
=REQUERY()

or

=REQUERY(View Alias as a character expression)

EXAMPLE:

cMyAlias = "MyAlias"
=REQUERY(cMyAlias)

If you're using a parameterized view, and the parameter variable(s) are not in scope when you want to requery, you'll want to set their value before issuing the REQUERY(), otherwise VFP will prompt you for their values interactively.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform