Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display a subset of records on a Grid
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00764603
Message ID:
00764607
Vues:
34
This message has been marked as the solution to the initial question of the thread.
>Hi Everybody,
>
>I have Grid object with:
>RecordSourceType=Table
>How can I display a subset of records with specified condition in the Grid?
>
>Thank you,
>Ali

Ali,
SELECT * FROM Table WHERE <condition> INTO CURSOR GridSource
SELECT Table
SET FILTER TO <condition>
LOCATE && Puts the filter into effect
and I am sure there are others.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform