Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to add elements in listbox
Message
From
03/07/1997 09:55:43
 
 
To
03/07/1997 09:41:42
Sonny Chouinard
CHCA Computer Systems Inc.
Lachenaie, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00038489
Message ID:
00038495
Views:
36
>>I would like to add elements to the 2nd column using the method ADDITEM into a listbox define with 2 columns and rowsourcetype = 0
>>I have tried this commmand:
>>THIS.Parent.lstSelected.AddItem(THIS.Parent.lstSource.List(nCnt,2),2)
>>but does not function.
>>
>>In the additem method of lstSelected I have put nColumn in Parameters
>>
>>Can anyone help me?
>
>Have you tried the method AddListItem(Item, col, row) ?

I included cColumn in PARAMETERS of ADDLISTITEM method and tried this

THIS.Parent.lstSelected.AddListItem(THIS.Parent.lstSource.List(i,1),1)
THIS.Parent.lstSelected.AddListItem(THIS.Parent.lstSource.List(i,2),2)

The result is the same. The second column is added in the second row, not in
the second column.
Antonio Carlos Kleinübing
Systems Analyst
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform