Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filtered Grids
Message
 
À
29/05/2001 13:50:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00512317
Message ID:
00512339
Vues:
18
>SELECT &mcAlias
>SET ORDER TO
>SET FILTER TO &mcFilter
>SET ORDER TO &mcOrder
>GOTO TOP
>THISFORM.Grid1.Refresh()


John;

I do not like filters and would rather do this with a Select SQL statement, but I do not know all your requirements.

A suggestion:

SET ORDER TO
SET FILTER TO
SELECT &mcAlias
SET ORDER TO &mcOrder
SET FILTER TO &mcFilter
GOTO TOP
THISFORM.Grid1.Refresh()

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

Click here to load this message in the networking platform