The Rose VB Script command which returns the value of the selected item in a List-box, DlgValue, can only return a single index to the selected item, so mutiselect cannot be used. One way to get around this limitation is to populate a second list with items chosen one at a time from the first list, and then use the array of items in the second list for further processing. This can be further enhanced with [Add] [Remove] buttons that move items onto on off-of the second list.
Greg -----Original Message----- From: Karen M Y NG [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 14, 2002 3:59 AM To: [EMAIL PROTECTED] Subject: (ROSE) Selection Box Hi all. Using VB script in rose, i'm trying to prompt user to select more than one item from an array using a SelectBox. However, it only allows one item to be selected at a time. Does anyone know of any method that allow users to select more than one item? Thanks. Karen ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum ************************************************************************* ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Post or Reply to: [EMAIL PROTECTED] * Subscription Requests: [EMAIL PROTECTED] * Archive of messages: * http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * To: [EMAIL PROTECTED] * Subject: <BLANK> * Body: unsubscribe rose_forum *************************************************************************
