
how to load a form from another form
Situation:
I have code in a form that I already loaded.
On this form I have a large procedure for processing data. At a midpoint in
the processing, I want to load another form, look at some data graphically
displayed, when ready, give them a cmdReturn to go back to the first form
and continue processing from the point it left.
The problem is the graphics display form loads in an instant, but the focus
returns to the first form and the processing continues from the first form
without allowing the user to view the graphics and re-initiate the
processing themselves.
How do I get the focus to remain on the second form until the user decides
to continue processing?
Thanks in advance,
Mike