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
This commit is contained in:
guy 2003-05-09 14:04:52 +00:00
parent 978163f0dc
commit c1db46b2c9
3 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,7 @@
#include <urldefid.h>
///////////////////////////////////////////////////////////
// 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();

View File

@ -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;

View File

@ -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));
}