Promotic

LastCfgTitle - property of the PmgTrendViewer object

Description:
The name of the recently loaded configuration file when calling the LoadCfg method.
Syntax:
String LastCfgTitle
Note:
Property access for read only.
 
This property is also functional in Web panels.
 
The name of the configuration group of trends (read from the *.tg or *.xml file) is saved into this property each time when calling the LoadCfg method. This name is read from the content of the *.tg file. When creating the *.tg file (by the SaveCfg method) this name is not included in the file, it is necessary to add it into the file in any ASCII editor, for example, as follows
<?xml version="1.0" encoding="utf-8"?>
  <pm>
    <trendcfg>
      <cfgtitle>Name of configuration group</cfgtitle>
      ...
 
In this example, the name of the configuration group is added in the following line
      <cfgtitle>Name of configuration group</cfgtitle>
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var sTitle = oTView.LastCfgTitle;
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.