Home Image-Pro General Discussions
Options

Close image without save

Hello

Is there a way of getting an automation to close an open image without asking to save it as currently I have to click no for over 100 images. I've tried recording the action but nothing is saved for this action

David

Best Answer

  • Options
    Answer ✓
    David,

    You have to reset Modified property before save if you don't want to see prompt.

    doc1.Modified = False

    Yuri

Answers

  • Options

    Thanks  Yuri

  • Options
    When a macro is not convenient, this prompt can also be controlled in the preferences.


    image
  • Options

    Thanks Pierre

    saves a bit of coding and will help prevent users overwriting raw data which can be a big problem

    David

Sign In or Register to comment.