From 4e6b6887e0300e00d76479678cf448f07bc7a3d6 Mon Sep 17 00:00:00 2001 From: sauro Date: Mon, 15 Dec 1997 11:22:55 +0000 Subject: [PATCH] =?UTF-8?q?In=20bastarb.uml,=20bastntb.uml,=20bastpdb.uml?= =?UTF-8?q?=20sono=20stati=20corretti=20i=20tipi=20dei=20campi=20F=5FINIZI?= =?UTF-8?q?O1=20e=20F=5FFINE1=20dal=20tipo=20NUMBER=20al=20tipo=20STRINGA?= =?UTF-8?q?=20poich=C3=A8=20non=20"vedeva"=20la=20chiave=20se=20questa=20e?= =?UTF-8?q?ra=20composta=20da=20caratteri=20alfanumerici.=20In=20batbpdb.r?= =?UTF-8?q?pt=20=C3=A8=20stato=20tolto=20il=20campo=20F=5FDETTAGLIO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://10.65.10.50/trunk@5743 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- ab/bastarb.uml | 4 ++-- ab/bastntb.uml | 4 ++-- ab/bastpdb.uml | 4 ++-- ab/batbpdb.rpt | 22 ++++++++++------------ 4 files changed, 16 insertions(+), 18 deletions(-) diff --git a/ab/bastarb.uml b/ab/bastarb.uml index c23ba14ec..5fc25829b 100755 --- a/ab/bastarb.uml +++ b/ab/bastarb.uml @@ -2,7 +2,7 @@ PAGE "Stampa tabella archiviazione bilanci" -1 -1 50 8 -NUMBER F_INIZIO1 5 +STRING F_INIZIO1 5 BEGIN PROMPT 3 1 "Da codice " HELP "Codice da cui iniziare a stampare. Vuoto = inizio archivio" @@ -18,7 +18,7 @@ BEGIN FLAGS "RU" END -NUMBER F_FINE1 5 +STRING F_FINE1 5 BEGIN PROMPT 4 3 "A codice " HELP "Codice a cui terminare la stampa. Vuoto = fine archivio" diff --git a/ab/bastntb.uml b/ab/bastntb.uml index e4222f869..7934b4969 100755 --- a/ab/bastntb.uml +++ b/ab/bastntb.uml @@ -2,7 +2,7 @@ PAGE "Stampa tabella tipi di bilancio" -1 -1 50 8 -NUMBER F_INIZIO1 2 +STRING F_INIZIO1 2 BEGIN PROMPT 3 1 "Da codice " HELP "Codice da cui iniziare a stampare. Vuoto = inizio archivio" @@ -16,7 +16,7 @@ BEGIN FLAGS "RU" END -NUMBER F_FINE1 2 +STRING F_FINE1 2 BEGIN PROMPT 4 3 "A codice " HELP "Codice a cui terminare la stampa. Vuoto = fine archivio" diff --git a/ab/bastpdb.uml b/ab/bastpdb.uml index 5a39845d5..148ea5660 100755 --- a/ab/bastpdb.uml +++ b/ab/bastpdb.uml @@ -2,7 +2,7 @@ PAGE "Stampa tabella tipi di bilancio" -1 -1 50 8 -NUMBER F_INIZIO1 3 +STRING F_INIZIO1 3 BEGIN PROMPT 3 1 "Da codice " HELP "Codice da cui iniziare a stampare. Vuoto = inizio archivio" @@ -16,7 +16,7 @@ BEGIN FLAGS "RU" END -NUMBER F_FINE1 3 +STRING F_FINE1 3 BEGIN PROMPT 4 3 "A codice " HELP "Codice a cui terminare la stampa. Vuoto = fine archivio" diff --git a/ab/batbpdb.rpt b/ab/batbpdb.rpt index a1c11b961..3a1d6099f 100755 --- a/ab/batbpdb.rpt +++ b/ab/batbpdb.rpt @@ -1,21 +1,19 @@ [Headers] -80 +132 Tabella Periodi di Bilancio 1|@2g%s|Codice 1|@10g%s|Descrizione -1|@50g%s|Inizio -1|@60g%s|Fine -1|@70g%s|Num. Anni -2|@10g%s|Descrizione per stampa raffronti -2|@50g%s|gg/mm -2|@60g%s|gg/mm +1|@50g%s|gg/mm inizio +1|@65g%s|gg/mm fine +1|@80g%s|Num. Anni +1|@91g%s|Descrizione alternativa stampa raffr. [Rows] 1|CODTAB|@2g@3,ls 1|S0|@10g@49,ls 1|I0|@50g@2,ls -1|I1|@52g/@2,ls -1|I2|@60g@2,ls -1|I3|@62g/@2,ls -1|I4|@70g@4,ls -2|S1|@10g@40,ls +1|I1|@55g@2,ls +1|I2|@65g@2,ls +1|I3|@70g@2,ls +1|I4|@80g@4,ls +1|S1|@91g@40,ls \ No newline at end of file