Ed Leafe wrote: > 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. >
In DaboDemo, the text box doesn't seem to be any Data binding examples, right? This seems like a good place for it. Which still leaves me wondering: where is an example of it? And for values like host, user... is a set of 4 BO properties what I should be using? Carl K _______________________________________________ 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]
