Lists Component

Fnd_List_OnExit

Fnd_List_OnExit

Legacy manual page 144

Parameters

ParameterTypeDescription
No parameters required

Description

The Fnd_List_OnExit routine stores the current date and time in both the structure file (as a list) and the data file (as a record). We can compare these at startup to determine if the structure file has been updated. Normally this command should be added to the On Exit and the On Server Shutdown database methods. If you are using the Foundation Shell, this method is called automatically by the Fnd_Shell component.

Extracted source text
            Fnd_List_OnExit

              Parameter               Type              Description
              No parameters required.

            The Fnd_List_OnExit routine stores the current date and time in both the structure file (as a list) and
            the data file (as a record). We can compare these at startup to determine if the structure file has been
            updated.
            Normally this command should be added to the On Exit and the On Server Shutdown database
            methods.
            If you are using the Foundation Shell, this method is called automatically by the Fnd_Shell component.