windowHeight WindowWidth (1 Viewer)

ECEK

Registered User.
Local time
Today, 06:02
Joined
Dec 19, 2012
Messages
717
I have a (Do not display) Tabbed Documents database.
I would like to open a (pop up) continuous form to my desired size auto centred.

I've tried

Code:
Private Sub Form_Open(Cancel As Integer)
Form.WindowHeight = 5670
Form.WindowWidth = 5670

End Sub

But it tells me that this is not updateable.

I have also tried opening saving, changing border to sizable,saving design view saving. To no avail.

The form opens to a size that it wants to ?

Is this a bug because its a tabbed database?

In the meantime I'm going to try a single holder form to house my continuous form.
 

ECEK

Registered User.
Local time
Today, 06:02
Joined
Dec 19, 2012
Messages
717
The holder solution worked.
I created a single form then attached my continuous form as a sub form linked the relevant data and now open the "Holder" form from my main form.
 

Users who are viewing this thread

Top Bottom