Hello,
I have a problem when I create pdf report.
in a subselect, I can retrieve more records. when the page (A4) is completed, each record is printed on a new page.
the code below
foreach ({historique_mediation} as $NM_ind => $Dados)
{
sc_pdf_print_sub_sel($cell_historique_mediation_date_mediation[$NM_ind]);
sc_pdf_print_sub_sel_mult($cell_historique_mediation_txt_mediation[$NM_ind], 5);
sc_pdf_sub_sel_end(4);
sc_pdf_set_auto_page_break('auto',10);
}
some ideas ?
version : ScriptCase Devel: 7.1.013
Thanks