Hello,
I am creating PDF report and need to get value of special fields from items. Unfortunately it doesn’t work. Does anyone have a solution for it? Below is my code.
foreach ({items} as $NM_ind => $Dados)
{
$var_yy = $cell_items_pitch_item[$NM_ind];
sc_pdf_line(20,$var_yy,195,$var_yy);
sc_pdf_sub_sel_end(5);
}