object dmDevoluciones: TdmDevoluciones OldCreateOrder = True OnCreate = DAClientDataModuleCreate Height = 201 Width = 620 object RORemoteService: TRORemoteService Message = dmBase.ROMessage Channel = dmBase.ROChannel ServiceName = 'srvDevoluciones' Left = 40 Top = 32 end object tbl_Devoluciones: TDACDSDataTable RemoteUpdatesOptions = [] Fields = < item Name = 'APROBADO' DataType = datString Size = 1 DictionaryEntry = 'Devoluciones_APROBADO' end item Name = 'FECHACAMBIO' DataType = datDateTime DictionaryEntry = 'Devoluciones_FECHACAMBIO' end item Name = 'CENTRO' DataType = datString Size = 17 ReadOnly = True DictionaryEntry = 'Devoluciones_CENTRO' InPrimaryKey = True end item Name = 'FILIAL' DataType = datString Size = 25 ReadOnly = True DictionaryEntry = 'Devoluciones_FILIAL' end item Name = 'CODIGO' DataType = datString Size = 12 ReadOnly = True DictionaryEntry = 'Devoluciones_CODIGO' InPrimaryKey = True end item Name = 'PRODUCTO' DataType = datString Size = 40 ReadOnly = True DictionaryEntry = 'Devoluciones_PRODUCTO' end item Name = 'COLOR' DataType = datString Size = 10 ReadOnly = True DictionaryEntry = 'Devoluciones_COLOR' InPrimaryKey = True end item Name = 'FECHA' DataType = datDateTime ReadOnly = True DictionaryEntry = 'Devoluciones_FECHA' InPrimaryKey = True end item Name = 'NUMHOJA' DataType = datString Size = 8 DictionaryEntry = 'Devoluciones_NUMHOJA' end item Name = 'ESTADO_HOJA' DataType = datString Size = 20 DictionaryEntry = 'Devoluciones_ESTADO_HOJA' end item Name = 'OBSERVACIONES_HOJA' DataType = datString Size = 255 DictionaryEntry = 'Devoluciones_OBSERVACIONES_HOJA' end item Name = 'CONTABILIZAR_HOJA' DataType = datString Size = 1 DictionaryEntry = 'Devoluciones_CONTABILIZAR_HOJA' end item Name = 'S36' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S36' end item Name = 'S38' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S38' end item Name = 'S40' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S40' end item Name = 'S42' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S42' end item Name = 'S44' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S44' end item Name = 'S46' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S46' end item Name = 'S48' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S48' end item Name = 'SOLICITADO' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_SOLICITADO' end item Name = 'E36' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E36' end item Name = 'E38' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E38' end item Name = 'E40' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E40' end item Name = 'E42' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E42' end item Name = 'E44' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E44' end item Name = 'E46' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E46' end item Name = 'E48' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E48' end item Name = 'ENVIADO' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ENVIADO' end item Name = 'ER36' DataType = datFloat DisplayLabel = 'ER38' Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER38' end item Name = 'ER38' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER38' end item Name = 'ER40' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER40' end item Name = 'ER42' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER42' end item Name = 'ER44' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER44' end item Name = 'ER46' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER46' end item Name = 'ER48' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER48' end item Name = 'ENVIADO_RECT' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ENVIADO_RECT' end item Name = 'DIFERENCIA' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_DIFERENCIA' end> Params = <> MasterMappingMode = mmDataRequest StreamingOptions = [soDisableEventsWhileStreaming] RemoteDataAdapter = DARemoteDataAdapter DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] LogicalName = 'Devoluciones' IndexDefs = <> Left = 160 Top = 96 end object ds_Devoluciones: TDADataSource DataSet = tbl_Devoluciones.Dataset DataTable = tbl_Devoluciones Left = 160 Top = 32 end object tbl_DevolucionesAprobadas: TDACDSDataTable RemoteUpdatesOptions = [] Fields = < item Name = 'APROBADO' DataType = datString Size = 1 DictionaryEntry = 'Devoluciones_APROBADO' end item Name = 'FECHACAMBIO' DataType = datDateTime DictionaryEntry = 'Devoluciones_FECHACAMBIO' end item Name = 'CENTRO' DataType = datString Size = 17 ReadOnly = True DictionaryEntry = 'Devoluciones_CENTRO' InPrimaryKey = True end item Name = 'FILIAL' DataType = datString Size = 25 ReadOnly = True DictionaryEntry = 'Devoluciones_FILIAL' end item Name = 'CODIGO' DataType = datString Size = 12 ReadOnly = True DictionaryEntry = 'Devoluciones_CODIGO' InPrimaryKey = True end item Name = 'PRODUCTO' DataType = datString Size = 40 ReadOnly = True DictionaryEntry = 'Devoluciones_PRODUCTO' end item Name = 'COLOR' DataType = datString Size = 10 ReadOnly = True DictionaryEntry = 'Devoluciones_COLOR' InPrimaryKey = True end item Name = 'FECHA' DataType = datDateTime ReadOnly = True DictionaryEntry = 'Devoluciones_FECHA' InPrimaryKey = True end item Name = 'NUMHOJA' DataType = datString Size = 8 DictionaryEntry = 'Devoluciones_NUMHOJA' end item Name = 'ESTADO_HOJA' DataType = datString Size = 20 DictionaryEntry = 'Devoluciones_ESTADO_HOJA' end item Name = 'OBSERVACIONES_HOJA' DataType = datString Size = 255 DictionaryEntry = 'Devoluciones_OBSERVACIONES_HOJA' end item Name = 'CONTABILIZAR_HOJA' DataType = datString Size = 1 DictionaryEntry = 'Devoluciones_CONTABILIZAR_HOJA' end item Name = 'S36' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S36' end item Name = 'S38' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S38' end item Name = 'S40' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S40' end item Name = 'S42' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S42' end item Name = 'S44' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S44' end item Name = 'S46' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S46' end item Name = 'S48' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S48' end item Name = 'SOLICITADO' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_SOLICITADO' end item Name = 'E36' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E36' end item Name = 'E38' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E38' end item Name = 'E40' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E40' end item Name = 'E42' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E42' end item Name = 'E44' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E44' end item Name = 'E46' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E46' end item Name = 'E48' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E48' end item Name = 'ENVIADO' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ENVIADO' end item Name = 'ER36' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER36' end item Name = 'ER38' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER38' end item Name = 'ER40' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER40' end item Name = 'ER42' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER42' end item Name = 'ER44' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER44' end item Name = 'ER46' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER46' end item Name = 'ER48' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER48' end item Name = 'ENVIADO_RECT' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ENVIADO_RECT' end item Name = 'DIFERENCIA' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_DIFERENCIA' end> Params = <> MasterMappingMode = mmDataRequest StreamingOptions = [soDisableEventsWhileStreaming] RemoteDataAdapter = DARemoteDataAdapter DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] LogicalName = 'DevolucionesAprobadas' IndexDefs = <> Left = 320 Top = 96 end object ds_DevolucionesAprobadas: TDADataSource DataSet = tbl_DevolucionesAprobadas.Dataset DataTable = tbl_DevolucionesAprobadas Left = 320 Top = 32 end object tbl_DevolucionesPendientes: TDACDSDataTable RemoteUpdatesOptions = [] Fields = < item Name = 'APROBADO' DataType = datString Size = 1 DictionaryEntry = 'Devoluciones_APROBADO' end item Name = 'FECHACAMBIO' DataType = datDateTime DictionaryEntry = 'Devoluciones_FECHACAMBIO' end item Name = 'CENTRO' DataType = datString Size = 17 ReadOnly = True DictionaryEntry = 'Devoluciones_CENTRO' InPrimaryKey = True end item Name = 'FILIAL' DataType = datString Size = 25 ReadOnly = True DictionaryEntry = 'Devoluciones_FILIAL' end item Name = 'CODIGO' DataType = datString Size = 12 ReadOnly = True DictionaryEntry = 'Devoluciones_CODIGO' InPrimaryKey = True end item Name = 'PRODUCTO' DataType = datString Size = 40 ReadOnly = True DictionaryEntry = 'Devoluciones_PRODUCTO' end item Name = 'COLOR' DataType = datString Size = 10 ReadOnly = True DictionaryEntry = 'Devoluciones_COLOR' InPrimaryKey = True end item Name = 'FECHA' DataType = datDateTime ReadOnly = True DictionaryEntry = 'Devoluciones_FECHA' InPrimaryKey = True end item Name = 'NUMHOJA' DataType = datString Size = 8 DictionaryEntry = 'Devoluciones_NUMHOJA' end item Name = 'ESTADO_HOJA' DataType = datString Size = 20 DictionaryEntry = 'Devoluciones_ESTADO_HOJA' end item Name = 'OBSERVACIONES_HOJA' DataType = datString Size = 255 DictionaryEntry = 'Devoluciones_OBSERVACIONES_HOJA' end item Name = 'CONTABILIZAR_HOJA' DataType = datString Size = 1 DictionaryEntry = 'Devoluciones_CONTABILIZAR_HOJA' end item Name = 'S36' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S36' end item Name = 'S38' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S38' end item Name = 'S40' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S40' end item Name = 'S42' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S42' end item Name = 'S44' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S44' end item Name = 'S46' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S46' end item Name = 'S48' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_S48' end item Name = 'SOLICITADO' DataType = datInteger ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_SOLICITADO' end item Name = 'E36' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E36' end item Name = 'E38' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E38' end item Name = 'E40' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E40' end item Name = 'E42' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E42' end item Name = 'E44' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E44' end item Name = 'E46' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E46' end item Name = 'E48' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_E48' end item Name = 'ENVIADO' DataType = datFloat ReadOnly = True Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ENVIADO' end item Name = 'ER36' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER36' end item Name = 'ER38' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER38' end item Name = 'ER40' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER40' end item Name = 'ER42' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER42' end item Name = 'ER44' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER44' end item Name = 'ER46' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER46' end item Name = 'ER48' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ER48' end item Name = 'ENVIADO_RECT' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_ENVIADO_RECT' end item Name = 'DIFERENCIA' DataType = datFloat Alignment = taRightJustify DictionaryEntry = 'Devoluciones_DIFERENCIA' end> Params = <> MasterMappingMode = mmDataRequest StreamingOptions = [soDisableEventsWhileStreaming] RemoteDataAdapter = DARemoteDataAdapter DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] LogicalName = 'DevolucionesPendientes' IndexDefs = <> Left = 480 Top = 96 end object ds_DevolucionesPendientes: TDADataSource DataSet = tbl_DevolucionesPendientes.Dataset DataTable = tbl_DevolucionesPendientes Left = 480 Top = 32 end object DARemoteDataAdapter: TDARemoteDataAdapter GetSchemaCall.RemoteService = RORemoteService GetDataCall.RemoteService = RORemoteService UpdateDataCall.RemoteService = RORemoteService GetScriptsCall.RemoteService = RORemoteService RemoteService = RORemoteService DataStreamer = dmBase.DABINAdapter Left = 40 Top = 96 end end