July 11, 200718 yr I cannot change the value of global fields while the file is being hosted by Filemaker server. I have to download the file and open with FMP Client. Do you know of anyway to get around this? Is this by design or a bug?
July 12, 200718 yr Create a startup script with a Set Field step that puts the desired value into the global field. Best option is to stop using global fields to store data between sessions. Instead use a single-record "preferences" table.
Create an account or sign in to comment