Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filtering records by list box.
Message
De
12/05/2003 07:04:32
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00787216
Message ID:
00787256
Vues:
16
Hi Neil,

i replay first solution

m.key2Size=FSIZE('key2','modacad')
sList=''
WITH List1
FOR i=1 to .ListCount
IF .Selected(m.i)
sList=m.sList+",'"+PADR(.List(m.i),m.key2Size)+"'")
ENDIF
ENDWITH

SELECT * FROM modacad WHERE inlist(key2 &sList.) into cursor tresult

Second solution is equal to Cetin solution.

Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform