Aggiustata conferma se non salvato

git-svn-id: svn://10.65.10.50/trunk@1050 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
villa 1995-03-01 09:41:39 +00:00
parent 7df394a5f3
commit 6043fdc5fb
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ bool TRipristina_stampa::firm_handler(TMask_field& f, KEY key)
if (firm <= 0)
return f.error_box("Codice ditta errato");
else
if (!prefix().exist(firm))
if (!prefhndl->exist(firm))
return f.error_box("Gli archivi della ditta %ld non sono stati ancora generati", firm);
else
{
@ -251,7 +251,7 @@ bool TRipristina_stampa::menu(MENU_TAG)
int day = giornale ? msk.get_int(F_DAY) : 1;
if (day < 1) day = 1;
if (prefix().exist(firm))
if (prefhndl->exist(firm))
{
TString256 mess("Attenzione ripristino della stampa de");
if (_op == restore_reg)

View File

@ -153,7 +153,7 @@ void Visliq_app::build_nomiditte()
{
// check no archivi
fr = "??";
bool good = prefix().exist(dt.get_long("CODDITTA"));
bool good = prefhndl->exist(dt.get_long("CODDITTA"));
if (good)
{

View File

@ -92,7 +92,7 @@ void TRipristino_liq::build_nomiditte()
{
// check no archivi
fr = "??";
bool good = prefix().exist(dt.get_long("CODDITTA"));
bool good = prefhndl->exist(dt.get_long("CODDITTA"));
if (good)
{