Razzak, The datatype is text. Some of the users are wanting to type in a range of numbers (first number in range and last number in range) and then click a button and then that action should change unselected entries in the listview to a selected state. Some like the ability to click on the list to select an entry and some prefer to just type.
-----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of A. Razzak Memon Posted At: Thursday, March 27, 2008 3:25 PM Posted To: RB7-L Conversation: [RBASE-L] - Re: Select items in a list Subject: [RBASE-L] - Re: Select items in a list At 03:51 PM 3/27/2008, Charles Parks wrote: >With a Variable Lookup ListBox with multiselect and assigned to a >variable fPNoList the following code will highlight the values in the >list. However, with a Variable LookUp ListView the value don't >highlight. Is there a property command that will highlight the values? Charlie, What the is data type of resulting variable in Variable Lookup ListView? Basically, define a variable, such as vCustIDTxt TEXT to cumulate all selected list items. Then, you may parse the list to do what you have to do with each individual item in the list. For your viewing pleasure, take a look the following and see how all selected list items are highlighted. http://www.rupdates.com/sat2008/samples/MultiSelect_ListView_01.jpg http://www.rupdates.com/sat2008/samples/MultiSelect_ListView_02.jpg The actual sample application is available at: SAT 2008 Sample Applications: http://www.rupdates.com/sat2008 Should you require further assistance, feel free to ask. Very Best R:egards, Razzak.

