I have a listbox with two columns. Is it anyhow possible to set the second
column as default so that when user presses e.g. key 'm' then the first item
starting with letter 'm' would be selected. Now this selection with letters
only work with first column.
john - 04 Mar 2008 13:32 GMT
have a look at the TextColumn Property example in helpfile.

Signature
JB
> I have a listbox with two columns. Is it anyhow possible to set the second
> column as default so that when user presses e.g. key 'm' then the first item
> starting with letter 'm' would be selected. Now this selection with letters
> only work with first column.