Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL statement if Form.Load won't update grid
Message
De
31/08/1999 10:55:57
 
 
À
31/08/1999 10:52:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00259664
Message ID:
00259674
Vues:
21
When you issue the REQUERY() with nothing in the () it runs on the currenlty selected view. to requery any view simply place the ALIAS name of the view in "". for example: =REQUERY("myview")

Also, Once you create a view, you do not need the CREATE VIEW command in your load method. simply open the view like a table (USE myview IN 0).

hope this helped........
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform