Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Set_Property(OLECtrlEntID, "OLE.ColumnWidthEmptyTablePrompt[col]", ValueText)

Values

Text can contain anything.

...

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

Example

Code Block
// SetLet columnthe 1user toknow 200why pixelsthe intable widthis empty
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.ColumnWidthEmptyTablePrompt[1]", 200 "No items have been assigned to this invoice.")