Jump to content

Globals vs. Multi-Users?


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

Recommended Posts

In a peer sharing (or FMP Server) situation how does FMP deal with globals? In particular if two users are using the same layout, but different records (in the same table), then can there be a race condition on a global in that table?

Thanks in advance.

Link to comment
Share on other sites

Bill:

As Adam said, globals are local to the user. However, the default values of those globals are set in the solution itself, so that each time a user logs into the system, they are provided with the default globals, if they have been pre-set.

-Stanley

Link to comment
Share on other sites

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