Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : Stampe varie: azzero lunghezza footer prima della stampa git-svn-id: svn://10.65.10.50/trunk@7012 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
36d558ac89
commit
7cd8e50535
@ -380,7 +380,8 @@ bool TSbloccoSospesi::set_print(int)
|
||||
*/
|
||||
current_cursor()->set_filterfunction(filter_func_sbloccosospesi,TRUE);
|
||||
reset_print();
|
||||
crea_intestazione();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
else
|
||||
|
@ -330,6 +330,7 @@ bool TStampaDonBen::set_print(int m)
|
||||
_cognome_nome.set_width(60);
|
||||
current_cursor()->set_filterfunction(filter_func_donben);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -169,6 +169,7 @@ bool TStampaBenemerenze::set_print(int m)
|
||||
reset_files();
|
||||
add_file(LF_BENEM);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -173,6 +173,7 @@ bool TStampaBenxGAz::set_print(int m)
|
||||
reset_files();
|
||||
add_file(LF_BENEM);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -333,6 +333,7 @@ bool TControlloBenemerenze::set_print(int m)
|
||||
_catdon.add((const char*) catses);
|
||||
current_cursor()->set_filterfunction (filter_func_ctrlben);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -283,6 +283,7 @@ bool TStampaIscritti::set_print(int m)
|
||||
_datafin = _msk->get(F_DATAFIN);
|
||||
current_cursor()->set_filterfunction(filter_func_iscritti, TRUE);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -899,6 +899,7 @@ bool TStampaPerCategorie::set_print(int m)
|
||||
_catnondon.add((const char*) catnses);
|
||||
current_cursor()->set_filterfunction (filter_func_percat);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -405,6 +405,7 @@ bool TConvocazioniPerPunto::set_print(int m)
|
||||
reset_files();
|
||||
add_file(LF_RCONVOC);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -328,6 +328,7 @@ bool TStampaTessere::set_print(int m)
|
||||
_contatore = 0;
|
||||
_totfinestampa = 0;
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -368,6 +368,7 @@ bool TSitSanitaria::set_print(int)
|
||||
_categorie.add((const char*) catses);
|
||||
current_cursor()->set_filterfunction(filter_func_sitsanitaria,TRUE);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -371,6 +371,7 @@ bool TTurniControlli::set_print(int)
|
||||
_categorie.add((const char*) catses);
|
||||
current_cursor()->set_filterfunction(filter_func_turnicon,TRUE);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -512,6 +512,7 @@ bool TControlloDonazioni::set_print(int m)
|
||||
reset_files();
|
||||
add_file(LF_DONAZ);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
@ -286,6 +286,7 @@ bool TStampaNonDom::set_print(int m)
|
||||
current_cursor()->set_filterfunction (filter_func_nondom,TRUE);
|
||||
((TSorted_cursor*)current_cursor())->change_order(chiave);
|
||||
reset_print();
|
||||
printer().footerlen(0);
|
||||
crea_intestazione();
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user