MajP
You've got your good things, and you've got mine.
- Local time
- Today, 18:13
- Joined
- May 21, 2018
- Messages
- 9,464
If you close the form and pop open, you may want to have it return to the same location it was in.
As far I know the only way to move document tabs is to open them in the correct order. So prior to opening the popup read the form's collection which will have the forms in the order as opened. Save that list somewhere like a collection. Pop up the form and close the tabbed version. When you close the pop up then close all the forms and reopen in the original order. This will give more of an illusion of popping open and then returning.
As far I know the only way to move document tabs is to open them in the correct order. So prior to opening the popup read the form's collection which will have the forms in the order as opened. Save that list somewhere like a collection. Pop up the form and close the tabbed version. When you close the pop up then close all the forms and reopen in the original order. This will give more of an illusion of popping open and then returning.