Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I would like to do an application which reload an other application qvw.
My first try:
Function OpenAndReload(iString)
set Doc = ActiveDocument
ActiveDocument.ClearAll false
rem ** Create an untyped reference from VB **
set Qv = CreateObject("ODS Fact MT.qvw")
set ActiveDocument = Qv.ActiveDocument
ActiveDocument.DoReload
End Function
But it didn't work. I'm a beginner!!!
Is it possible? Someone can help me?
thanks a lot
Claire
Does this has to work on the Server environment? Or only in QV Desktop?
on the server environnement.
Then I'd recommend you to use the EDX (Event Driven Execution) trigger.
Some links from the Community: