
Trouble with Pop-Up Window
I have a Pop-up window with several text boxes that I display from a menu event.
The trouble is I need to populate a text box from info. gathered from a MouseDown
event on the main form. What I am actually doing is calling a subroutine located
in the Pop-up window. The code line in question looks like txtInfo = frmPopUp.GetInfo(param).
Specifically, the problem is that a NEW frmPopUp is displayed with the populated
text box. I know this is probably a really stupid question, but WHY isn't the
form that is already displayed used instead? I believe the original form is
loaded with the NEW keyword. I am running VB4 on NT. Any help would be sincerely
appreciated.