M
Mark A. Sam
Hello,
In A2007 I am trying to position a form using MoveSize on the Load Event,
but it is not going where I want it to go. For example if I set it as
DoCmd.MoveSize 1000, 1000, getWidth, getHeight
Its position will be
WindowLeft = 495
WindowTop = 135
DoCmd.MoveSize 3000, 3000, getWidth, getHeight
Will yield
WindowLeft = 2490
WindowTop = 1860
This is with the Riboon hid and the Navigation pane closed and AutoCenter =
No Form=Popup
Opening the Ribbon and Navigation pane will yield different results.
Is this a known bug or am I missing something?
Thank you for your help and God Bless,
Mark A. Sam
In A2007 I am trying to position a form using MoveSize on the Load Event,
but it is not going where I want it to go. For example if I set it as
DoCmd.MoveSize 1000, 1000, getWidth, getHeight
Its position will be
WindowLeft = 495
WindowTop = 135
DoCmd.MoveSize 3000, 3000, getWidth, getHeight
Will yield
WindowLeft = 2490
WindowTop = 1860
This is with the Riboon hid and the Navigation pane closed and AutoCenter =
No Form=Popup
Opening the Ribbon and Navigation pane will yield different results.
Is this a known bug or am I missing something?
Thank you for your help and God Bless,
Mark A. Sam