June 16, 201411 yr Hi all... I am going to change our method of displaying High-ress Tiff-files, 22.000,stored on a Apple server, in Filemaker. Right now we use a import-method where Filemaker server grabs the (new or altered) images from a dropbox-like directory. This works okay but it's a lot of hassle and takes quite some scripting. In the new workflow i want to do this: - i know the max. number of product images - i know their exact name - i know where they are stored. I calculate the URL ( based on a static path, productcode and the imagename suffix) and show it in a web-viewer: this enables us to dump the images in the central server directory and not to worry: if it's there it will show, as long as we keep to the naming-convention. If it's NOT there a missing/broken imagelink will display and that looks very sloppy. Is there a way to calculate an alternative ("image is missing") image that shows in case theimage is NOT available on the server? Thanks :-) Marcel.
June 16, 201411 yr I am not sure about a web viewer, but it should be possible with a calculation field - just set the calculation to return a return-separated list of: - the path to your real image - the path to a default image See also: http://fmforums.com/forum/topic/89788-finding-if-a-file-exist/?p=411926
June 17, 201411 yr Author Thx…i willl have a look. The problem is that the webviewer is not a field :-( I tried to validate the web viewer URL with a isempty statement but that was a no go….i am designer, not a programmer ;-)
June 17, 201411 yr The problem is that the webviewer is not a field I am well aware of that. What I am suggesting is that you use a calculation field (with the result type set to Container) instead of a web viewer. Otherwise your question is an HTML question, not a Filemaker one (and I don't know the answer to that one). i am designer, not a programmer So? I am neither, and I manage....
Create an account or sign in to comment