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