Invokes a method on an OLE automation object with no return value.
Argument
|
Character (C) or Numeric
(N)
|
Description
|
---|---|---|
in-OLE-method
|
C
|
specifies the OLE method name.
|
in-parm
|
C or N
|
provides a parameter to the OLE method.
|
call notify('oleobj', '_DO_', 'AboutBox');