Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add 2 column to a Combo Box ?
Message
From
13/01/2011 02:13:35
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to add 2 column to a Combo Box ?
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01495990
Message ID:
01495990
Views:
129
Hi,
I use the following code using AddListItem to add one column of data to a combo box.
The combo box will show
AAA
BBB
CCC
DDD
THIS.AddListItem("AAA",this.NewItemId+1)
THIS.AddListItem("BBB",this.NewItemId+1)
THIS.AddListItem("CCC",this.NewItemId+1)
THIS.AddListItem("DDD",this.NewItemId+1)
But now I want to add 2 coloums of data to the combo box.
how to code it ?

Please advise.
Thanks
Derek
Next
Reply
Map
View

Click here to load this message in the networking platform