2o merge della R97.02
git-svn-id: svn://10.65.10.50/trunk@4760 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
1724135242
commit
415e230ca3
@ -1139,11 +1139,8 @@ void TEC_form::init_header(const TMask& m)
|
||||
fi.set(f.get("TESTO"));
|
||||
}
|
||||
|
||||
if (_fincatura)
|
||||
{
|
||||
TPrint_section& fink = section('G');
|
||||
if (fink.fields() > 0) fink.update(); // Setta il backgroud di stampa
|
||||
}
|
||||
TPrint_section& fink = section('G');
|
||||
if (fink.fields() > 0) fink.update(); // Setta il backgroud di stampa
|
||||
}
|
||||
|
||||
TEC_form::TEC_form(const TEC_mask& m, bool gesval)
|
||||
|
@ -1171,16 +1171,14 @@ TESSL_form::TESSL_form(const TESSL_mask& m, bool gesval, short id_datalim, short
|
||||
_maxtot = (foot.height() - 2) / _total_rows;
|
||||
|
||||
int rows[] = { (int)head.height(), (int)(pr.formlen() - foot.height() + 1), 0};
|
||||
TPrint_section& fink = section('G');
|
||||
if (_fincatura)
|
||||
{
|
||||
TPrint_section& fink = section('G');
|
||||
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)
|
||||
{
|
||||
fink.update(); // Setta il backgroud di stampa
|
||||
}
|
||||
}
|
||||
if (fink.fields() > 0)
|
||||
fink.update(); // Setta il backgroud di stampa
|
||||
}
|
||||
|
||||
TESSL_form::~TESSL_form()
|
||||
|
Loading…
x
Reference in New Issue
Block a user