Tech Tip: Preventing 4D from opening a form when double-clicking a List Form
PRODUCT: 4D | VERSION: | PLATFORM:
Published On: November 12, 1999
To prevent 4D from opening the detail form when double-clicking in a list of records (DISPLAY/MODIFY SELECTION) place the following code in the list form's method:
If (Form event=On Double Clicked)
FILTER EVENT
End if
The event 'On Double Clicked' must be enabled in the Object Properties dialog.