An application is designed to meet the needs of a category of users.
In the library system, the categories of users could include librarians, administrators, and borrowers.
It is usual to design a separate application for each category of users.
Each application has a name and startup form, which displays when the application starts.
From the startup form, menus can control the display of other forms.
Instructions
- In the JADE development environment,
click the toolbar button.
The Application Browser window is displayed. It contains a single application (LibrarySchema)
that was automatically created when you created the schema.
- Select the Application | Change command.
The Define Application dialog is displayed.
- Change the name of the application to AddBooks
and startup form to AddBookForm.
- Click the OK button.
- Run your application by clicking the
toolbar button.
The Run Application dialog is displayed.
- Click the OK button to run your application.
|
 |