Corretti errori Cecilia: 006110 e 005866, relativi alla stampa anagrafiche
ed etichette (cambiati i valori di stampa default). git-svn-id: svn://10.65.10.50/trunk@3603 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
37998a3597
commit
7b1f903e5b
@ -100,8 +100,8 @@ public:
|
||||
_ind_what = residenza;
|
||||
_rows_et = 9; _cols_et = 40;
|
||||
_is_piv = TRUE; _is_cod = FALSE;
|
||||
_piv_row = 7; _cod_row = 2; _ind_row = 3;
|
||||
_piv_col = _ind_col = 3; _cod_col = 6;
|
||||
_piv_row = 7; _cod_row = 8; _ind_row = 3;
|
||||
_piv_col = _ind_col = 3; _cod_col = 30;
|
||||
_frpos = NULL;
|
||||
}
|
||||
};
|
||||
|
@ -478,7 +478,7 @@ void TAnaprint_app::set_scheda_attiv()
|
||||
TString dio(current_cursor()->curr(LF_ATTIV).get("DESCR"));
|
||||
_bk_attiv = set_bookmark(dio, _bk_ditta);
|
||||
|
||||
set_row(1,"@bATTIVITA'@r @pn@20g@bDescrizione:@r %s",
|
||||
set_row(1,"@bATTIVITA'@r @s@20g@bDescrizione:@r %s",
|
||||
FLD(LF_ATTIV,"CODATT","@@@@@"), (const char*)dio);
|
||||
|
||||
set_row(2,"@20gRegime agricolo@67g@f",
|
||||
@ -514,12 +514,12 @@ void TAnaprint_app::set_scheda_attiv()
|
||||
if (exists) // legge i dati del depositario solo se l'anagrafica esiste...
|
||||
{
|
||||
b = af.get("RAGSOC");
|
||||
com = af.get("INDRES");
|
||||
z = af.get("CIVRES");
|
||||
c = af.get("COMRES");
|
||||
if (com.empty()) com = af.get("INDRF");
|
||||
if (c.empty) c = af.get("COMRF");
|
||||
if (z.empty) z = af.get("CIVRF");
|
||||
com = af.get("INDRF");
|
||||
z = af.get("CIVRF");
|
||||
c = af.get("COMRF");
|
||||
if (com.empty()) com = af.get("INDRES");
|
||||
if (c.empty()) c = af.get("COMRES");
|
||||
if (z.empty()) z = af.get("CIVRES");
|
||||
}
|
||||
TRectype& cm = look_com(c);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user