A simple crud form is a form that allows you to maintain records of a certain database table. It can be created the fastest by using the application wizard. The wizard will generate all components and properties to bind a database table to the form with a toolbar.


  • Start PHsPeed and create or open your project.
  • Click on the puzzle icon to open the application wizard

  • On the application wizard, select 'Form' by clicking on its button
  • Enter a unique module id
  • Select the connection (initially, it will be filled by your project default)
  • Select the table you want to create the module on
  • Select the number of columns (defaults to 2)
  • Click 'Create module'.



  • After generating the form, you will find the module in the project tree. Select it with the mouse.



  • Generate and run the code by clicking on the double green arrow



The result is shown in the build-in Chromium webbrowser.



To make further modifications to the application, click on the project tab to return to design mode. Now you can apply all kinds of modifications.