13. Building Applications : The Create a Frame or Procedure Frame : Creating a User-Specified Frame : Testing the USER Frame
 
Share this page                  
Testing the USER Frame
The last step in creating a frame is testing it.
1. To check to see that your USER frame is operating in the way you intend, use the Go operation from the Edit an Application frame. This compiles the application, and, if no errors prevent it from running, runs it.
2. If you are not satisfied with the way your frame is functioning, return to the frame and use Edit or FormEdit to correct the source code or the form.
3. Select Go to run the application again. For more information on Go, see the Testing Incomplete Applications section.