Form driven applications
Applications that are driven entirely by the form, with little
or no code are generally very small, very simple, and very
efficient applications. Superbase is entirely running in "native"
or "idle" mode and the user simply interacts, and
Superbase reacts to the user's commands.
For simple, quick, or small applications, thise type of application
works fine and is quick to build and simple to maintain. However,
these type of applications cannot have the degree of sophistication
that other applications have.
Multiple window applications under version 3 using this style
of programming are easy to build and understand, mainly because
Superbase does all the hard work of handling data entry and
database consistancy.
|