Loads and executes the dataport that you specify.

With dataports, if you know at design time the specific dataport that you want to run, use this function or the RUNMODAL 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.RUN

Parameters

Dataport

Type: Dataport

After you define this variable, you can run this function or the RUNMODAL Function (Dataport) on the variable. The variable is automatically cleared after this function runs.

Expand imageSee Also