inherited DataModuleRemesasCliente: TDataModuleRemesasCliente OnCreate = DAClientDataModuleCreate Height = 235 Width = 444 object RORemoteService: TRORemoteService Message = dmConexion.ROMessage Channel = dmConexion.ROChannel ServiceName = 'srvRemesasCliente' Left = 48 Top = 24 end object Bin2DataStreamer: TDABin2DataStreamer Left = 48 Top = 84 end object rda_RemesasCliente: TDARemoteDataAdapter GetSchemaCall.RemoteService = RORemoteService GetDataCall.RemoteService = RORemoteService UpdateDataCall.RemoteService = RORemoteService GetScriptsCall.RemoteService = RORemoteService RemoteService = RORemoteService DataStreamer = Bin2DataStreamer Left = 51 Top = 151 end object tbl_RemesasCliente: TDAMemDataTable RemoteUpdatesOptions = [] Fields = < item Name = 'ID' DataType = datAutoInc GeneratorName = 'GEN_REMESAS_CLIENTE_ID' Required = True ServerAutoRefresh = True DictionaryEntry = 'RemesasCliente_ID' InPrimaryKey = True end item Name = 'ID_EMPRESA' DataType = datInteger DisplayLabel = 'RemesasCliente_ID_EMPRESA' DictionaryEntry = 'RemesasCliente_ID_EMPRESA' end item Name = 'REFERENCIA' DataType = datString Size = 255 DictionaryEntry = 'RemesasCliente_REFERENCIA' end item Name = 'TIPO' DataType = datString Size = 40 DisplayLabel = 'Forma de cobro' DictionaryEntry = 'RemesasCliente_TIPO' end item Name = 'FECHA_REMESA' DataType = datDateTime DisplayLabel = 'RemesasCliente_FECHA_REMESA' DictionaryEntry = 'RemesasCliente_FECHA_REMESA' end item Name = 'DESCRIPCION' DataType = datString Size = 255 DisplayLabel = 'RemesasCliente_DESCRIPCION' DictionaryEntry = 'RemesasCliente_DESCRIPCION' end item Name = 'ID_DATOS_BANCO' DataType = datInteger DictionaryEntry = 'RemesasCliente_ID_DATOS_BANCO' end item Name = 'FECHA_ALTA' DataType = datDateTime DictionaryEntry = 'RemesasCliente_FECHA_ALTA' end item Name = 'FECHA_MODIFICACION' DataType = datDateTime DictionaryEntry = 'RemesasCliente_FECHA_MODIFICACION' end item Name = 'USUARIO' DataType = datString Size = 20 DisplayLabel = 'RemesasCliente_USUARIO' DictionaryEntry = 'RemesasCliente_USUARIO' end item Name = 'NOMBRE' DataType = datString Size = 255 DisplayLabel = 'Banco' DictionaryEntry = 'RemesasCliente_NOMBRE' end item Name = 'ENTIDAD' DataType = datString Size = 15 DisplayLabel = 'Cod. entidad' DictionaryEntry = 'RemesasCliente_ENTIDAD' end item Name = 'SUCURSAL' DataType = datString Size = 15 DisplayLabel = 'Cod. sucursal' DictionaryEntry = 'RemesasCliente_SUCURSAL' end item Name = 'DC' DataType = datString Size = 15 DictionaryEntry = 'RemesasCliente_DC' end item Name = 'CUENTA' DataType = datString Size = 15 DisplayLabel = 'Cuenta' DictionaryEntry = 'RemesasCliente_CUENTA' end item Name = 'SUFIJO_N19' DataType = datString Size = 3 DisplayLabel = 'Sufijo N19' DictionaryEntry = 'RemesasCliente_SUFIJO_N19' end item Name = 'SUFIJO_N58' DataType = datString Size = 3 DisplayLabel = 'Sufijo N58' DictionaryEntry = 'RemesasCliente_SUFIJO_N58' end item Name = 'IMPORTE_TOTAL' DataType = datCurrency DisplayLabel = 'Importe total' Alignment = taRightJustify DictionaryEntry = 'RemesasCliente_IMPORTE_TOTAL' end> Params = <> StreamingOptions = [soDisableEventsWhileStreaming] RemoteDataAdapter = rda_RemesasCliente DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch] MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates] LogicalName = 'RemesasCliente' IndexDefs = <> Left = 208 Top = 88 end object ds_RemesasCliente: TDADataSource DataSet = tbl_RemesasCliente.Dataset DataTable = tbl_RemesasCliente Left = 208 Top = 32 end end