PDF REPORT

Hi,
i want build PDF REPORT
when new application in my scriptcase not find PDF-REPORT. How Do I?
Thank you

Fabrizio

Re: PDF REPORT

Hi,

ReportPDF applications do not support UTF-8, So you should use only Languages that don’t use UTF-8 like English and Portuguese in the Project Properties.

V?tor

Re: PDF REPORT

I have the same problem with printing PDF report. When I make insertation from Form the data is displayed OK (in the Form fields), but after I print it on PDF report , there are hieroglyphics, the insertation is made with unicode UTF-8 char set. How should I solve this problem ?

Re: PDF REPORT

Will you solve that issue about UTF-8 in PDF reports soon ? It is very important for our application ?
Please answer soon.

Re: PDF REPORT

Hi,
i solved this problem,
“unfortunately” i developed a page by hand using UTF-8 as charset


<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8”/>

Fabrizio

Re: PDF REPORT

Hi, I am afraid that piece of code is already there,

<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=utf-8”/>

it is generated by the ScriptCase, I don’t need to manually write that code, but again same problem.