View Single Post
  #1  
Old October 12th, 2005, 08:01 PM
Chris
external usenet poster
 
Posts: n/a
Default Close form, skips calling form focus

frmClient stays open always and visible (modal, not PopUp), remains open
during frmEmployee use;

frmEmployee called via button on frmClient; user closes when done (modal,
not PopUP), this remains visible during frmEmployeeSetup use, covering
frmClient;

frmEmployeeSetup called via button on frmEmployeeSetup, user closes when
done (modal, PopUP), frmEmployee is visible behind the popup.

Problem is: when closing frmEmployeeSetup frmEmployee closes or goes
stealth and the focus is on frmClient. I want the focus to be on frmEmployee
on closing frmEmployeeSetup.

I have tried stipping all code, setting focus, making visible all to no avail.

Can someone point the way to resolution? Please?

--
Thanks for your help,
Chris