Display an image if document exists: I use the "image" command with option "start=" in order to let the user easily display a document on an external server.  How can I avoid displaying the image in cases where no document exists?

Use

OpenFile "..."
if Q[ok]
  CloseFile "..."
  Image ... start=...
endif

Please note that you need the InputAssistant component for the "OpenFile" command.