Correzione MI3381 relativa alla stampa EC/solleciti senza fincatura

ma con la posssibilita' di stampare ugualmente lo sfondo grafico.


git-svn-id: svn://10.65.10.50/trunk@4432 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1997-05-28 12:36:30 +00:00
parent 9052c928cd
commit d5d5dc3bbe
2 changed files with 2 additions and 2 deletions

View File

@ -1189,7 +1189,7 @@ TEC_form::TEC_form(const TEC_mask& m, bool gesval)
const int first = head.height()-2;
const int last = pr.formlen();
const int horiz[] = { first+2, last-foot.height()+1, 0 };
set_mode((bkg_mode)_fincatura);
set_fink_mode(_fincatura == 1 ? FALSE : TRUE);
genera_fincatura(odd_page, first, last, horiz);
}
TForm_item& uns = section('F').find_field(PEC_UNASSIGNED);

View File

@ -1175,7 +1175,7 @@ TESSL_form::TESSL_form(const TESSL_mask& m, bool gesval, short id_datalim, short
if (_fincatura)
{
TPrint_section& fink = section('G');
set_mode((bkg_mode)_fincatura);
set_fink_mode(_fincatura == 1 ? FALSE : TRUE);
genera_fincatura(odd_page, rows[0] - 2, rows[1] + (_maxtot * _total_rows) + 2, rows);
if (fink.fields() > 0)
{