TN IT271 How to Make a Logon Dialog Box Appear in InTouch
Description
This article from InSource shows How to Make a Logon Dialog Box Appear in InTouch
- Author: Benjamin Davis
- Published: 06/28/2017
- Applies to: InTouch
Details
There are two main ways to open the logon dialog box in InTouch during runtime.
1. In WindowViewer, click Special | Security | Log On...
2. Add the following script to a pushbutton or condition: DIM x as Discrete; x = PostLogonDialog();
Both will make the Logon Dialog Box Appear in InTouch