Correzioni alle stampe pdc

git-svn-id: svn://10.65.10.50/trunk@1095 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
nik 1995-03-10 10:29:22 +00:00
parent eea7ed64e9
commit 30bbd010d4
2 changed files with 5 additions and 1 deletions

View File

@ -1027,6 +1027,8 @@ bool CG1100_application::set_print(int)
init_sort();
_resetta_righe_stampa = TRUE;
printer().footerlen(5);
return TRUE;
}
return FALSE;

View File

@ -686,7 +686,9 @@ int CG3400_application::stampa_intestazione_ditta()
riga.fill('-');
set_header(r, riga);
set_header (++r, "Ditta: %-.50s %s %s %s %s", (const char *)_ragsoc,
set_header (++r, "Ditta: %5ld %-.50s %.35s %.5s %.20s %.2s",
get_firm(),
(const char *)_ragsoc,
(const char *)_viafis, (const char *)_cap,
(const char *)_comunefis, (const char *)_provfis);