215 lines
6.4 KiB
Plaintext
215 lines
6.4 KiB
Plaintext
|
|
object dmParametros: TdmParametros
|
||
|
|
OldCreateOrder = True
|
||
|
|
OnCreate = DAClientDataModuleCreate
|
||
|
|
Height = 297
|
||
|
|
Width = 620
|
||
|
|
object RORemoteService: TRORemoteService
|
||
|
|
Message = dmBase.ROMessage
|
||
|
|
Channel = dmBase.ROChannel
|
||
|
|
ServiceName = 'srvParametros'
|
||
|
|
Left = 40
|
||
|
|
Top = 32
|
||
|
|
end
|
||
|
|
object tbl_ListaCentros: TDACDSDataTable
|
||
|
|
RemoteUpdatesOptions = []
|
||
|
|
Fields = <
|
||
|
|
item
|
||
|
|
Name = 'CODFILIAL'
|
||
|
|
DataType = datString
|
||
|
|
Size = 6
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
ServerCalculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'CODBARRA'
|
||
|
|
DataType = datString
|
||
|
|
Size = 17
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
ServerCalculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'FILIAL'
|
||
|
|
DataType = datString
|
||
|
|
Size = 25
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
ServerCalculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end>
|
||
|
|
Params = <>
|
||
|
|
MasterMappingMode = mmDataRequest
|
||
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
||
|
|
RemoteDataAdapter = DARemoteDataAdapter
|
||
|
|
ReadOnly = True
|
||
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
||
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
||
|
|
LogicalName = 'ListaCentros'
|
||
|
|
IndexDefs = <>
|
||
|
|
Left = 160
|
||
|
|
Top = 96
|
||
|
|
end
|
||
|
|
object ds_ListaCentros: TDADataSource
|
||
|
|
DataSet = tbl_ListaCentros.Dataset
|
||
|
|
DataTable = tbl_ListaCentros
|
||
|
|
Left = 160
|
||
|
|
Top = 32
|
||
|
|
end
|
||
|
|
object tbl_ListaColecciones: TDACDSDataTable
|
||
|
|
RemoteUpdatesOptions = []
|
||
|
|
Fields = <
|
||
|
|
item
|
||
|
|
Name = 'COLECAO'
|
||
|
|
DataType = datString
|
||
|
|
Size = 6
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
ServerCalculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'DESC_COLECAO'
|
||
|
|
DataType = datString
|
||
|
|
Size = 40
|
||
|
|
BlobType = dabtUnknown
|
||
|
|
DisplayWidth = 0
|
||
|
|
Alignment = taLeftJustify
|
||
|
|
InPrimaryKey = False
|
||
|
|
Calculated = False
|
||
|
|
ServerCalculated = False
|
||
|
|
Lookup = False
|
||
|
|
LookupCache = False
|
||
|
|
end>
|
||
|
|
Params = <>
|
||
|
|
MasterMappingMode = mmDataRequest
|
||
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
||
|
|
RemoteDataAdapter = DARemoteDataAdapter
|
||
|
|
ReadOnly = True
|
||
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
||
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
||
|
|
LogicalName = 'ListaColecciones'
|
||
|
|
IndexDefs = <>
|
||
|
|
Left = 296
|
||
|
|
Top = 96
|
||
|
|
end
|
||
|
|
object dsListaColecciones: TDADataSource
|
||
|
|
DataSet = tbl_ListaColecciones.Dataset
|
||
|
|
DataTable = tbl_ListaColecciones
|
||
|
|
Left = 296
|
||
|
|
Top = 32
|
||
|
|
end
|
||
|
|
object DARemoteDataAdapter: TDARemoteDataAdapter
|
||
|
|
GetSchemaCall.RemoteService = RORemoteService
|
||
|
|
GetSchemaCall.MethodName = 'GetSchemaAsXML'
|
||
|
|
GetSchemaCall.Params = <
|
||
|
|
item
|
||
|
|
Name = 'Result'
|
||
|
|
DataType = rtString
|
||
|
|
Flag = fResult
|
||
|
|
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
|
||
|
|
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
|
||
|
|
end
|
||
|
|
item
|
||
|
|
Name = 'MaxRecords'
|
||
|
|
DataType = rtInteger
|
||
|
|
Flag = fIn
|
||
|
|
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
|
||
|
|
FailureBehavior = fbBoth
|
||
|
|
Left = 40
|
||
|
|
Top = 96
|
||
|
|
end
|
||
|
|
end
|