Full Screen Forms

  • Thread starter Thread starter maheshchandra
  • Start date Start date
M

maheshchandra

Hi

I created a database where I have a Menu called QUERIES menu . I made
the database full screen and everything runs well except the queries
menu.

When I click on the command button to run the query, it prompts for the
parameter and when entered the query opens at the background. Is there
any way that query pops up on top of this form.

Thanks
Mahesh
 
Check the form's Popup and Modal properties. They should both be set to No if
you want the query to come to the front.

Barry
 
If I make the Query Form popup and moal property to false, it doesn;t
open from the main Swicthboard.

Is there any other way ?

I have 8 command buttons on the main switchboard form which is full
screen and looks perfect. The only problem is with QUERY command button
which opnes up the queries.
 
Popup and Modal won't prevent it from opening. Perhaps it's opening behind
the switchboard because the switchboard form is set to modal.

Barry
 
Back
Top