On Apr 19, 2007, at 7:23 PM, Carl Karsten wrote:

> But I don't see how to bind text boxes to anything.  here is my  
> stab that I know
> won't work:
>
> class uLoopBO(dabo.biz.dBizobj):
>
>    def initProperties(self):
>      self.host = 'localhost'
>      self.user = 'testUserA'
>      self.pw = 'pw'
>      self.sqlCmd = 'select * from tbl1'

        Data binding only works with properties, not attributes.

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




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to