You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The prompt that appears when the table has no items.

Usage

Set_Property(OLECtrlEntID, "OLE.ColumnWidth[col]", Value)

Values

Text can contain anything.

Default: "There are no items to show."

Remarks

The EmptyTablePrompt property can be used to customize the text that appears when the table contains no data.

Example

// Set column 1 to 200 pixels in width 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnWidth[1]", 200)
  • No labels