The prompt that appears when the table has no items.

Usage

Set_Property(OLECtrlEntID, "OLE.EmptyTablePrompt", Text)

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

// Let the user know why the table is empty
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.EmptyTablePrompt", "No items have been assigned to this invoice.")
  • No labels