I have a database with 2 alternive picture filenames pic1 and pic2. If the first picture file does not exist i want to print the second.
in the onFormat Event of the report I want to do somthing like:
if FileExists(pic1) Then article.Picture=pic1 Else article.Picture=Pic2 EndIf
But I do not succeed as the componentone vbscript is not so well documented