1a560c6df1
Files correlati : Ricompilazione Demo : [ ] Commento :riportate modifiche 3.2 git-svn-id: svn://10.65.10.50/trunk@16969 c028cbd2-c16b-5b4b-a496-9718f37d4682
77 lines
3.2 KiB
Plaintext
Executable File
77 lines
3.2 KiB
Plaintext
Executable File
|
|
<report name="co1100a" orientation="2" lpi="6" command="ba8 -4">
|
|
<description>Stampa libro soci</description>
|
|
<font face="Courier New" size="7" />
|
|
<section type="Head" />
|
|
<section type="Head" level="1">
|
|
<field border="2" y="0.5" type="Linea" width="196" height="0" pattern="1" />
|
|
<field x="1" y="1" type="Testo" width="5" pattern="1" text="Codice" />
|
|
<field x="8" y="1" type="Testo" width="20" pattern="1" text="Denominazine Indirizzo" />
|
|
<field x="40" y="1" type="Testo" width="3" pattern="1" text="Cap" />
|
|
<field x="46" y="1" type="Testo" width="8" pattern="1" text="Localit&#E0;" />
|
|
<field x="67" y="1" type="Testo" width="5" pattern="1" text="Prov." />
|
|
<field x="76" y="1" type="Testo" width="14" pattern="1" text="Codice fiscale" />
|
|
<field x="95" y="1" type="Testo" width="11" pattern="1" text="Partita iva" />
|
|
<field x="108" y="1" type="Testo" width="13" pattern="1" text="Data nascita" />
|
|
<field x="122" y="1" type="Testo" width="13" pattern="1" text="Luogo nascita" />
|
|
<field x="137" y="1" type="Testo" width="5" pattern="1" text="Prov." />
|
|
<field x="144" y="1" type="Testo" width="15" pattern="1" text="Data assunzione" />
|
|
<field x="161" y="1" type="Testo" width="12" pattern="1" text="Data recess." />
|
|
<field x="175" y="1" type="Testo" width="7" pattern="1" text="N.quote" />
|
|
<field x="184" y="1" type="Testo" width="12" pattern="1" text="Valore quote" />
|
|
<field border="2" y="2.5" type="Linea" width="196" height="0" pattern="1" />
|
|
</section>
|
|
<section type="Body" />
|
|
<section type="Body" level="1">
|
|
<field type="Numero" align="right" width="6" pattern="1">
|
|
<source>CLIFO.CODCF</source>
|
|
</field>
|
|
<field x="8" type="Stringa" width="30" height="2" pattern="1">
|
|
<source>CLIFO.RAGSOC</source>
|
|
</field>
|
|
<field x="39" type="Numero" align="right" width="5" pattern="1" hide_zero="1">
|
|
<source>CLIFO.CAPCF</source>
|
|
</field>
|
|
<field x="46" type="Stringa" width="20" height="2" pattern="1">
|
|
<source>101@.DENCOM</source>
|
|
</field>
|
|
<field x="67.5" type="Stringa" width="2" pattern="1">
|
|
<source>COMUNI.PROVCOM</source>
|
|
</field>
|
|
<field x="76" type="Stringa" width="16" pattern="1">
|
|
<source>CLIFO.COFI</source>
|
|
</field>
|
|
<field x="95" type="Stringa" width="12" pattern="1">
|
|
<source>CLIFO.PAIV</source>
|
|
</field>
|
|
<field x="110" type="Data" width="10" pattern="1">
|
|
<source>CLIFO.DATANASC</source>
|
|
</field>
|
|
<field x="122" type="Stringa" width="20" height="2" pattern="1">
|
|
<source>102@.DENCOM</source>
|
|
</field>
|
|
<field x="143" type="Stringa" width="2" pattern="1">
|
|
<source>102@.PROVCOM</source>
|
|
</field>
|
|
<field x="147" type="Data" width="10" pattern="1">
|
|
<source>SOCICOOP.DATAASS</source>
|
|
</field>
|
|
<field x="161" type="Data" width="10" pattern="1">
|
|
<source>SOCICOOP.DATAREC</source>
|
|
</field>
|
|
<field x="175" type="Stringa" width="5" pattern="1">
|
|
<source>SOCICOOP.NUMQUOTE</source>
|
|
</field>
|
|
<field x="184" type="Stringa" width="10" pattern="1">
|
|
<source>SOCICOOP.VALQUOTE</source>
|
|
</field>
|
|
</section>
|
|
<section type="Foot" />
|
|
<section type="Foot" level="1" />
|
|
<sql>USE CLIFO
|
|
JOIN COMUNI ALIAS 101 INTO STATO==STATOCF COM==COMCF
|
|
JOIN COMUNI ALIAS 102 INTO COM==COMNASC
|
|
JOIN SOCICOOP INTO CODCF=CODCF
|
|
FROM TIPOCF='F'
|
|
TO TIPOCF='F'</sql>
|
|
</report> |