Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Does someone have a suggestion to solve the following problem.
I created a macro to export a table to a txt file. The macro is a trigger on post reload. If I reload the document manually the macro is executed and the table is exported. If the reload is done through a command line the export doesn't work.
The command line is:
"<<Drive>>:\<<path>>\QV.exe" /r /NoSecurity /vvSupportTask=1 "<<Drive>>:\<<path>>\<<filename>>.qvw"
The reload works fine but the macro is not executed.
Thanks in advance,
Patrick
Hi Mike,
Thanks for your reply but I already fixed it. In the macro I set a variable to 1. After leaving the setting of the variable out of the macro, the macro is executed properly.
But thanks anyway.
Regards Patrick