Hi,
I'm working on a webservice that returns invoices as PDF. In this I have a function that is supposed to flush a base64 enocoded PDF, which works fine i more recent version, but in 2009 R2 the text return value is limited to 1024 bytes. Is there anyway to work around this inside the codeunit? Plan b is to generate the PDF and have it moved by the middle ware based, but I would rather avoid that.
BR.
Lars
0
Answers
Regards.
The layout of this report has not been transformed to be viewed in the RoleTailored client. You can run this report from the Microsoft Dynamics NAV Classic client.
It's a codeunit I'm migrating from 2016 to 2009 R2 which until now hasn't been that much of a struggle
BR.
Lars
You can not use SAVEASPDF if the report don't have a RDLC layout. I don't know if that is the case.
If you could give more information of what you are doing I'll try to help you.
Regards.
Thanks again:)
Regards