Tech Tip: How to clear List Box selection
PRODUCT: 4D | VERSION: 2004 | PLATFORM: Mac & Win
Published On: December 19, 2005
In order to clear the current selection of a 4D List Box, you can use the following command:
SELECT LISTBOX ROW(*;"Name of ListBox Object";0;2)
To refer to the List Box as a variable as opposed to object, use:
SELECT LISTBOX ROW(Name of ListBox Variable;0;2)