Hi there,
We've previously run macro functions from the load script by setting a variable to the macro name such as below:
Let vExecuteFunction = CreateFile();
I've also attached a simple example.
This works fine when reloading the app normally, however, since upgrading to April 2020 SR3 this fails when executing from the commandline using a command like qv.exe /r "MacroExecute.qvw"
Has anyone come across this issue? I schedule some QV builds in task scheduler using a batch script and these are now failing since the upgrade. Is there perhaps a different way to execute this function from the script as a workaround?