View Full Version : Fixing size of forms


Gero
03-01-2000, 01:46 AM
Hi !
How to avoid automatic resizing of my forms ?
I have a form which appears in a nice little window. I open another form from it which must be a full size window. When I close this second form, the first form appears also in full size mode.
I tried to set the first form to be a popup style but it remains on top of the second form window.
Please help.

Peter Paul
03-01-2000, 02:58 PM
Under the form properties for the form you want to stay small do this. On the FORMAT tab, go to AUTO RESIZE and change it from YES to NO.

Hope it helps,
Peter Paul

Danielf
05-28-2000, 01:35 AM
Hi,

I have tried and set the AUTO RESIZE from YES to NO but when I open the form
it is still maximized even if I have the
"DoCmd.Movesize" in the Private Sub Form_Resize()

Daniel

Carol
05-28-2000, 02:42 AM
Have you set your second form to be pop-up also.