On 9/28/10 1:59 PM, Ed Leafe wrote: > On Sep 28, 2010, at 4:58 PM, John Fabiani wrote: > >> Almost anything you need to do with a form can be done with a dialog (and yes >> that includes data access). So you might consider using a dialog. > > Not quite true. Most of the integration between the UI and the bizobj > layer does not exist in dialogs. So yes, you can do it, but you'll end up > coding a lot of it by hand.
You can instantiate your child dForm with Modal=True, and then you get the best of both worlds: a truly modal dForm. You wouldn't need to hide the parent form. 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]
