From c1db46b2c9f185bfe7a67097de9921f8ec69757e Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 9 May 2003 14:04:52 +0000 Subject: [PATCH] Patch level : 2.0 470 Files correlati : ba3.exe Ricompilazione Demo : [ ] Commento : CM20022 Cos'e' la colonna "TIPO DOC" dopo la descrizione del pagamento? TRATTASI DEL TIPO RATA git-svn-id: svn://10.65.10.50/trunk@11110 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ba/ba1200.cpp | 4 ++-- ba/ba3200.cpp | 5 +++-- ba/ba3a00.cpp | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/ba/ba1200.cpp b/ba/ba1200.cpp index 2ba9742df..c02d4d3f7 100755 --- a/ba/ba1200.cpp +++ b/ba/ba1200.cpp @@ -4,7 +4,7 @@ #include /////////////////////////////////////////////////////////// -// Testfil +// Testfile /////////////////////////////////////////////////////////// class TTest_application : public TSkeleton_application @@ -95,7 +95,7 @@ void TTest_application::test2() void TTest_application::test3() { TRelation rel(LF_COMUNI); - TSorted_cursor tab(&rel, "CAPCOM"); + TSorted_cursor tab(&rel, "CAPCOM|DENCOM"); clock_t istart = start_timer(); const TRecnotype n = tab.items(); diff --git a/ba/ba3200.cpp b/ba/ba3200.cpp index 360bc8727..efeecf933 100755 --- a/ba/ba3200.cpp +++ b/ba/ba3200.cpp @@ -62,8 +62,9 @@ TString& BA3200_application::get_mask_name(TString& t) const CHECK(_rel,"Can't use a NULL relation to retrieve table module"); TTable& tab = (TTable&) _rel->lfile(_tabname); - TString16 m = _tabname; - if (m[0] == '%') m.ltrim(1); + TString8 m = _tabname; + if (m[0] == '%') + m.ltrim(1); t = tab.module(); t << "st" << m; diff --git a/ba/ba3a00.cpp b/ba/ba3a00.cpp index cd4a8aefd..7d5ff08c9 100755 --- a/ba/ba3a00.cpp +++ b/ba/ba3a00.cpp @@ -93,7 +93,7 @@ void Stampa_condizioni_pagamento_application::print_header() set_header (soh++, FR("@bCONDIZIONI DI PAGAMENTO @r@107gData @> Pag. @#")); set_header (soh++, ""); set_header (soh++, FR("@47gTipo@53gInizio@66gMese@73gGiorni@89gIntervallo@108gScadenze@118gTipo@123gUlter.")); - set_header (soh++, FR("Cod.@12gDescrizione@47gdoc.@53gcalcolo@66gcomm.@73gsc. fissa@92grate@103gNr. gg. %% @118grata@123gclass.")); + set_header (soh++, FR("Cod.@12gDescrizione@47gRata@53gcalcolo@66gcomm.@73gsc. fissa@92grate@103gNr. gg. %% @118grata@123gclass.")); set_header(soh,""); set_background(format("W2l{1,3,132,3}l{1,%d,132,%d}", soh, soh)); }