Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Additem as multiple column
Message
From
21/01/2003 05:33:16
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
21/01/2003 03:23:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00743671
Message ID:
00743689
Views:
9
>hi, all how do i add my item in combobox as multiple column
>for example :
>item1 at column1
>item2 at column2
>item3 at column3,... etc thank's
with myCombo
 .AddItem("Item1")
 .AddListItem("Item2",.ListCount,2)
 .AddListItem("Item3",.ListCount,3)
endwith
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform