On Oct 10, 2006, at 8:57 PM, Paul McNett wrote:

SiteNames, SiteKeys = self.Form.getBizobj().getAvailableSites()

The form's getBizobj() method takes a parameter that specifies the data source for the bizobj, allowing you to get references to any of the bizobjs involved with a particular form. Without specifying the data source, it defaults to the primary bizobj for the form, which would be equivalent to writing:

        SiteNames, SiteKeys = self.Form.PrimaryBizobj.getAvailableSites()

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to