What a typical form application program does
In general,
a form application program will
-
initialize low-level ETI (curses)
-
create the fields for the form
-
create the form
-
post the form
-
refresh the screen
-
process end user form requests
-
unpost the form
-
free the form
-
free the fields
-
terminate low-level ETI (curses)
Next topic:
A sample form application program
Previous topic:
Some important form terminology
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004