diff --git a/cg/cg3200.cpp b/cg/cg3200.cpp index a060ace8a..f3716089f 100755 --- a/cg/cg3200.cpp +++ b/cg/cg3200.cpp @@ -3389,7 +3389,7 @@ void TMastrini_application::ricerca_clifo() TString16 key; key.format("%c|%ld", _tmcf, _sottoc); const TRectype & clifo = cache().get(LF_CLIFO, key); - ragsoc = clifo.get(CLI_RAGSOC); ragsoc.strip_d_spaces(); + ragsoc = clifo.get(CLI_RAGSOC); ragsoc.strip_double_spaces(); paiv = clifo.get(CLI_PAIV); cofi = clifo.get(CLI_COFI); indcf = clifo.get(CLI_INDCF); @@ -3518,7 +3518,7 @@ int TMastrini_application::ricerca_clifo(int start) const TRectype & clifo = cache().get(LF_CLIFO, key); - ragsoc = clifo.get(CLI_RAGSOC); ragsoc.strip_d_spaces(); + ragsoc = clifo.get(CLI_RAGSOC); ragsoc.strip_double_spaces(); paiv = clifo.get(CLI_PAIV); cofi = clifo.get(CLI_COFI); indcf = clifo.get(CLI_INDCF); diff --git a/cg/cg3600.cpp b/cg/cg3600.cpp index 715567c92..1b7567adb 100755 --- a/cg/cg3600.cpp +++ b/cg/cg3600.cpp @@ -2749,7 +2749,7 @@ public: bool TMastrini_video::create() { - xvt_statbar_set("", TRUE); + xvtil_statbar_set("", TRUE); open_files(LF_RMOV, LF_MOV, LF_CAUSALI, 0); open_files(LF_SALDI, LF_PCON, 0); diff --git a/cg/cg3700.cpp b/cg/cg3700.cpp index bdfb4e698..9429973d4 100755 --- a/cg/cg3700.cpp +++ b/cg/cg3700.cpp @@ -389,7 +389,7 @@ bool TLista_fatture::preprocess_page(int file, int counter) TCursor* curs = current_cursor(); TRectype& rec = curs->curr(); _ragsoc = curs->curr(LF_CLIFO).get(CLI_RAGSOC); - _ragsoc.strip_d_spaces(); + _ragsoc.strip_double_spaces(); const int tipodet = rec.get_int(RMI_TIPODET); const int tipocr = rec.get_int(RMI_TIPOCR); const long numreg = rec.get_long(RMI_NUMREG); diff --git a/cg/cg7200.cpp b/cg/cg7200.cpp index 149e0c3cb..08aaf4c2b 100755 --- a/cg/cg7200.cpp +++ b/cg/cg7200.cpp @@ -136,7 +136,7 @@ void TInvioP_file::validate(TCursor& cur,TRecord_text &rec, TToken_string &s, TS else if (code == "_RAGSOC") { valore = str; - valore = valore.strip_d_spaces(); + valore = valore.strip_double_spaces(); } else if (code == "_FLAG") { diff --git a/cg/cglib02.cpp b/cg/cglib02.cpp index 3af927960..8af64deed 100755 --- a/cg/cglib02.cpp +++ b/cg/cglib02.cpp @@ -261,9 +261,6 @@ bool TSaldo::data_limite_bilancio(int bilancio, int g, int c, long s, const TDat _saldo -= importo; } -#ifdef DBG - xvt_statbar_refresh(); -#endif #ifdef __LONGDOUBLE__ _saldo.round(TCurrency::get_firm_dec()); #endif