April 27, 200619 yr I used to have data into a global field when using FMP 8 networked, but when I moved to FMP 8 Server the same solution is not working, the global field retains the data only while the solution is open, after quiting and reopening the updated data dissapears only from global fileds. It is supposed to work like that ? any suggestion to overcome that situation ?
April 27, 200619 yr It is supposed to work like that ? Yes! any suggestion to overcome that situation ? Yes! The deployment is basicly a flaw in the relational structure, use a cartesian product related table for global data availiable to all users on the network, and equi-joined with Get(UserName) as key value for personalized "globals" --sd
April 28, 200619 yr I think what Soren meant to say was... The global fields are only modified within the current users workspace - as such each user has their own copy of the global. The initial state of the global is what the content was when it was last saved under a single user deployment. Your workaround is to have a new table that can hold either a single value or a value for each user and make a suitable relationship based on those needs. The fields in the new table need to be ordinary fields (NOT globals). HTH
Create an account or sign in to comment