enterprisecall
DATABASE
,
PROCEDURE

The enterprisecall statement calls a procedure in a server database, opening and closing the database if necessary.


Parameters

This statement has two parameters:

database – name of the DATABASE to open. This must be a designated server file.

procedure – name of the procedure to call. If this parameter is empty (""), the database will be opened without calling any procedure.


Description

This statement calls a procedure in a server database, opening and closing the database if necessary. The database will be made active with a secret window.

enterprisecall "WebContacts","PhoneList"

See Also


History

VersionStatusNotes
10.2UpdatedCarried over from Panorama 6.0, uses new protocol.