Bill C. Posted August 29, 2005 Posted August 29, 2005 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.
Osman Posted August 29, 2005 Posted August 29, 2005 Every users has own global fields in sharing databases. Adam Djuby
stanley Posted August 29, 2005 Posted August 29, 2005 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
Bill C. Posted August 29, 2005 Author Posted August 29, 2005 Thanks to both Adam & Stanley for clarifying how this works.
Recommended Posts
This topic is 7288 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 accountSign in
Already have an account? Sign in here.
Sign In Now