Command Screen

<< Click to Display Table of Contents >>

 

Command Screen

1.Insert a new Screen in the project, named "CommandScreen", sized as 200 x 200 pixels.

 

NOTE

To review the procedure to insert a Screen, please check chapter Screen and Screen Objects.

 

2.On this CommandScreen, insert a PumpCommand-type object.

PumpCommand object

PumpCommand object

3.On the CommandScreen's OnPreShow event, create the next script.

Item("PumpCommand1").PumpSource = Arg

 

4.To create the script on the previous exercise, select, using AppBrowser, the XControl PumpCommand1 on CommandScreen and, on its right side, select the PumpSource property.

5.Type " = Arg".

Was this page useful?