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?
--SelectPNo select (listof((ctxt(PNo)))) + into fPNoList + indicator fiPNoList + from qiparagraphs + where PNo >= .fFirstPNo and PNo <= .fLastPNo + and QINo = 'QI01000' property fPNoList refreshlist 'true' recalc var RETURN

