campo-sirio/src/ps/ps0330100a.rep
mtollari 1b14ec9415 Spostamento cartella sorgenti
git-svn-id: svn://10.65.10.50/branches/R_10_00@23236 c028cbd2-c16b-5b4b-a496-9718f37d4682
2016-09-09 13:59:02 +00:00

35 lines
1.2 KiB
XML
Executable File

<?xml version="1.0" encoding="UTF-8" ?>
<report name="ps0330100a" lpi="6" class="ps0330">
<description>rimanenze per marca</description>
<font face="Arial" size="8" />
<section type="Head" pattern="1" />
<section type="Head" level="1" pattern="1" />
<section type="Body" pattern="1" />
<section type="Body" level="1" pattern="1">
<field type="Stringa" width="10" pattern="1">
<source>CODART</source>
</field>
<field x="10.5" type="Stringa" width="50" pattern="1">
<source>ANAMAG.DESCR</source>
</field>
<field x="61" type="Stringa" width="2" pattern="1">
<source>UMART.UM</source>
</field>
<field x="64" type="Numero" align="right" width="10" pattern="1">
<source>GIAC</source>
</field>
<field x="75" type="Valuta" align="right" width="10" pattern="1" text="#########,@@">
<source>UMART.PREZZO</source>
</field>
</section>
<section type="Foot" pattern="1" />
<section type="Foot" level="1" pattern="1" />
<sql>USE 109 KEY 2
SELECT (CODART[1,3]=#MARCA)&#26;&#26;(CODART!=#MARCA)
BY ANAMAG.DESCR
JOIN ANAMAG INTO CODART=CODART
JOIN UMART INTO CODART=CODART NRIGA=1
FROM ANNOES=#ANNO CODMAG=#CODMAG
TO ANNOES=#ANNO CODMAG=#CODMAG
</sql>
</report>