Forms viewed on other computers problem

M

mon

Hi Dear Helpers
I have finally got to the stage of testing my project on
other computers. Woe is me, the forms are too lafge in
some cases and the control button text is not fully
visible in other cases. Help!
Thanks for this and thanks for all the other patient help.
Mon
 
D

Douglas J. Steele

Sounds as though not all the computers are set to the same resolution.
Usually, you design for the lowest resolution. If you want, you can add code
to resize the forms when you encounter higher resolution.

If you get whichever Access Developer's Handbook by Litwin, Getz and Gilbert
is appropriate for the version of Access you're using, it includes code to
do this. See http://www.developershandbook.com/ for more details about these
books, or you can download an MDE add-in that you can use in your
application from http://www.developershandbook.com/downloads.htm

Another option is to purchase ShrinkerStretch from Peter De Baets
http://www.peterssoftware.com/

There's also some code that does this at
http://jamiessoftware.tk/resizeform/rf_download.html but I don't know
anything about that specific code.
 
M

Mike Painter

Douglas J. Steele said:
Sounds as though not all the computers are set to the same resolution.
Usually, you design for the lowest resolution. If you want, you can add code
to resize the forms when you encounter higher resolution.
<snip>

If the resolution is the same but you still get the problem check desktop
properties for the setting under settings/advanced. If the DPI or font size
is set to something over 100% this may cause some problems.
 
D

Douglas J. Steele

Mike Painter said:
<snip>

If the resolution is the same but you still get the problem check desktop
properties for the setting under settings/advanced. If the DPI or font size
is set to something over 100% this may cause some problems.

Good point, Mike.
 
M

mon

Thanks for your help. I have copied your comments to my
Access Help file. For the short term I have changed my
resolution on my computer to 640x480 and redisigned the
forms. Is that the thing to do at this stage??
Thanks again
Mon
 

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