adding tab in form

  • Thread starter Thread starter JEPE
  • Start date Start date
J

JEPE

Hi,
I havm a form with some data...
Now I want to add a second "tab-form"
How is the procedure? I can add a tab-form with2 tabs but how do I get
the current fiels to the first or to the second page?
Now, the "tab-form" is positioned overthe current form but I can no
longer see the fields.. I can selectthem but cant see them...
The new "tab-form" lies like a carpet OVER the fields of my currenty
(single-paged) form
 
Second problem...
When I add an entryfield on the second form, it is also displayed on the
first one... Is there a way to "link" fields to a form-tab?
Thanks
 
Second problem...
When I add an entryfield on the second form, it is also displayed on the
first one... Is there a way to "link" fields to a form-tab? Thanks

Again, it's a "page", not a "form". If you see an object on all pages
then you didn't add it to any of the pages. It is directly on the form
behind the TabControl. That makes it show on all pages and that is by
design to behave that way.

If you are dragging a new control onto a TabPage the desired page must be
on top and you have to wait until the page is highlighted when you pass
your mouse over it. Otherwise it ends up on the form.
 
Back
Top