Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
somehow, probably after the latest Java update (Win7), I lost the Doc handle option to test these messages:
Any idea?
- Ralf
Have you opened a doc? Unless there is a open connection to a document there won't be a handle for it.
To get one, from the global handle pick method OpenDoc and use that as a template. Insert a document name into the qDocName param. If you are using Desktop it would something like Executive Dashboard.qvf if you are using server then it would be the app guid.
Execute that request and you should see a new handle for that app in the list.
Have you opened a doc? Unless there is a open connection to a document there won't be a handle for it.
To get one, from the global handle pick method OpenDoc and use that as a template. Insert a document name into the qDocName param. If you are using Desktop it would something like Executive Dashboard.qvf if you are using server then it would be the app guid.
Execute that request and you should see a new handle for that app in the list.
Ah, ok. There was a misunderstanding. I have never opened a doc via protocoltester before and this Doc option was available from the beginning, right after connect. Now this has changed but it makes sense..