Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Allienato prompt nella maschera; memorizza stampante per cartoline (come per etichette)


git-svn-id: svn://10.65.10.50/trunk@8971 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 2000-05-03 10:08:09 +00:00
parent 507cad0cac
commit e783620cbe
2 changed files with 4 additions and 4 deletions

View File

@ -618,7 +618,7 @@ bool TStampaScadenze::set_print(int m)
_tipostampa = (configura_stampante(p, "AT_ETICHETTE", "etichette")) ? etichette : undefined;
break;
case F_CARTOLINE:
_tipostampa = dati_cartoline();
_tipostampa = (configura_stampante(p, "AT_CARTOLINE", "cartoline")) ? dati_cartoline() : undefined;
break;
}
if (_tipostampa != undefined)
@ -690,7 +690,7 @@ bool TStampaScadenze::set_print(int m)
printer().footerlen(0);
crea_intestazione();
return TRUE;
}
}
else
return FALSE;
}

View File

@ -18,12 +18,12 @@ PAGE "Stampa cartoline" -1 -1 78 20
STRING F_INVITOPER 25
BEGIN
PROMPT 2 5 "Invito per "
PROMPT 2 5 "Invito per "
END
STRING F_DATA 25
BEGIN
PROMPT 2 6 "Data "
PROMPT 2 6 "Data "
END
STRING F_PRESSO1 25