Patch level : 10.0 patch ???
Files correlati : lv0700a.rep Ricompilazione Demo : [ ] Commento : Aggiunto l'ordinamento per data git-svn-id: svn://10.65.10.50/branches/R_10_00@22186 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
4767dedeca
commit
d484a973cf
@ -94,13 +94,13 @@ MESSAGE RESET,F3.2000</prescript>
|
||||
<field x="72.5" y="11" type="Testo" align="right" width="10" pattern="1" text="dt Inizio" />
|
||||
<field x="83" y="11" type="Testo" align="right" width="10" pattern="1" text="dt Fine" />
|
||||
<field x="41" y="12" type="Numero" align="right" width="10" pattern="1">
|
||||
<source>#DOTIN</source>
|
||||
<source>166.DOTIN</source>
|
||||
</field>
|
||||
<field x="51.5" y="12" type="Numero" align="right" width="10" pattern="1">
|
||||
<source>#DOTOD</source>
|
||||
<source>166.DOTOD</source>
|
||||
</field>
|
||||
<field x="62" y="12" type="Numero" align="right" width="10" pattern="1">
|
||||
<source>#DOTMP</source>
|
||||
<source>166.DOTTM</source>
|
||||
</field>
|
||||
<field x="72.5" y="12" type="Data" align="right" width="10" pattern="1">
|
||||
<source>169.INDTTMP</source>
|
||||
@ -138,7 +138,7 @@ MESSAGE RESET,F3.2000</prescript>
|
||||
</section>
|
||||
<section type="Body" pattern="1" />
|
||||
<section type="Body" level="1" pattern="1">
|
||||
<condition>(#F_TOT!='X' )(((B1.201!='0')(B1.201!=''))||((B1.202!='0')(B1.202!='')))</condition>
|
||||
<condition>(#F_TOT!='X' )</condition>
|
||||
<field x="2" type="Stringa" width="4" pattern="1">
|
||||
<source>33.CODNUM</source>
|
||||
</field>
|
||||
@ -177,7 +177,7 @@ MESSAGE RESET,F3.2000</prescript>
|
||||
</field>
|
||||
</section>
|
||||
<section type="Body" level="2" pattern="1">
|
||||
<condition>(#F_TOT=='X' )(((B1.201!='0')(B1.201!=''))||((B1.202!='0')(B1.202!='')))</condition>
|
||||
<condition>(#F_TOT=='X' )</condition>
|
||||
<field x="1" type="Stringa" hidden="1" width="4" pattern="1">
|
||||
<source>33.CODNUM</source>
|
||||
</field>
|
||||
@ -221,6 +221,7 @@ MESSAGE RESET,F3.2000</prescript>
|
||||
</section>
|
||||
<sql>USE 34 KEY 2
|
||||
SELECT (BETWEEN(33.TIPODOC,#F_TIPODOC,#F_TIPODOC)(BETWEEN(33.CODCF,#F_CODCF,#F_CODCF))(BETWEEN(33.DATADOC,#F_DATADOC_DA,#F_DATADOC_A))(BETWEEN(34.CODAGG1,#F_CODAGG1,#F_CODAGG1)))
|
||||
BY 33.DATADOC
|
||||
JOIN 33 INTO CODNUM==CODNUM ANNO==ANNO PROVV==PROVV NDOC==NDOC
|
||||
JOIN 20 TO 33 INTO TIPOCF==TIPOCF CODCF==CODCF
|
||||
JOIN 47 TO 34 INTO CODART==CODART
|
||||
|
Loading…
x
Reference in New Issue
Block a user