On Apr 23, 2007, at 2:36 PM, [EMAIL PROTECTED] wrote:
> self.addBizobj(AuthorBizobj(self.Connection))
In the interest of debugging, try this:
biz = AuthorBizobj(self.Connection)
print "BIZ", biz, "CONN", self.Connection
self.addBizobj(biz)
This will help to confirm that the bizobj is successfully created.
Also, where do you call the requery() of this bizobj in order to
populate the data?
-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com
_______________________________________________
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]