Avatar

Level 1

I managed to actually prevent the print window from appearing using  the xfa.event.cancelAction feature that Jono Moore mentions.  However,  it only seems to work consistently in versions 9 or better; anything  older and I had inconsistent results.  More details in this post:

http://forums.adobe.com/message/2986124

I'm going to combine your method with mine: using an informational message and leaving it up to the user for older versions of Acrobat/Reader, and the xfa.event.cancelAction feature for newer versions.  Hopefully xfa.host.version will give me the info I need to make this decision.

Cheers!