Expand my Community achievements bar.

How To Enable a List Box To accept Multiple Selection

Avatar

Former Community Member
Dear all,



How can I enable a List box to accept multiple selection.If any body can please help me.



Thanks a bunch in advance

Regards

Rakesh
5 Replies

Avatar

Former Community Member
You can put the following on the form:ready event of the listbox:



this.ui.choiceList.open = "multiSelect";

Avatar

Former Community Member
Dear JimmyPham,



Thanks a lot for your quick response.It's allowing for multiple selection.But after selecting multiple options, when I go to next field all the data from drop down is disappearing.Please help me to solve this problem.It's very urgent.



Regards

Rakesh

Avatar

Former Community Member
Dear JimmyPham,



Thanks a Bunch.It's working fine.



Regards

Rakesh

Avatar

Former Community Member
The only problem is, the XML form data only contains the first selection made. All others are discarded. This is the first thing I've ever done with the Life Cycle Designer but the product seems somewhat in a version 1 state. Lots of features but no depth. Any suggestions about the XML?