git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES2/trunk@6 40301925-124e-1c4e-b97d-170ad7a8785b
162 lines
4.5 KiB
Plaintext
162 lines
4.5 KiB
Plaintext
inherited DataModuleRemesasProveedor: TDataModuleRemesasProveedor
|
|
OnCreate = DAClientDataModuleCreate
|
|
Height = 233
|
|
Width = 291
|
|
object RORemoteService: TRORemoteService
|
|
Message = dmConexion.ROMessage
|
|
Channel = dmConexion.ROChannel
|
|
ServiceName = 'srvRemesasProveedor'
|
|
Left = 48
|
|
Top = 24
|
|
end
|
|
object Bin2DataStreamer: TDABin2DataStreamer
|
|
Left = 46
|
|
Top = 84
|
|
end
|
|
object rda_RemesasProveedor: TDARemoteDataAdapter
|
|
DataStreamer = Bin2DataStreamer
|
|
GetSchemaCall.RemoteService = RORemoteService
|
|
GetDataCall.RemoteService = RORemoteService
|
|
UpdateDataCall.RemoteService = RORemoteService
|
|
GetScriptsCall.RemoteService = RORemoteService
|
|
RemoteService = RORemoteService
|
|
Left = 49
|
|
Top = 151
|
|
end
|
|
object tbl_RemesasProveedor: TDAMemDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datAutoInc
|
|
GeneratorName = 'GEN_REMESAS_PROVEEDOR_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 = 'RemesasProveedor_REFERENCIA'
|
|
end
|
|
item
|
|
Name = 'TIPO'
|
|
DataType = datString
|
|
Size = 40
|
|
DisplayLabel = 'Forma de pago'
|
|
DictionaryEntry = 'RemesasProveedor_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 = 'RemesasProveedor_IMPORTE_TOTAL'
|
|
end>
|
|
Params = <>
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_RemesasProveedor
|
|
LogicalName = 'RemesasProveedor'
|
|
IndexDefs = <>
|
|
Left = 192
|
|
Top = 88
|
|
end
|
|
object ds_RemesasProveedor: TDADataSource
|
|
DataSet = tbl_RemesasProveedor.Dataset
|
|
DataTable = tbl_RemesasProveedor
|
|
Left = 192
|
|
Top = 24
|
|
end
|
|
end
|