Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I using code to add data into 2 column list box?
Message
From
06/12/1999 09:50:00
 
 
To
05/12/1999 23:55:22
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00299032
Message ID:
00299152
Views:
29
There are two approaches that will work for multicolumn listboxes. One uses the AddItem method, and one uses the AddListItem method.

Using AddListItem():
.AddListItem( pjName,   This.NewItemID + 1, 1 )
.AddListItem( tabledir, This.NewItemID, 2 )
Using AddItem():
.AddItem( cValue1 )
.AddItem( cValue2, This.ListIndex, 2 )
HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform