PDA

View Full Version : ComboBox


intellagent
06-24-2005, 08:50 AM
Hi,

I would like to set for a combobox a certain element from it's textlistitem. I do it width a button, like here:

<button onclick="comboboxid.select(5)">Push me!
</button>

After clicking onto the button I got this errormessages in the debugwindow:

base/datalistselector.lzx:148: reference to undefined property 'p'
base/baselist.lzx:350: call to undefined method 'getValue'
base/basecombobox.lzx:15: reference to undefined property 'value'
base/basecombobox.lzx:404: reference to undefined property 'text'

What should I do?

Thanks