git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/branches/D2007-DA5@21 0c75b7a4-871f-7646-8a2f-f78d34cc349f
187 lines
4.7 KiB
Plaintext
187 lines
4.7 KiB
Plaintext
object DataModuleFamilias: TDataModuleFamilias
|
|
OldCreateOrder = True
|
|
OnCreate = DAClientDataModuleCreate
|
|
RemoteService = RORemoteService
|
|
Adapter = DABinAdapter
|
|
SchemaCall.MethodName = 'GetSchemaAsXML'
|
|
SchemaCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtString
|
|
end>
|
|
Height = 414
|
|
Width = 518
|
|
object RORemoteService: TRORemoteService
|
|
ServiceName = 'srvFamilias'
|
|
Message = ROBinMessage1
|
|
Channel = ROWinInetHTTPChannel1
|
|
Left = 48
|
|
Top = 24
|
|
end
|
|
object DABinAdapter: TDABINAdapter
|
|
Left = 48
|
|
Top = 80
|
|
end
|
|
object DADesigntimeCall1: TDADesigntimeCall
|
|
RemoteRequest.MethodName = 'Login'
|
|
RemoteRequest.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtBoolean
|
|
end
|
|
item
|
|
Name = 'User'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = 'Administrador'
|
|
end
|
|
item
|
|
Name = 'Password'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = '1'
|
|
end
|
|
item
|
|
Name = 'LoginInfo'
|
|
ParamType = fOut
|
|
DataType = rtUserDefined
|
|
UserClassName = 'TRdxLoginInfo'
|
|
end>
|
|
RemoteService = LoginRemoteService
|
|
Left = 48
|
|
Top = 160
|
|
end
|
|
object LoginRemoteService: TRORemoteService
|
|
ServiceName = 'srvLogin'
|
|
Message = ROBinMessage1
|
|
Channel = ROWinInetHTTPChannel1
|
|
Left = 48
|
|
Top = 216
|
|
end
|
|
object ROWinInetHTTPChannel1: TROWinInetHTTPChannel
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
ProbeServers = False
|
|
ProbeFrequency = 60000
|
|
UserAgent = 'RemObjects SDK'
|
|
TargetURL = 'http://localhost:8099/bin'
|
|
Left = 48
|
|
Top = 272
|
|
end
|
|
object ROBinMessage1: TROBinMessage
|
|
Left = 48
|
|
Top = 324
|
|
end
|
|
object tbl_Familias: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'DESCRIPCION'
|
|
DataType = datString
|
|
Size = 255
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = True
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end>
|
|
Params = <>
|
|
MasterMappingMode = mmDataRequest
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
SchemaCall.MethodName = 'GetDatasetSchema'
|
|
SchemaCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtBinary
|
|
end
|
|
item
|
|
Name = 'aDatasetName'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = 'Familias'
|
|
end>
|
|
DataRequestCall.MethodName = 'GetDatasetDataEx'
|
|
DataRequestCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtBinary
|
|
end
|
|
item
|
|
Name = 'DatasetName'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = 'Familias'
|
|
end
|
|
item
|
|
Name = 'Params'
|
|
ParamType = fIn
|
|
DataType = rtUserDefined
|
|
UserClassName = 'TDADatasetParamArray'
|
|
end
|
|
item
|
|
Name = 'UserFilter'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = ''
|
|
end
|
|
item
|
|
Name = 'IncludeSchema'
|
|
ParamType = fIn
|
|
DataType = rtBoolean
|
|
Value = False
|
|
end
|
|
item
|
|
Name = 'MaxRecords'
|
|
ParamType = fIn
|
|
DataType = rtInteger
|
|
Value = -1
|
|
end>
|
|
DataUpdateCall.MethodName = 'UpdateData'
|
|
DataUpdateCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtBinary
|
|
end
|
|
item
|
|
Name = 'Delta'
|
|
ParamType = fIn
|
|
DataType = rtBinary
|
|
end>
|
|
ScriptCall.MethodName = 'GetDatasetScripts'
|
|
ScriptCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtString
|
|
Value = ''
|
|
end
|
|
item
|
|
Name = 'DatasetNames'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = 'Familias'
|
|
end>
|
|
ReadOnly = False
|
|
RemoteService = RORemoteService
|
|
Adapter = DABinAdapter
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'Familias'
|
|
IndexDefs = <>
|
|
Left = 248
|
|
Top = 104
|
|
end
|
|
object ds_Familias: TDADataSource
|
|
DataTable = tbl_Familias
|
|
Left = 248
|
|
Top = 40
|
|
end
|
|
end
|