On Sunday, September 26, 2010 09:42:29 pm Ed Leafe wrote:
> On Sep 26, 2010, at 10:09 PM, Bronwyn Woods wrote:
> > I would like the main form of my application to be a PageFrame with 5
> > tabs (essentially one for each table in my database).  If I want to
> > structure the UI this way, should I make one massive form or is it
> > possible to make a form for each table and then embed the smaller forms
> > into the top level PageFrame?
> 
>       Forms are the outermost containers for UI elements; you cannot place a
> form inside of a control such as a pageframe.
> 
>       You could create separate classes based on dPanel, and then add them to
> each page as needed.
> 
> 
> 
> -- Ed Leafe

I do this all the time.  I create a class based on the Dabo dPanel.  It does 
two things it allows me to append the class to tabs and I get the added 
benefit of having ability to re-use the class on a different form.

Johnf
_______________________________________________
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]

Reply via email to