The Pre-list Application

In the interest of time, we will start with an application which can edit check fields, but has no list capabilities. When a user presses the "Add" or "Edit" buttons, the check editing window is displayed, and the user may manipulate check values in this window. However, the list is not being maintained at this point.

In this application's source code, we have defined two new data types:

This application uses GIL's basic window, button, and field capabilities. If you have questions about this application, you may want to look at giltest, a sample GIL application which is distributed with GIL, and the GIL tutorial.


The Pre-list Source Code

The source code for the version which does not support lists are available.
back forward