Salesforce

Running a Program (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Running a Program (Magic xpa 3.x)

Now you will execute the program from the Studio environment.

  1. Park on the My First Program program in the Program repository.

  2. From the Debug menu, select Run (F7).

The Magic xpa Runtime window is opened and the executed program's main form is displayed.

To execute a program, you can also select the Run icon from the toolbar:

The Virtual variables that you created will be displayed and the task is now available for end-user input.

  1. In the Customer_Code variable, type the number 1111.

  2. Press the TAB key to move to the Customer_Name variable.

  3. In the Customer_Name variable, type David.

You have just typed in values in the Customer_Code and Customer_Name Virtual variables. Since Virtual variables exist only for the duration of the program, when you exit the program the Virtual variable values are cleared.

  1. Close the program and execute it again to see that the Virtual variable values have been cleared.

Reference
Attachment 
Attachment