inline subforms
VFront is a dynamic front-end for MySQL, PostgreSQL and SQLite DBs.
Status: Beta
Brought to you by:
marciuz
Currently, subforms are displayed as a separate window of the main form. This is good for many usages, but sometimes it would be much more comfortable to be able to display a subform within the main form, in form of a grid.
Example:
first name: [ ] last name: [ ]
email addr: [ ]
------------------ subform -----------------
date1: [ ] msg1: [ ]
date2: [ ] msg2: [ ]
date3: [ ] msg3: [ ]
date4: [ ] msg4: [ ]
-------------- end of subform --------------