Art Component

Fnd_Art_SetAboutForm

Fnd_Art_SetAboutForm (form name)

Legacy manual page 43

Parameters

ParameterTypeDescription
form nameTextName of the form

Description

The Fnd_Art_SetAboutForm routine installs a project form to use instead of the default About form. You must use a project form not a table form. The window size of the About dialog is determined from the form size. The form method should call the Fnd_Gen_FormMethod method, and these events must be enabled: On Activate On Close Box On Outside Call

Call this method from the On Startup database method just before the call to Fnd_Shell_OnStartup. You can use the Fnd_Gen_GetDatabaseInfo method to get information to display in the form, such as the database name, version number, copyright information, etc.

Extracted source text
            Fnd_Art_SetAboutForm (form name)

              Parameter               Type              Description
              form name               Text              Name of the form

            The Fnd_Art_SetAboutForm routine installs a project form to use instead of the default About form.
            You must use a project form not a table form. The window size of the About dialog is determined from
            the form size. The form method should call the Fnd_Gen_FormMethod method, and these events
            must be enabled:
              On Activate
              On Close Box
              On Outside Call

            Call this method from the On Startup database method just before the call to Fnd_Shell_OnStartup.
            You can use the Fnd_Gen_GetDatabaseInfo method to get information to display in the form, such as
            the database name, version number, copyright information, etc.