Patch level : at

Files correlati     : at8.exe
Ricompilazione Demo : [ ]
Commento            : utente che fa la modifica = WINSIT


git-svn-id: svn://10.65.10.50/trunk@11278 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2003-06-24 09:12:13 +00:00
parent 9c82462b38
commit 4030ff0ef4

View File

@ -143,6 +143,7 @@ bool TReconstruction::menu(MENU_TAG m)
con_reord(recsog,_scontrolli,_sidoneita);
recsog.rewrite(_rel->lfile());
}
/*
TTable ctd("CTD");
TString16 catdon = recsog.get(SOG_CATDON);
const int totdon = recsog.get_int(SOG_TOTDON);
@ -167,6 +168,7 @@ bool TReconstruction::menu(MENU_TAG m)
catdon = _catfin2;
}
}
*/
TDate dataiscsog = recsog.get_date(SOG_DATAISC);
if (!dataiscsog.ok() && _dataisc)
{
@ -201,9 +203,11 @@ bool TReconstruction::menu(MENU_TAG m)
recsog.put(SOG_NUMCONV,numzero);
}
recsog.put(SOG_DATAULTAGG, oggi);
recsog.put(SOG_UTENULTAGG, "WINSIT");
recsog.put(SOG_UTENULTAGG, "WINSIT");
//recsog.put(SOG_UTENULTAGG, "CONV");
recsog.rewrite(_rel->lfile());
}
f->remove();
}
delete pi;
delete f;
@ -222,4 +226,4 @@ int at8400(int argc, char* argv[])
TReconstruction a;
a.run(argc, argv, "Aggiornamento situazione soggetti da appoggio");
return 0;
}
}