inherited DataModuleHistoricoMovimientos: TDataModuleHistoricoMovimientos OnCreate = DAClientDataModuleCreate Height = 414 Width = 518 object RORemoteService: TRORemoteService ServiceName = 'srvHistoricoMovimientos' Left = 48 Top = 24 end object tbl_Historico_Movimientos: TDACDSDataTable RemoteUpdatesOptions = [] Fields = < item Name = 'FECHA' DataType = datDateTime DisplayLabel = 'Fecha' DictionaryEntry = 'HISTORICO_MOVIMIENTOS_FECHA' InPrimaryKey = True end item Name = 'ID_ALMACEN' DataType = datInteger DictionaryEntry = 'HISTORICO_MOVIMIENTOS_ID_ALMACEN' InPrimaryKey = True end item Name = 'ID_EMPRESA' DataType = datInteger DictionaryEntry = 'HISTORICO_MOVIMIENTOS_ID_EMPRESA' end item Name = 'NOMBRE_ALMACEN' DataType = datString Size = 255 DisplayLabel = 'Almac'#233'n' DictionaryEntry = 'HISTORICO_MOVIMIENTOS_NOMBRE_ALMACEN' end item Name = 'ID_ARTICULO' DataType = datInteger DictionaryEntry = 'HISTORICO_MOVIMIENTOS_ID_ARTICULO' InPrimaryKey = True end item Name = 'FAMILIA' DataType = datString Size = 255 DisplayLabel = 'Familia' DictionaryEntry = 'HISTORICO_MOVIMIENTOS_FAMILIA' end item Name = 'REFERENCIA' DataType = datString Size = 255 DisplayLabel = 'Referencia' DictionaryEntry = 'HISTORICO_MOVIMIENTOS_REFERENCIA' end item Name = 'REFERENCIA_PROV' DataType = datString Size = 255 DisplayLabel = 'Ref. proveedor' DictionaryEntry = 'HISTORICO_MOVIMIENTOS_REFERENCIA_PROV' end item Name = 'DESCRIPCION' DataType = datString Size = 255 DisplayLabel = 'Descripci'#243'n' DictionaryEntry = 'HISTORICO_MOVIMIENTOS_DESCRIPCION' end item Name = 'TIPO_MOVIMIENTO' DataType = datString Size = 7 DisplayLabel = 'Tipo mov.' DictionaryEntry = 'HISTORICO_MOVIMIENTOS_TIPO_MOVIMIENTO' end item Name = 'CANTIDAD' DataType = datInteger DisplayLabel = 'Cantidad' DictionaryEntry = 'HISTORICO_MOVIMIENTOS_CANTIDAD' end item Name = 'CAUSA' DataType = datString Size = 2021 DisplayLabel = 'Causa' DictionaryEntry = 'HISTORICO_MOVIMIENTOS_CAUSA' end> Params = <> MasterMappingMode = mmDataRequest StreamingOptions = [soDisableEventsWhileStreaming] DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] LogicalName = 'HISTORICO_MOVIMIENTOS' IndexDefs = <> Left = 288 Top = 144 end object ds_Historico_Movimientos: TDADataSource DataSet = tbl_Historico_Movimientos.Dataset DataTable = tbl_Historico_Movimientos Left = 288 Top = 88 end object Bin2DataStreamer: TDABin2DataStreamer Left = 48 Top = 84 end object rda_Historico_Movimientos: TDARemoteDataAdapter GetSchemaCall.RemoteService = RORemoteService GetDataCall.RemoteService = RORemoteService UpdateDataCall.RemoteService = RORemoteService GetScriptsCall.RemoteService = RORemoteService RemoteService = RORemoteService DataStreamer = Bin2DataStreamer Left = 51 Top = 143 end end