git-svn-id: https://192.168.0.254/svn/Proyectos.AlonsoYSal_FactuGES/trunk@27 9a1d36f3-7752-2d40-8ccb-50eb49674c68
666 lines
18 KiB
Plaintext
666 lines
18 KiB
Plaintext
object dmContactos: TdmContactos
|
|
OldCreateOrder = True
|
|
OnCreate = DAClientDataModuleCreate
|
|
RemoteService = RORemoteService
|
|
Adapter = DABINAdapter
|
|
SchemaCall.MethodName = 'GetSchemaAsXML'
|
|
SchemaCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtString
|
|
end>
|
|
Left = 468
|
|
Top = 281
|
|
Height = 498
|
|
Width = 531
|
|
object RORemoteService: TRORemoteService
|
|
ServiceName = 'srvContactos'
|
|
Message = dmBase.ROMessage
|
|
Channel = dmBase.ROChannel
|
|
Left = 48
|
|
Top = 20
|
|
end
|
|
object DABINAdapter: TDABINAdapter
|
|
Left = 48
|
|
Top = 88
|
|
end
|
|
object tbl_Categorias: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'CODIGO'
|
|
DataType = datAutoInc
|
|
BlobType = dabtUnknown
|
|
GeneratorName = 'GEN_CATEGORIAS'
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'C'#243'd. categor'#237'a'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'CODIGOCATEGORIA_GEN'
|
|
InPrimaryKey = True
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'DESCRIPCION'
|
|
DataType = datString
|
|
Size = 100
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
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 = 'Categorias'
|
|
end>
|
|
DataRequestCall.MethodName = 'GetDatasetDataEx'
|
|
DataRequestCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtBinary
|
|
end
|
|
item
|
|
Name = 'DatasetName'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = 'Categorias'
|
|
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 = 'Categorias'
|
|
end>
|
|
ReadOnly = False
|
|
RemoteService = RORemoteService
|
|
Adapter = DABINAdapter
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'Categorias'
|
|
IndexDefs = <>
|
|
Left = 248
|
|
Top = 232
|
|
end
|
|
object ds_Categorias: TDADataSource
|
|
DataTable = tbl_Categorias
|
|
Left = 392
|
|
Top = 216
|
|
end
|
|
object tbl_CategoriasContacto: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'CODIGOCONTACTO'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'C'#243'd. contacto'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'CODIGOCONTACTO'
|
|
InPrimaryKey = True
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CODIGOCATEGORIA'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'C'#243'd. categor'#237'a'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'CODIGOCATEGORIA'
|
|
InPrimaryKey = True
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end>
|
|
Params = <
|
|
item
|
|
Name = 'CODIGOCONTACTO'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
Value = ''
|
|
ParamType = daptInput
|
|
end>
|
|
MasterMappingMode = mmParams
|
|
MasterParamsMappings.Strings = (
|
|
'CODIGOCONTACTO=CODIGO')
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
SchemaCall.MethodName = 'GetDatasetSchema'
|
|
SchemaCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtBinary
|
|
end
|
|
item
|
|
Name = 'aDatasetName'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = 'CategoriasContacto'
|
|
end>
|
|
DataRequestCall.MethodName = 'GetDatasetDataEx'
|
|
DataRequestCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtBinary
|
|
end
|
|
item
|
|
Name = 'DatasetName'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = 'CategoriasContacto'
|
|
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 = 'CategoriasContacto'
|
|
end>
|
|
ReadOnly = False
|
|
RemoteService = RORemoteService
|
|
Adapter = DABINAdapter
|
|
MasterSource = ds_Contactos
|
|
MasterFields = 'CODIGO'
|
|
DetailFields = 'CODIGOCONTACTO'
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'CategoriasContacto'
|
|
IndexDefs = <>
|
|
Left = 248
|
|
Top = 128
|
|
end
|
|
object ds_CategoriasContacto: TDADataSource
|
|
DataTable = tbl_CategoriasContacto
|
|
Left = 400
|
|
Top = 128
|
|
end
|
|
object tbl_Contactos: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'CODIGOEMPRESA'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'C'#243'd. empresa'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'CODIGOEMPRESA'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CODIGO'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'C'#243'd. contacto'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'CODIGOCONTACTO'
|
|
InPrimaryKey = True
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'FECHAALTA'
|
|
DataType = datDateTime
|
|
BlobType = dabtUnknown
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Fecha de alta'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'FECHAALTA'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'USUARIO'
|
|
DataType = datString
|
|
Size = 100
|
|
BlobType = dabtUnknown
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Usuario de alta'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'USUARIO'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'NIFCIF'
|
|
DataType = datString
|
|
Size = 10
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'NIF/CIF'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'NIFCIF'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'NOMBRE'
|
|
DataType = datString
|
|
Size = 100
|
|
BlobType = dabtUnknown
|
|
Required = True
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Nombre'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'NOMBRE'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'NOTAS'
|
|
DataType = datString
|
|
Size = 2000
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Notas'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'NOTAS'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CALLE'
|
|
DataType = datString
|
|
Size = 150
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Calle'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'CALLE'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'PROVINCIA'
|
|
DataType = datString
|
|
Size = 30
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Provincia'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'PROVINCIA'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CODIGOPOSTAL'
|
|
DataType = datString
|
|
Size = 5
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'C'#243'd. postal'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'CODIGOPOSTAL'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'POBLACION'
|
|
DataType = datString
|
|
Size = 40
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Poblaci'#243'n'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'POBLACION'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'TELEFONO1'
|
|
DataType = datString
|
|
Size = 30
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Tlf. particular'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'TELEFONOPARTICULAR'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'TELEFONO2'
|
|
DataType = datString
|
|
Size = 30
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Tlf. trabajo'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'TELEFONOTRABAJO'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'MOVIL'
|
|
DataType = datString
|
|
Size = 30
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'M'#243'vil'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'MOVIL'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'FAX'
|
|
DataType = datString
|
|
Size = 30
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Fax'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'FAX'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CORREO1'
|
|
DataType = datString
|
|
Size = 60
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'E-mail'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'CORREO1'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'CORREO2'
|
|
DataType = datString
|
|
Size = 60
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'E-mail'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'CORREO2'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'PAGINAWEB'
|
|
DataType = datString
|
|
Size = 100
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'P'#225'gina web'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'PAGINAWEB'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'PERSONACONTACTO'
|
|
DataType = datString
|
|
Size = 100
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
DisplayLabel = 'Persona de contacto'
|
|
Alignment = taLeftJustify
|
|
DictionaryEntry = 'PERSONACONTACTO'
|
|
InPrimaryKey = False
|
|
Calculated = False
|
|
Lookup = False
|
|
LookupCache = False
|
|
end
|
|
item
|
|
Name = 'BAJA_LOGICA'
|
|
DataType = datInteger
|
|
BlobType = dabtUnknown
|
|
DisplayWidth = 0
|
|
Alignment = taLeftJustify
|
|
InPrimaryKey = False
|
|
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 = 'Contactos'
|
|
end>
|
|
DataRequestCall.MethodName = 'GetDatasetDataEx'
|
|
DataRequestCall.Params = <
|
|
item
|
|
Name = 'Result'
|
|
ParamType = fResult
|
|
DataType = rtBinary
|
|
end
|
|
item
|
|
Name = 'DatasetName'
|
|
ParamType = fIn
|
|
DataType = rtString
|
|
Value = 'Contactos'
|
|
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 = 'Contactos'
|
|
end>
|
|
ReadOnly = False
|
|
RemoteService = RORemoteService
|
|
Adapter = DABINAdapter
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'Contactos'
|
|
IndexDefs = <>
|
|
Left = 248
|
|
Top = 32
|
|
end
|
|
object ds_Contactos: TDADataSource
|
|
DataTable = tbl_Contactos
|
|
Left = 392
|
|
Top = 32
|
|
end
|
|
end
|