PDF REPORT FIELDS

Hi
What should I do to see the labels of each field?
It shows only THE input
Thanks

Because is how it works. If you want labels you have to write it manually or use a background page

I’ve seen it, thank you

How do I write the label manually on the pdf report. Thank you

On Layout/Code


sc_pdf_set_xy(145,7,true); //position somewhere on your PDF
sc_pdf_write(10,"This is a label text:",'',false,'',false, 0, false, true, 0, 0, '');