This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES/Source/Modulos/Pedidos de cliente/Model/schPedidosCliente.daSchema
2007-06-11 15:29:06 +00:00

71 lines
81 KiB
Plaintext

<TDASchema><Commands Type="TDASQLCommandCollection" IsObject="true" IsCollection="true" Count="3" ItemClass="TDASQLCommand"><Item0><Description></Description><Name>Insert_PedidosCliente</Name><Params Type="TDAParamCollection" IsObject="true" IsCollection="true" Count="21" ItemClass="TDAParam"><Item0><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>USUARIO</Name><ParamType>daptInput</ParamType><Size>20</Size><Value></Value></Item0><Item1><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datMemo</DataType><Description></Description><GeneratorName></GeneratorName><Name>OBSERVACIONES</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item1><Item2><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>REFERENCIA</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item2><Item3><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>ID</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item3><Item4><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>ID_EMPRESA</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item4><Item5><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>SITUACION</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item5><Item6><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_ALTA</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item6><Item7><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_MODIFICACION</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item7><Item8><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_PEDIDO</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item8><Item9><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_CONFIRMACION</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item9><Item10><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_ENTREGA</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item10><Item11><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datMemo</DataType><Description></Description><GeneratorName></GeneratorName><Name>INCIDENCIAS</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item11><Item12><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datFloat</DataType><Description></Description><GeneratorName></GeneratorName><Name>IMPORTE_TOTAL</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item12><Item13><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>INCIDENCIAS_ACTIVAS</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item13><Item14><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>ID_CLIENTE</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item14><Item15><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>CALLE</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item15><Item16><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>CODIGO_POSTAL</Name><ParamType>daptInput</ParamType><Size>10</Size><Value></Value></Item16><Item17><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>POBLACION</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item17><Item18><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>PROVINCIA</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item18><Item19><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>PERSONA_CONTACTO</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item19><Item20><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>TELEFONO</Name><ParamType>daptInput</ParamType><Size>25</Size><Value></Value></Item20></Params><Statements Type="TDAStatementCollection" IsObject="true" IsCollection="true" Count="1" ItemClass="TDAStatement"><Item0><ColumnMappings Type="TDAColumnMappingCollection" IsObject="true" IsCollection="true" Count="0" ItemClass="TDAColumnMapping"/><Connection>IBX</Connection><Name></Name><SQL>INSERT
INTO PEDIDOS_CLIENTE
(USUARIO, OBSERVACIONES, REFERENCIA, ID, ID_EMPRESA,
SITUACION, FECHA_ALTA, FECHA_MODIFICACION, FECHA_PEDIDO,
FECHA_CONFIRMACION, FECHA_ENTREGA, INCIDENCIAS, IMPORTE_TOTAL,
INCIDENCIAS_ACTIVAS, ID_CLIENTE, CALLE, CODIGO_POSTAL,
POBLACION, PROVINCIA, PERSONA_CONTACTO, TELEFONO)
VALUES
(:USUARIO, :OBSERVACIONES, :REFERENCIA, :ID,
:ID_EMPRESA, :SITUACION, :FECHA_ALTA, :FECHA_MODIFICACION,
:FECHA_PEDIDO, :FECHA_CONFIRMACION, :FECHA_ENTREGA,
:INCIDENCIAS, :IMPORTE_TOTAL, :INCIDENCIAS_ACTIVAS,
:ID_CLIENTE, :CALLE, :CODIGO_POSTAL, :POBLACION, :PROVINCIA,
:PERSONA_CONTACTO, :TELEFONO)</SQL><StatementType>stSQL</StatementType><TargetTable>PEDIDOS_CLIENTE</TargetTable></Item0></Statements></Item0><Item1><Description></Description><Name>Delete_PedidosCliente</Name><Params Type="TDAParamCollection" IsObject="true" IsCollection="true" Count="1" ItemClass="TDAParam"><Item0><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>OLD_ID</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item0></Params><Statements Type="TDAStatementCollection" IsObject="true" IsCollection="true" Count="1" ItemClass="TDAStatement"><Item0><ColumnMappings Type="TDAColumnMappingCollection" IsObject="true" IsCollection="true" Count="0" ItemClass="TDAColumnMapping"/><Connection>IBX</Connection><Name></Name><SQL>DELETE
FROM
PEDIDOS_CLIENTE
WHERE
(ID = :OLD_ID)</SQL><StatementType>stSQL</StatementType><TargetTable>PEDIDOS_CLIENTE</TargetTable></Item0></Statements></Item1><Item2><Description></Description><Name>Update_PedidosCliente</Name><Params Type="TDAParamCollection" IsObject="true" IsCollection="true" Count="22" ItemClass="TDAParam"><Item0><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>USUARIO</Name><ParamType>daptInput</ParamType><Size>20</Size><Value></Value></Item0><Item1><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datMemo</DataType><Description></Description><GeneratorName></GeneratorName><Name>OBSERVACIONES</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item1><Item2><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>REFERENCIA</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item2><Item3><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>ID</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item3><Item4><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>ID_EMPRESA</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item4><Item5><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>SITUACION</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item5><Item6><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_ALTA</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item6><Item7><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_MODIFICACION</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item7><Item8><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_PEDIDO</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item8><Item9><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_CONFIRMACION</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item9><Item10><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datDateTime</DataType><Description></Description><GeneratorName></GeneratorName><Name>FECHA_ENTREGA</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item10><Item11><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datMemo</DataType><Description></Description><GeneratorName></GeneratorName><Name>INCIDENCIAS</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item11><Item12><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datFloat</DataType><Description></Description><GeneratorName></GeneratorName><Name>IMPORTE_TOTAL</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item12><Item13><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>INCIDENCIAS_ACTIVAS</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item13><Item14><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>ID_CLIENTE</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item14><Item15><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>CALLE</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item15><Item16><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>CODIGO_POSTAL</Name><ParamType>daptInput</ParamType><Size>10</Size><Value></Value></Item16><Item17><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>POBLACION</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item17><Item18><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>PROVINCIA</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item18><Item19><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>PERSONA_CONTACTO</Name><ParamType>daptInput</ParamType><Size>255</Size><Value></Value></Item19><Item20><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datString</DataType><Description></Description><GeneratorName></GeneratorName><Name>TELEFONO</Name><ParamType>daptInput</ParamType><Size>25</Size><Value></Value></Item20><Item21><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>OLD_ID</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item21></Params><Statements Type="TDAStatementCollection" IsObject="true" IsCollection="true" Count="1" ItemClass="TDAStatement"><Item0><ColumnMappings Type="TDAColumnMappingCollection" IsObject="true" IsCollection="true" Count="0" ItemClass="TDAColumnMapping"/><Connection>IBX</Connection><Name></Name><SQL>UPDATE PEDIDOS_CLIENTE
SET
USUARIO = :USUARIO,
OBSERVACIONES = :OBSERVACIONES,
REFERENCIA = :REFERENCIA,
ID = :ID,
ID_EMPRESA = :ID_EMPRESA,
SITUACION = :SITUACION,
FECHA_ALTA = :FECHA_ALTA,
FECHA_MODIFICACION = :FECHA_MODIFICACION,
FECHA_PEDIDO = :FECHA_PEDIDO,
FECHA_CONFIRMACION = :FECHA_CONFIRMACION,
FECHA_ENTREGA = :FECHA_ENTREGA,
INCIDENCIAS = :INCIDENCIAS,
IMPORTE_TOTAL = :IMPORTE_TOTAL,
INCIDENCIAS_ACTIVAS = :INCIDENCIAS_ACTIVAS,
ID_CLIENTE = :ID_CLIENTE,
CALLE = :CALLE,
CODIGO_POSTAL = :CODIGO_POSTAL,
POBLACION = :POBLACION,
PROVINCIA = :PROVINCIA,
PERSONA_CONTACTO = :PERSONA_CONTACTO,
TELEFONO = :TELEFONO
WHERE
(ID = :OLD_ID)</SQL><StatementType>stSQL</StatementType><TargetTable>PEDIDOS_CLIENTE</TargetTable></Item0></Statements></Item2></Commands><ConnectionManager Type="TDAConnectionManager" IsObject="true" ByRef="true" RefName="ConnectionManager" Owner="dmServer"/><DataDictionary Type="TDADataDictionary" IsObject="true" IsNull="true"/><Datasets Type="TDADatasetCollection" IsObject="true" IsCollection="true" Count="3" ItemClass="TDADataset"><Item0><BusinessClassID></BusinessClassID><BusinessRulesClient Type="TDAClientBusinessRuleScript" IsObject="true"><CompileOnServer>True</CompileOnServer><RunOnClientAndServer>True</RunOnClientAndServer><Script></Script><ScriptLanguage>rslPascalScript</ScriptLanguage></BusinessRulesClient><BusinessRulesServer Type="TDABusinessRuleScript" IsObject="true"><Script></Script><ScriptLanguage>rslPascalScript</ScriptLanguage></BusinessRulesServer><Description></Description><Fields Type="TDAFieldCollection" IsObject="true" IsCollection="true" Count="22" ItemClass="TDAField"><Item0><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_ID</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>ID</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>True</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>ID</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>True</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item0><Item1><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_ID_EMPRESA</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>ID_EMPRESA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>ID_EMPRESA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item1><Item2><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_ID_CLIENTE</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>ID_CLIENTE</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>ID_CLIENTE</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item2><Item3><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>USUARIO</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>USUARIO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>USUARIO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>100</Size><Visible>True</Visible></Item3><Item4><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_FECHA_PEDIDO</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_PEDIDO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_PEDIDO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item4><Item5><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_FECHA_CONFIRMACION</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_CONFIRMACION</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_CONFIRMACION</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item5><Item6><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_FECHA_ENTREGA</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_ENTREGA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_ENTREGA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item6><Item7><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_SITUACION</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>SITUACION</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>SITUACION</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item7><Item8><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_CALLE</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>CALLE</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>CALLE</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item8><Item9><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_CODIGO_POSTAL</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>CODIGO_POSTAL</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>CODIGO_POSTAL</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>10</Size><Visible>True</Visible></Item9><Item10><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_POBLACION</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>POBLACION</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>POBLACION</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item10><Item11><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_PROVINCIA</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>PROVINCIA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>PROVINCIA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item11><Item12><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_PERSONA_CONTACTO</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>PERSONA_CONTACTO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>PERSONA_CONTACTO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item12><Item13><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_TELEFONO</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>TELEFONO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>TELEFONO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>25</Size><Visible>True</Visible></Item13><Item14><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_REFERENCIA</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>REFERENCIA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>REFERENCIA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item14><Item15><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datFloat</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_IMPORTE_TOTAL</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>IMPORTE_TOTAL</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>IMPORTE_TOTAL</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item15><Item16><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datMemo</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_INCIDENCIAS</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>INCIDENCIAS</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>INCIDENCIAS</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item16><Item17><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_INCIDENCIAS_ACTIVAS</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>INCIDENCIAS_ACTIVAS</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>INCIDENCIAS_ACTIVAS</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item17><Item18><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datMemo</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>OBSERVACIONES</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>OBSERVACIONES</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>OBSERVACIONES</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item18><Item19><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>NOMBRE</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>NOMBRE</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>NOMBRE</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>100</Size><Visible>True</Visible></Item19><Item20><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_FECHA_ALTA</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_ALTA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_ALTA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item20><Item21><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_FECHA_MODIFICACION</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_MODIFICACION</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_MODIFICACION</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item21></Fields><Name>PedidosCliente</Name><Params Type="TDAParamCollection" IsObject="true" IsCollection="true" Count="0" ItemClass="TDAParam"/><Statements Type="TDAStatementCollection" IsObject="true" IsCollection="true" Count="1" ItemClass="TDAStatement"><Item0><ColumnMappings Type="TDAColumnMappingCollection" IsObject="true" IsCollection="true" Count="22" ItemClass="TDAColumnMapping"><Item0><DatasetField>ID</DatasetField><SQLOrigin>ID</SQLOrigin><TableField>ID</TableField></Item0><Item1><DatasetField>ID_EMPRESA</DatasetField><SQLOrigin>ID_EMPRESA</SQLOrigin><TableField>ID_EMPRESA</TableField></Item1><Item2><DatasetField>ID_CLIENTE</DatasetField><SQLOrigin>ID_CLIENTE</SQLOrigin><TableField>ID_CLIENTE</TableField></Item2><Item3><DatasetField>USUARIO</DatasetField><SQLOrigin>USUARIO</SQLOrigin><TableField>USUARIO</TableField></Item3><Item4><DatasetField>FECHA_PEDIDO</DatasetField><SQLOrigin>FECHA_PEDIDO</SQLOrigin><TableField>FECHA_PEDIDO</TableField></Item4><Item5><DatasetField>FECHA_CONFIRMACION</DatasetField><SQLOrigin>FECHA_CONFIRMACION</SQLOrigin><TableField>FECHA_CONFIRMACION</TableField></Item5><Item6><DatasetField>FECHA_ENTREGA</DatasetField><SQLOrigin>FECHA_ENTREGA</SQLOrigin><TableField>FECHA_ENTREGA</TableField></Item6><Item7><DatasetField>SITUACION</DatasetField><SQLOrigin>SITUACION</SQLOrigin><TableField>SITUACION</TableField></Item7><Item8><DatasetField>CALLE</DatasetField><SQLOrigin>CALLE</SQLOrigin><TableField>CALLE</TableField></Item8><Item9><DatasetField>CODIGO_POSTAL</DatasetField><SQLOrigin>CODIGO_POSTAL</SQLOrigin><TableField>CODIGO_POSTAL</TableField></Item9><Item10><DatasetField>POBLACION</DatasetField><SQLOrigin>POBLACION</SQLOrigin><TableField>POBLACION</TableField></Item10><Item11><DatasetField>PROVINCIA</DatasetField><SQLOrigin>PROVINCIA</SQLOrigin><TableField>PROVINCIA</TableField></Item11><Item12><DatasetField>PERSONA_CONTACTO</DatasetField><SQLOrigin>PERSONA_CONTACTO</SQLOrigin><TableField>PERSONA_CONTACTO</TableField></Item12><Item13><DatasetField>TELEFONO</DatasetField><SQLOrigin>TELEFONO</SQLOrigin><TableField>TELEFONO</TableField></Item13><Item14><DatasetField>REFERENCIA</DatasetField><SQLOrigin>REFERENCIA</SQLOrigin><TableField>REFERENCIA</TableField></Item14><Item15><DatasetField>IMPORTE_TOTAL</DatasetField><SQLOrigin>IMPORTE_TOTAL</SQLOrigin><TableField>IMPORTE_TOTAL</TableField></Item15><Item16><DatasetField>INCIDENCIAS</DatasetField><SQLOrigin>INCIDENCIAS</SQLOrigin><TableField>INCIDENCIAS</TableField></Item16><Item17><DatasetField>INCIDENCIAS_ACTIVAS</DatasetField><SQLOrigin>INCIDENCIAS_ACTIVAS</SQLOrigin><TableField>INCIDENCIAS_ACTIVAS</TableField></Item17><Item18><DatasetField>OBSERVACIONES</DatasetField><SQLOrigin>OBSERVACIONES</SQLOrigin><TableField>OBSERVACIONES</TableField></Item18><Item19><DatasetField>NOMBRE</DatasetField><SQLOrigin>NOMBRE</SQLOrigin><TableField>NOMBRE</TableField></Item19><Item20><DatasetField>FECHA_ALTA</DatasetField><SQLOrigin>FECHA_ALTA</SQLOrigin><TableField>FECHA_ALTA</TableField></Item20><Item21><DatasetField>FECHA_MODIFICACION</DatasetField><SQLOrigin>FECHA_MODIFICACION</SQLOrigin><TableField>FECHA_MODIFICACION</TableField></Item21></ColumnMappings><Connection>IBX</Connection><Name></Name><SQL>SELECT
PEDIDOS_CLIENTE.ID, PEDIDOS_CLIENTE.ID_EMPRESA, PEDIDOS_CLIENTE.ID_CLIENTE,
PEDIDOS_CLIENTE.REFERENCIA, PEDIDOS_CLIENTE.FECHA_PEDIDO, PEDIDOS_CLIENTE.FECHA_CONFIRMACION,
PEDIDOS_CLIENTE.FECHA_ENTREGA, PEDIDOS_CLIENTE.SITUACION, PEDIDOS_CLIENTE.CALLE,
PEDIDOS_CLIENTE.CODIGO_POSTAL, PEDIDOS_CLIENTE.POBLACION, PEDIDOS_CLIENTE.PROVINCIA,
PEDIDOS_CLIENTE.PERSONA_CONTACTO, PEDIDOS_CLIENTE.TELEFONO, PEDIDOS_CLIENTE.OBSERVACIONES,
PEDIDOS_CLIENTE.IMPORTE_TOTAL, PEDIDOS_CLIENTE.INCIDENCIAS, PEDIDOS_CLIENTE.INCIDENCIAS_ACTIVAS,
PEDIDOS_CLIENTE.FECHA_ALTA, PEDIDOS_CLIENTE.FECHA_MODIFICACION, PEDIDOS_CLIENTE.USUARIO,
CONTACTOS.NOMBRE
FROM PEDIDOS_CLIENTE
LEFT JOIN CONTACTOS ON PEDIDOS_CLIENTE.ID_CLIENTE = CONTACTOS.ID</SQL><StatementType>stSQL</StatementType><TargetTable>PEDIDOS_CLIENTE</TargetTable></Item0></Statements></Item0><Item1><BusinessClassID></BusinessClassID><BusinessRulesClient Type="TDAClientBusinessRuleScript" IsObject="true"><CompileOnServer>True</CompileOnServer><RunOnClientAndServer>True</RunOnClientAndServer><Script></Script><ScriptLanguage>rslPascalScript</ScriptLanguage></BusinessRulesClient><BusinessRulesServer Type="TDABusinessRuleScript" IsObject="true"><Script></Script><ScriptLanguage>rslPascalScript</ScriptLanguage></BusinessRulesServer><Description></Description><Fields Type="TDAFieldCollection" IsObject="true" IsCollection="true" Count="11" ItemClass="TDAField"><Item0><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_ID</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>ID</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>True</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>ID</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>True</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item0><Item1><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_ID_PEDIDO</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>ID_PEDIDO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>ID_PEDIDO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item1><Item2><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>POSICIONCONCEPTO</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>POSICION</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>POSICION</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item2><Item3><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_TIPO_DETALLE</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>TIPO_DETALLE</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>TIPO_DETALLE</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>10</Size><Visible>True</Visible></Item3><Item4><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_REFERENCIA</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>REFERENCIA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>REFERENCIA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item4><Item5><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_ID_ARTICULO</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>ID_ARTICULO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>ID_ARTICULO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item5><Item6><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_CONCEPTO</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>CONCEPTO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>CONCEPTO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>2000</Size><Visible>True</Visible></Item6><Item7><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>CANTIDAD</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>CANTIDAD</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>CANTIDAD</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item7><Item8><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datFloat</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_IMPORTE_UNIDAD</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>IMPORTE_UNIDAD</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>IMPORTE_UNIDAD</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item8><Item9><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datFloat</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_IMPORTE_TOTAL</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>IMPORTE_TOTAL</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>IMPORTE_TOTAL</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item9><Item10><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_VISIBLE</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>VISIBLE</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>VISIBLE</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item10></Fields><Name>PedidosCliente_Detalles</Name><Params Type="TDAParamCollection" IsObject="true" IsCollection="true" Count="1" ItemClass="TDAParam"><Item0><AsString></AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>ID_PEDIDO</Name><ParamType>daptInput</ParamType><Size>0</Size><Value></Value></Item0></Params><Statements Type="TDAStatementCollection" IsObject="true" IsCollection="true" Count="1" ItemClass="TDAStatement"><Item0><ColumnMappings Type="TDAColumnMappingCollection" IsObject="true" IsCollection="true" Count="11" ItemClass="TDAColumnMapping"><Item0><DatasetField>CANTIDAD</DatasetField><SQLOrigin>CANTIDAD</SQLOrigin><TableField>CANTIDAD</TableField></Item0><Item1><DatasetField>POSICION</DatasetField><SQLOrigin>POSICION</SQLOrigin><TableField>POSICION</TableField></Item1><Item2><DatasetField>ID</DatasetField><SQLOrigin>ID</SQLOrigin><TableField>ID</TableField></Item2><Item3><DatasetField>TIPO_DETALLE</DatasetField><SQLOrigin>TIPO_DETALLE</SQLOrigin><TableField>TIPO_DETALLE</TableField></Item3><Item4><DatasetField>CONCEPTO</DatasetField><SQLOrigin>CONCEPTO</SQLOrigin><TableField>CONCEPTO</TableField></Item4><Item5><DatasetField>IMPORTE_UNIDAD</DatasetField><SQLOrigin>IMPORTE_UNIDAD</SQLOrigin><TableField>IMPORTE_UNIDAD</TableField></Item5><Item6><DatasetField>IMPORTE_TOTAL</DatasetField><SQLOrigin>IMPORTE_TOTAL</SQLOrigin><TableField>IMPORTE_TOTAL</TableField></Item6><Item7><DatasetField>VISIBLE</DatasetField><SQLOrigin>VISIBLE</SQLOrigin><TableField>VISIBLE</TableField></Item7><Item8><DatasetField>ID_PEDIDO</DatasetField><SQLOrigin>ID_PEDIDO</SQLOrigin><TableField>ID_PEDIDO</TableField></Item8><Item9><DatasetField>REFERENCIA</DatasetField><SQLOrigin>REFERENCIA</SQLOrigin><TableField>REFERENCIA</TableField></Item9><Item10><DatasetField>ID_ARTICULO</DatasetField><SQLOrigin>ID_ARTICULO</SQLOrigin><TableField>ID_ARTICULO</TableField></Item10></ColumnMappings><Connection>IBX</Connection><Name></Name><SQL>SELECT
ID, ID_PEDIDO, POSICION, TIPO_DETALLE, REFERENCIA, ID_ARTICULO, CONCEPTO,
CANTIDAD, IMPORTE_UNIDAD, IMPORTE_TOTAL, VISIBLE
FROM PEDIDOS_CLIENTE_DETALLES
WHERE ID_PEDIDO = :ID_PEDIDO
ORDER BY POSICION;</SQL><StatementType>stSQL</StatementType><TargetTable>PEDIDOS_CLIENTE_DETALLES</TargetTable></Item0></Statements></Item1><Item2><BusinessClassID></BusinessClassID><BusinessRulesClient Type="TDAClientBusinessRuleScript" IsObject="true"><CompileOnServer>True</CompileOnServer><RunOnClientAndServer>True</RunOnClientAndServer><Script></Script><ScriptLanguage>rslPascalScript</ScriptLanguage></BusinessRulesClient><BusinessRulesServer Type="TDABusinessRuleScript" IsObject="true"><Script></Script><ScriptLanguage>rslPascalScript</ScriptLanguage></BusinessRulesServer><Description></Description><Fields Type="TDAFieldCollection" IsObject="true" IsCollection="true" Count="22" ItemClass="TDAField"><Item0><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>ID</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>True</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>ID</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>True</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item0><Item1><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>ID_EMPRESA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>ID_EMPRESA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item1><Item2><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>ID_CLIENTE</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>ID_CLIENTE</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item2><Item3><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>USUARIO</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>USUARIO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>USUARIO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>100</Size><Visible>True</Visible></Item3><Item4><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_PEDIDO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_PEDIDO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item4><Item5><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_CONFIRMACION</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_CONFIRMACION</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item5><Item6><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_ENTREGA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_ENTREGA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item6><Item7><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>SITUACION</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>SITUACION</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item7><Item8><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>CALLE</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>CALLE</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item8><Item9><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>CODIGO_POSTAL</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>CODIGO_POSTAL</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>10</Size><Visible>True</Visible></Item9><Item10><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>POBLACION</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>POBLACION</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item10><Item11><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>PROVINCIA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>PROVINCIA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item11><Item12><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>PERSONA_CONTACTO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>PERSONA_CONTACTO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item12><Item13><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>TELEFONO</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>TELEFONO</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>25</Size><Visible>True</Visible></Item13><Item14><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>PedidosCliente_Detalles_REFERENCIA</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>REFERENCIA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>REFERENCIA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>255</Size><Visible>True</Visible></Item14><Item15><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datFloat</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>IMPORTE_TOTAL</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>IMPORTE_TOTAL</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item15><Item16><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datMemo</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>INCIDENCIAS</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>INCIDENCIAS</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item16><Item17><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datInteger</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>INCIDENCIAS_ACTIVAS</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>INCIDENCIAS_ACTIVAS</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item17><Item18><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datMemo</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>OBSERVACIONES</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>OBSERVACIONES</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>OBSERVACIONES</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item18><Item19><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datString</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry>NOMBRE</DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>NOMBRE</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>NOMBRE</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>100</Size><Visible>True</Visible></Item19><Item20><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_ALTA</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_ALTA</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item20><Item21><Alignment>taLeftJustify</Alignment><BlobType>dabtUnknown</BlobType><BusinessRulesID></BusinessRulesID><Calculated>False</Calculated><CustomAttributes Type="TStrings" IsObject="true"/><DataType>datDateTime</DataType><DefaultValue></DefaultValue><Description></Description><DictionaryEntry></DictionaryEntry><DisplayFormat></DisplayFormat><DisplayLabel>FECHA_MODIFICACION</DisplayLabel><DisplayWidth>0</DisplayWidth><EditFormat></EditFormat><EditMask></EditMask><GeneratorName></GeneratorName><InPrimaryKey>False</InPrimaryKey><KeyFields></KeyFields><LogChanges>True</LogChanges><Lookup>False</Lookup><LookupCache>False</LookupCache><LookupKeyFields></LookupKeyFields><LookupResultField></LookupResultField><LookupSource Type="TDataSource" IsObject="true" IsNull="true"/><Name>FECHA_MODIFICACION</Name><ReadOnly>False</ReadOnly><RegExpression></RegExpression><Required>False</Required><ServerAutoRefresh>False</ServerAutoRefresh><Size>0</Size><Visible>True</Visible></Item21></Fields><Name>PedidosCliente_Refresh</Name><Params Type="TDAParamCollection" IsObject="true" IsCollection="true" Count="1" ItemClass="TDAParam"><Item0><AsString>41</AsString><BlobType>dabtUnknown</BlobType><DataType>datInteger</DataType><Description></Description><GeneratorName></GeneratorName><Name>ID</Name><ParamType>daptInput</ParamType><Size>0</Size><Value>41</Value></Item0></Params><Statements Type="TDAStatementCollection" IsObject="true" IsCollection="true" Count="1" ItemClass="TDAStatement"><Item0><ColumnMappings Type="TDAColumnMappingCollection" IsObject="true" IsCollection="true" Count="22" ItemClass="TDAColumnMapping"><Item0><DatasetField>USUARIO</DatasetField><SQLOrigin>USUARIO</SQLOrigin><TableField>USUARIO</TableField></Item0><Item1><DatasetField>OBSERVACIONES</DatasetField><SQLOrigin>OBSERVACIONES</SQLOrigin><TableField>OBSERVACIONES</TableField></Item1><Item2><DatasetField>NOMBRE</DatasetField><SQLOrigin>NOMBRE</SQLOrigin><TableField>NOMBRE</TableField></Item2><Item3><DatasetField>REFERENCIA</DatasetField><SQLOrigin>REFERENCIA</SQLOrigin><TableField>REFERENCIA</TableField></Item3><Item4><DatasetField>ID</DatasetField><SQLOrigin>ID</SQLOrigin><TableField>ID</TableField></Item4><Item5><DatasetField>ID_EMPRESA</DatasetField><SQLOrigin>ID_EMPRESA</SQLOrigin><TableField>ID_EMPRESA</TableField></Item5><Item6><DatasetField>SITUACION</DatasetField><SQLOrigin>SITUACION</SQLOrigin><TableField>SITUACION</TableField></Item6><Item7><DatasetField>FECHA_ALTA</DatasetField><SQLOrigin>FECHA_ALTA</SQLOrigin><TableField>FECHA_ALTA</TableField></Item7><Item8><DatasetField>FECHA_MODIFICACION</DatasetField><SQLOrigin>FECHA_MODIFICACION</SQLOrigin><TableField>FECHA_MODIFICACION</TableField></Item8><Item9><DatasetField>FECHA_PEDIDO</DatasetField><SQLOrigin>FECHA_PEDIDO</SQLOrigin><TableField>FECHA_PEDIDO</TableField></Item9><Item10><DatasetField>FECHA_CONFIRMACION</DatasetField><SQLOrigin>FECHA_CONFIRMACION</SQLOrigin><TableField>FECHA_CONFIRMACION</TableField></Item10><Item11><DatasetField>FECHA_ENTREGA</DatasetField><SQLOrigin>FECHA_ENTREGA</SQLOrigin><TableField>FECHA_ENTREGA</TableField></Item11><Item12><DatasetField>INCIDENCIAS</DatasetField><SQLOrigin>INCIDENCIAS</SQLOrigin><TableField>INCIDENCIAS</TableField></Item12><Item13><DatasetField>IMPORTE_TOTAL</DatasetField><SQLOrigin>IMPORTE_TOTAL</SQLOrigin><TableField>IMPORTE_TOTAL</TableField></Item13><Item14><DatasetField>INCIDENCIAS_ACTIVAS</DatasetField><SQLOrigin>INCIDENCIAS_ACTIVAS</SQLOrigin><TableField>INCIDENCIAS_ACTIVAS</TableField></Item14><Item15><DatasetField>ID_CLIENTE</DatasetField><SQLOrigin>ID_CLIENTE</SQLOrigin><TableField>ID_CLIENTE</TableField></Item15><Item16><DatasetField>CALLE</DatasetField><SQLOrigin>CALLE</SQLOrigin><TableField>CALLE</TableField></Item16><Item17><DatasetField>CODIGO_POSTAL</DatasetField><SQLOrigin>CODIGO_POSTAL</SQLOrigin><TableField>CODIGO_POSTAL</TableField></Item17><Item18><DatasetField>POBLACION</DatasetField><SQLOrigin>POBLACION</SQLOrigin><TableField>POBLACION</TableField></Item18><Item19><DatasetField>PROVINCIA</DatasetField><SQLOrigin>PROVINCIA</SQLOrigin><TableField>PROVINCIA</TableField></Item19><Item20><DatasetField>PERSONA_CONTACTO</DatasetField><SQLOrigin>PERSONA_CONTACTO</SQLOrigin><TableField>PERSONA_CONTACTO</TableField></Item20><Item21><DatasetField>TELEFONO</DatasetField><SQLOrigin>TELEFONO</SQLOrigin><TableField>TELEFONO</TableField></Item21></ColumnMappings><Connection>IBX</Connection><Name></Name><SQL>SELECT
PEDIDOS_CLIENTE.ID, PEDIDOS_CLIENTE.ID_EMPRESA, PEDIDOS_CLIENTE.ID_CLIENTE,
PEDIDOS_CLIENTE.REFERENCIA, PEDIDOS_CLIENTE.FECHA_PEDIDO, PEDIDOS_CLIENTE.FECHA_CONFIRMACION,
PEDIDOS_CLIENTE.FECHA_ENTREGA, PEDIDOS_CLIENTE.SITUACION, PEDIDOS_CLIENTE.CALLE,
PEDIDOS_CLIENTE.CODIGO_POSTAL, PEDIDOS_CLIENTE.POBLACION, PEDIDOS_CLIENTE.PROVINCIA,
PEDIDOS_CLIENTE.PERSONA_CONTACTO, PEDIDOS_CLIENTE.TELEFONO, PEDIDOS_CLIENTE.OBSERVACIONES,
PEDIDOS_CLIENTE.IMPORTE_TOTAL, PEDIDOS_CLIENTE.INCIDENCIAS, PEDIDOS_CLIENTE.INCIDENCIAS_ACTIVAS,
PEDIDOS_CLIENTE.FECHA_ALTA, PEDIDOS_CLIENTE.FECHA_MODIFICACION, PEDIDOS_CLIENTE.USUARIO,
CONTACTOS.NOMBRE
FROM PEDIDOS_CLIENTE
LEFT JOIN CONTACTOS ON PEDIDOS_CLIENTE.ID_CLIENTE = CONTACTOS.ID
WHERE PEDIDOS_CLIENTE.ID = :ID</SQL><StatementType>stSQL</StatementType><TargetTable>PEDIDOS_CLIENTE</TargetTable></Item0></Statements></Item2></Datasets><Diagrams Type="TDADiagrams" IsObject="true" IsNull="true"/><RelationShips Type="TDADatasetRelationshipCollection" IsObject="true" IsCollection="true" Count="0" ItemClass="TDADatasetRelationship"/><Tag>0</Tag><UpdateRules Type="TDAUpdateRuleCollection" IsObject="true" IsCollection="true" Count="6" ItemClass="TDAUpdateRule"><Item0><DatasetName>FacturasCliente</DatasetName><DoDelete>False</DoDelete><DoInsert>True</DoInsert><DoUpdate>False</DoUpdate><FailureBehaviour>fbRaiseException</FailureBehaviour><Name>Insert FacturasCliente</Name></Item0><Item1><DatasetName>FacturasCliente</DatasetName><DoDelete>False</DoDelete><DoInsert>False</DoInsert><DoUpdate>True</DoUpdate><FailureBehaviour>fbRaiseException</FailureBehaviour><Name>Update FacturasCliente</Name></Item1><Item2><DatasetName>DetallesFacturasCliente</DatasetName><DoDelete>True</DoDelete><DoInsert>False</DoInsert><DoUpdate>False</DoUpdate><FailureBehaviour>fbRaiseException</FailureBehaviour><Name>Delete DetallesFacturasCliente</Name></Item2><Item3><DatasetName>DetallesFacturasCliente</DatasetName><DoDelete>False</DoDelete><DoInsert>True</DoInsert><DoUpdate>False</DoUpdate><FailureBehaviour>fbRaiseException</FailureBehaviour><Name>Insert DetallesFacturasCliente</Name></Item3><Item4><DatasetName>DetallesFacturasCliente</DatasetName><DoDelete>False</DoDelete><DoInsert>False</DoInsert><DoUpdate>True</DoUpdate><FailureBehaviour>fbRaiseException</FailureBehaviour><Name>Update DetallesFacturasCliente</Name></Item4><Item5><DatasetName>FacturasCliente</DatasetName><DoDelete>True</DoDelete><DoInsert>False</DoInsert><DoUpdate>False</DoUpdate><FailureBehaviour>fbRaiseException</FailureBehaviour><Name>Delete FacturasCliente</Name></Item5></UpdateRules></TDASchema>