Hi All,
I have a main form which is loaded and occupies the whole screen.
I load another form loaded from a code module which opens on top of the main form on the right half of the screen and needs to stay on top so I use form.showandwait in the 2nd module.
My problem is I need to move focus back to the main form to scroll thru a table view but keep the 2nd form open and on top then move focus back to the second form.
If I just use form.show the 2nd form disappears behind the main form but I need keep it on top.
Its not a problem if both forms are in the same code module but I have multiple popup forms that need to switch focus between itself and the main form.
Hope this is clear as mud.....
Any ideas?
I have a main form which is loaded and occupies the whole screen.
I load another form loaded from a code module which opens on top of the main form on the right half of the screen and needs to stay on top so I use form.showandwait in the 2nd module.
My problem is I need to move focus back to the main form to scroll thru a table view but keep the 2nd form open and on top then move focus back to the second form.
If I just use form.show the 2nd form disappears behind the main form but I need keep it on top.
Its not a problem if both forms are in the same code module but I have multiple popup forms that need to switch focus between itself and the main form.
Hope this is clear as mud.....
Any ideas?