On 7/19/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is anyone know about a DB form generator unit under wxPython ? > What that's means ? > > I add information about a Query, or a ListOfDict, I set some other infos > (Lookups, others), and it is generate a Form with edit boxes, listboxes, > etc. > Then I can fill up the form with a record's datas. User can modify them. > After I can call Apply method, and every modifications are stored in a > result.
You should look into Dabo. It is a framework for creating database apps, and comes with a wizard that lets you create an app that queries, updates, edits, adds and deletes records in a variety of databases. What database are you using? # p.d. -- http://mail.python.org/mailman/listinfo/python-list