ShowLoginDialog()
- Last UpdatedJul 22, 2024
- 1 minute read
Action script that shows a login dialog box in an AVEVA OMI ViewApp with fields to enter a username and password. A typical login interface includes a login button that is selected by the user to show the Login dialog box with fields to enter a username and password. ShowLoginDialog() is for use with AVEVA OMI only.
Action scripts are graphic animations that are triggered by a user action such as a mouse click.
Category
Miscellaneous
Syntax
ShowLoginDialog() ;
Parameter
None
Trigger
On Left-Click/Key/Touch Down
Additional information
A log off button can be added that uses the Logoff() method to allow the user to log off from the HMI/SCADA application.
Example
ShowLoginDialog() ;