Sizing of Forms

libby32

Registered User.
Local time
Today, 19:21
Joined
Mar 6, 2003
Messages
42
This may be pretty basic...I want some forms to open maximized in my database while others I want tp open to the size that I saved them. Right now, my main screen opens maximized but then the rest of them open maximized too. Is there a way to have each open to a different size??
 
There's a couple ways to accomplish that. First if you're going to leave the main form open and maxed then the only way to have other forms open regularly is to set their Popup property to yes. But depending on how you're configuring this db you might not want to do this.

If you're main form is a switchboard of some sort you, whenever you have it open another form you can have it first restore, then close then open the form.
 

Users who are viewing this thread

Back
Top Bottom