campo-sirio/lv/lv0400d.rep

82 lines
3.7 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<report name="lv0400d" orientation="2" lpi="6" command="lv0 -1 lv0400d">
<description>Stampa Elenco Clienti per Articolo</description>
<font face="Courier New" size="10" />
<section type="Head" height="7.5">
<field x="1" y="0.93" type="Testo" width="12" height="1.5" pattern="1" text="Data elab. :" />
<field x="13.5" y="0.93" type="Stringa" width="12" height="1.5" pattern="1">
<prescript>MESSAGE _TODAY</prescript>
</field>
<field x="104.87" y="0.93" type="Testo" width="5" height="1.5" pattern="1" text="Pag." />
<field x="110" y="0.93" type="Stringa" width="10" height="1.5" pattern="1">
<prescript>MESSAGE _PAGENO</prescript>
</field>
<field x="36.5" y="1" type="Testo" align="center" width="55" height="2" pattern="1" text="Stampa Elenco Clienti per Articolo">
<font face="Courier New" bold="1" size="14" />
</field>
<field border="2" y="3" type="Linea" width="120" height="0" pattern="1" />
<field x="1" y="4" type="Testo" width="10" pattern="1" text="Articolo:">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="10.5" y="4" type="Stringa" width="25" pattern="1">
<font face="Courier New" bold="1" size="11" />
<source>#F_CODART_TO</source>
</field>
<field x="36" y="4" type="Testo" width="13" pattern="1" text="Descrizione:">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="48.5" y="4" type="Stringa" width="60" pattern="1">
<font face="Courier New" bold="1" size="11" />
<source>#F_DESART_TO</source>
</field>
<field x="1" y="6" type="Testo" width="7" pattern="1" text="Cliente">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="10" y="6" type="Testo" width="20" pattern="1" text="Ragione Sociale">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="53" y="6" type="Testo" width="8" pattern="1" text="Prezzo">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="63" y="6" type="Testo" width="9" pattern="1" text="Minimo">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="75" y="6" type="Testo" width="12" pattern="1" text="Dot.Odierna">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="92" y="6" type="Testo" width="9" pattern="1" text="Mese">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="107" y="6" type="Testo" width="5" pattern="1" text="Anno">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="7" type="Linea" width="120" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1" height="1">
<field x="2" type="Numero" align="right" width="6" pattern="1">
<source>169.CODCF</source>
</field>
<field x="9.5" type="Stringa" width="30" pattern="1">
<source>1000@.RAGSOC</source>
</field>
<field x="42" type="Numero" align="right" width="18" pattern="1" hide_zero="1" text="#########,@@">
<source>169.PREZZO</source>
</field>
<field x="64.5" type="Numero" align="right" width="4" pattern="1" hide_zero="1">
<source>169.MINCIC</source>
</field>
<field x="71.5" type="Numero" align="right" width="15" pattern="1" hide_zero="1">
<source>169.DOTIN</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE 169 KEY 1
SELECT (CODART==#F_CODART_TO)&#26;&#26;(BETWEEN(17.CODZONA,#F_ZONA_FROM,#F_ZONA_FROM))&#26;&#26;(STR((PREZZO&#3E;=#F_PREZZO_FROM))&#26;&#26;(PREZZO&#3C;=IF(#F_PREZZO_TO==0,999999999999999999,#F_PREZZO_TO))))
JOIN 20 TO 169 ALIAS 1000 INTO TIPOCF=="C" CODCF==CODCF
JOIN 17 TO 169 ALIAS 2000 INTO TIPOCF=="C" CODCF==CODCF
FROM CODCF=#F_CODCF_FROM
TO CODCF=#F_CODCF_TO</sql>
</report>