This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
LuisLeon_FactuGES2/Source/Modulos/Impresiones/Servidor/srvImpresiones_Impl.dfm

143 lines
3.7 KiB
Plaintext

object srvImpresiones: TsrvImpresiones
OldCreateOrder = True
ConnectionName = 'IBX'
ServiceSchema = schImpresiones
ServiceDataStreamer = Bin2DataStreamer
AllowExecuteSQL = True
ExportedDataTables = <>
BeforeAcquireConnection = DataAbstractServiceBeforeAcquireConnection
Height = 202
Width = 392
object Diagrams: TDADiagrams
Left = 150
Top = 90
DiagramData = '<Diagrams>'#13#10'</Diagrams>'#13#10
end
object DataDictionary: TDADataDictionary
Fields = <
item
Name = 'Referencias_CODIGO'
DataType = datString
Size = 50
DisplayLabel = 'CODIGO'
end
item
Name = 'Referencias_DESCRIPCION'
DataType = datString
Size = 255
DisplayLabel = 'Referencias'
end
item
Name = 'Referencias_VALOR'
DataType = datString
Size = 255
DisplayLabel = 'C'#243'digo'
end
item
Name = 'Referencias_ID_EMPRESA'
DataType = datInteger
DisplayLabel = 'ID_EMPRESA'
end>
Left = 150
Top = 24
end
object schImpresiones: TDASchema
ConnectionManager = dmServer.ConnectionManager
DataDictionary = DataDictionary
Diagrams = Diagrams
Datasets = <
item
Params = <>
Statements = <
item
Connection = 'IBX'
TargetTable = 'IMPRESIONES'
SQL = 'select ID, TABLA, ID_TABLA, NUM_COPIAS'#10'from IMPRESIONES'
StatementType = stSQL
ColumnMappings = <
item
DatasetField = 'ID'
TableField = 'ID'
end
item
DatasetField = 'TABLA'
TableField = 'TABLA'
end
item
DatasetField = 'ID_TABLA'
TableField = 'ID_TABLA'
end
item
DatasetField = 'NUM_COPIAS'
TableField = 'NUM_COPIAS'
end>
end>
Name = 'Impresiones'
Fields = <
item
Name = 'ID'
DataType = datAutoInc
GeneratorName = 'GEN_IMPRESIONES_ID'
InPrimaryKey = True
end
item
Name = 'TABLA'
DataType = datString
Size = 255
end
item
Name = 'ID_TABLA'
DataType = datInteger
end
item
Name = 'NUM_COPIAS'
DataType = datInteger
end>
end>
JoinDataTables = <>
UnionDataTables = <>
Commands = <
item
Params = <
item
Name = 'Tabla'
DataType = datString
Size = 255
Value = ''
ParamType = daptInput
end
item
Name = 'IdTabla'
Value = ''
end>
Statements = <
item
Connection = 'IBX'
TargetTable = 'IMPRESIONES'
SQL = 'execute procedure PRO_ANADIR_MARCA_IMPRESION :Tabla, :IdTabla'
StatementType = stSQL
ColumnMappings = <>
end>
Name = 'AnadirMarcaImpresion'
end>
RelationShips = <>
UpdateRules = <>
Version = 0
Left = 48
Top = 24
end
object bpImpresiones: TDABusinessProcessor
Schema = schImpresiones
UpdateCommandName = 'Update_Referencias'
ReferencedDataset = 'Referencias'
ProcessorOptions = [poAutoGenerateRefreshDataset, poPrepareCommands]
UpdateMode = updWhereKeyOnly
Left = 248
Top = 24
end
object Bin2DataStreamer: TDABin2DataStreamer
Left = 48
Top = 80
end
end