cancel
Showing results for 
Search instead for 
Did you mean: 

PDF Action block Display

Former Member
0 Kudos

Hi,

I am able to get the required output using PDF action block. This is achieved by saving the file. I wnat to display this in my browser for reporting purposes can anybody help me on this.

Thanks

Supriya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Thanks.Browser means portal here - how can i display that.

Former Member
0 Kudos

Hi Venkat Supriya,

create a Xacute Query and call your transaction which creates the PDF. In your web page, put an applet with the Query template as your Xacute Query. Now, You could execute this query on some event, say button click and use the following code

window.open("pdfLocation","_self");

Hope this helps

Reward if it works

Rupesh

Former Member
0 Kudos

If you webserver accepts ftp via email then u can send an email to the ftp server and show it in web-browser