Larry, I just use an EEP that sets the Listview variable to all its values and then refreshes.
-- clickable text "select all" SET VAR vListViewVariable = NULL SELECT ListOf(ListViewKeyColumn) INTO vListViewVariable + FROM ListViewTable + WHERE whatever PROPERTY ListViewCID REFRESHLIST 'TRUE' RETURN Bill On Wed, Sep 14, 2011 at 4:32 PM, Lawrence Lustig <[email protected]>wrote: > Is there a PROPERTY command one can use to force a Variable Lookup Listview > to select all its items? > -- > Larry > >

