Opening Forms/Reports at a specific Screen Resolution size

G

Guest

I've developed an application using 1024 x 768 Screen Resolution size and
want to ensure that my forms and reports always open at this scale,
regardless of the screen resolution size setup on other PCs using the
application.

Is there any way I can programatically ensure that a form always opens at a
given screen resolution or DPI setting (i.e. 1024 x 768 Normal [96%])?

Any useful links or some magic code is much appreciated.

Regards

Byz
 
G

George Nicholson

http://www.mvps.org/access/general/gen0002.htm
has a few links to the prefered solution: resizing your forms on-the-fly
based on the user's settings. I use a variation of the Developer's Handbook
code myself.

The alternative, changing a users screen resolution to "match" yours, is a
bad idea on several levels. Don't go there unless you want to turn users
into enemies.

HTH,
 

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