Discussion:
Create PDF in Enterprise Portal AX2009
(too old to reply)
Hans 1971
2010-03-23 10:56:03 UTC
Permalink
Hi,

I have made a button on my user control which should trigger a function that
runs an AX report. The report should be directed to the user which should be
able to save it as a PDF file.

I searched on the internet and found information on the EPSendDocument
class. However, it is all AX 4 related. I saw that there is a EPSendDocument
proxy class and I tried that. I can create a new instance of it but there the
makedocument method is not provided in the proxy?!

I checked the proxy file and it mentions only this:

/class:EPSendDocument
/method:EPSendDocument.new
/method:EPSendDocument.parmFileName
/method:EPSendDocument.parmDocumentTitle

Anyone who can help me out? Is this old (Ax4) stuff that i shouldn't use
anymore? In that case what should is use instead??

Thanks for any advice!
Hans 1971
2010-03-24 08:13:01 UTC
Permalink
Never mind, problem solved.
Post by Hans 1971
Hi,
I have made a button on my user control which should trigger a function that
runs an AX report. The report should be directed to the user which should be
able to save it as a PDF file.
I searched on the internet and found information on the EPSendDocument
class. However, it is all AX 4 related. I saw that there is a EPSendDocument
proxy class and I tried that. I can create a new instance of it but there the
makedocument method is not provided in the proxy?!
/class:EPSendDocument
/method:EPSendDocument.new
/method:EPSendDocument.parmFileName
/method:EPSendDocument.parmDocumentTitle
Anyone who can help me out? Is this old (Ax4) stuff that i shouldn't use
anymore? In that case what should is use instead??
Thanks for any advice!
p***@gmail.com
2012-10-15 13:52:10 UTC
Permalink
Post by Hans 1971
Hi,
I have made a button on my user control which should trigger a function that
runs an AX report. The report should be directed to the user which should be
able to save it as a PDF file.
I searched on the internet and found information on the EPSendDocument
class. However, it is all AX 4 related. I saw that there is a EPSendDocument
proxy class and I tried that. I can create a new instance of it but there the
makedocument method is not provided in the proxy?!
/class:EPSendDocument
/method:EPSendDocument.new
/method:EPSendDocument.parmFileName
/method:EPSendDocument.parmDocumentTitle
Anyone who can help me out? Is this old (Ax4) stuff that i shouldn't use
anymore? In that case what should is use instead??
Thanks for any advice!
Loading...