I've got a calculation field (result container) to present a preview of an image file. Field name PREVIEW.
Script =
"image:Previews/" & JobNumberMonthYear & ".pdf" & ¶ &
"image:Previews/" & JobNumberMonthYear & ".jpg"
This all works fine.
I wanted to create another calculation field (called EMPTY) to let me know if the PREVIEW field is empty (in other words there was no file for the PREVIEW calculation to link to) so that i could do a find based on this result and then create these image files.
At the moment, when there is no image showing in PREVIEW it shows the text "The file cannot be found:1115-08".
I have tried a lot of calculations without much joy and can't find any similar problems on any forums.
Appreciate any suggestions.