Hey,got the following problem:When triggering the
prePrint-event:if(!nStatus){ app.alert("XXX"); xfa.event.cancelAction =
true; }my document doesn't run the other code normally afterwards (if
printing is actually cancelled). So if I want to go on working in the
document, every code-based event just says: "Action cancelled". What
happened?Greets,hans