campo-sirio/ba/ba63ef.rep
luca a24894fd1c Patch level :2.1 nopatch
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :inizio delle stampe anagrafiche con i nuovi rep


git-svn-id: svn://10.65.10.50/trunk@12205 c028cbd2-c16b-5b4b-a496-9718f37d4682
2004-06-25 08:01:33 +00:00

60 lines
2.3 KiB
Plaintext
Executable File

<report name="ba63fe" lpi="6">
<font face="Courier New" size="10" />
<section keep_with_next="1" type="Head">
<field type="Testo" align="center" width="96" text="ELENCO PERSONE FISICHE">
<font face="Courier New" bold="1" size="14" />
</field>
<field type="Testo" width="4" text="Data">
<font italic="1" face="Courier New" bold="1" size="10" />
</field>
<field x="5" type="Data" width="10">
<source>#SYSTEM.DATE</source>
</field>
<field x="86" type="Testo" width="4" text="Pag.">
<font italic="1" face="Courier New" bold="1" size="10" />
</field>
<field x="90" type="Numero" align="right" width="5">
<source>#PAGE</source>
</field>
<field border="1" x="1" y="1.5" type="Linea" width="93" height="0" />
<field x="1" y="2" type="Testo" width="6" height="2" text="Codice Anagr.">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="50" y="2" type="Testo" width="6" height="2" text="Codice Ditta">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="10" y="3" type="Testo" width="14" text="Cognome e Nome">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="59" y="3" type="Testo" width="21" text="Denominazione Sociale">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="1" x="1" y="4.5" type="Linea" width="93" height="0" />
</section>
<section keep_with_next="1" type="Head" level="1" />
<section keep_with_next="1" type="Body" />
<section keep_with_next="1" type="Body" level="1">
<field type="Stringa" hidden="1" link="ANAGR.TIPOA" width="1">
<source>TIPOA</source>
</field>
<field x="1" type="Numero" align="right" link="ANAGR.CODANAGR" width="5">
<source>CODANAGR</source>
</field>
<field x="10" type="Stringa" dynamic_height="1" width="30" height="2">
<source>TRIM(ANAGR.RAGSOC[1,30])+" "+TRIM(ANAGR.RAGSOC[31,50])</source>
</field>
<field x="50" type="Numero" align="right" link="NDITTE.CODDITTA" width="5" hide_zero="1">
<source>NDITTE.CODDITTA</source>
</field>
<field x="59" type="Stringa" dynamic_height="1" width="30" height="2">
<source>NDITTE.RAGSOC</source>
</field>
</section>
<section keep_with_next="1" type="Foot" />
<section keep_with_next="1" type="Foot" level="1" />
<sql>USE ANAFIS
JOIN ANAGR INTO TIPOA=='F' CODANAGR==CODANAGR
JOIN NDITTE KEY 4 INTO TIPOA=='F' CODANAGR==CODANAGR
</sql>
</report>