TN IT207 How to prevent users from modifying settings in an ActiveData Grid
Description
Script to prevent users from modifying settings in an ActiveDataGrid
- Author: Benjamin Davis
- Published: 12/28/2015
- Applies to: InTouch 2014R2
Details
Add the Historian Client ActiveDataGrid to an InTouch window
How to add the Historian Client ActiveDataGrid to an InTouch window
Name the ActiveDataGrid
1. Double click the ActiveDataGrid
2. Type in the name in the ControlName field, e.g., aaHistClientActiveDataGrid1
Use the .Enabled dot field of the ActiveData Grid in a script
#aaHistClientActiveDataGrid1.Enabled = 0;