September 10, 200619 yr I have seen several topics here on updating a global picture container in a multi-user environment. It would seem that the suggested solutions mention taking the hosted FMPRO database from the server and then open it locally independently of the server. I am just wondering whether global picture containers can or should be cleared by setting the field to "" on exit in a multi-user environment - or is there any reason for not using this procedure?
September 10, 200619 yr that depends if you are using FM server or sharing with client. If you are doing so in server environment then the end users can just exit as usual the session will wipeout all changes to global fields. On relaunch the globals will be restored to what is stored on the server. In multi-user client to client the last man out will have his/her globals stored. So the next person to sign on will receive the globals from the host.
Create an account or sign in to comment