Patch level : 12.0 946

Files correlati     : ca3.exe ca3800.msk ca3800a.rep ca3800as.rep ca3800b.rep ca3800bs.rep ca3800c.rep ca3800cs.rep
Commento            :

Nel bilancio per commessa aggiunti report sintetici (utili per l'esportazione in excel).
This commit is contained in:
Alessandro Bonazzi 2020-02-16 19:36:23 +01:00
parent 8b3a70000c
commit 2192ebbd86

View File

@ -3473,9 +3473,10 @@ bool TReport::archive(bool signature)
}
TReport::TReport()
: _cpi(0), _lpi(6), _include(15, ','), _recordset(NULL), _curr_field(NULL),
: _cpi(0), _lpi(6), _include(15, ','), _recordset(nullptr), _curr_field(nullptr),
_use_printer_font(false), _save_last_printer(false), _orientation(0),
_page_split(false), _page_merge(false), _rep_copy(1), _rep_copies(1)
_page_split(false), _page_merge(false), _rep_copy(1), _rep_copies(1),
_rep_page(0), _book_page(0)
{
_expressions.set_report(this);
_prescript.set_description("PRESCRIPT");