_EXECUTE_

Executes an OLE verb for the object.

Syntax

CALL NOTIFY(OLE-object-name,'_EXECUTE_',in-verb<,in-verbin-verb> );

Details

OLE Arguments
Argument
Character (C) or Numeric (N)
Description
in-verb
C
specifies the OLE verb to execute.
A list of verbs supported by this object are listed in the Associated Verbs window for the OLE object (after the object has been created). You can specify more than one OLE verb at a time.
If you attempt to execute a verb that is not valid for the object, the SCL program halts and returns a message that the verb does not exist.