C++
C#
VB
JScript
All

IDL Property ITable.­Status


Property Status As String

The overall status indication for the table.

Remarks

This property can be set as any user-defined string. Standard status values for UNICOM Universal Gateway are ‘ok’, ‘warning’, and ‘error’. The default status is an empty string, indicating that no status is set for the table.

To set the table status as part of table population, without requiring a separate script to be written against the entire tables document, an ‘OnAfterPopulate’ script can be specified either at the table or document level to set the table status based on the populated table results.