Corretta fromattazione
git-svn-id: svn://10.65.10.50/trunk@1168 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
427a9f9178
commit
b916d1c43b
@ -394,10 +394,10 @@ void TRic_sistema::ripristina_trasfer()
|
||||
if (_numdisk == 1)
|
||||
set_firm(_dittaric);
|
||||
|
||||
// app.format("%05da", _dittaric);
|
||||
// app.format("%05da", _dittaric);
|
||||
|
||||
// ditta << "C:\\prassi\\" << app << "\\trasfer";
|
||||
// fcopy(_trasfer,/*ditta*/_trasf,TRUE);
|
||||
// ditta << "C:\\prassi\\" << app << "\\trasfer";
|
||||
// fcopy(_trasfer,/*ditta*/_trasf,TRUE);
|
||||
|
||||
_tras_file->fcopytemp(_trasfer, _trasf, TRUE);
|
||||
}
|
||||
@ -465,8 +465,8 @@ bool TRic_sistema::set_flag()
|
||||
_sigle_file = _tras_file->sigle_file();
|
||||
_nrec_file = _tras_file->nrec_file();
|
||||
record = _tras_file->record();
|
||||
// La fill_index e' richiamata dentro a read_control_rec
|
||||
// _tras_file->fill_index(_sigle_file,_nrec_file);
|
||||
// La fill_index e' richiamata dentro a read_control_rec
|
||||
// _tras_file->fill_index(_sigle_file,_nrec_file);
|
||||
}
|
||||
|
||||
for (j = 0; j < _sigle_file.len(); j++)
|
||||
|
@ -1451,27 +1451,27 @@ int cg2800 (int argc, char* argv[])
|
||||
}
|
||||
break;
|
||||
case 'I':
|
||||
{
|
||||
{
|
||||
TVar_mov main_app(*argv[2]);
|
||||
main_app.run(argc, argv,main_app._titolo);
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case 'S':
|
||||
{
|
||||
{
|
||||
TDitta_ric a;
|
||||
a.run(argc, argv,"Scelta ditta per ricezione");
|
||||
}
|
||||
break;
|
||||
}
|
||||
break;
|
||||
case 'A':
|
||||
{
|
||||
{
|
||||
TAnn_mov a;
|
||||
a.run(argc, argv,"Annullamento movimenti da ricevere");
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
//main_app.run(argc, argv,main_app._titolo);
|
||||
return TRUE;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
//main_app.run(argc, argv,main_app._titolo);
|
||||
return TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user