3. Getting Started Using OpenROAD : Simple Client Applications : How You Can Create a Simple Object-Oriented Application
 
Share this page                  
How You Can Create a Simple Object-Oriented Application
You can create a simple object-oriented application that selects and updates information from a database. Creating such an application follows these basic steps:
1. Create a user class with methods.
2. Write the class script.
3. Create a composite field on your user frame.
4. Bind a user class to the composite field.
5. Call the user class methods.
6. Run the application.
The following procedures build on your previous work from How You Can Create a Simple Client/Server Application.