Advanced SQL CRUD With PloneFormGen
Some techniques to work with table relations when inserting, deleting or updating data through PloneFormGen forms.
- Introduction You can easily build a form interface for database applications using PloneFormGen.
- Create a form for related tables Here we'll create a single form to insert data into related tables.
- Get dirty - wiring the form Let's code the backend of our form to insert the data on the DB.
- 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.)

