CheckESign

CheckESign is a built-in scripting function that prompts the runtime user to electronically sign an event by entering their username and password. It can be called to secure specific expressions and scripts, just as the E-Sign option secures screen objects.

Function Group Execution Windows Embedded Thin Client
CheckESign Security Synchronous Supported Supported Supported

Syntax

CheckESign()

This function takes no parameters. Calling the function displays a security dialog, where the user must enter their username and password.

Returned value

This function returns the following possible values:
Value Description
0 Username and/or password not accepted.
1 Username and password accepted.

Notes

Usernames and passwords are stored in the Security Folder.

Examples

CheckESign()