Progress
Version 9
Product Update Bulletin


CREATE CALL Statement

Interfaces
OS
SpeedScript
All
All
Yes

Creates a CALL object, then stores a handle to it in the handle variable specified.

The CALL object, its attributes, and its methods, are used by applications to invoke logic dynamically.

SYNTAX

CREATE CALL handle [ IN widget-pool ] [ NO-ERROR ] 

handle

A HANDLE expression that indicates the name of a HANDLE variable into which a handle to the new CALL object is stored.

widget-pool

A CHARACTER expression that indicates the name of the widget pool to contain the new CALL object.

NO-ERROR

Suppresses reporting of errors that occur while CREATE CALL executes. Afterwards, you can get information on possible errors by checking the ERROR-STATUS system handle.

NOTES

SEE ALSO

CALL Object Handle in this bulletin and the DELETE OBJECT Statement in the Progress Language Reference .


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095