Form is being cut in half when opened by other users

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Whenever other users open an application I built on their computer the forms
are resized and display incorrectly. Is there a setting I'm missing in the
properties or is there a setting that will force a particular size form?

Thanks

Alex
 
Alex said:
Whenever other users open an application I built on their computer
the forms are resized and display incorrectly. Is there a setting
I'm missing in the properties or is there a setting that will force a
particular size form?

Access Forms (like just about any software) will take up more of the screen
on lower resolution monitors than on higher resolution monitors. Generally
it is best to design to the lowest resolution you intend to support.

There are screen resizing utilities or code you can use, but in general they
do a better job at making forms larger on hi-res displays (unnecessary) than
they do at making forms smaller on lo-res displays (which is what you need).
 
Alex,

Also try setting form 'auto resize' to yes, open the form, resize it, then
file / save.

I'm in the middle of these sorts of problems presently myself, but mine are
more along Ricks solution.


swas
 

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

Back
Top