campo-sirio/lv/lvstiti.rep

57 lines
2.3 KiB
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
<report name="lvstiti" lpi="6" command="lv0 -1 lvstiti">
<description>Stampa Tabella Itinerario</description>
<font face="Courier New" size="10" />
<section type="Head">
<field x="27.5" y="1" type="Testo" align="center" width="40" height="2" pattern="1" text="Stampa Tabella Itinerario">
<font face="Courier New" bold="1" size="14" />
</field>
<field x="0.5" y="1.18" type="Testo" width="12" height="1.5" pattern="1" text="Data elab. :" />
<field x="13" y="1.18" type="Stringa" width="12" height="1.5" pattern="1">
<prescript>MESSAGE _TODAY</prescript>
</field>
<field x="68.87" y="1.18" type="Testo" width="5" height="1.5" pattern="1" text="Pag." />
<field x="74" y="1.18" type="Stringa" width="10" height="1.5" pattern="1">
<prescript>MESSAGE _PAGENO</prescript>
</field>
<field border="2" y="3" type="Linea" width="85" height="0" pattern="1" />
<field y="4" type="Testo" width="10" pattern="1" text="Itinerario">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="11" y="4" type="Testo" width="35" pattern="1" text="Descrizione Itinerario">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="42" y="4" type="Testo" width="10" pattern="1" text="Autista">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="71" y="4" type="Testo" width="6" pattern="1" text="Targa">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="2" y="6" type="Linea" width="85" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field x="1" type="Stringa" width="8" height="2" pattern="1">
<source>CODTAB</source>
</field>
<field x="11" type="Stringa" width="30" height="2" pattern="1">
<source>S0</source>
</field>
<field x="42" type="Stringa" width="7" height="2" pattern="1">
<source>S1</source>
</field>
<field x="50" type="Stringa" width="20" height="2" pattern="1">
<source>301@.S0</source>
</field>
<field x="71" type="Stringa" width="8" height="2" pattern="1">
<source>S2</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;ITI
JOIN &#26;AUT ALIAS 301 INTO CODTAB==S1
FROM CODTAB=#FROM
TO CODTAB=#TO</sql>
</report>