A
Alan
During a process that I step the user through, there are several
points at which I display informational windows that need to be non-
modal. These windows prompt the user to review and/or edit data that
was generated before moving to the next step.
The problem is that a non-modal window is displayed, but then the
rest of my code (implementing the rest of the process) executes. I
want it, instead, to wait for the user to tell the program that he/she
is finished with the [manual] review/edit process. The window has to
be non-modal to allow editing of the spreadsheet under the window.
How do I get around this? Thanks, Alan
points at which I display informational windows that need to be non-
modal. These windows prompt the user to review and/or edit data that
was generated before moving to the next step.
The problem is that a non-modal window is displayed, but then the
rest of my code (implementing the rest of the process) executes. I
want it, instead, to wait for the user to tell the program that he/she
is finished with the [manual] review/edit process. The window has to
be non-modal to allow editing of the spreadsheet under the window.
How do I get around this? Thanks, Alan