Show/Hide Toolbars

Licence Protector 5

You can display own messages and error messages using the EasyGo design.

 

 

 

 

 

 

This command allows displaying an error message in a screen which uses the same design as EasyGo. The error number must be a valid error code - see list of error codes.

 

Use SetCustomerText to change the wording on default screens

 

Example

Error Code 32 (no free license) would pop-up this error screen.

 

Name

ShowStartErrorPage                                                                            

Purpose

Shows a Licence Protector error message in an EsayGo-like page.

Params

Parameter

Type

Example

Note

ErrorNo

Integer

16

Errornumber

Returncode

Returncode

Type Integer

Note

0

Ok

8194

Function is not implemented

Usage

ShowStartErrorPage should be used to display error messages in an EasyGo environment. SetRegisterSettings should be used to set properties like the image on the side.

Sample

 

  iRes := lic.Validate(‘D1001’, ‘’, true);

  if iRes > 1 then

  begin

    ShowStartErrorPage(iRes);

  end

  else

  begin

     << successfully validated >>

     ...

  ...

 

See also

Error numbers, SetRegisterSettings, PrepareAndCheck (EasyGo)

 

 

Note

The user can terminate the screen only with the END button. The error code is always 0 (and not 4) to indicate, that the message was displayed properly.

 

 


 

Use SetCustomerText to change the wording on default screens