Patch level :10.0 114

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
0000884: ba3 -1 reg stampa registri - espone tutto l'archivio e non l'esercizio indicato
Descrizione  Stampa registri - Indicando un esercizio la stampa è esposta su tutto il contenuto - inoltre non apre l'archivio dei report , sia con F9 che cliccando la freccia .


git-svn-id: svn://10.65.10.50/trunk@17232 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca 2008-09-12 11:10:26 +00:00
parent 3e1537ca94
commit f14dcdf834
2 changed files with 20 additions and 26 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report libraries="bastreg" name="bastreg" lpi="6"> <report libraries="bastreg" name="bastreg" lpi="6">
<font face="Courier New" size="10" /> <font face="Courier New" size="10" />
<section keep_with_next="1" type="Head"> <section type="Head">
<field type="Stringa" width="50"> <field type="Stringa" width="50">
<font italic="1" face="Courier New" bold="1" size="10" /> <font italic="1" face="Courier New" bold="1" size="10" />
<source>#SYSTEM.RAGSOC</source> <source>#SYSTEM.RAGSOC</source>
@ -45,13 +45,13 @@
</field> </field>
<field border="2" x="1" y="7.5" type="Linea" width="93" height="0" /> <field border="2" x="1" y="7.5" type="Linea" width="93" height="0" />
</section> </section>
<section keep_with_next="1" type="Head" level="1" /> <section type="Head" level="1" />
<section keep_with_next="1" type="Body" /> <section type="Body" />
<section keep_with_next="1" type="Body" level="1"> <section type="Body" level="1">
<field x="2" type="Stringa" link="REG.CODTAB[1,4]" width="4"> <field x="2" type="Stringa" link="REG.CODTAB[1,4]" width="4">
<source>CODTAB[1,4]</source> <source>CODTAB[1,4]</source>
</field> </field>
<field x="7" type="Stringa" link="REG.CODTAB[2,2]" width="3"> <field x="7" type="Stringa" link="REG.CODTAB[5,7]" width="3">
<source>CODTAB[5,7]</source> <source>CODTAB[5,7]</source>
</field> </field>
<field x="12" type="Numero" align="right" width="1"> <field x="12" type="Numero" align="right" width="1">
@ -80,7 +80,7 @@
</field> </field>
<field border="1" y="2.5" type="Linea" width="93" height="0" /> <field border="1" y="2.5" type="Linea" width="93" height="0" />
</section> </section>
<section keep_with_next="1" type="Foot" height="3"> <section type="Foot" height="3">
<field border="2" x="1" y="0.5" type="Linea" width="93" height="0" /> <field border="2" x="1" y="0.5" type="Linea" width="93" height="0" />
<field x="2" y="1" type="Data" width="10"> <field x="2" y="1" type="Data" width="10">
<source>#SYSTEM.DATE</source> <source>#SYSTEM.DATE</source>
@ -90,8 +90,8 @@
</field> </field>
<field border="2" x="1" y="2.5" type="Linea" width="93" height="0" /> <field border="2" x="1" y="2.5" type="Linea" width="93" height="0" />
</section> </section>
<section keep_with_next="1" type="Foot" level="1" /> <section type="Foot" level="1" />
<sql>USE REG <sql>USE REG
FROM CODTAB=#FROM FROM CODTAB=#FROM
TO CODTAB=#TO</sql> TO CODTAB=#TO</sql>
</report> </report>

View File

@ -23,28 +23,22 @@ END
NUMBER F_INIZIO1 4 NUMBER F_INIZIO1 4
BEGIN BEGIN
FLAGS "HRZ" PROMPT 2 3 "Stampa i registri dell'anno "
MESSAGE COPY, F_FINE2 FLAGS "Z"
FIELD FROM
MESSAGE COPY, F_FINE1
CHECKTYPE REQUIRED
GROUP 1
END END
NUMBER F_INIZIO2 4 NUMBER F_FINE1 4
BEGIN BEGIN
PROMPT 2 3 "Stampa i registri dell'anno " PROMPT 2 4 ""
FLAGS "RZ" FLAGS "HZ"
FIELD FROM[1,4] FIELD TO
MESSAGE COPY, F_FINE2
GROUP 1
END
NUMBER F_FINE2 4
BEGIN
FLAGS "HRZ"
FIELD TO[1,4]
GROUP 2 GROUP 2
END END
ENDPAGE ENDPAGE
TOOLBAR "topbar" 0 0 0 2 TOOLBAR "topbar" 0 0 0 2