git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@101 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
132 lines
3.3 KiB
Plaintext
132 lines
3.3 KiB
Plaintext
inherited dmInformes: TdmInformes
|
|
OnCreate = DAClientDataModuleCreate
|
|
Height = 390
|
|
Width = 331
|
|
object RORemoteService: TRORemoteService
|
|
Message = dmConexion.ROMessage
|
|
Channel = dmConexion.ROChannel
|
|
ServiceName = 'srvInformes'
|
|
Left = 48
|
|
Top = 24
|
|
end
|
|
object DADesigntimeCall1: TDADesigntimeCall
|
|
RemoteService = LoginRemoteService
|
|
Params = <>
|
|
Left = 48
|
|
Top = 160
|
|
end
|
|
object LoginRemoteService: TRORemoteService
|
|
Message = ROBinMessage1
|
|
Channel = ROWinInetHTTPChannel1
|
|
ServiceName = 'srvLogin'
|
|
Left = 48
|
|
Top = 216
|
|
end
|
|
object ROWinInetHTTPChannel1: TROWinInetHTTPChannel
|
|
UserAgent = 'RemObjects SDK'
|
|
TargetURL = 'http://localhost:8099/bin'
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
Left = 48
|
|
Top = 272
|
|
end
|
|
object ROBinMessage1: TROBinMessage
|
|
Envelopes = <>
|
|
Left = 48
|
|
Top = 324
|
|
end
|
|
object tbl_Informes: TDAMemDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datAutoInc
|
|
GeneratorName = 'GEN_IMPRESIONES_ID'
|
|
DictionaryEntry = 'Informes_ID'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_EMPRESA'
|
|
DataType = datInteger
|
|
DictionaryEntry = 'Informes_ID_EMPRESA'
|
|
end
|
|
item
|
|
Name = 'CATEGORIA'
|
|
DataType = datString
|
|
Size = 30
|
|
DictionaryEntry = 'Informes_CATEGORIA'
|
|
end
|
|
item
|
|
Name = 'CONTROLLER'
|
|
DataType = datString
|
|
Size = 255
|
|
DictionaryEntry = 'Informes_CONTROLLER'
|
|
end
|
|
item
|
|
Name = 'MODIFICABLE'
|
|
DataType = datString
|
|
Size = 1
|
|
DictionaryEntry = 'Informes_MODIFICABLE'
|
|
end
|
|
item
|
|
Name = 'ICONO'
|
|
DataType = datInteger
|
|
DictionaryEntry = 'Informes_ICONO'
|
|
end
|
|
item
|
|
Name = 'NOMBRE'
|
|
DataType = datString
|
|
Size = 50
|
|
DictionaryEntry = 'Informes_NOMBRE'
|
|
end
|
|
item
|
|
Name = 'DESCRIPCION'
|
|
DataType = datString
|
|
Size = 255
|
|
DictionaryEntry = 'Informes_DESCRIPCION'
|
|
end
|
|
item
|
|
Name = 'ORDEN'
|
|
DataType = datInteger
|
|
DictionaryEntry = 'Informes_ORDEN'
|
|
end
|
|
item
|
|
Name = 'VISTA'
|
|
DataType = datMemo
|
|
DictionaryEntry = 'Informes_VISTA'
|
|
end
|
|
item
|
|
Name = 'TIPO_AGRUPACION'
|
|
DataType = datInteger
|
|
end>
|
|
Params = <>
|
|
MasterMappingMode = mmDataRequest
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_Informes
|
|
LogicalName = 'Informes'
|
|
IndexDefs = <>
|
|
Left = 168
|
|
Top = 96
|
|
end
|
|
object ds_Informes: TDADataSource
|
|
DataSet = tbl_Informes.Dataset
|
|
DataTable = tbl_Informes
|
|
Left = 168
|
|
Top = 40
|
|
end
|
|
object Bin2DataStreamer: TDABin2DataStreamer
|
|
Left = 48
|
|
Top = 84
|
|
end
|
|
object rda_Informes: TDARemoteDataAdapter
|
|
DataStreamer = Bin2DataStreamer
|
|
GetSchemaCall.RemoteService = RORemoteService
|
|
GetDataCall.RemoteService = RORemoteService
|
|
UpdateDataCall.RemoteService = RORemoteService
|
|
GetScriptsCall.RemoteService = RORemoteService
|
|
RemoteService = RORemoteService
|
|
Left = 171
|
|
Top = 151
|
|
end
|
|
end
|