DlgTrends - method of the PmgTrendViewer object
Description:
Opens the window for runtime configuration of the trend viewer.
The window allows to edit all properties of the viewer including lists of trends in the preset form and it even allows to change the
tvTrend objects in connection to servers.
Syntax:
Empty DlgTrends(String sOptions)
Parameters:
sOptions | (String) Text for setting parameters.
For example, the "dialogLeft:100;dialogTop:120;" sets the position of the left upper corner of the displayed window. |
---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTView = pMe.Items("../TrendView");
oTView.DlgTrends("dialogLeft:100;dialogTop:120;");
Dim oTView
Set oTView = pMe.Items("../TrendView")
oTView.DlgTrends "dialogLeft:100;dialogTop:120;"
History:
Pm9.00.02:
Fixed bug: Bugfix of the window localized texts and configuration malfunction.