sim wrote: > Isn't it possible to share a datasource between 2 bizobjs? Now that I've > figured it out, it looks like if I could share the bizobj then I wouldn't > need a movetoPK because it is already on the right record.
Sharing a bizobj is different than sharing a DataSource value. Yes, you should be able to share the bizobj. Instead of setting grid.DataSource to a string like 'patients', try setting it directly to the bizobj instance. This will work, but you'll be bypassing form mediation. Paul _______________________________________________ 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]
