initialize

initialize() updating;

Definition of the initialize event of the Global class is optional. If the initialize event is defined, it is automatically called by the application before the initialize event of the application is called and before the start-up form of the application is invoked.

This event can perform any function that is common to all users of this application defined for this JADE database.

The initialize event is performed once for each user of the application.

If the event creates a form and does not subsequently unload it, the start-up form of the application is not invoked.