Bug in multiselect listbox?

J

Jos Vens

Hi,

I have a listbox with the property multiselectextended. I want by default
have one item selected. It only works when I set the property to
multiselectsingle.

Libra_FrmPrintRpt.lbKlas.ListIndex = Libra_FrmLogin.cbKlas.ListIndex
'it works

'Libra_FrmPrintRpt.lbKlas.MultiSelect = fmMultiSelectExtended
'if I decomment this (or set the property in vba-form), it doesn't work
anymore.

Is this a bug, is there a workaround to select by default an item?

Thanks
Jos Vens
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top