Tecsitel_FactuGES2/Source/Servidor/uDataModuleServer.dfm
david 7ade989aa9 - Informes de pedidos a proveedor (fastreport y word)
- Cambio de tipo de servicio windows para el servidor.

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@344 0c75b7a4-871f-7646-8a2f-f78d34cc349f
2008-03-21 13:36:04 +00:00

79 lines
2.1 KiB
Plaintext

object dmServer: TdmServer
OldCreateOrder = False
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Height = 285
Width = 292
object HTTPServer: TROIndyHTTPServer
Dispatchers = <
item
Name = 'BINMessage'
Message = BINMessage
Enabled = True
PathInfo = 'Bin'
end>
OnBeforeServerActivate = HTTPServerBeforeServerActivate
IndyServer.Bindings = <>
IndyServer.DefaultPort = 8099
Port = 8099
Left = 40
Top = 16
end
object BINMessage: TROBinMessage
Left = 136
Top = 16
end
object DriverManager: TDADriverManager
DriverDirectory = '%SYSTEM%\'
AutoLoad = True
TraceActive = True
TraceFlags = [toPrepare, toExecute, toError, toStmt, toConnect, toTransact, toMisc]
OnTraceEvent = DriverManagerTraceEvent
Left = 136
Top = 80
end
object ConnectionManager: TDAConnectionManager
OnConnectionAcquired = ConnectionManagerConnectionAcquired
Connections = <
item
Name = 'IBX'
ConnectionString =
'IBX?Server=localhost;Database=C:\Codigo Tecsitel\Output\Debug\Da' +
'tabase\FACTUGES.FDB;UserID=sysdba;Password=masterkey;Dialect=3;C' +
'harset=ISO8859_1;'
ConnectionType = 'Interbase'
Default = True
end>
DriverManager = DriverManager
PoolingEnabled = True
PoolTransactionBehaviour = ptRollback
Left = 40
Top = 80
end
object JvAppRegistryStorage: TJvAppRegistryStorage
StorageOptions.BooleanStringTrueValues = 'TRUE, YES, Y'
StorageOptions.BooleanStringFalseValues = 'FALSE, NO, N'
RegRoot = hkLocalMachine
Root = 'Software\%APPL_NAME%'
SubStorages = <>
Left = 136
Top = 208
end
object SessionManager: TROInMemorySessionManager
OnSessionDeleted = SessionManagerSessionDeleted
SessionDuration = -1
Left = 216
Top = 16
end
object JvLogFile1: TJvLogFile
FileName = 'ServerLog.txt'
Active = False
Left = 136
Top = 144
end
object DAIBXDriver: TDAIBXDriver
Left = 224
Top = 80
end
end