AbetoDesign_FactuGES2/Source/Modulos/Contactos/Data/uDataModuleComerciales.dfm

216 lines
6.0 KiB
Plaintext

inherited DataModuleComerciales: TDataModuleComerciales
inherited ds_Contactos: TDADataSource
DataSet = tbl_Contactos.Dataset
end
inherited ds_DireccionesContacto: TDADataSource
DataSet = tbl_DireccionesContacto.Dataset
end
inherited ds_DatosBancarios: TDADataSource
DataSet = tbl_DatosBancarios.Dataset
end
inherited ds_PersonalContacto: TDADataSource
DataSet = tbl_PersonalContacto.Dataset
end
inherited ds_ContactosDirecciones: TDADataSource
DataSet = tbl_ContactosDirecciones.Dataset
end
object tbl_Comerciales: TDAMemDataTable
RemoteUpdatesOptions = []
Fields = <
item
Name = 'ID'
DataType = datAutoInc
GeneratorName = 'GEN_CONTACTOS_ID'
ServerAutoRefresh = True
DictionaryEntry = 'Comerciales_ID'
InPrimaryKey = True
end
item
Name = 'ID_CATEGORIA'
DataType = datInteger
DisplayLabel = 'Comerciales_ID_CATEGORIA'
DictionaryEntry = 'Comerciales_ID_CATEGORIA'
end
item
Name = 'NIF_CIF'
DataType = datString
Size = 15
DisplayLabel = 'Comerciales_NIF_CIF'
DictionaryEntry = 'Comerciales_NIF_CIF'
end
item
Name = 'NOMBRE'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_NOMBRE'
DictionaryEntry = 'Comerciales_NOMBRE'
end
item
Name = 'PERSONA_CONTACTO'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_PERSONA_CONTACTO'
DictionaryEntry = 'Comerciales_PERSONA_CONTACTO'
end
item
Name = 'CALLE'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_CALLE'
DictionaryEntry = 'Comerciales_CALLE'
end
item
Name = 'POBLACION'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_POBLACION'
DictionaryEntry = 'Comerciales_POBLACION'
end
item
Name = 'PROVINCIA'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_PROVINCIA'
DictionaryEntry = 'Comerciales_PROVINCIA'
end
item
Name = 'CODIGO_POSTAL'
DataType = datString
Size = 10
DisplayLabel = 'Comerciales_CODIGO_POSTAL'
DictionaryEntry = 'Comerciales_CODIGO_POSTAL'
end
item
Name = 'TELEFONO_1'
DataType = datString
Size = 25
DisplayLabel = 'Comerciales_TELEFONO_1'
DictionaryEntry = 'Comerciales_TELEFONO_1'
end
item
Name = 'TELEFONO_2'
DataType = datString
Size = 25
DisplayLabel = 'Comerciales_TELEFONO_2'
DictionaryEntry = 'Comerciales_TELEFONO_2'
end
item
Name = 'MOVIL_1'
DataType = datString
Size = 25
DisplayLabel = 'Comerciales_MOVIL_1'
DictionaryEntry = 'Comerciales_MOVIL_1'
end
item
Name = 'MOVIL_2'
DataType = datString
Size = 25
DisplayLabel = 'Comerciales_MOVIL_2'
DictionaryEntry = 'Comerciales_MOVIL_2'
end
item
Name = 'FAX'
DataType = datString
Size = 25
DisplayLabel = 'Comerciales_FAX'
DictionaryEntry = 'Comerciales_FAX'
end
item
Name = 'EMAIL_1'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_EMAIL_1'
DictionaryEntry = 'Comerciales_EMAIL_1'
end
item
Name = 'EMAIL_2'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_EMAIL_2'
DictionaryEntry = 'Comerciales_EMAIL_2'
end
item
Name = 'PAGINA_WEB'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_PAGINA_WEB'
DictionaryEntry = 'Comerciales_PAGINA_WEB'
end
item
Name = 'NOTAS'
DataType = datMemo
DisplayLabel = 'Comerciales_NOTAS'
DictionaryEntry = 'Comerciales_NOTAS'
end
item
Name = 'FECHA_ALTA'
DataType = datDateTime
DisplayLabel = 'Comerciales_FECHA_ALTA'
DictionaryEntry = 'Comerciales_FECHA_ALTA'
end
item
Name = 'FECHA_MODIFICACION'
DataType = datDateTime
DisplayLabel = 'Comerciales_FECHA_MODIFICACION'
DictionaryEntry = 'Comerciales_FECHA_MODIFICACION'
end
item
Name = 'USUARIO'
DataType = datString
Size = 30
DisplayLabel = 'Comerciales_USUARIO'
DictionaryEntry = 'Comerciales_USUARIO'
end
item
Name = 'ID_EMPRESA'
DataType = datInteger
DisplayLabel = 'Comerciales_ID_EMPRESA'
DictionaryEntry = 'Comerciales_ID_EMPRESA'
end
item
Name = 'REFERENCIA'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_REFERENCIA'
DictionaryEntry = 'Comerciales_REFERENCIA'
end
item
Name = 'ID_TIENDA'
DataType = datInteger
DisplayLabel = 'Comerciales_ID_TIENDA'
DictionaryEntry = 'Comerciales_ID_TIENDA'
end
item
Name = 'TIENDA'
DataType = datString
Size = 255
DisplayLabel = 'Comerciales_TIENDA'
DictionaryEntry = 'Comerciales_TIENDA'
end
item
Name = 'COMISION'
DataType = datFloat
DisplayLabel = 'Comerciales_COMISION'
DictionaryEntry = 'Comerciales_COMISION'
end
item
Name = 'DELEGACION'
DataType = datString
Size = 255
end>
Params = <>
StreamingOptions = [soDisableEventsWhileStreaming]
RemoteDataAdapter = rda_Contactos
LogicalName = 'Comerciales'
IndexDefs = <>
Left = 456
Top = 224
end
object ds_Comerciales: TDADataSource
DataSet = tbl_Comerciales.Dataset
DataTable = tbl_Comerciales
Left = 464
Top = 160
end
end