A grid with a modal popup form allows you to generate a grid, and perform updates on a selected row. PHsPeed will generate a modal form which is then used for the update. The fastest way to create a simple grid is by using the application wizard:


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

  • On the application wizard, select 'Grid with popup 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
  • 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 open the modal form, click on 'new' to add a new record, or click on the pencil to open the modal form




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.