Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Move items between listboxes
Message
From
28/06/2004 03:20:07
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00917619
Message ID:
00917853
Views:
7
Sergey,

>Here's how you can create multicolumn Listbox with RowSourceType=0.
WITH Thisform.List1
  	.ColumnCount = 3
  	.ColumnWidths = "50,100, 100"
	.AddItem( 'One' )
	.List[.NewIndex, 2] = 'OneColumn 2'
	.List[.NewIndex, 3] = 'OneColimn 3'
	.AddItem( 'Two' )
	.List[.NewIndex, 2] = 'TwoColumn 2'
	.List[.NewIndex, 3] = 'TwoColimn 3'
	.AddItem( 'Three' )
	.List[.NewIndex, 2] = 'ThreeColumn 2'
	.List[.NewIndex, 3] = 'ThreeColimn 3'
ENDWITH
What is the maximum number of items/rows one can have in a listbox/combobox?

TIA
Dennis
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform