call CwSelectObject hObject
hObject (handle) Handle to an object.
Description:
This procedure makes the object referenced by "hObject" the
currently selected object. This is equivalent to clicking on an
object in a view until that object is highlighted (i.e. surrounded by
"ants"). Subsequent procedures that act on the currently selected
object will act on the object referenced by "hObject".
Example:
o = CwGetHandleFromObjectName( GetCurrentView(), 'cutme')
call CwSelectObject o