Navigation:  Function Reference >

ShowStartErrorPage

Previous pageReturn to chapter overviewNext page

 

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 in this type of Licence Protector

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)

 

 


Page url: http://www.helpserver.biz/onlinehelp/lp/easygo/2.5/help2000/index.html?eg_showstarterrorpage.htm