madmac33 Posted January 5, 2014 Posted January 5, 2014 Hi, this might be something i am not doing right, however.... When i place a new picture (png) into a global container field in my mac FMP13 solution, the field is updated throughout the solution. But, when i then copy the FMP13 file to iPhone to run with FMGO 13, the container field retains the old picture (like it is cached somehow). I have tried flushing cache steps and refreshing object, but this not seem to fix it. The only way to force an update (for the mobile to display properly) is to do a new compressed version or create a new kiosk-version. This is seriously doing my head in Is there some script step or defined way to force the updating of the container fields so when it appears on the mobile device, the field displays the correct image? Thanks in advance. Wayne
Wim Decorte Posted January 5, 2014 Posted January 5, 2014 Global fields, like global variables, are session-specific and do not survive closing the file. They are meant for temporary storage. If you need them to survive you need to use regular fields
madmac33 Posted January 5, 2014 Author Posted January 5, 2014 Global fields, like global variables, are session-specific and do not survive closing the file. They are meant for temporary storage. If you need them to survive you need to use regular fields I didn't plan on that. Makes a whole lot of sense. I will update the "parent" table (1 record) to use standard fields and test it out. I am sure that will solve it. Many thanks !
hbrendel Posted January 5, 2014 Posted January 5, 2014 Global fields, like global variables, are session-specific and do not survive closing the file. They are meant for temporary storage. If you need them to survive you need to use regular fields On served files that is. In the 'standalone' configuration content of global fields is saved.
Recommended Posts
This topic is 4230 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