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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
leonarlopez
Contributor
Contributor

Edit Module Disabled after execute a macro

Hello,

I developed an application qvw years ago, now I am doing a maintenance.

The application has a module in VBS. The problem is that when I click a button to execute a macro, it shows me the result, but after that I can't do any more action on the button, it doesn't execute the macro, and the option Edit Module in menu is disabled.

The option is enabled again when I restart qlikview.

Did Anyone have the same problem anytime?

Thanks for your help.

Labels (1)
1 Solution

Accepted Solutions
leonarlopez
Contributor
Contributor
Author

Hello!!!

The failure is because the version 12.40.

I proceeded to test the application in other version (12.10) and it worked perfectly.

In version 12.20 not worked.

I had to split the sentences in the macro to specific actions in the button. For example "ActiveDocument.PartialReload" I incorporaded as an action in the button like External->Reload (Partial)

Regards.

View solution in original post

1 Reply
leonarlopez
Contributor
Contributor
Author

Hello!!!

The failure is because the version 12.40.

I proceeded to test the application in other version (12.10) and it worked perfectly.

In version 12.20 not worked.

I had to split the sentences in the macro to specific actions in the button. For example "ActiveDocument.PartialReload" I incorporaded as an action in the button like External->Reload (Partial)

Regards.