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:
roberto 2010-02-04 16:53:49 +00:00
parent 95fec021b3
commit da0ccc262b

View File

@ -19,7 +19,10 @@ object srvReferencias: TsrvReferencias
Default = True
TargetTable = 'REFERENCIAS'
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 = <
item
DatasetField = 'ID'