The Basic Development Process
BACK
|
1
2
3
4
5
6
7
8
9
|
NEXT
|
MAIN
Building a simple Form Builder application is a four step process:
Create a new form module.
Create a data block based on a database table.
Layout the items of the data block in frames on a canvas.
Compile, run, and test the application.