M marcmc Dec 4, 2003 #1 How exactly can I determine which form and panel are active at any given time.
M Maarten Struys eMVP Dec 4, 2003 #2 You could use the GotFocus and LostFocus events to keep track of which panel is active. You could use the Form.Activated and Form.Deactivate events to keep track of which form is currently active. Hope this helps. Regards, Maarten Struys, eMVP PTS Software bv
You could use the GotFocus and LostFocus events to keep track of which panel is active. You could use the Form.Activated and Form.Deactivate events to keep track of which form is currently active. Hope this helps. Regards, Maarten Struys, eMVP PTS Software bv
M marcmc Dec 4, 2003 #4 sorry Maarten, i didn't read your mail fully, a little tired. got the panel now. Thanks.