campo-sirio/lv/lv0400b.rep

55 lines
2.4 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<report name="lv0400b" orientation="1" lpi="6" command="lv0 -1 lv0400b">
<description>Stampa Contratti in Scadenza Da&#2F;A</description>
<font face="Courier New" size="10" />
<section type="Head" height="6">
<field x="24.5" y="0.5" type="Testo" align="center" width="55" height="2" pattern="1" text="Stampa Contratti in scadenza Da&#2F;A">
<font face="Courier New" bold="1" size="14" />
</field>
<field x="1" y="1" type="Testo" width="12" height="1.5" pattern="1" text="Data elab. :" />
<field x="13.5" y="1" type="Stringa" width="12" height="1.5" pattern="1">
<prescript description="H0.0 PRESCRIPT">MESSAGE _TODAY</prescript>
</field>
<field x="79.5" y="1" type="Testo" width="5" height="1.5" pattern="1" text="Pag." />
<field x="84.63" y="1" type="Stringa" width="10" height="1.5" pattern="1">
<prescript description="H0.0 PRESCRIPT">MESSAGE _PAGENO</prescript>
</field>
<field border="2" y="3" type="Linea" width="90" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="8" pattern="1" text="Cliente">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="9.5" y="4" type="Testo" width="20" pattern="1" text="Ragione Sociale">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="57" y="4" type="Testo" width="10" pattern="1" text="Contratto">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="72" y="4" type="Testo" width="18" pattern="1" text="Data Scadenza">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="90" height="0" pattern="1" />
</section>
<section type="Head" level="1" height="6" />
<section type="Body" />
<section type="Body" level="1" height="1">
<field x="1" y="0.25" type="Numero" align="right" width="6" pattern="1">
<source>168.CODCF</source>
</field>
<field x="8" y="0.25" type="Stringa" width="50" pattern="1">
<source>1000@.RAGSOC</source>
</field>
<field x="60" y="0.25" type="Numero" align="right" width="6" pattern="1">
<source>168.CODCONT</source>
</field>
<field x="73" y="0.25" type="Data" width="10" pattern="1">
<source>168.DATASC</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE 168 KEY 1
SELECT BETWEEN(DATASC,#F_DATA_FROM,#F_DATA_TO)
JOIN 20 TO 168 ALIAS 1000 INTO TIPOCF=="C" CODCF==CODCF
FROM CODCF=#F_CODCF_FROM
TO CODCF=#F_CODCF_TO</sql>
</report>