Convert regular form to one with tabs?
Forum rules
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
Do not post any licensing information in this forum.
Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
- Chris_Ediger
- Posts: 43
- Joined: Tue Oct 24, 2017 9:33 am
Convert regular form to one with tabs?
I have a tool that I'd like to convert to a tabbed form. Is there a way to import or copy over from my regular form to the tabbed form?
-
- Posts: 14668
- Joined: Tue May 22, 2007 9:57 am
- Has voted: 1 time
- Been upvoted: 5 times
- Contact:
Re: Convert regular form to one with tabs?
Just select all controls and copy to clipboard then paste onto the tab of choice.
You will have to separately copy the event code and manually reconnect the events.
An easier method is to make a copy of the form and just add a tab control and copy and paste on the same form. This sill not disturb the exisiting code and linkage.
You will have to separately copy the event code and manually reconnect the events.
An easier method is to make a copy of the form and just add a tab control and copy and paste on the same form. This sill not disturb the exisiting code and linkage.
- Chris_Ediger
- Posts: 43
- Joined: Tue Oct 24, 2017 9:33 am
-
- Posts: 14668
- Joined: Tue May 22, 2007 9:57 am
- Has voted: 1 time
- Been upvoted: 5 times
- Contact:
Re: Convert regular form to one with tabs?
Make copy of PSF file to new name. Make form large enough to add a tab control away from all current controls. Select all controls but not tab. "Ctrl-X' to cut existing controls. Select client rea of tab. Be sure client are is selected and not just the tab. 'Ctrl-V' to paste cut controls. Move and resize tab control.
YOU now have all controls on a tab.
YOU now have all controls on a tab.