campo-sirio/ca/ca1700a.rep
alex 437192a274 Patch level : 2.2 68
Files correlati     :  ca1.exe
Ricompilazione Demo : [ ]
Commento            :

Aggiornamento della stampe anagrafiche

sono cambiati i files !!!


git-svn-id: svn://10.65.10.50/trunk@12900 c028cbd2-c16b-5b4b-a496-9718f37d4682
2005-04-02 22:36:27 +00:00

68 lines
2.6 KiB
Plaintext
Executable File

<report libraries="ca1100,ca1700a" name="ca1700a" lpi="6">
<description>Stampa fasi di analitica</description>
<font face="Courier New" size="10" />
<section type="Head" height="8">
<field type="Stringa" width="50" pattern="1">
<prescript description="H0.0 PRESCRIPT">"!RAGSOC"
#REPORT.FIRM</prescript>
</field>
<field x="59" type="Data" width="10" pattern="1">
<source>#SYSTEM.DATE</source>
</field>
<field x="70" type="Stringa" width="10" pattern="1" text="Pag. #.###">
<source>#REPORT.PAGE</source>
</field>
<field y="2" type="Testo" align="center" width="80" height="2" pattern="1" text="Stampa Fasi Analitica">
<font face="Courier New" bold="1" size="16" />
</field>
<field y="4.25" type="Testo" width="12" pattern="1" text="Codice fase">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="26" y="4.25" type="Testo" width="20" pattern="1" text="Descrizione">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="59" y="4.25" type="Testo" width="11" pattern="1" text="Data inizio">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="70" y="4.25" type="Testo" width="10" pattern="1" text="Data fine">
<font face="Courier New" bold="1" size="10" />
</field>
<field y="5.25" type="Testo" width="22" pattern="1" text="Codice commessa&#2F;costo">
<font face="Courier New" bold="1" size="10" />
</field>
<field x="59" y="5.25" type="Testo" width="11" pattern="1" text="Proroga">
<font face="Courier New" bold="1" size="10" />
</field>
<field border="1" y="6.25" type="Linea" width="80" height="0" pattern="1" />
</section>
<section type="Head" level="1" />
<section type="Body" />
<section type="Body" level="1">
<field type="Stringa" width="15" pattern="1">
<source>CODFASE</source>
<prescript description="B1.0 PRESCRIPT">MESSAGE_FORMAT_FASE</prescript>
</field>
<field x="25" type="Stringa" dynamic_height="1" width="34" height="2" pattern="1">
<source>DESCRIZ</source>
</field>
<field x="59" type="Data" width="10" pattern="1">
<source>DATAINIZIO</source>
</field>
<field x="70" type="Data" width="10" pattern="1">
<source>DATAFINE</source>
</field>
<field y="1" type="Stringa" width="25" pattern="1">
<source>CODCMSFAS</source>
<prescript description="B1.0 PRESCRIPT">MESSAGE_FORMAT_CMSCDC</prescript>
</field>
<field x="59" y="1" type="Data" width="10" pattern="1">
<source>DATAPROR</source>
</field>
</section>
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE FASI
FROM CODCMSFAS=#DACODCMSFAS CODFASE=#DACODFASE
TO CODCMSFAS=#ACODCMSFAS CODFASE=#ACODFASE</sql>
</report>