Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Shivam_Sahu
Contributor III
Contributor III

How To disable Edit module window popup when I open qvw application

Hi All,

I have set some macro with on open trigger in my qvw application  but the problem is whenever I am opening qvw application ,it is opening Edit Module window,I dont want this Edit module window to pop up when I open application.

 

Please Suggest Your ideas....

2 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

This is usually caused by an error in the macro script.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
marcus_sommer

With some statements like:

On error resume next

and:

msgbox "Routine - " & err.number

you should find the cause quite soon.

- Marcus