‎2008 Oct 10 4:25 AM
HI
i have a pdf attachment to be made for a report output.now the report is of lengthly.so cant attach this file.it is getting truncated and attached....now how to get horizontal scroll in pdf..
‎2008 Oct 10 4:37 AM
Hi,
I am not sure if you can output a length greater than 255..... So you would have to split each line to less than this size and make it more than a single line....
regards,
Madan..
‎2008 Oct 10 4:37 AM
Hi,
I am not sure if you can output a length greater than 255..... So you would have to split each line to less than this size and make it more than a single line....
regards,
Madan..
‎2008 Oct 10 4:49 AM
Hi r u using SO_NEW_DOCUMENT_ATT_SEND_API1?
If so the length is controlled with 255. so make chunks of 255 and append.
‎2008 Oct 10 5:20 AM
‎2008 Oct 29 10:43 AM