Loads and executes the dataport that you specify. If you know at design time the specific dataport that you want to run, use this function or the RUN Function (Dataport). If you do not know the specific dataport that you want to run, use the DATAPORT.RUNMODAL Function (Dataport) or DATAPORT.RUN Function (Dataport).

Dataport.RUNMODAL

Parameters

Dataport

Type: Dataport

After you define this variable, you can run this function or the RUN Function (Dataport) on the variable. The variable is not automatically cleared after this function runs. You must clear the variable after using it.

Expand imageRemarks

Expand imageSee Also