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:
  1. Create a new form module.
  2. Create a data block based on a database table.
  3. Layout the items of the data block in frames on a canvas.
  4. Compile, run, and test the application.