November 3, 201114 yr Hi. I got a calc field that uses the GetInfo function to fetch a file name. Works fine in FMP, but when adding the file through Instant Web Publishing the calculation simply returns nothing. The plug-in is working server side. (The SCVersion returns 2.77 as expected.) Any suggestions? Rgds Niklas
November 3, 201114 yr Hey Niklas, The only reason the SCGetInfo() function returns null is if the folder path that is passed as a parameter does not exist. So, my assumption is that the calculation that is being evaluated is, for one reason or another, pointing to a path/file that does not exist on your server. My recommendation is double-checking whether the path that is being generated in the calculation actually exists on your server. I hope this helps.
November 3, 201114 yr Author I upgraded the SuperContainer Companion and this and another problem was solved. (Might not be the hole truth.) Thanks for taking the time. My apologies for the sloppy testing before posting. /Niklas
Create an account or sign in to comment