3. Getting Started Using OpenROAD : Simple Client Applications : How You Can Create a Simple Object-Oriented Application : Run an Application Using the Debugger
 
Share this page                  
Run an Application Using the Debugger
In this procedure, you will run the modified ProjectFrame user frame to test the script you edited in Call User Class Methods.
You must have the ProjectFrame user frame opened from the previous procedure.
To reference the user class in the frame script
1. Click Debug, Go to run the frame.
2. Enter 1 in the Project Id field and click Select.
Data from the first record in the project table is displayed in the field.
3. Change the name of the project and then click Update.
4. Click OK to commit your changes.
5. Click Debug, Go again.
6. Enter 1 in the Project Id field and click Select.
Your modified data from the first record in the project table is displayed in the field.
7. Click OK to close the frame.
8. Save and Close the ProjectFrame.
Congratulations, you have successfully modified an application that uses object-oriented methods!