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.Form, from the dialog, if you created the dialog with the form as parent, will refer to the parent form. self.Form, from a control on the dialog, will refer to the dialog. 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]
