2007-09-09 10:56:47 +00:00
|
|
|
object dmRecepciones: TdmRecepciones
|
|
|
|
|
OldCreateOrder = True
|
|
|
|
|
OnCreate = DAClientDataModuleCreate
|
|
|
|
|
Height = 364
|
|
|
|
|
Width = 620
|
|
|
|
|
object RORemoteService: TRORemoteService
|
|
|
|
|
Message = dmBase.ROMessage
|
|
|
|
|
Channel = dmBase.ROChannel
|
|
|
|
|
ServiceName = 'srvRecepciones'
|
|
|
|
|
Left = 64
|
|
|
|
|
Top = 32
|
|
|
|
|
end
|
|
|
|
|
object tbl_Recepciones: TDACDSDataTable
|
|
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'APROBADO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 1
|
|
|
|
|
DictionaryEntry = 'Recepciones_APROBADO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHACAMBIO'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FECHACAMBIO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CENTRO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 17
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_CENTRO'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FILIAL'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 25
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FILIAL'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CODIGO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 12
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_CODIGO'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRODUCTO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 40
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_PRODUCTO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'COLOR'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 10
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_COLOR'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FECHA'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 7
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ESTADO_ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 15
|
|
|
|
|
DictionaryEntry = 'Recepciones_ESTADO_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'OBSERVACIONES_ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
DictionaryEntry = 'Recepciones_OBSERVACIONES_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CONTABILIZAR_ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 1
|
|
|
|
|
DictionaryEntry = 'Recepciones_CONTABILIZAR_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E38'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E38/S'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E38'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E40'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E40/M'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E40'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E42'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E42/L'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E42'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E44'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E44/XL'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E44'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E46'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E46'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E48'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E48'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ENVIADO'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_ENVIADO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R38'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R38/S'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R38'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R40'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R40/M'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R40'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R42'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R42/L'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R42'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R44'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R44/XL'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R44'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R46'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R46'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R48'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R48'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RECIBIDO'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RECIBIDO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR38'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR38/S'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR38'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR40'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR40/M'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR40'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR42'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR42/L'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR42'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR44'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR44/XL'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR44'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR46'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR46'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR48'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR48'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RECIBIDO_RECT'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RECIBIDO_RECT'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DIFERENCIA'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_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 = 'Recepciones'
|
|
|
|
|
IndexDefs = <>
|
|
|
|
|
Left = 208
|
|
|
|
|
Top = 32
|
|
|
|
|
end
|
|
|
|
|
object ds_Recepciones: TDADataSource
|
|
|
|
|
DataSet = tbl_Recepciones.Dataset
|
|
|
|
|
DataTable = tbl_Recepciones
|
|
|
|
|
Left = 208
|
|
|
|
|
Top = 88
|
|
|
|
|
end
|
|
|
|
|
object tbl_RecepcionesAprobadas: TDACDSDataTable
|
|
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'APROBADO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 1
|
|
|
|
|
DictionaryEntry = 'Recepciones_APROBADO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHACAMBIO'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FECHACAMBIO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CENTRO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 17
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_CENTRO'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FILIAL'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 25
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FILIAL'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CODIGO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 12
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_CODIGO'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRODUCTO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 40
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_PRODUCTO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'COLOR'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 10
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_COLOR'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FECHA'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 7
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ESTADO_ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 15
|
|
|
|
|
DictionaryEntry = 'Recepciones_ESTADO_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'OBSERVACIONES_ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
DictionaryEntry = 'Recepciones_OBSERVACIONES_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CONTABILIZAR_ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 1
|
|
|
|
|
DictionaryEntry = 'Recepciones_CONTABILIZAR_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E38'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E38/S'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E38'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E40'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E40/M'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E40'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E42'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E42/L'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E42'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E44'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E44/XL'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E44'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E46'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E46'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E48'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E48'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ENVIADO'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_ENVIADO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R38'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R38/S'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R38'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R40'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R40/M'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R40'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R42'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R42/L'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R42'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R44'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R44/XL'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R44'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R46'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R46'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R48'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R48'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RECIBIDO'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RECIBIDO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR38'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR38/S'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR38'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR40'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR40/M'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR40'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR42'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR42/L'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR42'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR44'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR44/XL'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR44'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR46'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR46'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR48'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR48'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RECIBIDO_RECT'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RECIBIDO_RECT'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DIFERENCIA'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_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 = 'RecepcionesAprobadas'
|
|
|
|
|
IndexDefs = <>
|
|
|
|
|
Left = 352
|
|
|
|
|
Top = 32
|
|
|
|
|
end
|
|
|
|
|
object ds_RecepcionesAprobadas: TDADataSource
|
|
|
|
|
DataSet = tbl_RecepcionesAprobadas.Dataset
|
|
|
|
|
DataTable = tbl_RecepcionesAprobadas
|
|
|
|
|
Left = 352
|
|
|
|
|
Top = 88
|
|
|
|
|
end
|
|
|
|
|
object tbl_RecepcionesPendientes: TDACDSDataTable
|
|
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'APROBADO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 1
|
|
|
|
|
DictionaryEntry = 'Recepciones_APROBADO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHACAMBIO'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FECHACAMBIO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CENTRO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 17
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_CENTRO'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FILIAL'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 25
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FILIAL'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CODIGO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 12
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_CODIGO'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRODUCTO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 40
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_PRODUCTO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'COLOR'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 10
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_COLOR'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FECHA'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 7
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ESTADO_ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 15
|
|
|
|
|
DictionaryEntry = 'Recepciones_ESTADO_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'OBSERVACIONES_ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
DictionaryEntry = 'Recepciones_OBSERVACIONES_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CONTABILIZAR_ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 1
|
|
|
|
|
DictionaryEntry = 'Recepciones_CONTABILIZAR_ALBARAN'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E38'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E38/S'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E38'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E40'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E40/M'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E40'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E42'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E42/L'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E42'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E44'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'E44/XL'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E44'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E46'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E46'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E48'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E48'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ENVIADO'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_ENVIADO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R38'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R38/S'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R38'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R40'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R40/M'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R40'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R42'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R42/L'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R42'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R44'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'R44/XL'
|
2007-09-09 10:56:47 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R44'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R46'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R46'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'R48'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_R48'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RECIBIDO'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RECIBIDO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR38'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR38/S'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR38'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR40'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR40/M'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR40'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR42'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR42/L'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR42'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR44'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
DisplayLabel = 'RR44/XL'
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR44'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR46'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR46'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RR48'
|
|
|
|
|
DataType = datFloat
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RR48'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'RECIBIDO_RECT'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_RECIBIDO_RECT'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DIFERENCIA'
|
|
|
|
|
DataType = datFloat
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
2007-09-09 10:56:47 +00:00
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_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 = 'RecepcionesPendientes'
|
|
|
|
|
IndexDefs = <>
|
|
|
|
|
Left = 488
|
|
|
|
|
Top = 32
|
|
|
|
|
end
|
|
|
|
|
object ds_RecepcionesPendientes: TDADataSource
|
|
|
|
|
DataSet = tbl_RecepcionesPendientes.Dataset
|
|
|
|
|
DataTable = tbl_RecepcionesPendientes
|
|
|
|
|
Left = 488
|
|
|
|
|
Top = 88
|
|
|
|
|
end
|
|
|
|
|
object tbl_RecepcionesAlbaran: TDACDSDataTable
|
|
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'ALBARAN'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 7
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_ALBARAN'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ESTADOALBARAN'
|
|
|
|
|
DataType = datString
|
2007-10-06 11:40:55 +00:00
|
|
|
Size = 15
|
|
|
|
|
DisplayLabel = 'ESTADO_ALBARAN'
|
|
|
|
|
DictionaryEntry = 'Recepciones_ESTADO_ALBARAN'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FILIAL'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 25
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_FILIAL'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ESTADOPRODUCTO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 9
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CODIGO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 12
|
2007-10-06 11:40:55 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_CODIGO'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'PRODUCTO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 40
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_PRODUCTO'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'COLOR'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 10
|
2007-10-06 11:40:55 +00:00
|
|
|
ReadOnly = True
|
|
|
|
|
DictionaryEntry = 'Recepciones_COLOR'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E38'
|
|
|
|
|
DataType = datInteger
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
|
|
|
|
DisplayLabel = 'E38/S'
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E38'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E40'
|
|
|
|
|
DataType = datInteger
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
|
|
|
|
DisplayLabel = 'E40/M'
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E40'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E42'
|
|
|
|
|
DataType = datInteger
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
|
|
|
|
DisplayLabel = 'E42/L'
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E42'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E44'
|
|
|
|
|
DataType = datInteger
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
|
|
|
|
DisplayLabel = 'E44/XL'
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E44'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E46'
|
|
|
|
|
DataType = datInteger
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E46'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'E48'
|
|
|
|
|
DataType = datInteger
|
2007-10-06 11:40:55 +00:00
|
|
|
LogChanges = False
|
|
|
|
|
ReadOnly = True
|
|
|
|
|
Alignment = taRightJustify
|
|
|
|
|
DictionaryEntry = 'Recepciones_E48'
|
2007-09-09 10:56:47 +00:00
|
|
|
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 = 'RecepcionesAlbaran'
|
|
|
|
|
IndexDefs = <>
|
|
|
|
|
Left = 208
|
|
|
|
|
Top = 192
|
|
|
|
|
end
|
|
|
|
|
object ds_RecepcionesAlbaran: TDADataSource
|
|
|
|
|
DataSet = tbl_RecepcionesAlbaran.Dataset
|
|
|
|
|
DataTable = tbl_RecepcionesAlbaran
|
|
|
|
|
Left = 208
|
|
|
|
|
Top = 248
|
|
|
|
|
end
|
|
|
|
|
object DARemoteDataAdapter: TDARemoteDataAdapter
|
|
|
|
|
GetSchemaCall.RemoteService = RORemoteService
|
|
|
|
|
GetSchemaCall.MethodName = 'GetSchemaAsXML'
|
|
|
|
|
GetSchemaCall.Params = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'Result'
|
|
|
|
|
DataType = rtString
|
|
|
|
|
Flag = fResult
|
2007-10-06 11:40:55 +00:00
|
|
|
Value = Null
|
2007-09-09 10:56:47 +00:00
|
|
|
end>
|
|
|
|
|
GetSchemaCall.Default = False
|
|
|
|
|
GetSchemaCall.IncomingSchemaParameter = 'Result'
|
|
|
|
|
GetSchemaCall.OutgoingFilterParameter = 'aFilter'
|
|
|
|
|
GetDataCall.RemoteService = RORemoteService
|
|
|
|
|
GetDataCall.MethodName = 'GetDatasetDataEx'
|
|
|
|
|
GetDataCall.Params = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'Result'
|
|
|
|
|
DataType = rtBinary
|
|
|
|
|
Flag = fResult
|
|
|
|
|
Value = Null
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DatasetName'
|
|
|
|
|
DataType = rtString
|
|
|
|
|
Flag = fIn
|
2007-10-06 11:40:55 +00:00
|
|
|
Value = 'Recepciones'
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'Params'
|
|
|
|
|
DataType = rtUserDefined
|
|
|
|
|
Flag = fIn
|
|
|
|
|
TypeName = 'TDADatasetParamArray'
|
|
|
|
|
Value = Null
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'UserFilter'
|
|
|
|
|
DataType = rtString
|
|
|
|
|
Flag = fIn
|
|
|
|
|
Value = Null
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'IncludeSchema'
|
|
|
|
|
DataType = rtBoolean
|
|
|
|
|
Flag = fIn
|
2007-10-06 11:40:55 +00:00
|
|
|
Value = False
|
2007-09-09 10:56:47 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'MaxRecords'
|
|
|
|
|
DataType = rtInteger
|
|
|
|
|
Flag = fIn
|
2007-10-06 11:40:55 +00:00
|
|
|
Value = -1
|
2007-09-09 10:56:47 +00:00
|
|
|
end>
|
|
|
|
|
GetDataCall.Default = False
|
|
|
|
|
GetDataCall.OutgoingTableNamesParameter = 'DatasetName'
|
|
|
|
|
GetDataCall.OutgoingTableRequestInfosParameter = 'aTableRequestInfoArray'
|
|
|
|
|
GetDataCall.IncomingDataParameter = 'Result'
|
|
|
|
|
GetDataCall.OutgoingParamsParameter = 'Params'
|
|
|
|
|
GetDataCall.OutgoingIncludeSchemaParameter = 'IncludeSchema'
|
|
|
|
|
GetDataCall.OutgoingMaxRecordsParameter = 'MaxRecords'
|
|
|
|
|
UpdateDataCall.RemoteService = RORemoteService
|
|
|
|
|
UpdateDataCall.MethodName = 'UpdateData'
|
|
|
|
|
UpdateDataCall.Params = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'Delta'
|
|
|
|
|
DataType = rtBinary
|
|
|
|
|
Flag = fIn
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'Result'
|
|
|
|
|
DataType = rtBinary
|
|
|
|
|
Flag = fResult
|
|
|
|
|
end>
|
|
|
|
|
UpdateDataCall.Default = False
|
|
|
|
|
UpdateDataCall.OutgoingDeltaParameter = 'Delta'
|
|
|
|
|
UpdateDataCall.IncomingDeltaParameter = 'Result'
|
|
|
|
|
GetScriptsCall.RemoteService = RORemoteService
|
|
|
|
|
GetScriptsCall.MethodName = 'GetDatasetScripts'
|
|
|
|
|
GetScriptsCall.Params = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'DatasetNames'
|
|
|
|
|
DataType = rtString
|
|
|
|
|
Flag = fIn
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'Result'
|
|
|
|
|
DataType = rtString
|
|
|
|
|
Flag = fResult
|
|
|
|
|
end>
|
|
|
|
|
GetScriptsCall.Default = False
|
|
|
|
|
GetScriptsCall.OutgoingTableNamesParameter = 'DatasetNames'
|
|
|
|
|
GetScriptsCall.IncomingScriptParameter = 'Result'
|
|
|
|
|
RemoteService = RORemoteService
|
|
|
|
|
DataStreamer = dmBase.DABINAdapter
|
|
|
|
|
Left = 64
|
|
|
|
|
Top = 96
|
|
|
|
|
end
|
|
|
|
|
end
|