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:
parent
7df394a5f3
commit
6043fdc5fb
@ -39,7 +39,7 @@ bool TRipristina_stampa::firm_handler(TMask_field& f, KEY key)
|
|||||||
if (firm <= 0)
|
if (firm <= 0)
|
||||||
return f.error_box("Codice ditta errato");
|
return f.error_box("Codice ditta errato");
|
||||||
else
|
else
|
||||||
if (!prefix().exist(firm))
|
if (!prefhndl->exist(firm))
|
||||||
return f.error_box("Gli archivi della ditta %ld non sono stati ancora generati", firm);
|
return f.error_box("Gli archivi della ditta %ld non sono stati ancora generati", firm);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -251,7 +251,7 @@ bool TRipristina_stampa::menu(MENU_TAG)
|
|||||||
int day = giornale ? msk.get_int(F_DAY) : 1;
|
int day = giornale ? msk.get_int(F_DAY) : 1;
|
||||||
if (day < 1) day = 1;
|
if (day < 1) day = 1;
|
||||||
|
|
||||||
if (prefix().exist(firm))
|
if (prefhndl->exist(firm))
|
||||||
{
|
{
|
||||||
TString256 mess("Attenzione ripristino della stampa de");
|
TString256 mess("Attenzione ripristino della stampa de");
|
||||||
if (_op == restore_reg)
|
if (_op == restore_reg)
|
||||||
|
@ -153,7 +153,7 @@ void Visliq_app::build_nomiditte()
|
|||||||
{
|
{
|
||||||
// check no archivi
|
// check no archivi
|
||||||
fr = "??";
|
fr = "??";
|
||||||
bool good = prefix().exist(dt.get_long("CODDITTA"));
|
bool good = prefhndl->exist(dt.get_long("CODDITTA"));
|
||||||
|
|
||||||
if (good)
|
if (good)
|
||||||
{
|
{
|
||||||
|
@ -92,7 +92,7 @@ void TRipristino_liq::build_nomiditte()
|
|||||||
{
|
{
|
||||||
// check no archivi
|
// check no archivi
|
||||||
fr = "??";
|
fr = "??";
|
||||||
bool good = prefix().exist(dt.get_long("CODDITTA"));
|
bool good = prefhndl->exist(dt.get_long("CODDITTA"));
|
||||||
|
|
||||||
if (good)
|
if (good)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user