Ed Leafe wrote:
> 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.

cuz I didn't think of that  :)

exactly the kind of advice I was looking for.

now to clean up the other 1/2.

Carl K

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

Reply via email to