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

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

Recommended Posts

Posted (edited)

I'm hoping that I have missed something about storing an icon or graphic into a global container of a file that is hosted by FM Server.

the only way I can get the DB to keep these items to is insert them while they a local on my machine then re-share them from the server.

Any other tricks or tips for doing this?

Edited by Guest
The Topic: <a href="http://fmforums.com/forum/showtopic.php?tid/211799">Inserting into Global Container of Shared file</a> was moved from <a href="http://fmforums.com/forum/showforum.php?fid/31">Calculation Engine (Define Fields)</a> to <a href="http://f
Posted

There is one technique that can potentially change this behavior:

You can use a Server Side script on FileMaker Server, that runs on a schedule that sets the global field, the new value becomes the default for future sessions.

Your script can do all sorts of things like setting default text / number / graphics. Based on data stored in some developer table.

Hope that helps...

http://www.supportgroup.com/getanswers/?issue=20071092004#serverglobals

Posted

Globals are local to the user and the session. To maintain a persistent value they must be inserted while the file is open as host.

You could use a one record table instead.

Steven

Posted

Standard practice is to have a one record table of pref values, that are set to corresponding global fields in an Open Script.

If a pref value is changed by a user (typically it's admin priv set only), in order to immediately broadcast the new pref to current connected users, each user must rerun the "Set Globals" script. One method is to call the Set Globals script in your "Nav to Main Menu" script.

This topic is 5506 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.