You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Fired when the user changes the selection

Remarks

The OnSelChange event is fired when the user changes the selection by clicking on a row or by using the arrow keys. To get the new selection, simply read the SelPos property.

This event does not fire when setting the SelPos property programmatically. Instead, you must programmatically fire the event using Send_Event.

Example

// Get the selpos 
SelPos = Get_Property(@Window:".OLE_REPORTTABLE", "OLE.SelPos")

See Also

SelPos

  • No labels