Versions Compared

Key

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

...

Code Block
Transfer Param1 to Row 
Transfer Param2 to Column 
Transfer Param3 to Text 

// get the clicked item's value 
Record = Send_Message(@Window:".OLE_REPORTTABLE", "OLE.RowToRecord", Row) 
ItemValue = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.ItemValue[":RecordColumn:";":ColumnRecord:"]")

OnItemClick