Versions Compared

Key

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

...

This property requires a Row index, not a Record index. Rows are the physical rows the user sees. Records are the rows of data in the background that never change index after being populated. So, if you have a Record index, you need to use RecordToRow to map it to a row.

Example

Code Block
// collapse the group containing record 1 
Row = Send_Message(@Window:".OLE_RECORDTABLE", "OLE.RecordToRow", 1) 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.RowExpanded[":Row:"]", 0)

See Also

ExpandAllCollapseAll