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

Can I trigger reload(partialreload) from a .net web site?

Hi

I have a .net website. And there are 3 qvw files in server. Can I perform a reload(partialreload) of them from a .net web site? I want to the user can reload the qvw by click a button in webpage. Cloud I?

I have no publish license.

I think may be I can create a bat file with command line : qv.exe /r doc.qvw. But how can I run the bat file?

1 Reply
fosuzuki
Partner - Specialist III
Partner - Specialist III

Hey there,

You can use EDX calls to trigger tasks in QVServer. Take a look at the item 27.5 of QVServer v10 SR2 Reference Manual. (it is more detailed than the v9 ref manual...)

Basically the QVServer has a WebService which can receive POST requests to do the magic.

Also, try searching for EDX in Qcommunity and you'll find some useful information.

(i'm using VBScript macros with EDX in a QVW to trigger the reload of other QVWs)

Regards,

Fernando