The CxFmsHistoryGridCtrl object contains the following properties.
Browse by letter: A B C D E F I M P R S U
| Property | SubType | Read Only | Description |
|---|---|---|---|
|
Integer |
No |
Returns/sets the appearance of the object boundary. Possible values for this property are as follows.
Default value is 0 - Flat |
|
|
String |
No |
Returns/sets the starting date of the FMS History Grid. This string can be in one of the following forms.
Note: This property is only used if the UseSessionOptions property is set to 0 - No. Note: Because Session options are universal to all FMS controls, this property can only be set via script during runtime, and the value is not saved to the control. Default value is T-7 |
|
|
Integer |
No |
Returns/sets the border style. Possible values for this property are as follows.
Default value is 0 - None |
|
|
String |
No |
Returns/sets the filter to be used when retrieving Nodes. Wildcard values * (multiple character) and ? (single character) are supported. Wildcards can be used in any part of the string to specify that any character or set of characters is allowed in its place. Example A filter string of “*Test*” will retrieve all Nodes with the word “Test” somewhere in the string, such as “TestDevice” or “MyTestDevice” or “Device001Test”. Default value is * (multiple character wildcard) |
|
|
Integer |
No |
Returns/sets the Node property that will be filtered by the string specified in the ChooserFilterString property. Possible values for this property are as follows.
Default value is 0 - Name |
|
|
String |
No |
Returns/sets the group currently selected in the Node chooser’s Group combo box. |
|
|
Integer |
No |
Returns/sets the Node category currently selected in the Node chooser’s Node category combo box. Possible values for this property are as follows.
Default value is 8 - Node_Category_Gas_Devices |
|
|
Boolean |
No |
Returns/sets whether or not the Node chooser’s Node category combo box is visible. Possible values for this property are as follows.
Default value is 1 - Yes |
|
|
Integer |
No |
Returns/sets the primary sort column of the Node chooser’s Node list. Possible values for this property are as follows.
Default value is 2 - Name ascending |
|
|
String |
No |
Returns/sets the Site.Service currently selected in the Node chooser’s FMS service combo box. |
|
|
Boolean |
No |
Returns/sets whether or not the Node chooser’s FMS service combo box is visible. Possible values for this property are as follows.
Default value is 1 - Yes |
|
|
String |
No |
Returns/sets the XML specifying the custom FMS commands configured for the control. Another way to configure this property is to use the control’s property page. |
|
| ColorAcceptability |
Boolean |
No |
When a ColorGrid option other than "0 - None" is selected, returns/sets whether or not records with a % acceptability below the specified limit will be shown in red to indicate bad data. Possible values for this property are as follows.
Default value is 1 - Yes |
| ColorAcceptabilityLimit | Integer | No |
When ColorAcceptability value is set to 1 - Yes, returns/sets the % acceptability limit that is used to determine if the data is bad. Default value is 90 |
| ColorExceptions |
Boolean |
No |
When a ColorGrid option other than "0 - None" is selected, returns/sets whether or not records with exceptions will be shown in red to indicate bad data. Possible values for this property are as follows.
Default value is 1 - Yes |
| ColorGrid | Integer | No |
Returns/sets the color option used by the History Grid control. Possible values for this property are as follows.
Default value is 1 - Row background |
|
String |
No |
Returns/sets the XML specifying the columns that will be displayed in the FMS History Grid. Another way to configure this property is to use the control-specific property page in the CygNet FMS Control Properties dialog box, on the Grid page. See CygNet FMS History Grid Control for more information. |
|
|
Integer |
No |
Returns/sets the format of the dates shown in the FMS History Grid. Possible values for this property are as follows.
Note: This property is only used if the UseSessionOptions property is set to 0 - No. Note: Because Session options are universal to all FMS controls, this property can only be set via script during runtime, and the value is not saved to the control. Default value is 0 - Device_Time |
|
|
Integer |
No |
Returns/sets the number of decimal places that will be shown in the values displayed by the FMS History Grid. Acceptable values include 0 - 10 decimal places. Default value is 7 |
|
|
String |
No |
Returns/sets the ending date of the FMS History Grid. This string can either be in the form of an Absolute date, for example, 1/31/2019, or a Relative date, for example, T (today), T-14 (14 days prior to today), or T+1 (one day following today). Note: This property is only used if the UseSessionOptions property is set to 0 - No. Note: Because Session options are universal to all FMS controls, this property can only be set via script during runtime, and the value is not saved to the control. Default value is T |
|
|
StdFont |
No |
Returns/sets the font used by the FMS History Grid control. Default value is MS Shell Dlg. |
|
|
Boolean |
Yes |
Returns whether or not the user is currently editing data in the FMS History Grid control. |
|
|
Integer |
Yes |
Returns/sets the maximum data quality percentage to be displayed in the FMS History Grid. Possible values for this property are integers from 1-100. Default value is 100 % |
|
|
Integer |
No |
Returns/sets whether Station Meters will be displayed in the FMS History Grid as Stations or Devices. Possible values for this property are as follows.
Default value is 8 - Gas_Devices_Mode |
|
|
String |
No |
Returns/sets the Point in Time date and time of the FMS History Grid control. This string can be in one of the following forms.
Default value is T, date and time today. See Using the Home Menu for more information about PIT mode. Note: This property is only used if the UsePIT property is set to 1 - Yes. |
|
| RecordOrder | Integer | No |
Returns/sets the order in which records will be displayed in the FMS History Grid. Possible values for this property are as follows.
Default value is 0 - Oldest_First |
|
Integer |
No |
Return/sets the span of each record displayed in the FMS History Grid. Possible values for this property are as follows.
|
|
|
String |
No |
Returns/sets the Session starting date for the time window displayed in the control. This string can either be in the form of an Absolute date, for example, 1/31/2019, or a Relative date, for example, T (today), T-14 (14 days prior to today), or T+1 (one day following today). Note: This property is only used if the UseSessionOptions property is set to 1 - Yes. Note: Because Session options are universal to all FMS controls, this property can only be set via script during runtime, and the value is not saved to the control. |
|
|
Integer |
No |
Returns/sets the Session date/time format for the time window displayed in the control. Possible values for this property are as follows.
Note: This property is only used if the UseSessionOptions property is set to 1 - Yes. Note: Because Session options are universal to all FMS controls, this property can only be set via script during runtime, and the value is not saved to the control. |
|
|
String |
No |
Returns/sets the Session ending date for the time window displayed in the control. This string can either be in the form of an Absolute date, for example, 1/31/2019, or a Relative date, for example, T (today), T-14 (14 days prior to today), or T+1 (one day following today). Note: This property is only used if the UseSessionOptions property is set to 1 - Yes. Note: Because Session options are universal to all FMS controls, this property can only be set via script during runtime, and the value is not saved to the control. |
|
|
String |
No |
Returns/sets the Session Node tag, which specifies the active Node in the FMS Configuration control. This tag must be in the form SITE.SERVICE|ID (for example, TEST.FMS|2540). Note: This property is only used if the UseSessionOptions property is set to 1 - Yes. Note: Because Session options are universal to all FMS controls, this property can only be set via script during runtime, and the value is not saved to the control. |
|
|
Boolean |
No |
Returns/sets whether or not the Chooser pane will be displayed in the control. Possible values for this property are as follows.
Default value is 1 - Yes |
|
|
Boolean |
No |
Returns/sets whether or not the Options pane will be displayed in the control. Possible values for this property are as follows.
Default value is 1 - Yes |
|
|
Boolean |
No |
Returns/sets whether or not units will be displayed in the FMS History Grid. Possible values for this property are as follows.
Default value is 0 - No |
|
|
String |
No |
Returns/sets the unit set used to determine the units of each FMS data item in the FMS History Grid. Another way to configure this property is to use either the control’s property page or to use the Options page on the FMS History Grid. Default value is the <Default> unit set |
|
|
Boolean |
No |
Returns/sets whether or not the PITDateTime property will be used. Possible values for this property are as follows.
Default value is 0 - No |
|
|
Boolean |
No |
Returns/sets whether or not the SessionNodeTag property will specify the active Node in the FMS History Grid. If this property is set to 0 - No, the FMS History Grid will present a Chooser page for selection of the active Node. Possible values for this property are as follows.
Default value is 1 - Yes Note: The Use Session options property default value is 1 - Yes/True for Data controls (Alarm, Configuration, History Graph, History Grid, Raw Data). The property default value is 0 - No/False for Summary controls (Dashboard, Exceptions) and Admin controls (PPA, Balance, Jobs; not applicable to Close Period). |
|
|
Boolean |
No |
Returns/sets whether or not the SessionBeginDate, SessionEndDate, and SessionDateFormat properties will be used in place of the BeginDate, EndDate, and DateFormat properties. Possible values for this property are as follows.
Default value is 1 - Yes Note: The Use Session options property default value is 1 - Yes/True for Data controls (Alarm, Configuration, History Graph, History Grid, Raw Data). The property default value is 0 - No/False for Summary controls (Dashboard, Exceptions) and Admin controls (PPA, Balance, Jobs; not applicable to Close Period). |