On Wednesday 25 March 2009 10:16:01 am Ed Leafe wrote: > On Mar 25, 2009, at 12:03 PM, Adrian Klaver wrote: > > I am having a mental block on this. When creating a dialog form i.e > > dOkCancelDialog, how do I access a DataSource/Bizobj in the parent > > form? > > self.Parent.PrimaryBizobj > > -or- > > self.Parent.getBizobj(dataSource) > > > -- Ed Leafe > > >
Thanks Paul and Ed for the sanity check. Turns out the problem was not doing an update at the right time. I was seeing data in part of the dialog form (dGrid) but not another (dGridSizer). Putting an update() in the afterInitAll() of the dialog made that issue go away. -- Adrian Klaver [email protected] _______________________________________________ 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]
