G
Guest
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?
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?