Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List Box
Message
De
27/03/1998 14:13:46
 
 
À
27/03/1998 14:08:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00087759
Message ID:
00087763
Vues:
29
>I was wondering if can you make a 2 column list box using the same field and can choose or highlight one column at a time and How?
>Thanks for replying.

You can create 2-column listbox using List.AddListitem(), or you can get cursor:
Select field1,field1 as field2 from table1 into cursor curList
Thisform.list1.rowsource="curList"

You can highlight whole row only. If you want column highlighting you should consider using Grid.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform