On Mar 23, 2007, at 12:30 PM, Carl Karsten wrote:

> I need a UI for for this:
>
> user = 'testUserA'
> ci = dabo.db.dConnectInfo(DbType='mysql',
>          Host='localhost',
>          User=user,
>          PlainTextPassword='pw' )
>
> sqlCmd = """
> select *
>     from tbl1
> """
>
> and a button to call a form method that will 'do something', like  
> pass all the
> text.value values to a BO method(s)?

        Why not just define properties on the bizobj, and then use data  
binding with the controls? Then the bizobj can just read its own  
properties.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to