PostReload trigger not working in Command line execution
I have some code that spits out a pdf report to a file location. (shown at the bottom of this thread)
The macro is triggered on a post re-load. It works fine when I load the document manually but does not spit out the pdf document when i do a commmand line execution (shown below)
I've tried this on version 9 release 2 and version 9 release 4.
I had a similar problem a couple of years ago (in QV 7) and I created a workaround by replacing the /r with /l in the command string and adding the command "ActiveDocument.GetApplication.Quit" to the end of the macro.