Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can you SET FILTER within a SET FILTER?
Message
 
À
13/05/1998 15:44:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00099163
Message ID:
00099302
Vues:
22
>can you - set filter to id=123
>and then in that filter,
>can you set filter to name = 'mary'.
>your records would look like this.
>id name
>123 mary
>123 mary
>123 mary
>
>inotherwords, can you set filter within a set filter?

Robert,

Read the answer Edward gave you and then think about it a second;

lcFilter = FILTER()
lcFilter = lcFilter and Name = "Mary"
SET FILTER TO &lcFilter

Does that not do exactly what you are asking for?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform