Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
how can I link two different qv documents published on a qv server ?
What I would like to obtain is a document that let me open other documents (like a web site).
What I have tried is this :
1. put a Button on the document
2. in the "Application" textbox I have write something like this "qvp://localhost/another.qvw"
It's give no error on the server but doesn't open anything.
Have you got any idea or a better solution ?
Thanks a lot.
Bye
Hello,
the following parameter for a button work for me:
http://"servername"/QvPlugin/opendoc.htm?document="Folder/Document.qvw" (without " ")
Greets.
Hello,
the following parameter for a button work for me:
http://"servername"/QvPlugin/opendoc.htm?document="Folder/Document.qvw" (without " ")
Greets.
It works 🙂
Thx a lot