2.11 Saving the Project

You have finished designing the Customer Inquiry window for the application. Let's save the work done you have done so far. You save the window as a project.

Follow these steps:

  1. Move the pointer to the Save Project icon on the Designer window tool bar.
  2. Click on the Save Project icon . The Save as Application - VisualAge RPG window appears.
  3. Enter GuiDes1 in the Application name field.
  4. Press the Tab key. This action automatically fills in the name of the source file and source directory that are created for your application. Change the source directory to a different folder or project as required.
  5. Click OK.
  6. Click on to indicate that you've done all the steps.

This completes Exercise 2. You have just created a window and added different parts to it. You have manipulated those parts to create the first window of the Customer Inquiry application that requests information on a customer number.

Now you are ready to add code to the push buttons on the Customer Inquiry window so that when a push button is pressed an action is performed.

But before you do, we recommend you do the Quiz.