2007-09-12 14:11:44 +00:00
|
|
|
inherited DataModuleEmpleados: TDataModuleEmpleados
|
2007-12-16 21:37:26 +00:00
|
|
|
inherited tbl_Contactos: TDAMemDataTable
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID'
|
|
|
|
|
DataType = datAutoInc
|
|
|
|
|
GeneratorName = 'GEN_CONTACTOS_ID'
|
|
|
|
|
ServerAutoRefresh = True
|
|
|
|
|
DictionaryEntry = 'Contactos_ID'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID_CATEGORIA'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'NIF_CIF'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 15
|
|
|
|
|
DisplayLabel = 'NIF/CIF'
|
|
|
|
|
DictionaryEntry = 'Contactos_NIF_CIF'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'NOMBRE'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
Required = True
|
|
|
|
|
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 = 'FECHA_ALTA'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
DisplayLabel = 'Fecha de alta'
|
|
|
|
|
DictionaryEntry = 'Contactos_FECHA_ALTA'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_MODIFICACION'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
DisplayLabel = 'Fecha de modificaci'#243'n'
|
|
|
|
|
DictionaryEntry = 'Contactos_FECHA_MODIFICACION'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'USUARIO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 20
|
|
|
|
|
DisplayLabel = 'Usuario'
|
|
|
|
|
DictionaryEntry = 'Contactos_USUARIO'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID_EMPRESA'
|
|
|
|
|
DataType = datInteger
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'REFERENCIA'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
DisplayLabel = 'Referencia'
|
|
|
|
|
ServerAutoRefresh = True
|
|
|
|
|
DictionaryEntry = 'Contactos_REFERENCIA'
|
|
|
|
|
end>
|
|
|
|
|
end
|
2007-09-24 11:09:48 +00:00
|
|
|
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
|
|
|
|
|
object tbl_Empleados: TDAMemDataTable
|
2007-09-12 14:11:44 +00:00
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
|
|
|
|
item
|
|
|
|
|
Name = 'ID'
|
|
|
|
|
DataType = datAutoInc
|
2007-09-24 11:09:48 +00:00
|
|
|
GeneratorName = 'GEN_CONTACTOS_ID'
|
2007-10-15 07:53:45 +00:00
|
|
|
ServerAutoRefresh = True
|
2007-09-12 14:11:44 +00:00
|
|
|
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
|
2007-09-24 11:09:48 +00:00
|
|
|
Required = True
|
2007-09-12 14:11:44 +00:00
|
|
|
DisplayLabel = 'Nombre'
|
|
|
|
|
DictionaryEntry = 'Contactos_NOMBRE'
|
|
|
|
|
end
|
|
|
|
|
item
|
2007-09-24 11:09:48 +00:00
|
|
|
Name = 'PERSONA_CONTACTO'
|
2007-09-12 14:11:44 +00:00
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2007-09-24 11:09:48 +00:00
|
|
|
DisplayLabel = 'Persona de contacto'
|
|
|
|
|
DictionaryEntry = 'Contactos_PERSONA_CONTACTO'
|
2007-09-12 14:11:44 +00:00
|
|
|
end
|
|
|
|
|
item
|
2007-09-24 11:09:48 +00:00
|
|
|
Name = 'CALLE'
|
2007-09-12 14:11:44 +00:00
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2007-10-15 07:53:45 +00:00
|
|
|
DisplayLabel = 'Direcci'#243'n'
|
2007-09-24 11:09:48 +00:00
|
|
|
DictionaryEntry = 'Contactos_CALLE'
|
2007-09-12 14:11:44 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'POBLACION'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2007-10-15 07:53:45 +00:00
|
|
|
DisplayLabel = 'Poblaci'#243'n'
|
2007-09-12 14:11:44 +00:00
|
|
|
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
|
2007-10-15 07:53:45 +00:00
|
|
|
DisplayLabel = 'C'#243'digo postal'
|
2007-09-12 14:11:44 +00:00
|
|
|
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
|
2007-10-15 07:53:45 +00:00
|
|
|
DisplayLabel = 'M'#243'vil'
|
2007-09-12 14:11:44 +00:00
|
|
|
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'
|
2007-09-24 11:09:48 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_ALTA'
|
|
|
|
|
DataType = datDateTime
|
2008-02-05 10:08:44 +00:00
|
|
|
DisplayLabel = 'Empleados_FECHA_ALTA'
|
|
|
|
|
DictionaryEntry = 'Empleados_FECHA_ALTA'
|
2007-09-24 11:09:48 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_MODIFICACION'
|
|
|
|
|
DataType = datDateTime
|
2008-02-05 10:08:44 +00:00
|
|
|
DisplayLabel = 'Empleados_FECHA_MODIFICACION'
|
|
|
|
|
DictionaryEntry = 'Empleados_FECHA_MODIFICACION'
|
2007-09-12 14:11:44 +00:00
|
|
|
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'
|
2007-12-16 21:37:26 +00:00
|
|
|
ServerAutoRefresh = True
|
2008-02-05 10:08:44 +00:00
|
|
|
DictionaryEntry = 'Empleados_REFERENCIA'
|
2007-09-12 14:11:44 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_NACIMIENTO'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
DisplayLabel = 'Fecha nacimiento'
|
|
|
|
|
DictionaryEntry = 'Empleados_FECHA_NACIMIENTO'
|
2007-09-24 11:09:48 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CATEGORIA'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2007-10-15 07:53:45 +00:00
|
|
|
DisplayLabel = 'Categor'#237'a'
|
2007-09-24 11:09:48 +00:00
|
|
|
DictionaryEntry = 'Empleados_CATEGORIA'
|
2007-09-12 14:11:44 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FECHA_ALTA_EMPRESA'
|
|
|
|
|
DataType = datDateTime
|
|
|
|
|
DisplayLabel = 'Fecha de alta'
|
|
|
|
|
DictionaryEntry = 'Empleados_FECHA_ALTA_EMPRESA'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FORMACION_BASE'
|
|
|
|
|
DataType = datMemo
|
2007-10-15 07:53:45 +00:00
|
|
|
DisplayLabel = 'Formaci'#243'n base'
|
2007-09-12 14:11:44 +00:00
|
|
|
DictionaryEntry = 'Empleados_FORMACION_BASE'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FORMACION_COMPLE'
|
|
|
|
|
DataType = datMemo
|
2007-10-15 07:53:45 +00:00
|
|
|
DisplayLabel = 'Formaci'#243'n complementaria'
|
2007-09-12 14:11:44 +00:00
|
|
|
DictionaryEntry = 'Empleados_FORMACION_COMPLE'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'FORMACION_RECIBIDA'
|
|
|
|
|
DataType = datMemo
|
2007-10-15 07:53:45 +00:00
|
|
|
DisplayLabel = 'Formaci'#243'n recibida'
|
2007-09-12 14:11:44 +00:00
|
|
|
DictionaryEntry = 'Empleados_FORMACION_RECIBIDA'
|
|
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'EXPERIENCIA'
|
|
|
|
|
DataType = datMemo
|
|
|
|
|
DisplayLabel = 'Experiencia'
|
|
|
|
|
DictionaryEntry = 'Empleados_EXPERIENCIA'
|
2008-02-05 10:08:44 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'CONTRATO'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
|
|
|
|
DisplayLabel = 'Contrato'
|
|
|
|
|
DictionaryEntry = 'Empleados_CONTRATO'
|
2008-02-18 11:55:48 +00:00
|
|
|
end
|
|
|
|
|
item
|
|
|
|
|
Name = 'DURACION'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2007-09-12 14:11:44 +00:00
|
|
|
end>
|
|
|
|
|
Params = <>
|
|
|
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
2007-09-24 11:09:48 +00:00
|
|
|
RemoteDataAdapter = rda_Contactos
|
2007-10-03 10:27:58 +00:00
|
|
|
LocalDataStreamer = Bin2DataStreamer
|
2007-09-12 14:11:44 +00:00
|
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
|
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
|
|
|
LogicalName = 'Empleados'
|
2007-11-14 19:41:42 +00:00
|
|
|
IndexDefs = <>
|
2007-09-12 14:11:44 +00:00
|
|
|
Left = 296
|
2007-09-24 11:09:48 +00:00
|
|
|
Top = 168
|
2007-09-12 14:11:44 +00:00
|
|
|
end
|
|
|
|
|
object ds_Empleados: TDADataSource
|
2007-09-24 11:09:48 +00:00
|
|
|
DataSet = tbl_Empleados.Dataset
|
2007-09-12 14:11:44 +00:00
|
|
|
DataTable = tbl_Empleados
|
|
|
|
|
Left = 296
|
2007-09-24 11:09:48 +00:00
|
|
|
Top = 232
|
2007-09-12 14:11:44 +00:00
|
|
|
end
|
2007-09-24 11:09:48 +00:00
|
|
|
object tbl_GruposEmpleado: TDAMemDataTable
|
2007-09-12 14:11:44 +00:00
|
|
|
RemoteUpdatesOptions = []
|
|
|
|
|
Fields = <
|
2008-02-04 16:33:54 +00:00
|
|
|
item
|
|
|
|
|
Name = 'ID'
|
|
|
|
|
DataType = datAutoInc
|
|
|
|
|
GeneratorName = 'GEN_EMPLEADOS_GRUPOS_ID'
|
|
|
|
|
Required = True
|
|
|
|
|
DictionaryEntry = 'GruposEmpleado_ID'
|
|
|
|
|
InPrimaryKey = True
|
|
|
|
|
end
|
2007-09-12 14:11:44 +00:00
|
|
|
item
|
|
|
|
|
Name = 'DESCRIPCION'
|
|
|
|
|
DataType = datString
|
|
|
|
|
Size = 255
|
2008-02-04 16:33:54 +00:00
|
|
|
DisplayLabel = 'Descripci'#243'n'
|
|
|
|
|
DictionaryEntry = 'GruposEmpleado_DESCRIPCION'
|
2007-09-12 14:11:44 +00:00
|
|
|
end>
|
|
|
|
|
Params = <>
|
|
|
|
|
StreamingOptions = [soDisableEventsWhileStreaming]
|
2007-09-24 11:09:48 +00:00
|
|
|
RemoteDataAdapter = rda_Contactos
|
2007-10-03 10:27:58 +00:00
|
|
|
LocalDataStreamer = Bin2DataStreamer
|
2007-09-12 14:11:44 +00:00
|
|
|
DetailOptions = [dtCascadeOpenClose, dtCascadeApplyUpdates, dtAutoFetch, dtCascadeDelete, dtCascadeUpdate, dtDisableLogOfCascadeDeletes, dtDisableLogOfCascadeUpdates, dtIncludeInAllInOneFetch]
|
|
|
|
|
MasterOptions = [moCascadeOpenClose, moCascadeApplyUpdates, moCascadeDelete, moCascadeUpdate, moDisableLogOfCascadeDeletes, moDisableLogOfCascadeUpdates]
|
|
|
|
|
LogicalName = 'GruposEmpleado'
|
2007-11-14 19:41:42 +00:00
|
|
|
IndexDefs = <>
|
2007-09-24 11:09:48 +00:00
|
|
|
Left = 448
|
|
|
|
|
Top = 168
|
2007-09-12 14:11:44 +00:00
|
|
|
end
|
|
|
|
|
object ds_GruposEmpleado: TDADataSource
|
2007-09-24 11:09:48 +00:00
|
|
|
DataSet = tbl_GruposEmpleado.Dataset
|
2007-09-12 14:11:44 +00:00
|
|
|
DataTable = tbl_GruposEmpleado
|
2007-09-24 11:09:48 +00:00
|
|
|
Left = 448
|
|
|
|
|
Top = 232
|
2007-09-12 14:11:44 +00:00
|
|
|
end
|
|
|
|
|
end
|