LogIn Function

Log into EPSON RC+ 6.0 as another user.

Syntax
LogIn (logID, password)

Parameters

logID
String expression that contains user login id.
password
String expression that contains user password.

Description
You can utilize Epson RC+ security in your application. For example, you can display a menu that allows different users to log into the system. Each type of user can have its own security rights. For more details on security, refer to the following manual:
"Epson RC+ User’s Guide"

When you are running programs in the development environment, the user before programs are started will be restored after programs stop running.

When running the Operator Window in Auto Mode, the application is logged in as a guest user, unless Auto LogIn is enabled, in which case the application is logged in as the current Windows user if such user has been configured in the Epson RC+ system.

Note


This command will only work if the Security option is active.


See Also
GetCurrentUser$ Function

LogIn Function Example

Integer errCode
errCode = LogIn("operator", "oprpass")