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

Compare with Current View Page History

« Previous Version 2 Current »

The prompt that appears when the table has no items.

Usage

Set_Property(OLECtrlEntID, "OLE.EmptyTablePrompt[col]", 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[1]", "No items have been assigned to this invoice.")
  • No labels