SCL Methods for Automating OLE Objects under Windows |
Executes an OLE verb for the object.
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. |
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.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.