Patch level : 10.0

Files correlati     : lvstr???.rep
Ricompilazione Demo : [ ]
Commento            :
Eliminati spazi inutili in query su tabelle di modulo


git-svn-id: svn://10.65.10.50/trunk@17388 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2008-10-08 10:30:34 +00:00
parent 66c5543e7a
commit 6d761d5ea5
8 changed files with 13 additions and 13 deletions

View File

@ -28,6 +28,6 @@
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;AUT
FROM CODTAB = #FROM
FROM CODTAB=#FROM
TO CODTAB=#TO</sql>
</report>

View File

@ -28,6 +28,6 @@
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;FRQ
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
FROM CODTAB=#FROM
TO CODTAB=#TO</sql>
</report>

View File

@ -40,6 +40,6 @@
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;ITI
FROM CODTAB = #FROM
FROM CODTAB=#FROM
TO CODTAB=#TO</sql>
</report>

View File

@ -29,6 +29,6 @@
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;LAV
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
FROM CODTAB=#FROM
TO CODTAB=#TO</sql>
</report>

View File

@ -28,6 +28,6 @@
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;LND
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
FROM CODTAB=#FROM
TO CODTAB=#TO</sql>
</report>

View File

@ -27,6 +27,6 @@
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;LVT
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
FROM CODTAB=#FROM
TO CODTAB=#TO</sql>
</report>

View File

@ -28,6 +28,6 @@
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;MEZ
FROM CODTAB = #FROM
FROM CODTAB=#FROM
TO CODTAB=#TO</sql>
</report>

View File

@ -40,6 +40,6 @@
<section type="Foot" />
<section type="Foot" level="1" />
<sql>USE &#26;TSP
FROM CODTAB = #FROM
TO CODTAB = #TO</sql>
FROM CODTAB=#FROM
TO CODTAB=#TO</sql>
</report>