Paul, > 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. If the table is updated, will the new instance of the business object know about the update? I assume an advantage of having one and only one business object for a table is that the business object knows about all updates. Is there a way to add references to other business objects to a form? If I must have duplicate instances of the business object for a table, the original plan of having separate copies of the key/name list/tuple might be better. How would the copies get updated when the table gets updated? Thanks, Rick _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
