Versions Compared

Key

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

...

The Row parameter contains the index to the row that was clicked. Use this parameter in conjuction with the RowData property to decide how to react to the click.

...

The Column parameter contains the index to the column that was clicked. After getting the clicked row's contents using RowData, use this index to examine the value of the item actually clicked. This value is 0 when the Button parameter is "Enter".

...

Code Block
Transfer Param1 to Row 
Transfer Param2 to Button 
Transfer Param3 to Column 
Transfer Param4 to Point 

// get the clicked item's data 
RowData = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.RowData[":Row:"]") 
ItemData = RowData<Column>

See Also

OnItemDblClickOnHeaderRightClickRowData