A button on a form saves and closes the form.

def onBtnSave(self, evt):
    self.save()
    self.close()

This seems like a straight forward situation, but if the bizobj
validateRecord kicks
in with the save() call. I don't know how to stop the method from
calling close().

What's the dabo way to accomplish this?
Miguel
_______________________________________________
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]

Reply via email to