Se arregla para que las referencias comunes a las n empresas tambien salgan
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@986 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
95fec021b3
commit
da0ccc262b
@ -19,7 +19,10 @@ object srvReferencias: TsrvReferencias
|
|||||||
Default = True
|
Default = True
|
||||||
TargetTable = 'REFERENCIAS'
|
TargetTable = 'REFERENCIAS'
|
||||||
Name = 'IBX'
|
Name = 'IBX'
|
||||||
StatementType = stAutoSQL
|
SQL =
|
||||||
|
'SELECT '#10' ID, ID_EMPRESA, CODIGO, VALOR, DESCRIPCION'#10' FROM'#10' ' +
|
||||||
|
' REFERENCIAS'#10' WHERE ID_EMPRESA IS NULL'#10' or {Where}'#10
|
||||||
|
StatementType = stSQL
|
||||||
ColumnMappings = <
|
ColumnMappings = <
|
||||||
item
|
item
|
||||||
DatasetField = 'ID'
|
DatasetField = 'ID'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user