Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a QV application with some "EXECUTE" statements.
When I reload the application, I have to click on a security popup "Give system access".
I would like to reload (open/reload/save/close) the application in command line:
qv.exe -r MyApplication.qvw
but it still asks for the system access (and the popup is not always visible because the "-r" switch opens QV.exe in invisible mode).
Is there a swith in the command line to say "yes, I'ld like to give system access, don't ask me".
qv.exe /r /nosecurity MyApplication.qvw
qv.exe /r /nosecurity MyApplication.qvw
If you enabled these access-rights within the user-properties in tab security you won't be asked anymore.
- Marcus
Tank you Jonathan & Marcus!