Patch level :10.0

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :Report stampa tabella lavaggio


git-svn-id: svn://10.65.10.50/trunk@17207 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
sperego 2008-09-10 10:34:48 +00:00
parent 977d7280a7
commit 22c0df79d6

30
lv/lvstlav.rep Executable file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvstlav" lpi="6">
<description>Stampa tabella lavaggio</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="1" y="1" type="Testo" align="center" width="75" pattern="1" text="STAMPA TABELLA LAVAGGIO" />
<field border="2" x="1" y="2" type="Linea" width="75" height="0" pattern="1" />
<field x="1" y="2.5" type="Testo" width="10" pattern="1" text="Codice" />
<field x="15" y="2.5" type="Testo" width="50" pattern="1" text="Descrizione" />
<field border="2" x="1" y="4" type="Linea" width="75" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field border="2" x="5" y="-15.5" type="Linea" width="10" pattern="1" />
<field x="1" y="1" type="Stringa" width="10" pattern="1">
<source>CODTAB</source>
</field>
<field x="14" y="1" type="Stringa" width="50" pattern="1">
<source>S0</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>SELECT COD,CODTAB,S0
FROM TABMOD
WHERE (COD='LAV')
AND CODTAB &#3E;= #FROM
AND CODTAB &#3C;= #TO</sql>
</report>