Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I would like enquire about few things concerning Macros and VBScript methods.
1. I cannot use the vbscript debugger even though I have installed it (I have windows xp 32bit so it should be work)
What do you usually use for debugging the vbscript code?
2. Where I can get a good source for the VBSCRIPT methods and objects (function and others properties) related with qlikview documents?
The guide isn't very useful and in the manual there are just few examples
I hope that you can help me
Thanks in advance
Hi,
Macro debugger doesn't work and QlikTech doesn't support this functionality. Please read this thread for more understanding. However, I use MsgBox style debugging to evaluate the code. I mean traditional JavaScript style debugging.
I am attaching the QV API guide & HTML API documentation to explore VB Scripting integration. These are very useful reference to understand on how to integrate VBScript within QV document.
Please let me know if you have any specific questions.
Cheers - DV
Hi,
Macro debugger doesn't work and QlikTech doesn't support this functionality. Please read this thread for more understanding. However, I use MsgBox style debugging to evaluate the code. I mean traditional JavaScript style debugging.
I am attaching the QV API guide & HTML API documentation to explore VB Scripting integration. These are very useful reference to understand on how to integrate VBScript within QV document.
Please let me know if you have any specific questions.
Cheers - DV
Thanks for the kind answer....
Hi tode1985,
I made a little experiment by using the VBScript Debugger of Excel to debug my QlikView VBScript Code. Maybe this is also helpful for you.. or maybe you have any suggestions on my proposal.
All details about the approach can be found here:
http://community.qlik.com/message/278381#278381
Kind regards
Chris