You didn't say what image it is, so I'll presume that there's a data block which fetches images from the database.
In order not to do anything, but make that image appear, create a WHEN-NEW-FORM-INSTANCE trigger which looks like this:
go_block('block_that_contains_the_image');
execute_query;