Rick Graves wrote:
But then when I tried to make it work, I do not know
how to access the business object for a table not
involved with the particular form. The child table is
called Site (or site), and neither
self.Form.getBizobj('site') nor
self.Form.getBizobj('Site') are working in the form
for the parent table.
What do you suggest?
Try:
bizSite = self.Application.biz.Site(self.Application.dbConnection)
which will create a new instance of the Site bizobj. Save that instance
somewhere you know where to find it, and you can use the instance
wherever you like.
--
pkm ~ http://paulmcnett.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users