Friday, March 23, 2012

Open webservice stream in a new child window

Hi,
I've tried to get this to work, and I can't!
I have no problem generating the report, but its opening in my main window.
I want it to open in a new window.
I have a Pushbutton (asp.net) which calls the RS webservice to render the
report, but how can I get the thing to open in a new window?
Any help appreciated.
PaulSolved by using an aspx that just returned the stream and calling via js
window.open on the parent.
On Tue, 21 Jun 2005 09:40:11 +0100, Paul Buxton wrote:
> Hi,
> I've tried to get this to work, and I can't!
> I have no problem generating the report, but its opening in my main window.
> I want it to open in a new window.
> I have a Pushbutton (asp.net) which calls the RS webservice to render the
> report, but how can I get the thing to open in a new window?
> Any help appreciated.
> Paul|||Could you provide an example of this, I too have been attempting this with no
luck.
Thanks,
Kel
"Paul Buxton" wrote:
> Solved by using an aspx that just returned the stream and calling via js
> window.open on the parent.
>
> On Tue, 21 Jun 2005 09:40:11 +0100, Paul Buxton wrote:
> > Hi,
> >
> > I've tried to get this to work, and I can't!
> >
> > I have no problem generating the report, but its opening in my main window.
> > I want it to open in a new window.
> >
> > I have a Pushbutton (asp.net) which calls the RS webservice to render the
> > report, but how can I get the thing to open in a new window?
> >
> > Any help appreciated.
> >
> > Paul
>|||Oh, and is there a way to do this without creating a file, just redisplaying
the data in a new window.
"Paul Buxton" wrote:
> Solved by using an aspx that just returned the stream and calling via js
> window.open on the parent.
>
> On Tue, 21 Jun 2005 09:40:11 +0100, Paul Buxton wrote:
> > Hi,
> >
> > I've tried to get this to work, and I can't!
> >
> > I have no problem generating the report, but its opening in my main window.
> > I want it to open in a new window.
> >
> > I have a Pushbutton (asp.net) which calls the RS webservice to render the
> > report, but how can I get the thing to open in a new window?
> >
> > Any help appreciated.
> >
> > Paul
>

No comments:

Post a Comment