Registration Component

Fnd_Reg_DemoDialog

Fnd_Reg_DemoDialog ({feature code})

Legacy manual page 206

Parameters

ParameterTypeDescription
feature codeTextA registration feature code or “” (optional)

Description

This routine displays the demo message window if the user has not yet entered an unlock code for the specified feature. To display the application’s demo window, call this method without parameters at startup after calling Fnd_Reg_SetSecretKey:

Fnd_Reg_SetSecretKey ("MySecretKey")

Fnd_Reg_DemoDialog

To display the demo dialog before performing an optional feature, call this method with the feature code:

Fnd_Reg_DemoDialog ("invoicing")

If the user has already entered a valid unlock code for the feature, the dialog will not be displayed and execution of method will continue uninterrupted. You can call other registration routines before calling this method to configure the look and behavior of the demo dialog. See the Quick Start topic for an example. You can also modify the public “Fnd_Reg_DemoDialog” form to completely customize the appearance of the window.

Extracted source text
            Fnd_Reg_DemoDialog ({feature code})

              Parameter                Type              Description
              feature code             Text              A registration feature code or “” (optional)

            This routine displays the demo message window if the user has not yet entered an unlock code for the
            specified feature. To display the application’s demo window, call this method without parameters at
            startup after calling Fnd_Reg_SetSecretKey:
              Fnd_Reg_SetSecretKey ("MySecretKey")
              Fnd_Reg_DemoDialog

            To display the demo dialog before performing an optional feature, call this method with the feature code:
              Fnd_Reg_DemoDialog ("invoicing")

            If the user has already entered a valid unlock code for the feature, the dialog will not be displayed and
            execution of method will continue uninterrupted.
            You can call other registration routines before calling this method to configure the look and behavior of
            the demo dialog. See the Quick Start topic for an example. You can also modify the public
            “Fnd_Reg_DemoDialog” form to completely customize the appearance of the window.