Some content on this site is available only to logged-in subscribers. Contact Us for information on becoming a subscriber.

InSource.Solutions | InSource Training | InSource Client Portal
InSource Solutions Logo
Log In Sign Up
InSource.Solutions InSource Training InSource Client Portal Log In Sign Up
  • Home
  • AVEVA InTouch
  • AVEVA InTouch Tech Notes

TN IT270 How to Prevent Users from Accessing an InTouch Window

Last updated: March 6th, 2025

Description

  • Author: Benjamin Davis
  • Published: March 6th, 2025

Details:

Description

This article from InSource shows...

  • Author: Benjamin Davis
  • Published: 06/28/2017
  • Applies to: InTouch

Details

  1. In WindowMaker, enable InTouch security by clicking Special | Security | Select Security Type | InTouch
  2. Configure users as desired.
  3. Add an On Show script to the window you want to prevent users to access.

    IF $AccessLevel < 9999 THEN
    Hide "TestWindow";
    ENDIF;



    In this script, we have an On Show Script on a window called TestWindow.
    When a user who does not have an access level of 9999 attempts to open TestWindow, it will fail.
block users restrict access
Give feedback about this article

Recommended articles

Access_Denied

Read More
Support Icon

CONTACT SUPPORT

How to reach us

10800 Midlothian Turnpike Tpke, Suite 209, Richmond, VA 23235

1.877.INSOURCE

Technical Support - 1.888.691.3858

Contact Us

  • InSource Solutions
  • InSource Training
  • InSource Client Portal
  • Log In
InSource Solutions Logo

© 2025 InSource Solutions. All Rights Reserved.

Knowledge Base Software powered by Helpjuice

Expand