On Oct 29, 2009, at 12:26 PM, Adrian Klaver wrote: > > I may be missing something but why do you need to create two > instances of the same bizobj? The self.addBizobj binds it to the > Form. It then makes it available to all the data controls in the > Form. Why not just reference it by the same name in the different > parts of the Form?
I have a situation where I want to access the same table on two different dPages within the same form, but don't want manipulation on one dPage to change the cursor for the other. I think JohnF's recommendation on using a temporary cursor might be the best way to handle that unless someone else has a better idea. Aaron L. Carlow --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
