Patch level :2.2 186
Files correlati : Ricompilazione Demo : [ ] Commento :correzioni pro compilazione nuova 2.2 git-svn-id: svn://10.65.10.50/trunk@13393 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
50fc8b6dfa
commit
b4429c349f
@ -152,7 +152,7 @@ void TPay_mask::init(const TGame_mask* parent, int mod)
|
|||||||
enable(DLG_DELREC, edit_mode());
|
enable(DLG_DELREC, edit_mode());
|
||||||
|
|
||||||
#ifdef __EXTRA__
|
#ifdef __EXTRA__
|
||||||
xvt_statbar_set(mod == MODE_MOD ? TR("Modifica") : TR("Inserimento"), TRUE);
|
xvtil_statbar_set(mod == MODE_MOD ? TR("Modifica") : TR("Inserimento"), TRUE);
|
||||||
|
|
||||||
hide(E_CODPAG); hide(E_DESPAG);
|
hide(E_CODPAG); hide(E_DESPAG);
|
||||||
set_handler(E_DATAREG, datareg_handler);
|
set_handler(E_DATAREG, datareg_handler);
|
||||||
@ -659,7 +659,7 @@ void TGame_mask::init(const TBill& bill, long numreg, int riga)
|
|||||||
set(P_DESCR, descr);
|
set(P_DESCR, descr);
|
||||||
|
|
||||||
#ifdef __EXTRA__
|
#ifdef __EXTRA__
|
||||||
xvt_statbar_set(TR("Estratto conto"), TRUE);
|
xvtil_statbar_set(TR("Estratto conto"), TRUE);
|
||||||
|
|
||||||
disable(-3); // Disabilita gestione valuta
|
disable(-3); // Disabilita gestione valuta
|
||||||
hide(P_RESIDUO);
|
hide(P_RESIDUO);
|
||||||
@ -1940,7 +1940,7 @@ bool TGame_mask::edit_pagamento(TPartita& p, int nriga, int nrata, int nrigp) co
|
|||||||
// delete pm; pm = NULL; // commentata in quanto statica
|
// delete pm; pm = NULL; // commentata in quanto statica
|
||||||
|
|
||||||
#ifdef __EXTRA__
|
#ifdef __EXTRA__
|
||||||
xvt_statbar_set(TR("Estratto conto"), TRUE);
|
xvtil_statbar_set(TR("Estratto conto"), TRUE);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return key != K_ESC;
|
return key != K_ESC;
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
#include <sheet.h>
|
#include <sheet.h>
|
||||||
|
|
||||||
#include "..\ve\velib.h"
|
#include "..\ve\velib.h"
|
||||||
|
#include "..\ve\velib04.h"
|
||||||
#include "si0400a.h"
|
#include "si0400a.h"
|
||||||
|
|
||||||
class TScarico_file;
|
class TScarico_file;
|
||||||
@ -366,7 +367,7 @@ void TScaricoAS400::transfer()
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
xvt_statbar_set("");
|
xvtil_statbar_set("");
|
||||||
}
|
}
|
||||||
|
|
||||||
int si0400(int argc, char* argv[])
|
int si0400(int argc, char* argv[])
|
||||||
|
@ -785,7 +785,7 @@ bool TStampa_schede::fill_codcli(TRectype& tab)
|
|||||||
s << c << " ";
|
s << c << " ";
|
||||||
if (clifo.read() == NOERR)
|
if (clifo.read() == NOERR)
|
||||||
s << clifo.get("RAGSOC");
|
s << clifo.get("RAGSOC");
|
||||||
s.strip_d_spaces();
|
s.strip_double_spaces();
|
||||||
tab.put("S1", s);
|
tab.put("S1", s);
|
||||||
tab.put("S4", codag); // Riporta il codice agente
|
tab.put("S4", codag); // Riporta il codice agente
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user