inherited DataModuleHistoricoMovimientos: TDataModuleHistoricoMovimientos OnCreate = DAClientDataModuleCreate Height = 231 Width = 518 object RORemoteService: TRORemoteService Message = dmConexion.ROMessage Channel = dmConexion.ROChannel ServiceName = 'srvHistoricoMovimientos' Left = 48 Top = 24 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 object tbl_HistoricoMovimientos: TDAMemDataTable 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'#195#169'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'#195#179'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 = <> StreamingOptions = [soDisableEventsWhileStreaming] RemoteDataAdapter = rda_Historico_Movimientos DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] LogicalName = 'HistoricoMovimientos' IndexDefs = <> Left = 232 Top = 80 end object ds_HistoricoMovimientos: TDADataSource DataSet = tbl_HistoricoMovimientos.Dataset DataTable = tbl_HistoricoMovimientos Left = 232 Top = 24 end end