N
nbelyh
How do I intercept "Save" and "Save as..." commands *before* save
starts?
I want to prevent the user from saving the document under certain
conditions.
Is there an event like QuerCancelSave (I suppose that no)...
In this case, how can I "emulate" this?
Now I have only the idea of replacing all "Save" commands in user UI
with "own versions" (mapping to addin) that redirect calls if needed to
Application->DoCmd.
Is there any other way to do that?
starts?
I want to prevent the user from saving the document under certain
conditions.
Is there an event like QuerCancelSave (I suppose that no)...
In this case, how can I "emulate" this?
Now I have only the idea of replacing all "Save" commands in user UI
with "own versions" (mapping to addin) that redirect calls if needed to
Application->DoCmd.
Is there any other way to do that?