Scratch that last request. I figured it out.

def afterSave(self):
    # This will only get called if the save succeeds
    newPK = self.PrimaryBizobj.getPK()
    stringID = str(newPK)
    dabo.ui.info("Record successfully saved.\n Your new DC number is DC10-
%s" % stringID.zfill(3), title="Success")
    self.new()
    self.BuilderName.setFocus()


Thanks for all the assistance Ed. It's greatly appreciated.


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---
_______________________________________________
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