Hi everyone,
I have a problem with a the activex report component.
I use several websource.addParameter "prompt0", "value"
to add values to a reportselection.
The problem is that i get only the last value now.
This have worked perfectly in 2 years without any problems.
Anyone know what it can be?
==========snipp snipp ===============================
Dim webSource0
Set webSource0 = CreateObject("WebReportSource.WebReportSource"
webSource0.ReportSource = webBroker
webSource0.URL = " webSource0.PromptOnRefresh = False
webSource0.AddParameter "prompt0", "21084" <- This is not working
webSource0.AddParameter "prompt0", "21090" <- This is not working
webSource0.AddParameter "prompt0", "21091" <- This is working
webSource0.AddParameter "prompt1", "200101"
webSource0.AddParameter "prompt2", "200112"
CRViewer.ReportSource = webSource0
end if
CRViewer.ViewReport
End Sub
I have a problem with a the activex report component.
I use several websource.addParameter "prompt0", "value"
to add values to a reportselection.
The problem is that i get only the last value now.
This have worked perfectly in 2 years without any problems.
Anyone know what it can be?
==========snipp snipp ===============================
Dim webSource0
Set webSource0 = CreateObject("WebReportSource.WebReportSource"
webSource0.ReportSource = webBroker
webSource0.URL = " webSource0.PromptOnRefresh = False
webSource0.AddParameter "prompt0", "21084" <- This is not working
webSource0.AddParameter "prompt0", "21090" <- This is not working
webSource0.AddParameter "prompt0", "21091" <- This is working
webSource0.AddParameter "prompt1", "200101"
webSource0.AddParameter "prompt2", "200112"
CRViewer.ReportSource = webSource0
end if
CRViewer.ViewReport
End Sub