Versions Compared

Key

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

...

Code Block
Set_Property(OLECtrlEntID, "OLE.EmptyTablePrompt[col]", Text)

Values

Text can contain anything.

...

Code Block
// 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.")