Newbies smileon Posted December 22, 2014 Newbies Posted December 22, 2014 I am using "SCGetContainer()" with unstored calculation fields in hosted FMPro11 for portals. But as FMGo can't use SC companion plugin, FMGo can't show the portals. I think using stored calculation fields insted unstored fields solves this problem. Could you give me any suggestions?
evanseeds Posted December 22, 2014 Posted December 22, 2014 A stored calculation might work, but it wouldn't be as dynamic as your current situation. Our recommended practice in this situation is as follows: Remove any references to a container in your portal and set up a web viewer next to the portal that links to your SuperContainer installation. Set up a script trigger (e.g. OnObjectEnter) so that when you click on a portal row, a script sets the web viewer to the SuperContainer URL for that row's record. This way, it's as up to date as using SCGetContainer in an unstored calc, but works on FMGo and also uses less network traffic than unstored calc (since it doesn't necessarily download the whole SuperContainer data). The one downside is of course that only one record's data can be seen at a time.
Newbies smileon Posted December 22, 2014 Author Newbies Posted December 22, 2014 Thanks Evan, A Row's record has five thumbnails. When I click one of these thumbnails on one of rows, a web viewer shows big one on new window. I can this on hosted Filmaker pro but FileMaker Go as client. Your suggestion seems doesn't show thumbnail in portal.
evanseeds Posted December 23, 2014 Posted December 23, 2014 You're right, my suggestion doesn't provide for thumbnails in the portal. If you're committed to that functionality, you may be able to use your current method, but using Perform Script on Server to populate containers with SCGetContainer on the server side, allowing your FMGo users to still see those thumbnails.
Newbies smileon Posted December 24, 2014 Author Newbies Posted December 24, 2014 Thanks Evan, I will consider using FileMaker Server!!
Recommended Posts
This topic is 3691 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