Component
Registration Component
19 language-reference entries were extracted for this component.
- Fnd_Reg_BuyNowButton This method is called from the Buy Now button’s object method in the component’s two public forms. It opens the URL specified by a previous call to Fnd_Reg_BuyNowURL.
- Fnd_Reg_BuyNowURL This routine allows the developer to get and set the URL to display when the Buy Now button is clicked. Each feature has its own Buy Now URL. In most cases you will call this...
- Fnd_Reg_DemoDays This routine allows the developer to get and set the number of demo days for the specified feature. Generally this routine should be called at startup before any calls to...
- Fnd_Reg_DemoDialog 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...
- Fnd_Reg_DemoDialogFormMethod This method must be called from the “Fnd_Reg_DemoDialog” form method.
- Fnd_Reg_DemoMessage This routine allows the developer to get and set the demo message for the specified feature code. If this method is not called the default message contained in the localization...
- Fnd_Reg_FeatureName This feature name is displayed at the top of the Demo Dialog and in the text message of the Registration Dialog. You can call this method to set the display name for the...
- Fnd_Reg_GetDemoDaysRemaining This function returns the number of days left in the demo. This value is calculated using the number of demo days for the feature and the date the demo period was started by a...
- Fnd_Reg_GetExpirationDate This function returns the specified feature’s expiration date. This value is calculated using the number of demo days for the feature and the date the demo period was started...
- Fnd_Reg_GetLicenseInfo This function returns the license information that was included with the unlock code entered by the user. If the feature has not yet been registered, then a blank string is...
- Fnd_Reg_GetUserName This function returns the user name or other personalization information that was entered by the end user when registering the product or feature. If the feature has not yet...
- Fnd_Reg_Info This function returns the requested information about the Registration component. $version_t:=Fnd_Reg_Info ("version")
- Fnd_Reg_RegDialogFormMethod This method must be called from the “Fnd_Reg_RegisterDialog” form method.
- Fnd_Reg_RegDialogOKButton This method is called from the OK button’s object method in the component’s “Fnd_Reg_RegistrationDialog” public form. When clicked it verifies the user name and unlock code...
- Fnd_Reg_RegistrationDialog This routine displays the registration dialog window if the user has not yet entered an unlock code for the specified feature. It is not necessary to use this method, since the...
- Fnd_Reg_RegistrationState This function returns the current registration state for the specified feature: $state_i:=Fnd_Reg_RegistrationState
- Fnd_Reg_Reset Call this to clear any existing registration information for the specified feature: Fnd_Reg_Reset ("webserver")
- Fnd_Reg_SetSecretKey Use this method to set the secret product key for the application: Fnd_Reg_SetSecretKey ("mySecretProductKey_773")
- Fnd_Reg_StartDemoPeriod Call this method to begin the demo period. If the demo period has already been started, this routine will do nothing. Fnd_Reg_StartDemoPeriod