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:
angelo 1996-09-17 11:08:36 +00:00
parent 37998a3597
commit 7b1f903e5b
2 changed files with 9 additions and 9 deletions

View File

@ -100,8 +100,8 @@ public:
_ind_what = residenza; _ind_what = residenza;
_rows_et = 9; _cols_et = 40; _rows_et = 9; _cols_et = 40;
_is_piv = TRUE; _is_cod = FALSE; _is_piv = TRUE; _is_cod = FALSE;
_piv_row = 7; _cod_row = 2; _ind_row = 3; _piv_row = 7; _cod_row = 8; _ind_row = 3;
_piv_col = _ind_col = 3; _cod_col = 6; _piv_col = _ind_col = 3; _cod_col = 30;
_frpos = NULL; _frpos = NULL;
} }
}; };

View File

@ -478,7 +478,7 @@ void TAnaprint_app::set_scheda_attiv()
TString dio(current_cursor()->curr(LF_ATTIV).get("DESCR")); TString dio(current_cursor()->curr(LF_ATTIV).get("DESCR"));
_bk_attiv = set_bookmark(dio, _bk_ditta); _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); FLD(LF_ATTIV,"CODATT","@@@@@"), (const char*)dio);
set_row(2,"@20gRegime agricolo@67g@f", 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... if (exists) // legge i dati del depositario solo se l'anagrafica esiste...
{ {
b = af.get("RAGSOC"); b = af.get("RAGSOC");
com = af.get("INDRES"); com = af.get("INDRF");
z = af.get("CIVRES"); z = af.get("CIVRF");
c = af.get("COMRES"); c = af.get("COMRF");
if (com.empty()) com = af.get("INDRF"); if (com.empty()) com = af.get("INDRES");
if (c.empty) c = af.get("COMRF"); if (c.empty()) c = af.get("COMRES");
if (z.empty) z = af.get("CIVRF"); if (z.empty()) z = af.get("CIVRES");
} }
TRectype& cm = look_com(c); TRectype& cm = look_com(c);