Re: wxPython - DB Form generator unit

2005-07-23 Thread Peter Decker
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


wxPython - DB Form generator unit

2005-07-19 Thread [EMAIL PROTECTED]
Hi !

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.

That is very important thing, when you have many record editor forms. 
Don't need to create them one-to-one, not need to repeat many codes...

Is anyone have an idea ?

Thanx: ft
-- 
http://mail.python.org/mailman/listinfo/python-list