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.

