Switching focus from form to form

Oyster

Registered User.
Local time
Today, 14:33
Joined
Nov 16, 2004
Messages
34
I have a switchboard. From the switchboard, I select a button to run a form (Search_Form). Running Search_Form allows parameters to be passed to a query. The query itself is attached to a form that displays the requested information to the user. However, when this form runs, the Switchboard remains on top of it. The form containing the requested info cannot be accessed without closing the switchboard. I have tried setting the property of the Switchboard to Modal = No and Modal=Yes, but nething prevents the Switchboard from retaining focus when I run my report.

I don't want to close the Switchboard. Just change the focus.

Thanks
 
[Forms]!SearchForm.SetFocus

Can this help you sort the problem out?
 
Nope. It was simpler! I didn't realize the form had its property set for Popup. I just changed it to No.

Thanks
 

Users who are viewing this thread

Back
Top Bottom