Shell Component

Fnd_Hook_Shell_Startup

Fnd_Hook_Shell_Startup

Legacy manual page 218

Parameters

ParameterTypeDescription
No parameters required

Description

Place any startup code here that you want to run while the startup dialog is displayed. You can also call your startup stuff before or after Fnd_Shell_OnStartup is called from the On Startup database method. However, code placed here will not be executed when you relaunch Foundation during development.

Extracted source text
            Fnd_Hook_Shell_Startup

              Parameter                 Type              Description
              No parameters required.

            Place any startup code here that you want to run while the startup dialog is displayed.
            You can also call your startup stuff before or after Fnd_Shell_OnStartup is called from the On Startup
            database method. However, code placed here will not be executed when you relaunch Foundation during
            development.