Hi Budi, > I have problems with this multiselection listbox. > Here are what I did: > create listbox with sql statement, change its control property: dropdown to > no > and multiselection to yes. the field type for storing the value selected is > text(varchar).
The enlightening comment in the source code is this one here: http://ooo.ximian.com/lxr/source/gsl/forms/source/component/ListBox.cxx#1116 In short: Exactly because it's not clear how to store the "selection" in the bound database field, multi selection is normally disabled for bound list boxes. Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
