Arthur Fuller
fuller.artful at gmail.com
Mon Oct 10 08:04:25 CDT 2011
I have a main form, another form (FormA) and a popup (FormB). When the user enters values in the popup, I hide that form. The intent is to then copy some values back to FormA and then close FormB. That part seems to work fine. The problem is that control is returning to the main form rather than to FormA. I recall that there is a way to set the focus specifically to any given open form but I can't remember it. Is it as simple as "FormA.SetFocus"? TIA, Arthur