Is there any way to show two open forms with showFormInDialog without the seond one hiding the first?
Probable not the answer you want but you can make a main form and place the two forms in a (hidden) tabpanel next to each other…
Nope. What I want is the user to be able to popup a from off the main form, and then popup another form from the first popup.
What happens is the second popup hides the first untill the second is closed. This is cool, but the user needs to be able to refer the the values on the first popup in order to use the second one properly.
Well, that’s simply not possible at the moment.
But what do you mean with:
but the user needs to be able to refer the the values on the first popup in order to use the second one properly
Can’t your transfer that data to an appropratie field/label or fields?
Well, now that I know what I want isn’t possible, I’ll figure out the next best thing. Thanks for your help.