Aggiustate maschere saldaconto extra-contabile

git-svn-id: svn://10.65.10.50/trunk@2924 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 1996-05-28 15:48:16 +00:00
parent b88a9be772
commit c9d8f9771e
4 changed files with 8 additions and 4 deletions

View File

@ -136,7 +136,7 @@ void TSaldaconto_app::gioca_cambi(TMask& m, int force)
int sc0100(int argc, char* argv[])
{
TSaldaconto_app salda;
salda.run(argc, argv, "Gestione Saldaconto");
TSaldaconto_app* salda = new TSaldaconto_app;
salda->run(argc, argv, "Gestione Saldaconto");
return 0;
}

View File

@ -16,7 +16,7 @@ ENDPAGE
PAGE "Selezione partite" -1 -1 77 20
LIST F_TIPO 1 12
LIST F_TIPO 1 10
BEGIN
PROMPT 1 1 "Tipo conto "
ITEM " |Conto"

View File

@ -5,12 +5,16 @@ TOOLBAR "" 0 20 0 2
BUTTON DLG_SAVEREC 10 2
BEGIN
PROMPT -13 -1 "~Registra"
PICTURE BMP_SAVEREC
PICTURE BMP_SAVERECDN
MESSAGE EXIT,K_ENTER
END
BUTTON DLG_DELREC 10 2
BEGIN
PROMPT -23 -1 "~Elimina"
PICTURE BMP_DELREC
PICTURE BMP_DELRECDN
MESSAGE EXIT,K_DEL
END

View File

@ -617,7 +617,7 @@ bool TFattura_mask::read_scadenze()
{
TRelation rel(LF_PARTITE);
rel.curr() = _fattura;
autoload(&rel);
autoload(rel);
// Attenzione: alcune fatture (*) possono non avere il totale del documento!
if (get(E_TOTALE).empty())