Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to transfer a value from qv to a .net webpage?

I have a qv document running on qvs9.0. I visit it in Ajax. I want to transfer a value from qv to a .net webpage when a qv button click. HOW can I do this? Thank you.

2 Replies
Not applicable
Author

Read about WorkBench.

Not applicable
Author

As simple solution you can use Open URL action for button and generate URL like

='http://my.dot.net.web.service/?myvalue=' & only([My Value])

then process myvalue parameter in your .NET application as you need it. There can be issues with URL-encoding although -- I haven't tried this myself.