Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List Box
Message
From
27/03/1998 14:13:46
 
 
To
27/03/1998 14:08:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00087759
Message ID:
00087763
Views:
28
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform