At 01:11 AM 8/19/2005, Javier Valencia wrote:
I am trying to use a control in a form that will allow me to select more that one record (such as I can when using a CHOOSE command) into a variable; I have tried variable lookup combo box, variable lookup list box, variable user defined user combo box and variable user defined list but I seem to be able to select only one record at the time; am I using the wrong controls? What do I need to do to be able to select more that one record into a variable?
Javier, The MULTISELECT option is not supported in either "DB" or "Variable" Lookup ComboBox/ListBox. However, MULTISELECT option does work perfectly for User Defined ListBox when the items are loaded from a file or using the DECLARE Cursor. Take a look at Mike Byerley's sample to demonstrate the use of ListBox with all supported PROPERTY/GETPROPERTY commands. R:BASE Community: http://www.rbasecommunity.com Item 010. Variable Rich Edit Demo and Tutorial 02/24/2005 Hope that helps! Very Best R:egards, Razzak.
