One other thing.

This displays all the info I want it to:

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. Your new DC number is DC10- %s"
% stringID.zfill(3), title="Success")
    self.new()
    self.BuilderName.setFocus()

Can the message text be made to display on more the one line (new line, page
break, br...etc)
The message currently displays as:

Record successfully saved. Your new DC number is DC10-003

I would like it to display as:

Record successfully saved.
Your new DC number is DC10-003


Thanks again and happy new year!
Carey


--- 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