Opening form question

S

steve goodrich

When my db opens it loads the main form maximized.Which is what I want.,

I have buttons on my form that open other forms - which also open maximized,
which is not what I want, I want the forms to open as normal (not maximized)

I am trying to make my own message boxes, e.g. 'Do you want to print this
report?' with two buttons on the form 'Yes' and 'Cancel' Yes will print,
Cancel will close the form.

It all works the way I want apart from the form (message box) opening
maximized.

How do I get the form to open to the size I have stipulated in the property
sheet?

Steve
 
B

Beetle

Set it's Pop Up property to Yes. You may also want to set the Modal
property to Yes so the user has to interact with your popup form before
they can do anything else.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top