Hans 1971
2010-03-23 10:56:03 UTC
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!
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!