Patch level :
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@18060 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
29c8950595
commit
f120db1bbb
@ -99,14 +99,14 @@ int TResetfile::run()
|
|||||||
TRectype& rec = _file->curr();
|
TRectype& rec = _file->curr();
|
||||||
|
|
||||||
// Descrittore record
|
// Descrittore record
|
||||||
const RecDes* recd = rec.rec_des();
|
const RecDes& recd = rec.rec_des();
|
||||||
|
|
||||||
// array dei campi da azzerare
|
// array dei campi da azzerare
|
||||||
TString_array resetable_fields(recd->NFields);
|
TString_array resetable_fields(recd.NFields);
|
||||||
|
|
||||||
// riempimento array dei campi da azzerare
|
// riempimento array dei campi da azzerare
|
||||||
if (!_removerec)
|
if (!_removerec)
|
||||||
num_resetable_fields = load_resetable_fields(*recd, resetable_fields);
|
num_resetable_fields = load_resetable_fields(recd, resetable_fields);
|
||||||
|
|
||||||
// reperimento nome file file
|
// reperimento nome file file
|
||||||
const char* desfile = _file->description();
|
const char* desfile = _file->description();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user