B
Bob Howard
Hi,
I have a modal popup which at one point calls a function located in module
.... which I purchased from a software supplier. They say that the caller
should not be modal, and if it is modal, should leave modal state just
before executing the function and then resume modal upon return.
So I do that.
But there's one odd situation that sometimes occurs where my form becomes
"not the top" form in my application while under control of this other
software.
So when I issue the Me.Modal=True after returning from this other software,
I become modal again, but I"m not on top and the screen locks up.
The user must alt-ctrl-del and terminate the application.
What command (method) can I use to put my form back on top again? I would
execute this either right before or right after resuming modal state.
Thanks.
Bob
I have a modal popup which at one point calls a function located in module
.... which I purchased from a software supplier. They say that the caller
should not be modal, and if it is modal, should leave modal state just
before executing the function and then resume modal upon return.
So I do that.
But there's one odd situation that sometimes occurs where my form becomes
"not the top" form in my application while under control of this other
software.
So when I issue the Me.Modal=True after returning from this other software,
I become modal again, but I"m not on top and the screen locks up.
The user must alt-ctrl-del and terminate the application.
What command (method) can I use to put my form back on top again? I would
execute this either right before or right after resuming modal state.
Thanks.
Bob