Previous Page | Next Page

SCL Methods for Automating OLE Objects under Windows

_EXECUTE_



Executes an OLE verb for the object.
Syntax
Details

Syntax

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

Argument Character (C) or Numeric (N) Description
in-verb
C specifies the OLE verb to execute.


Details

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.

Previous Page | Next Page | Top of Page