Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Why does my DB look different on other computers?


This topic is 5997 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

[color:purple]Issue: I created a DB for 5 different end users and when I opened the DB on their computers the layouts were either too small or too big to fit their screens. I had to individually re-size each one to fit their screen.

Does filemaker not automatically adjust the layouts to fit multiple screen sizes? Is there an option I need to configure?

Posted

It can change depending on their individual screen resolution.

Posted

Do I have to change everyone's screen resolution each time I add a new DB to their computer? What if changing their screen resolution to accomodate Filemaker causes other programs display problems?

Any other ideas or suggestions?

Posted

There are two options you have that might work for you:

Create a startup script to find out the user's screen size and increase/decrease magnification of the window accordingly (you can do this manually using the buttons in the bottom left corner of the window), or

Learn how to take advantage of the auto-resizing layout objects in FileMaker 9 (warning: its usefulness is limited, but better than nothing).

Either way, you'll be better off if you design the databases to be used at the smallest possible size, then resize or magnify later.

HTH

Posted (edited)

Put this in a script set to run at startup. Note that zoom level and screen size used here are just arbitrary numbers, you should set them to whatever gets you the results you want (you could use Get(ScreenWidth) also, either instead of or in combination with the height):)

If [Get (ScreenHeight) > 800]

Set Zoom Level [150%]

Adjust Window [Resize to Fit]

End If

If you have auto resizing elements you can set a specific window size (and position) based on the screen size and let the objects expand to whatever size you specify. In that case you would use the Move/Resize Window script step instead of Set Zoom Level & Adjust Window.

Edited by Guest

This topic is 5997 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.