Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :


git-svn-id: svn://10.65.10.50/trunk@19869 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2010-01-05 09:46:29 +00:00
parent 5cc1c81e21
commit cd3a602b45
2 changed files with 6 additions and 13 deletions

View File

@ -1285,6 +1285,8 @@ bool TStampaPerCategorie::user_create()
filetrr = "recdesc/at2700a";
filetrr.ext("trr");
}
if (!filetrr.exist())
return error_box("Manca il file at2700a.trr sia in custom che in recdesc. Impossibile proseguire!");
_file = new TExternisamfile(filename, filetrr, false);
//stampa file personalizzato
@ -1297,6 +1299,8 @@ bool TStampaPerCategorie::user_create()
perstrr = "recdesc/at2700b";
perstrr.ext("trr");
}
if (!perstrr.exist())
return error_box("Manca il file at2700b.trr sia in custom che in recdesc. Impossibile proseguire!");
_filepers = new TExternisamfile(namepers, perstrr, false);
@ -1323,7 +1327,8 @@ bool TStampaPerCategorie::user_create()
TString16 performato = config.get("ElencoFormato");
_form_per = new TEti_percat_form(performato);
_lenpage = printer().formlen();
return TRUE;
return true;
}
bool TStampaPerCategorie::user_destroy()

View File

@ -1,12 +0,0 @@
1001
8
CODICE|3|8|0|Codice
COGNOME|1|25|0|Cognome
NOME|1|25|0|Nome
SPOSATA|1|25|0|Cognome da sposata
INDIRIZZO|1|30|0|Indirizzo
STRADARIO|1|5|0|Stradario
PRESSO|1|30|0|Presso
LOCALITA|1|80|0|CAP, Localita, Prov.
1
CODICE|X