December 5, 200520 yr Hello Folks, I have a db published on the web using FMP7SA and FMP8 Server. Everything works fine except when adding a record, the submit script returns the user to a portal revealing their submissions. For some reason the portal does not show the most recent addition. If i add another record, then the previous unshown submission is now revealed. The desktop version of FMP8 shows the record being added and on the users revealed list real time no problem. If I log out of IE and log right back in, the users reveal list shows all records correctly. Has anyone else had this problem? Cheers.
January 24, 200619 yr I believe it's a refresh issue. At the end of the script (or after you add record); call the Set Field script on a field related to the portal (don't actually add a value though). Then call the Commit Record script after it. Hopefully, I remembered that correctly.
Create an account or sign in to comment