General Component

Fnd_Gen_SetDatabaseInfo

Fnd_Gen_SetDatabaseInfo (info type; value)

Legacy manual page 121

Parameters

ParameterTypeDescription
info typeTextInfo type label
valueTextInfo value

Description

Use this routine to set text values that can be later tested from other components using the Fnd_Gen_GetDatabaseInfo method. You can set and get any type of text information using this routine. Set values are available to all processes.

Fnd_Gen_SetDatabaseInfo("SecretCodeWord";"firefox")

See the Fnd_Gen_GetDatabaseInfo method for more information.

Extracted source text
            Fnd_Gen_SetDatabaseInfo (info type; value)

              Parameter               Type               Description
              info type               Text               Info type label
              value                   Text               Info value

            Use this routine to set text values that can be later tested from other components using the
            Fnd_Gen_GetDatabaseInfo method. You can set and get any type of text information using this
            routine. Set values are available to all processes.
              Fnd_Gen_SetDatabaseInfo("SecretCodeWord";"firefox")

            See the Fnd_Gen_GetDatabaseInfo method for more information.