git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/branches/D2007-DA5@21 0c75b7a4-871f-7646-8a2f-f78d34cc349f
490 lines
14 KiB
Plaintext
490 lines
14 KiB
Plaintext
object DataModuleContactos: TDataModuleContactos
|
|
OldCreateOrder = True
|
|
OnCreate = DAClientDataModuleCreate
|
|
Height = 420
|
|
Width = 527
|
|
object RORemoteService: TRORemoteService
|
|
Message = ROBinMessage1
|
|
Channel = ROWinInetHTTPChannel1
|
|
ServiceName = 'srvContactos'
|
|
Left = 40
|
|
Top = 16
|
|
end
|
|
object tbl_Contactos: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datAutoInc
|
|
DictionaryEntry = 'Contactos_ID'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_CATEGORIA'
|
|
DataType = datInteger
|
|
DisplayLabel = 'Contactos_ID_CATEGORIA'
|
|
DictionaryEntry = 'Contactos_ID_CATEGORIA'
|
|
end
|
|
item
|
|
Name = 'NIF_CIF'
|
|
DataType = datString
|
|
Size = 15
|
|
DisplayLabel = 'NIF/CIF'
|
|
DictionaryEntry = 'Contactos_NIF_CIF'
|
|
end
|
|
item
|
|
Name = 'NOMBRE'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Nombre'
|
|
DictionaryEntry = 'Contactos_NOMBRE'
|
|
end
|
|
item
|
|
Name = 'PERSONA_CONTACTO'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Persona de contacto'
|
|
DictionaryEntry = 'Contactos_PERSONA_CONTACTO'
|
|
end
|
|
item
|
|
Name = 'CALLE'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Direcci'#243'n'
|
|
DictionaryEntry = 'Contactos_CALLE'
|
|
end
|
|
item
|
|
Name = 'POBLACION'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Poblaci'#243'n'
|
|
DictionaryEntry = 'Contactos_POBLACION'
|
|
end
|
|
item
|
|
Name = 'PROVINCIA'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Provincia'
|
|
DictionaryEntry = 'Contactos_PROVINCIA'
|
|
end
|
|
item
|
|
Name = 'CODIGO_POSTAL'
|
|
DataType = datString
|
|
Size = 10
|
|
DisplayLabel = 'C'#243'digo postal'
|
|
DictionaryEntry = 'Contactos_CODIGO_POSTAL'
|
|
end
|
|
item
|
|
Name = 'TELEFONO_1'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Tlf. trabajo'
|
|
DictionaryEntry = 'Contactos_TELEFONO_1'
|
|
end
|
|
item
|
|
Name = 'TELEFONO_2'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Tlf. particular'
|
|
DictionaryEntry = 'Contactos_TELEFONO_2'
|
|
end
|
|
item
|
|
Name = 'MOVIL_1'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'M'#243'vil'
|
|
DictionaryEntry = 'Contactos_MOVIL_1'
|
|
end
|
|
item
|
|
Name = 'MOVIL_2'
|
|
DataType = datString
|
|
Size = 25
|
|
DictionaryEntry = 'Contactos_MOVIL_2'
|
|
end
|
|
item
|
|
Name = 'FAX'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Fax'
|
|
DictionaryEntry = 'Contactos_FAX'
|
|
end
|
|
item
|
|
Name = 'EMAIL_1'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'E-mail trabajo'
|
|
DictionaryEntry = 'Contactos_EMAIL_1'
|
|
end
|
|
item
|
|
Name = 'EMAIL_2'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'E-mail particular'
|
|
DictionaryEntry = 'Contactos_EMAIL_2'
|
|
end
|
|
item
|
|
Name = 'PAGINA_WEB'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Web'
|
|
DictionaryEntry = 'Contactos_PAGINA_WEB'
|
|
end
|
|
item
|
|
Name = 'NOTAS'
|
|
DataType = datMemo
|
|
BlobType = dabtMemo
|
|
DisplayLabel = 'Observaciones'
|
|
DictionaryEntry = 'Contactos_NOTAS'
|
|
end
|
|
item
|
|
Name = 'USUARIO'
|
|
DataType = datString
|
|
Size = 20
|
|
DisplayLabel = 'Usuario'
|
|
DictionaryEntry = 'Contactos_USUARIO'
|
|
end
|
|
item
|
|
Name = 'ID_EMPRESA'
|
|
DataType = datInteger
|
|
DictionaryEntry = 'Contactos_ID_EMPRESA'
|
|
end
|
|
item
|
|
Name = 'REFERENCIA'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Referencia'
|
|
DictionaryEntry = 'Contactos_REFERENCIA'
|
|
end>
|
|
Params = <
|
|
item
|
|
Name = 'ID_CATEGORIA'
|
|
DataType = datInteger
|
|
Value = '22'
|
|
ParamType = daptInput
|
|
end>
|
|
MasterMappingMode = mmDataRequest
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_Contactos
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'Contactos'
|
|
IndexDefs = <>
|
|
Left = 168
|
|
Top = 16
|
|
end
|
|
object ds_Contactos: TDADataSource
|
|
DataSet = tbl_Contactos.Dataset
|
|
DataTable = tbl_Contactos
|
|
Left = 168
|
|
Top = 128
|
|
end
|
|
object tbl_ContactosCategorias: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID_CONTACTO'
|
|
DataType = datInteger
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_CATEGORIA'
|
|
DataType = datInteger
|
|
InPrimaryKey = True
|
|
end>
|
|
Params = <
|
|
item
|
|
Name = 'ID_CONTACTO'
|
|
DataType = datInteger
|
|
Value = '444'
|
|
ParamType = daptInput
|
|
end>
|
|
MasterParamsMappings.Strings = (
|
|
'ID_CONTACTO=ID')
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_ContactosCategorias
|
|
MasterSource = ds_Contactos
|
|
MasterFields = 'ID'
|
|
DetailFields = 'ID_CONTACTO'
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'ContactosCategorias'
|
|
IndexDefs = <>
|
|
Left = 288
|
|
Top = 16
|
|
end
|
|
object ds_ContactosCategorias: TDADataSource
|
|
DataSet = tbl_ContactosCategorias.Dataset
|
|
DataTable = tbl_ContactosCategorias
|
|
Left = 288
|
|
Top = 128
|
|
end
|
|
object tbl_DatosBancarios: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datAutoInc
|
|
DictionaryEntry = 'DatosBancarios_ID'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_CONTACTO'
|
|
DataType = datInteger
|
|
DictionaryEntry = 'DatosBancarios_ID_CONTACTO'
|
|
end
|
|
item
|
|
Name = 'TITULAR'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Titular'
|
|
DictionaryEntry = 'DatosBancarios_TITULAR'
|
|
end
|
|
item
|
|
Name = 'ENTIDAD'
|
|
DataType = datString
|
|
Size = 15
|
|
DisplayLabel = 'C'#243'digo de entidad'
|
|
DictionaryEntry = 'DatosBancarios_ENTIDAD'
|
|
end
|
|
item
|
|
Name = 'SUCURSAL'
|
|
DataType = datString
|
|
Size = 15
|
|
DisplayLabel = 'C'#243'digo de sucursal'
|
|
DictionaryEntry = 'DatosBancarios_SUCURSAL'
|
|
end
|
|
item
|
|
Name = 'DC'
|
|
DataType = datString
|
|
Size = 15
|
|
DisplayLabel = 'D'#237'gito de control'
|
|
DictionaryEntry = 'DatosBancarios_DC'
|
|
end
|
|
item
|
|
Name = 'CUENTA'
|
|
DataType = datString
|
|
Size = 15
|
|
DisplayLabel = 'C'#243'digo de cuenta'
|
|
DictionaryEntry = 'DatosBancarios_CUENTA'
|
|
end>
|
|
Params = <
|
|
item
|
|
Name = 'ID_CONTACTO'
|
|
DataType = datInteger
|
|
Value = ''
|
|
ParamType = daptInput
|
|
end>
|
|
MasterParamsMappings.Strings = (
|
|
'ID_CONTACTO=ID')
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_DatosBancarios
|
|
MasterSource = ds_Contactos
|
|
MasterFields = 'ID'
|
|
DetailFields = 'ID_CONTACTO'
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'DatosBancarios'
|
|
IndexDefs = <>
|
|
Left = 432
|
|
Top = 16
|
|
end
|
|
object ds_DatosBancarios: TDADataSource
|
|
DataSet = tbl_DatosBancarios.Dataset
|
|
DataTable = tbl_DatosBancarios
|
|
Left = 432
|
|
Top = 128
|
|
end
|
|
object DADesigntimeCall1: TDADesigntimeCall
|
|
RemoteService = LoginRemoteService
|
|
Params = <>
|
|
Left = 40
|
|
Top = 176
|
|
end
|
|
object LoginRemoteService: TRORemoteService
|
|
Message = ROBinMessage1
|
|
Channel = ROWinInetHTTPChannel1
|
|
ServiceName = 'srvLogin'
|
|
Left = 40
|
|
Top = 232
|
|
end
|
|
object ROWinInetHTTPChannel1: TROWinInetHTTPChannel
|
|
UserAgent = 'RemObjects SDK'
|
|
TargetURL = 'http://localhost:8099/bin'
|
|
ServerLocators = <>
|
|
DispatchOptions = []
|
|
Left = 40
|
|
Top = 288
|
|
end
|
|
object ROBinMessage1: TROBinMessage
|
|
Left = 40
|
|
Top = 340
|
|
end
|
|
object tbl_DireccionesContacto: TDACDSDataTable
|
|
RemoteUpdatesOptions = []
|
|
Fields = <
|
|
item
|
|
Name = 'ID'
|
|
DataType = datAutoInc
|
|
DictionaryEntry = 'DireccionesContacto_ID'
|
|
InPrimaryKey = True
|
|
end
|
|
item
|
|
Name = 'ID_CONTACTO'
|
|
DataType = datInteger
|
|
DictionaryEntry = 'DireccionesContacto_ID_CONTACTO'
|
|
end
|
|
item
|
|
Name = 'NOMBRE'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'DireccionesContacto_NOMBRE'
|
|
DictionaryEntry = 'DireccionesContacto_NOMBRE'
|
|
end
|
|
item
|
|
Name = 'CALLE'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Calle'
|
|
DictionaryEntry = 'DireccionesContacto_CALLE'
|
|
end
|
|
item
|
|
Name = 'POBLACION'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Poblaci'#243'n'
|
|
DictionaryEntry = 'DireccionesContacto_POBLACION'
|
|
end
|
|
item
|
|
Name = 'PROVINCIA'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Provincia'
|
|
DictionaryEntry = 'DireccionesContacto_PROVINCIA'
|
|
end
|
|
item
|
|
Name = 'CODIGO_POSTAL'
|
|
DataType = datString
|
|
Size = 10
|
|
DisplayLabel = 'C'#243'digo postal'
|
|
DictionaryEntry = 'DireccionesContacto_CODIGO_POSTAL'
|
|
end
|
|
item
|
|
Name = 'PERSONA_CONTACTO'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'Persona de contacto'
|
|
DictionaryEntry = 'DireccionesContacto_PERSONA_CONTACTO'
|
|
end
|
|
item
|
|
Name = 'TELEFONO'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Tel'#233'fono'
|
|
DictionaryEntry = 'DireccionesContacto_TELEFONO'
|
|
end
|
|
item
|
|
Name = 'MOVIL'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'M'#243'vil'
|
|
DictionaryEntry = 'Contactos_MOVIL_1'
|
|
end
|
|
item
|
|
Name = 'FAX'
|
|
DataType = datString
|
|
Size = 25
|
|
DisplayLabel = 'Fax'
|
|
DictionaryEntry = 'Contactos_FAX'
|
|
end
|
|
item
|
|
Name = 'EMAIL'
|
|
DataType = datString
|
|
Size = 255
|
|
DisplayLabel = 'E-mail'
|
|
DictionaryEntry = 'DireccionesContacto_EMAIL'
|
|
end
|
|
item
|
|
Name = 'NOTAS'
|
|
DataType = datMemo
|
|
DisplayLabel = 'Notas'
|
|
DictionaryEntry = 'DireccionesContacto_NOTAS'
|
|
end
|
|
item
|
|
Name = 'PORTE'
|
|
DataType = datFloat
|
|
DisplayLabel = 'Coste del porte'
|
|
DictionaryEntry = 'DireccionesContacto_PORTE'
|
|
end>
|
|
Params = <
|
|
item
|
|
Name = 'ID_CONTACTO'
|
|
DataType = datInteger
|
|
Value = '9'
|
|
ParamType = daptInput
|
|
end>
|
|
MasterParamsMappings.Strings = (
|
|
'ID_CONTACTO=ID')
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
|
RemoteDataAdapter = rda_DireccionesContacto
|
|
MasterSource = ds_Contactos
|
|
MasterFields = 'ID'
|
|
DetailFields = 'ID_CONTACTO'
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
LogicalName = 'DireccionesContacto'
|
|
IndexDefs = <>
|
|
Left = 168
|
|
Top = 208
|
|
end
|
|
object ds_DireccionesContacto: TDADataSource
|
|
DataSet = tbl_DireccionesContacto.Dataset
|
|
DataTable = tbl_DireccionesContacto
|
|
Left = 168
|
|
Top = 264
|
|
end
|
|
object DataStreamer: TDABinDataStreamer
|
|
Left = 40
|
|
Top = 92
|
|
end
|
|
object rda_Contactos: TDARemoteDataAdapter
|
|
GetSchemaCall.RemoteService = RORemoteService
|
|
GetDataCall.RemoteService = RORemoteService
|
|
UpdateDataCall.RemoteService = RORemoteService
|
|
GetScriptsCall.RemoteService = RORemoteService
|
|
RemoteService = RORemoteService
|
|
DataStreamer = DataStreamer
|
|
Left = 171
|
|
Top = 71
|
|
end
|
|
object rda_ContactosCategorias: TDARemoteDataAdapter
|
|
GetSchemaCall.RemoteService = RORemoteService
|
|
GetDataCall.RemoteService = RORemoteService
|
|
UpdateDataCall.RemoteService = RORemoteService
|
|
GetScriptsCall.RemoteService = RORemoteService
|
|
RemoteService = RORemoteService
|
|
DataStreamer = DataStreamer
|
|
Left = 291
|
|
Top = 71
|
|
end
|
|
object rda_DatosBancarios: TDARemoteDataAdapter
|
|
GetSchemaCall.RemoteService = RORemoteService
|
|
GetDataCall.RemoteService = RORemoteService
|
|
UpdateDataCall.RemoteService = RORemoteService
|
|
GetScriptsCall.RemoteService = RORemoteService
|
|
RemoteService = RORemoteService
|
|
DataStreamer = DataStreamer
|
|
Left = 427
|
|
Top = 71
|
|
end
|
|
object rda_DireccionesContacto: TDARemoteDataAdapter
|
|
GetSchemaCall.RemoteService = RORemoteService
|
|
GetDataCall.RemoteService = RORemoteService
|
|
UpdateDataCall.RemoteService = RORemoteService
|
|
GetScriptsCall.RemoteService = RORemoteService
|
|
RemoteService = RORemoteService
|
|
DataStreamer = DataStreamer
|
|
Left = 171
|
|
Top = 319
|
|
end
|
|
end
|