Loads and executes the XMLport that you specify.

XMLport.RUN (Number [, ReqWindow] [, Record] [, Import])

Parameters

XMLport

Type: XMLport

The variable is automatically cleared after this function runs.

Number

Specifies the XMLport to run.

ReqWindow

Specify True to show request page; specify False to run the report and skip the request page.

The default is True.

Record

Tells the system which record to use in the XMLport. The system will use any filters that are attached to the specified record.

Import

Overrides the Direction property in metadata so that no direction control is shown on the request page. Specify True to run the XMLport and import data; specify False to export data.

The default is True.

Expand imageSee Also