Login method

Applies to

Return Type

This method authenticates the user to the application module, in the same way as when the user interactively logins to the system. The function returns True if the login was successful.

Note This method is not available from within an event handler.

Boolean

object.Login( UserName As String, Password As String)

Part

Description

object

An expression evaluating to an object of type Application, InterpretApp, VerifyApp, ManagerApp, ScanApp, OptimizerApp, TransferApp.

UserName

A string value.

Password

A string value.

Related topics

AppUserLogin event

AppUserLoggedIn event