Promotic

LastErrText - property of the PmgTrendViewer object

Description:
Text of the last risen error.
Syntax:
String LastErrText
Note:
Property access for read only.
 
This property is not functional yet in Web panels
See also:
Example:
JavaScriptVBScriptSelect and copy to clipboard

var oTView = pMe.Items("../TrendView");
var nErr = oTView.LastErr;
if (nErr)
{
Pm.Debug(oTView.LastErrText);
}
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

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