Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hotkey in Listbox problem
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00561020
Message ID:
00561348
Views:
23
I have noticed that listboxes don't seem to work too well with multi columns and a rowsourcetype of value

My solution to this is usually to put the information into a 2 dimensional array instead.

I don't know if it will fix your particular problem but it's worth a try.

HTH

Will

>Hi all,
>I have 2 listboxes in a form. The first is simple column and the second have 2 columns. Both are filled as Value (RowSourceType = 1) and both are standar VFP listbox control.
>
>I need to know why the second list do not show the Hotkey underline.
>
>One form with 2 listboxes (List1 and List2)
>
>*** On Properties sheet for List1:
>ColumnCount = 1
>RowSource = "\<One,\<Two,T\<hree"
>RowSourceType = 1
>Width = 120
>
>*** On Properties sheet for List2:
>ColumnCount = 2
>ColumnLines = .F.
>ColumnWidths = "120,0"
>RowSource = "\<One,O,\<Two,T,T\<hree,H"
>RowSourceType = 1
>Width = 120
>
>
>Thanks in advance
>Esteban
Will Jones
Previous
Reply
Map
View

Click here to load this message in the networking platform