> I don't know why your code isn't working as written, but it is 'show()' not
> 'Show()'.
> The former is the Dabo method; the latter is the wx method (bypassing Dabo).
>
> Paul
>
It took me a while, but I finally figured it out:
I had written:
biz2=det.getBizobj(self.DataSource)
because I was using the same datasource for both of them. But apparently, it
didn't like that.
When I changed it to:
biz2=det.getBizobj("patients")
it suddenly started working.
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.
Sim
_______________________________________________
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]