Tech Tip: How to remove the focus from all objects in the current form
PRODUCT: 4D Developer | VERSION: 11 | PLATFORM: Mac & Win
Published On: April 16, 2008
To remove the focus on the current form you can use the GOTO AREA command.
Pass the name of an empty object to do so.
GOTO AREA(*;"")
No object on the current form will have the focus.