Compare commits
No commits in common. "1.2.0" and "master" have entirely different histories.
BIN
BD/FACTUGES.FDB
BIN
BD/FACTUGES.FDB
Binary file not shown.
379
BD/serverlog.txt
379
BD/serverlog.txt
@ -0,0 +1,379 @@
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Connect]
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
ID
|
||||
FROM
|
||||
USUARIOS
|
||||
WHERE USUARIO = :USUARIO AND
|
||||
PASS = :PASS AND
|
||||
ACTIVO = 1
|
||||
|
||||
Plan: PLAN (USUARIOS NATURAL)
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Start transaction]
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Prepare] Select F.RDB$COMPUTED_BLR, F.RDB$DEFAULT_VALUE, R.RDB$DEFAULT_VALUE, R.RDB$FIELD_NAME from RDB$RELATION_FIELDS R, RDB$FIELDS F where R.RDB$RELATION_NAME = :RELATION and R.RDB$FIELD_SOURCE = F.RDB$FIELD_NAME and ((not F.RDB$COMPUTED_BLR is NULL) or (not (F.RDB$DEFAULT_VALUE is NULL and R.RDB$DEFAULT_VALUE is NULL)))
|
||||
|
||||
Plan: PLAN JOIN (R INDEX (RDB$INDEX_4), F INDEX (RDB$INDEX_2))
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Execute] Select F.RDB$COMPUTED_BLR, F.RDB$DEFAULT_VALUE, R.RDB$DEFAULT_VALUE, R.RDB$FIELD_NAME from RDB$RELATION_FIELDS R, RDB$FIELDS F where R.RDB$RELATION_NAME = :RELATION and R.RDB$FIELD_SOURCE = F.RDB$FIELD_NAME and ((not F.RDB$COMPUTED_BLR is NULL) or (not (F.RDB$DEFAULT_VALUE is NULL and R.RDB$DEFAULT_VALUE is NULL)))
|
||||
|
||||
RELATION = USUARIOS
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT RDB$FIELD_NAME, RDB$FIELD_POSITION FROM RDB$RELATION_CONSTRAINTS RR JOIN RDB$INDEX_SEGMENTS RI ON RR.RDB$INDEX_NAME = RI.RDB$INDEX_NAME WHERE RDB$RELATION_NAME = :relation_name AND RDB$CONSTRAINT_TYPE = 'PRIMARY KEY ' ORDER BY RDB$FIELD_POSITION
|
||||
|
||||
Plan: PLAN SORT (JOIN (RR INDEX (RDB$INDEX_42), RI INDEX (RDB$INDEX_6)))
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Execute] SELECT RDB$FIELD_NAME, RDB$FIELD_POSITION FROM RDB$RELATION_CONSTRAINTS RR JOIN RDB$INDEX_SEGMENTS RI ON RR.RDB$INDEX_NAME = RI.RDB$INDEX_NAME WHERE RDB$RELATION_NAME = :relation_name AND RDB$CONSTRAINT_TYPE = 'PRIMARY KEY ' ORDER BY RDB$FIELD_POSITION
|
||||
|
||||
RELATION_NAME = USUARIOS
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Commit (Hard commit)]
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
ID
|
||||
FROM
|
||||
USUARIOS
|
||||
WHERE USUARIO = :USUARIO AND
|
||||
PASS = :PASS AND
|
||||
ACTIVO = 1
|
||||
|
||||
USUARIO = Administrador
|
||||
PASS = 1
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
PERFILES.PERFIL
|
||||
FROM
|
||||
PERFILES, PERFILES_USUARIOS
|
||||
WHERE PERFILES_USUARIOS.ID_USUARIO = :ID_USUARIO
|
||||
AND PERFILES.ID = PERFILES_USUARIOS.ID_PERFIL
|
||||
|
||||
Plan: PLAN JOIN (PERFILES_USUARIOS NATURAL, PERFILES INDEX (PK_PERFILES))
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Start transaction]
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Execute] Select F.RDB$COMPUTED_BLR, F.RDB$DEFAULT_VALUE, R.RDB$DEFAULT_VALUE, R.RDB$FIELD_NAME from RDB$RELATION_FIELDS R, RDB$FIELDS F where R.RDB$RELATION_NAME = :RELATION and R.RDB$FIELD_SOURCE = F.RDB$FIELD_NAME and ((not F.RDB$COMPUTED_BLR is NULL) or (not (F.RDB$DEFAULT_VALUE is NULL and R.RDB$DEFAULT_VALUE is NULL)))
|
||||
|
||||
RELATION = PERFILES
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Execute] SELECT RDB$FIELD_NAME, RDB$FIELD_POSITION FROM RDB$RELATION_CONSTRAINTS RR JOIN RDB$INDEX_SEGMENTS RI ON RR.RDB$INDEX_NAME = RI.RDB$INDEX_NAME WHERE RDB$RELATION_NAME = :relation_name AND RDB$CONSTRAINT_TYPE = 'PRIMARY KEY ' ORDER BY RDB$FIELD_POSITION
|
||||
|
||||
RELATION_NAME = PERFILES
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Commit (Hard commit)]
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
PERFILES.PERFIL
|
||||
FROM
|
||||
PERFILES, PERFILES_USUARIOS
|
||||
WHERE PERFILES_USUARIOS.ID_USUARIO = :ID_USUARIO
|
||||
AND PERFILES.ID = PERFILES_USUARIOS.ID_PERFIL
|
||||
|
||||
ID_USUARIO = 1
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
ID_EMPRESA
|
||||
FROM
|
||||
EMPRESAS_USUARIOS
|
||||
WHERE ID_USUARIO = :ID_USUARIO
|
||||
|
||||
Plan: PLAN (EMPRESAS_USUARIOS NATURAL)
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Start transaction]
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Execute] Select F.RDB$COMPUTED_BLR, F.RDB$DEFAULT_VALUE, R.RDB$DEFAULT_VALUE, R.RDB$FIELD_NAME from RDB$RELATION_FIELDS R, RDB$FIELDS F where R.RDB$RELATION_NAME = :RELATION and R.RDB$FIELD_SOURCE = F.RDB$FIELD_NAME and ((not F.RDB$COMPUTED_BLR is NULL) or (not (F.RDB$DEFAULT_VALUE is NULL and R.RDB$DEFAULT_VALUE is NULL)))
|
||||
|
||||
RELATION = EMPRESAS_USUARIOS
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Execute] SELECT RDB$FIELD_NAME, RDB$FIELD_POSITION FROM RDB$RELATION_CONSTRAINTS RR JOIN RDB$INDEX_SEGMENTS RI ON RR.RDB$INDEX_NAME = RI.RDB$INDEX_NAME WHERE RDB$RELATION_NAME = :relation_name AND RDB$CONSTRAINT_TYPE = 'PRIMARY KEY ' ORDER BY RDB$FIELD_POSITION
|
||||
|
||||
RELATION_NAME = EMPRESAS_USUARIOS
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Commit (Hard commit)]
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:45]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
ID_EMPRESA
|
||||
FROM
|
||||
EMPRESAS_USUARIOS
|
||||
WHERE ID_USUARIO = :ID_USUARIO
|
||||
|
||||
ID_USUARIO = 1
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:46]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION,
|
||||
PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1,
|
||||
MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, NOTAS,
|
||||
FECHA_ALTA, FECHA_MODIFICACION, USUARIO, LOGOTIPO,
|
||||
REGISTRO_MERCANTIL, IVA
|
||||
FROM
|
||||
EMPRESAS WHERE (ID IN (1))
|
||||
|
||||
Plan: PLAN (EMPRESAS INDEX (PK_EMPRESAS))
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:46]
|
||||
[Application: ]
|
||||
: [Start transaction]
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:46]
|
||||
[Application: ]
|
||||
: [Execute] Select F.RDB$COMPUTED_BLR, F.RDB$DEFAULT_VALUE, R.RDB$DEFAULT_VALUE, R.RDB$FIELD_NAME from RDB$RELATION_FIELDS R, RDB$FIELDS F where R.RDB$RELATION_NAME = :RELATION and R.RDB$FIELD_SOURCE = F.RDB$FIELD_NAME and ((not F.RDB$COMPUTED_BLR is NULL) or (not (F.RDB$DEFAULT_VALUE is NULL and R.RDB$DEFAULT_VALUE is NULL)))
|
||||
|
||||
RELATION = EMPRESAS
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:46]
|
||||
[Application: ]
|
||||
: [Execute] SELECT RDB$FIELD_NAME, RDB$FIELD_POSITION FROM RDB$RELATION_CONSTRAINTS RR JOIN RDB$INDEX_SEGMENTS RI ON RR.RDB$INDEX_NAME = RI.RDB$INDEX_NAME WHERE RDB$RELATION_NAME = :relation_name AND RDB$CONSTRAINT_TYPE = 'PRIMARY KEY ' ORDER BY RDB$FIELD_POSITION
|
||||
|
||||
RELATION_NAME = EMPRESAS
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:46]
|
||||
[Application: ]
|
||||
: [Commit (Hard commit)]
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:46]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION,
|
||||
PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1,
|
||||
MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, NOTAS,
|
||||
FECHA_ALTA, FECHA_MODIFICACION, USUARIO, LOGOTIPO,
|
||||
REGISTRO_MERCANTIL, IVA
|
||||
FROM
|
||||
EMPRESAS WHERE (ID IN (1))
|
||||
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:46]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION,
|
||||
PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1,
|
||||
MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, NOTAS,
|
||||
FECHA_ALTA, FECHA_MODIFICACION, USUARIO, LOGOTIPO,
|
||||
REGISTRO_MERCANTIL, IVA
|
||||
FROM
|
||||
EMPRESAS WHERE (ID IN (1))
|
||||
|
||||
Plan: PLAN (EMPRESAS INDEX (PK_EMPRESAS))
|
||||
|
||||
>
|
||||
[04/06/2007 17:15:46]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION,
|
||||
PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1,
|
||||
MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, NOTAS,
|
||||
FECHA_ALTA, FECHA_MODIFICACION, USUARIO, LOGOTIPO,
|
||||
REGISTRO_MERCANTIL, IVA
|
||||
FROM
|
||||
EMPRESAS WHERE (ID IN (1))
|
||||
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:12]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
ID
|
||||
FROM
|
||||
USUARIOS
|
||||
WHERE USUARIO = :USUARIO AND
|
||||
PASS = :PASS AND
|
||||
ACTIVO = 1
|
||||
|
||||
Plan: PLAN (USUARIOS NATURAL)
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:12]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
ID
|
||||
FROM
|
||||
USUARIOS
|
||||
WHERE USUARIO = :USUARIO AND
|
||||
PASS = :PASS AND
|
||||
ACTIVO = 1
|
||||
|
||||
USUARIO = Administrador
|
||||
PASS = 1
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:12]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
PERFILES.PERFIL
|
||||
FROM
|
||||
PERFILES, PERFILES_USUARIOS
|
||||
WHERE PERFILES_USUARIOS.ID_USUARIO = :ID_USUARIO
|
||||
AND PERFILES.ID = PERFILES_USUARIOS.ID_PERFIL
|
||||
|
||||
Plan: PLAN JOIN (PERFILES_USUARIOS NATURAL, PERFILES INDEX (PK_PERFILES))
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:12]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
PERFILES.PERFIL
|
||||
FROM
|
||||
PERFILES, PERFILES_USUARIOS
|
||||
WHERE PERFILES_USUARIOS.ID_USUARIO = :ID_USUARIO
|
||||
AND PERFILES.ID = PERFILES_USUARIOS.ID_PERFIL
|
||||
|
||||
ID_USUARIO = 1
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:12]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
ID_EMPRESA
|
||||
FROM
|
||||
EMPRESAS_USUARIOS
|
||||
WHERE ID_USUARIO = :ID_USUARIO
|
||||
|
||||
Plan: PLAN (EMPRESAS_USUARIOS NATURAL)
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:12]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
ID_EMPRESA
|
||||
FROM
|
||||
EMPRESAS_USUARIOS
|
||||
WHERE ID_USUARIO = :ID_USUARIO
|
||||
|
||||
ID_USUARIO = 1
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:15]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION,
|
||||
PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1,
|
||||
MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, NOTAS,
|
||||
FECHA_ALTA, FECHA_MODIFICACION, USUARIO, LOGOTIPO,
|
||||
REGISTRO_MERCANTIL, IVA
|
||||
FROM
|
||||
EMPRESAS WHERE (ID IN (1))
|
||||
|
||||
Plan: PLAN (EMPRESAS INDEX (PK_EMPRESAS))
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:15]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION,
|
||||
PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1,
|
||||
MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, NOTAS,
|
||||
FECHA_ALTA, FECHA_MODIFICACION, USUARIO, LOGOTIPO,
|
||||
REGISTRO_MERCANTIL, IVA
|
||||
FROM
|
||||
EMPRESAS WHERE (ID IN (1))
|
||||
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:15]
|
||||
[Application: ]
|
||||
: [Prepare] SELECT
|
||||
ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION,
|
||||
PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1,
|
||||
MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, NOTAS,
|
||||
FECHA_ALTA, FECHA_MODIFICACION, USUARIO, LOGOTIPO,
|
||||
REGISTRO_MERCANTIL, IVA
|
||||
FROM
|
||||
EMPRESAS WHERE (ID IN (1))
|
||||
|
||||
Plan: PLAN (EMPRESAS INDEX (PK_EMPRESAS))
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:15]
|
||||
[Application: ]
|
||||
: [Execute] SELECT
|
||||
ID, NIF_CIF, NOMBRE, RAZON_SOCIAL, CALLE, POBLACION,
|
||||
PROVINCIA, CODIGO_POSTAL, TELEFONO_1, TELEFONO_2, MOVIL_1,
|
||||
MOVIL_2, FAX, EMAIL_1, EMAIL_2, PAGINA_WEB, NOTAS,
|
||||
FECHA_ALTA, FECHA_MODIFICACION, USUARIO, LOGOTIPO,
|
||||
REGISTRO_MERCANTIL, IVA
|
||||
FROM
|
||||
EMPRESAS WHERE (ID IN (1))
|
||||
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:44]
|
||||
[Application: ]
|
||||
[Error] -904 335544375 unavailable database
|
||||
|
||||
>
|
||||
[04/06/2007 17:16:48]
|
||||
[Application: ]
|
||||
[Error] -904 335544375 unavailable database
|
||||
|
||||
>
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Base.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Base.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/ClassRegistry.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/ClassRegistry.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosCliente_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/CobrosMontaje_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Contactos_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Contactos_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Contactos_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Contactos_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Contactos_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Contactos_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Contactos_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Contactos_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Contactos_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Contactos_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/ControllerBase.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/ControllerBase.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/DataAbstract_D10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/DataAbstract_D10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/DocumentosAsociados.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/DocumentosAsociados.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Empresas_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Empresas_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Empresas_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Empresas_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Empresas_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Empresas_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Empresas_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Empresas_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Empresas_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Empresas_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/FactuGES.exe
Normal file
BIN
Output/Produccion/Nueva carpeta/FactuGES.exe
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/FacturasCliente_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/GUIBase.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/GUIBase.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/GUISDK_D10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/GUISDK_D10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Jcl100.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Jcl100.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/JclVcl100.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/JclVcl100.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/JvCoreD10R.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/JvCoreD10R.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/JvCtrlsD10R.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/JvCtrlsD10R.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/JvGlobusD10R.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/JvGlobusD10R.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/JvMMD10R.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/JvMMD10R.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/JvPageCompsD10R.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/JvPageCompsD10R.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/JvStdCtrlsD10R.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/JvStdCtrlsD10R.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/JvSystemD10R.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/JvSystemD10R.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesCompleto_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/MontajesDetalle_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Montajes_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Montajes_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Montajes_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Montajes_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Montajes_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Montajes_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Montajes_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Montajes_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Montajes_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Montajes_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PNG_D10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PNG_D10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosMontaje_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PedidosProveedor_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PluginSDK_D10R.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PluginSDK_D10R.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/PngComponentsD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/PngComponentsD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Presupuestos_controller.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Presupuestos_controller.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Presupuestos_data.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Presupuestos_data.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Presupuestos_model.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Presupuestos_model.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Presupuestos_plugin.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Presupuestos_plugin.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Presupuestos_view.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Presupuestos_view.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/Usuarios.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/Usuarios.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/bdertl100.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/bdertl100.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/ccpack10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/ccpack10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cfpack_d10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cfpack_d10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cxDataD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cxDataD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cxEditorsD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cxEditorsD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cxExportD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cxExportD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cxExtEditorsD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cxExtEditorsD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cxGridD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cxGridD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cxIntl5D10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cxIntl5D10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cxIntlPrintSys3D10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cxIntlPrintSys3D10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cxLibraryD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cxLibraryD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/cxPageControlD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/cxPageControlD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/dbrtl100.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/dbrtl100.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/dclcxLibraryD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/dclcxLibraryD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/designide100.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/designide100.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/dsnap100.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/dsnap100.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/dxBarD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/dxBarD10.bpl
Normal file
Binary file not shown.
BIN
Output/Produccion/Nueva carpeta/dxBarExtItemsD10.bpl
Normal file
BIN
Output/Produccion/Nueva carpeta/dxBarExtItemsD10.bpl
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user