Karen, You could base this on a temporary table and add a column called selectedYN TEXT (1) DEFAULT N
Then you could have a variable checkbox 'Select All' that would update all the selectedYN to Y and refresh your listview. Then the user could deselect as necessary. Jan -----Original Message----- From: [EMAIL PROTECTED] To: [email protected] (RBASE-L Mailing List) Date: Fri, 9 May 2008 12:20:18 EDT Subject: [RBASE-L] - Property commands to select all in listbox? In 7.6. I have a Variable Lookup Listbox with a multi-select property set on. I know going into the form how many rows there are in the ListBox, and it cannot change once they're in the form. The client wants to be able to click a button that says "select all", and have all the rows actually highlighted so that they can then singly un-click the few that they might NOT want to have selected. Anyone done this? I was thinking that the only way to do it is to declare a cursor with individual MAKECLICK commands. Not sure what that would look like on the screen .... There is no MAKECLICKALL, is there? Karen

