Ed Leafe wrote: > On Aug 18, 2009, at 2:25 PM, Nate Lowrie wrote: > > Try adding the following line: > > >> def updateBizobj(self, evt): >> > > self.Form.activeControlValid() > > >> if self.taskBizobj.isChanged(): >> print "saving bizobj" >> self.taskBizobj.save() >> >> print "moving to PK" >> self.taskBizobj.moveToPK(self.taskNodeDic[self.Selection]) >> self.Form.update() >>
Ed, It works. Maybe we should consider calling this in dTreeView.__onTreeSel before we raise the event. Regards, Nate _______________________________________________ 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/[email protected]
