Position of Form On Screen On Load

G

Guest

I have many forms that open with controls on the switchboard (not all at the
same time). The switchboard stays open and the new form opens on top of it.
I have tried lining them up using the auto center property and they seem to
line up fine, but when I open the application, they are off. I have now
tried to place each form the same place on the screen with the following code
on load:

DoCmd.Restore
Me.Move 6000, 2500

This places the form right in the middle of my screen when I am in the
design mode. Again, when I open the application with everything turned off
in the startup selection box, they again are off. I am also turning the auto
center and auto resize properties for each of the forms.

Any help you can provide would be greatly appreciated.

Ron
 
G

Guest

I have solved the problem by adjusting the position to be where I want it.
Once I arrived at the correct location, I just repeated it on all forms
on_load event. Still not sure why the problem occurs, but the fix works.

Ron
 

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