Newbies matfrost Posted January 6, 2009 Newbies Posted January 6, 2009 I have a global storage container field, which I store a picture in, which is just the same for all records. I can put a picture in the global field, and all is well until I quit filemaker. Upon reloading filemaker, the global field is empty and the picture gone. Any ideas?
bcooney Posted January 6, 2009 Posted January 6, 2009 (edited) In single user mode, global fields will retain their value when you quit. However, in multiuser mode, they will revert to the value that they had when the file was last closed in single user mode. Given that, the standard routine is to create a script that runs on File Open, an "Open" script. In that Open script, use Set Field to populate the global field with a value from a corresponding non-global container field. Remember that you need to be in the table that contains the non-global container when you set the global field. Edited January 6, 2009 by Guest
IdealData Posted January 6, 2009 Posted January 6, 2009 Appreciating your beginner status then to simplify... 1. Start FMP 2. Open your file 3. Insert your picture/image into the container 4. Quit FMP The container will now retain your picture and will be present when you next open the file. Whilst point 4 is not totally necessary - it serves to prove the issue as you must now restart FMP to view the result.
Recommended Posts
This topic is 5859 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