Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi to all
I am implementing a very simple extension object in my project and when using the function Qv.GetCurrentDocument().GetAllVariables()
, I get the following error:
Debugging this function, I found it is implemented the following way:
function(a){ this.binder.SimpleCall("info", "Document.Variables", function(b){ a.call(this, b.variable); })
I tried to find where this file QvAjax.js is located, but couldn't find it.
Any help would be greatly appreciated!
Thanks in advance!
Hi, you can find in the .js files on the .QAR folder. Just unzip the .QAR file and it creates the folder. In this folder you can find .js file.
Oh no, I am writing the extension object. I dont import any other JS or QAR file into it.
Any idea?