on 2014 Mar 03 12:39 PM
Hello,
We are developing an HTML application using VEV sdks. Anybody knows how we can run a query saved in a .rhq file using on-click event in HTML?
Request clarification before answering.
You call the executequery(string) JavaScript function. That means you need to have the text from the rhq file. You can ignore the comments there (// lines and text following // on any line).
If you you want to read the text literally from the file, you can do that in HTML5 with a method like this
How to open a local disk file with Javascript? - Stack Overflow
Most likely you will use fixed strings or compose them in JavaScript and then run them via the function call.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.