Tech Tip: Programmatically Deselecting a List Item
PRODUCT: 4D | VERSION: 2003.3 | PLATFORM: Mac & Win
Published On: July 8, 2004
Versions: 6.8.x and 2003.x
Here is a simple way to deselect a list item that is being highlighted.
SELECT LIST ITEM(listRef;0)
REDRAW LIST(listRef)