Focal Point
[CLOSED] Call FEX file(PDF format) in .NET Framework 4.0

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3347008276

September 24, 2014, 09:50 AM
Neelima
[CLOSED] Call FEX file(PDF format) in .NET Framework 4.0
Hi All,

I have created a FEX in BASEAPP for showing data in PDF format. and saved following FEX file as new.fex.

TABLE FILE CAR
PRINT
CAR.COMP.CAR
CAR.BODY.BODYTYPE
CAR.BODY.SEATS

ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$
ENDSTYLE
END

When we are calling this report in .NET framework from following URL.

http://localhost:8080/ibi_apps...test&IBIF_ex=new.fex

It is not showing any output in .NET Framework.

If we are accessing above URL from browser directly, its converted into following URL and show the report in PDF Format:-

http://localhost:8080/ibi_apps...PG_File=sosquhlq.pdf

how can i see the preview of that pdf file in .NET Application. Please provide some solution for same.


Thanks In Advance!!!

This message has been edited. Last edited by: <Kathryn Henning>,


WebFocus 8104,8204
Excel/PDF/HTML/HTMLTABLE/XML/ALPHA/GIF file/GRAPH/Active technologies
October 01, 2014, 06:33 PM
<Kathryn Henning>
Hi Neelima,

If you turn on WFServlet and Web Services traces, do they show anything?

Thanks and regards,

Kathryn
October 08, 2014, 06:52 AM
Neelima
Hi Kathryn,

I have resolved this issue with an alternative solution. I called the Fex and saved generated PDF file in a particular location and then called in .NET Application.

Please let me know, how can I closed this post.

Thanks,
Neelima Gupta

This message has been edited. Last edited by: Neelima,


WebFocus 8104,8204
Excel/PDF/HTML/HTMLTABLE/XML/ALPHA/GIF file/GRAPH/Active technologies
October 08, 2014, 06:00 PM
<Kathryn Henning>
Hi Neelima,

To edit the Subject line and add the keyword, please go to the original topic that you started. There will be a little yellow square folder and pencil icon at the right bottom of the post. Click on that to edit the post and add the keyword to the beginning of the Subject line.

I've done this one for you. Smiler

Cheers!

Kathryn
October 09, 2014, 07:24 AM
Neelima
Thank you Kathryn... Smiler


WebFocus 8104,8204
Excel/PDF/HTML/HTMLTABLE/XML/ALPHA/GIF file/GRAPH/Active technologies