PDA

View Full Version : Catching SaveAs with _DocumentBeforeSave 'Cancel = True' does not work



avi10000
12-17-2012, 02:48 PM
Hi all,

I use the following event to catch the user 'Save As' op:

_DocumentBeforeSave

In certain circumstances, I want to then abort the actual save operation using:

'Cancel = True'

But it does not work.

Well sometimes it seems to work. But most of the time it does not work.

I see on the Internet that many people have asked this same question but I do not see answers.

TIA

-avraham