Skip to main content
InSource Solutions

TN IT271 How to Make a Logon Dialog Box Appear in InTouch

Count5.JPGInSource_Logo_Transparent (1).png

 

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...

1.png

 

2. Add the following script to a pushbutton or condition: DIM x as Discrete; x = PostLogonDialog();

2.png

Both will make the Logon Dialog Box Appear in InTouch

3.png