Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have created a macro and put in to the OnOpen trigger.
When I open document it hungs up, and nothing can be done with it.
Maybe you know how to disable document triggers before it is opened?
I believe there is a trick 🙂
Kind regards,
Janusz
Janusz Twardziak wrote:I believe there is a trick
Hold down the Shift and Ctl keys while open the document. That will suppress the OnOpen trigger.
-Rob
maybe you can try ActiveDocument.Application.WaitForIdle which holds macro execution until qlikview has finished refreshing itself
Thanks for your response.
I've tried your suggestion but still document is "locked".
Kind regards,
Janusz
Janusz Twardziak wrote:I believe there is a trick
Hold down the Shift and Ctl keys while open the document. That will suppress the OnOpen trigger.
-Rob