SoCalMacDude Posted August 9, 2005 Posted August 9, 2005 What's the deal with changing a global field from a client machine. It doesn't hold from session to session. If you want it sticky, do you have to quit the server and open the file on a regular FMP? If so, any better work-around? Also, love the new look, but I'm not sure the search is working well (only 1 hit for the word GLOBAL in all the forums???).
stanley Posted August 9, 2005 Posted August 9, 2005 SoCalMacDude: Yes, you've got to close down FMServer and open the file in FMP to change a global's default setting. The reason for this is that globals are local to the client machine - meaning you can use them to store client-specific data - but they do pull a default value from the server each time the client initially connects. -Stanley
gdurniak Posted August 9, 2005 Posted August 9, 2005 If you set the global on a client, then go in and out of "define fields", the global setting will "stick" on the server
QuinTech Posted August 9, 2005 Posted August 9, 2005 Never knew that. Is there an equivalent procedure for getting settings like Print Records Being Browsed to stick on the server?
SoCalMacDude Posted August 9, 2005 Author Posted August 9, 2005 (edited) Thanks guys. I'll give gdurniak's workaround a try. That probably explains why I have gotten unexplainable inconsistancies in the past. I could never put my finger on it! Edited August 9, 2005 by Guest Corrected gdurniak spelling!
SoCalMacDude Posted August 11, 2005 Author Posted August 11, 2005 Just tried it, works great! Thanks again!
Recommended Posts
This topic is 7044 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