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 double-clicked. Use this parameter in conjuction with the RowData property to decide how to react to the double-click.

...

The Column parameter contains the index to the column that was double-clicked. After getting the double-clicked row's contents using RowData, use this index to examine the value of the item actually double-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 double-clicked item's data 
RowData = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.RowData[":Row:"]") 
ItemData = RowData<Column>

See Also

OnItemClickOnHeaderRightClickRowData