Art Component

Fnd_Art_StartupDialog

Fnd_Art_StartupDialog

Legacy manual page 44

Parameters

ParameterTypeDescription
No parameters required

Description

Fnd_Art_StartupDialog displays the startup window in a new process.

Close the dialog by calling Fnd_Art_StartupDialogClose method. Fnd_Art_StartupDialog

` Run your database initialization code here.

Fnd_Art_StartupDialogClose

If Fnd_Art_StartupDialogClose does not get called (due to debugging or a code error), the startup dialog will close automatically after 30 seconds. You can also close the standard dialog by clicking the upper left corner of the dialog. There is a 10 pixel by 10 pixel invisible Cancel button hidden here.

Extracted source text
            Fnd_Art_StartupDialog

              Parameter                  Type            Description
              No parameters required.

            Fnd_Art_StartupDialog displays the startup window in a new process.

            Close the dialog by calling Fnd_Art_StartupDialogClose method.
              Fnd_Art_StartupDialog
               ` Run your database initialization code here.
              Fnd_Art_StartupDialogClose

            If Fnd_Art_StartupDialogClose does not get called (due to debugging or a code error), the startup
            dialog will close automatically after 30 seconds. You can also close the standard dialog by clicking the
            upper left corner of the dialog. There is a 10 pixel by 10 pixel invisible Cancel button hidden here.