Tech Tip: Form event On Load and On Unload dependency
PRODUCT: 4D | VERSION: 13.3 | PLATFORM: Mac & Win
Published On: October 30, 2013
When enabling the On Load form event to an object, it is neccessary that the event is enabled to the form property as well. When opening the form, the On Load event will get triggerred at the Object level first and at the form level after.
The same requirement and behavior can be expected with the On Unload event.