To continue with this content, please log in with your Data Access ID or create a new account.
Cancel Data Access ID
You may not be authorized to see this content. Please contact Data Access Europe for more information.
Cancel Data Access Europe
You are not authorized to see this content.
Cancel Data Access Europe
Next lesson:
Find in Files
Cancel

DataFlex - Studio Tour

Lesson 7: Compile and run the application

  1. Now that you have made some changes to the application, the next step is to compile and run it.
  2. First close the designer and compile the application by pressing the ‘Compile Project’ Button.

  3. On the output panel you see the progress of the compile and any errors will show here.
  4. It will first stop the application, then compile it and start it again.

  5. Test run the application by pressing the ‘Run”button.

  6. This will open the browser, showing the application.

  7. Click on one of the items to see the previously made changes in the zoom view.

  8. Going back into the studio, you will see it changed into debug mode. By default the debug layout looks like this.

  9. To see how these panels work, put a breakpoint at the save button.

  10. Now in edit mode make some changes and press the save button.

  11. For example ‘Call Stack’ shows us where it came from, ‘Locals’ shows us the variables that are defined within the function and ‘Tables’ shows the different tables and current values.


  12. Stop debugging by pressing Shift +F5.