Advanced SQL CRUD With PloneFormGen

Some techniques to work with table relations when inserting, deleting or updating data through PloneFormGen forms.

  1. Introduction You can easily build a form interface for database applications using PloneFormGen.
  2. Create a form for related tables Here we'll create a single form to insert data into related tables.
  3. Get dirty - wiring the form Let's code the backend of our form to insert the data on the DB.
  4. Accessing the data A simple search interface to get a record by the person name.

All content on one page (useful for printing, presentation mode etc.)