Selected Documents

I select some documents in a view and press the delete key. I do some processing on the documents deciding whether they are elligible to be deleted or not. The ones that are not deleted are ignored and the tick mark changes to a cross. If I exit the database or press F9 I get prompted to see if I want to delete the documents. How do I remove the crosses ?

Subject: Selected Documents

To remove the cross, you select the document(s) and press “delete” again.

Subject: RE: Selected Documents

is there any way of doing that in script

Subject: RE: Selected Documents

Afdter processing the documents in the querydocument delete I added continue = false to the code and this de-selected the documents

Subject: Selected Documents

post your code please, I’m assuming you have some code in your db’s QueryDocumentDelete event?