Multi-select list boxes in ReportScript

Is it possible to create multi-selection list boxes in ReportScript? I cannot seem to find a way to override the default of single selection in any of the list box types. We’re not developing this script in VB.

Thanks in advance,
Harrison Hicks


Listserv Archives (BOB member since 2002-06-25)

There was no way that I could find in 4.0.5 to do a multi-select. What I had to do to get around it was to create 2 separate boxes then as the user selected from the top box, the item selected would be removed from the top box and placed in the second box using arrays.

If you would like to see the code, just let me know.

Jim Droppa
Source Consulting

Is it possible to create multi-selection list boxes in ReportScript? I cannot seem to find a way to override the default of single selection in any of the list box types. We’re not developing this script in VB.

Thanks in advance,
Harrison Hicks

Free web-based email, Forever, From anywhere! http://www.mailexcite.com


Listserv Archives (BOB member since 2002-06-25)