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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro not work with AJAX footprint

Hi All,

I am currently using QV 10SR1. I have written a macro to take the input from user display it in textbox.

This application works fine with IE Plugin but when I open the same application in firebox/Chrome it doesnot execute the macro.

Can anybody help me out how I can set this issue?

Thanks & Regards

1 Solution

Accepted Solutions
Miguel_Angel_Baeyens

Hello,

I'd use just an Input Box (new sheet object, Input Box) so the user, instead of being prompted (that object is drawn by OCX, and that will not work in AJAX), types the message in the box. You don't need any macro now, as soon as the user types "Enter", the content of the variable will appear in the tex object.

Hope that helps.

View solution in original post

4 Replies
Miguel_Angel_Baeyens

Hello,

I'd use just an Input Box (new sheet object, Input Box) so the user, instead of being prompted (that object is drawn by OCX, and that will not work in AJAX), types the message in the box. You don't need any macro now, as soon as the user types "Enter", the content of the variable will appear in the tex object.

Hope that helps.

Not applicable
Author

Hi Miuel,

Thanks for the reply.

Is that a bug?? and Whether it will get fix in the next release?

Thanks & Regards

Miguel_Angel_Baeyens

Hello,

It's not a bug, it's about AJAX and OCX objects as far as I know (so it has nothing to do with QlikView rather than the underlying technologies).

I don't know whether QlikView has planned different developments in this way, but you can check with them at support@qlik.com or with your QlikView sales rep.

Regards.

Not applicable
Author

Hi Miguel,

Thanks a lot for your update.

Thanx & Regards