365 lines
9.9 KiB
Plaintext
365 lines
9.9 KiB
Plaintext
object dmVentasEnProceso: TdmVentasEnProceso
|
|
OldCreateOrder = True
|
|
OnCreate = DAClientDataModuleCreate
|
|
Height = 300
|
|
Width = 306
|
|
object RemoteService: TRORemoteService
|
|
Message = dmBase.ROMessage
|
|
Channel = dmBase.ROChannel
|
|
ServiceName = 'srvVentasEnProceso'
|
|
Left = 56
|
|
Top = 16
|
|
end
|
|
object tbl_VentasEnProcesoPendientes: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'NUMINF'
|
|
DataType = datString
|
|
Size = 35
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'CLAVE1'
|
|
DataType = datFloat
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'CLAVE2'
|
|
DataType = datInteger
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'CLAVE3'
|
|
DataType = datInteger
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'FECHA'
|
|
DataType = datDateTime
|
|
end
|
|
item
|
|
Name = 'DIA'
|
|
DataType = datInteger
|
|
end
|
|
item
|
|
Name = 'DIASEMANA'
|
|
DataType = datString
|
|
Size = 30
|
|
end
|
|
item
|
|
Name = 'MES'
|
|
DataType = datString
|
|
Size = 30
|
|
end
|
|
item
|
|
Name = 'ANO'
|
|
DataType = datInteger
|
|
end
|
|
item
|
|
Name = 'CENTRO'
|
|
DataType = datString
|
|
Size = 25
|
|
end
|
|
item
|
|
Name = 'VENDEDOR'
|
|
DataType = datString
|
|
Size = 66
|
|
end
|
|
item
|
|
Name = 'NUMTALON'
|
|
DataType = datString
|
|
Size = 35
|
|
end
|
|
item
|
|
Name = 'CODIGO'
|
|
DataType = datString
|
|
Size = 12
|
|
end
|
|
item
|
|
Name = 'PRODUCTO'
|
|
DataType = datString
|
|
Size = 40
|
|
end
|
|
item
|
|
Name = 'GRUPOPRODUCTO'
|
|
DataType = datString
|
|
Size = 25
|
|
end
|
|
item
|
|
Name = 'TIPOPRODUCTO'
|
|
DataType = datString
|
|
Size = 25
|
|
end
|
|
item
|
|
Name = 'COLECCION'
|
|
DataType = datString
|
|
Size = 6
|
|
end
|
|
item
|
|
Name = 'COLOR'
|
|
DataType = datString
|
|
Size = 10
|
|
end
|
|
item
|
|
Name = 'TALLA'
|
|
DataType = datString
|
|
Size = 8
|
|
end
|
|
item
|
|
Name = 'INICIO'
|
|
DataType = datFloat
|
|
Alignment = taRightJustify
|
|
end
|
|
item
|
|
Name = 'FINAL'
|
|
DataType = datFloat
|
|
Alignment = taRightJustify
|
|
end
|
|
item
|
|
Name = 'IMPORTE'
|
|
DataType = datFloat
|
|
Alignment = taRightJustify
|
|
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 = 'VentasEnProcesoPendientes'
|
|
IndexDefs = <>
|
|
Left = 200
|
|
Top = 16
|
|
end
|
|
object tbl_VentasEnProcesoPendientes2: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <>
|
|
Params = <
|
|
item
|
|
Name = 'FECHAINI'
|
|
DataType = datDateTime
|
|
Value = ''
|
|
ParamType = daptInput
|
|
end
|
|
item
|
|
Name = 'FECHAFIN'
|
|
DataType = datDateTime
|
|
Value = ''
|
|
ParamType = daptInput
|
|
end>
|
|
MasterMappingMode = mmDataRequest
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = DARemoteDataAdapter2
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'VentasEnProcesoPendientes'
|
|
IndexDefs = <>
|
|
Left = 200
|
|
Top = 96
|
|
end
|
|
object DARemoteDataAdapter: TDARemoteDataAdapter
|
|
GetSchemaCall.RemoteService = RemoteService
|
|
GetSchemaCall.MethodName = 'GetSchemaAsXML'
|
|
GetSchemaCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
DataType = rtString
|
|
Flag = fResult
|
|
Value = Null
|
|
end>
|
|
GetSchemaCall.Default = False
|
|
GetSchemaCall.IncomingSchemaParameter = 'Result'
|
|
GetSchemaCall.OutgoingFilterParameter = 'aFilter'
|
|
GetDataCall.RemoteService = RemoteService
|
|
GetDataCall.MethodName = 'GetDatasetDataEx'
|
|
GetDataCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
DataType = rtBinary
|
|
Flag = fResult
|
|
Value = Null
|
|
end
|
|
item
|
|
Name = 'DatasetName'
|
|
DataType = rtString
|
|
Flag = fIn
|
|
Value = 'VentasEnProcesoPendientes'
|
|
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
|
|
Value = False
|
|
end
|
|
item
|
|
Name = 'MaxRecords'
|
|
DataType = rtInteger
|
|
Flag = fIn
|
|
Value = -1
|
|
end>
|
|
GetDataCall.Default = False
|
|
GetDataCall.OutgoingTableNamesParameter = 'DatasetName'
|
|
GetDataCall.OutgoingTableRequestInfosParameter = 'aTableRequestInfoArray'
|
|
GetDataCall.IncomingDataParameter = 'Result'
|
|
GetDataCall.OutgoingParamsParameter = 'Params'
|
|
GetDataCall.OutgoingIncludeSchemaParameter = 'IncludeSchema'
|
|
GetDataCall.OutgoingMaxRecordsParameter = 'MaxRecords'
|
|
UpdateDataCall.RemoteService = RemoteService
|
|
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 = RemoteService
|
|
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 = RemoteService
|
|
DataStreamer = DABinDataStreamer2
|
|
Left = 56
|
|
Top = 96
|
|
end
|
|
object DARemoteDataAdapter2: TDARemoteDataAdapter
|
|
GetSchemaCall.RemoteService = RemoteService
|
|
GetSchemaCall.MethodName = 'GetSchema'
|
|
GetSchemaCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
DataType = rtBinary
|
|
Flag = fResult
|
|
Value = Null
|
|
end
|
|
item
|
|
Name = 'DatasetName'
|
|
DataType = rtString
|
|
Flag = fIn
|
|
Value = 'VentasEnProcesoPendientes'
|
|
end
|
|
item
|
|
Name = 'Columns'
|
|
DataType = rtString
|
|
Flag = fIn
|
|
Value = Null
|
|
end>
|
|
GetSchemaCall.Default = False
|
|
GetSchemaCall.IncomingSchemaParameter = 'Result'
|
|
GetDataCall.RemoteService = RemoteService
|
|
GetDataCall.MethodName = 'GetData'
|
|
GetDataCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
DataType = rtBinary
|
|
Flag = fResult
|
|
Value = Null
|
|
end
|
|
item
|
|
Name = 'DatasetName'
|
|
DataType = rtString
|
|
Flag = fIn
|
|
Value = 'VentasEnProcesoPendientes'
|
|
end
|
|
item
|
|
Name = 'Columns'
|
|
DataType = rtString
|
|
Flag = fIn
|
|
Value = Null
|
|
end
|
|
item
|
|
Name = 'Params'
|
|
DataType = rtString
|
|
Flag = fIn
|
|
Value = Null
|
|
end
|
|
item
|
|
Name = 'MaxRecords'
|
|
DataType = rtInteger
|
|
Flag = fIn
|
|
Value = -1
|
|
end>
|
|
GetDataCall.Default = False
|
|
GetDataCall.OutgoingTableNamesParameter = 'DatasetName'
|
|
GetDataCall.OutgoingTableRequestInfosParameter = 'aTableRequestInfoArray'
|
|
GetDataCall.IncomingDataParameter = 'Result'
|
|
GetDataCall.OutgoingParamsParameter = 'Params'
|
|
GetDataCall.OutgoingIncludeSchemaParameter = 'IncludeSchema'
|
|
GetDataCall.OutgoingMaxRecordsParameter = 'MaxRecords'
|
|
UpdateDataCall.RemoteService = RemoteService
|
|
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 = RemoteService
|
|
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 = RemoteService
|
|
DataStreamer = DABinDataStreamer2
|
|
Left = 56
|
|
Top = 168
|
|
end
|
|
object DABinDataStreamer2: TDABinDataStreamer
|
|
IsCompatibleV4 = False
|
|
Left = 56
|
|
Top = 248
|
|
end
|
|
end
|