TN IT271 How to Make a Logon Dialog Box Appear in InTouch
Last updated: March 3rd, 2025Description
- Author: Brian Schneider
- Published: March 3rd, 2025
Details:
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.
- In WindowViewer, click Special | Security | Log On…
- 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