Commit Graph

33 Commits

Author SHA1 Message Date
marcelo.cuiza
bac56f9843 PM-4205: (pmDynaform) 0019325: El seteo de los valores de un control checkgroup desde un trigger no populan los labels
.

.

.
2015-11-27 12:27:59 -04:00
Roly Rudy Gutierrez Pinto
8ac366b0e5 PM-3065 improvement: debug panel for var_label update 2015-07-27 15:13:45 -04:00
Luis Fernando Saisa Lopez
914537d445 PM-2828 "In the BPMN Designer, can not connect..." SOLVED 2015-06-01 13:58:50 -04:00
marcelo.cuiza
605c22c101 PM-1492
Las condiciones no funcionan correctamente, si es que no estan dentro de parentesis ().

Se encapsulo en parentesis toda condicion dada que contenga un operador logico.
2015-02-20 13:10:58 -04:00
Luis Fernando Saisa Lopez
9baa826b78 BUG 14835 "php "if" statement generating error" SOLVED
- php "if" statement generating error
- Problema resuelto, se ha completado las validaciones con los operadores faltantes.
2014-08-29 15:44:41 -04:00
Luis Fernando Saisa Lopez
c935c261b0 BUG 14056 "Oracle Connection Parameters with TNS" SOLVED
- Oracle Connection Parameters with TNS.
- Problema resuelto, en DATABASE CONNECTIONS al hacer click en New, en el dynaform "Add new Database Source" se agrega
  dos campos un dropdown "Select Connection Type" con dos opciones "NORMAL y TNS" y el campo de tipo "TNS", estos nuevos
  campos se muestran cuando se selecciona la opcion en engine "oracle" si es en otro caso se ocultaran. Tambien se adiciona
  dos nuevos campos en la tabla "DB_SOURCE" que son: "DBS_CONNECTION_TYPE" y "DBS_TNS".
  Cuando se selecciona "oracle" y tipo de conexion "TNS", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la prueba con exito o falla.
  Cuando se selecciona "oracle" y tipo de conexion "NORMAL", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la conexion tal como se hacia anteriomente.
2014-05-22 10:09:33 -04:00
Roly Rudy Gutierrez Pinto
eb768ec8bc BUG-14835-14183 When a trigger containing the statement 'if (@ @ test! = '1' && @ @ Test2 =='') 'using the Boolean operator'! = 'Create throws an error code evaluation & support expresion @@a = @@b = @@c; .SOLVED. 2014-05-15 15:14:36 -04:00
Julio Cesar Laura
f0988abb99 BUGS 14025 and 14476 IMPROVEMENETS 2014-04-10 12:52:13 -04:00
Luis Fernando Saisa Lopez
88604409a1 BUG 13974 "Error in triggers in lines of code commented" SOLVED
- Error in triggers in lines of code commented.
- Problema Resuelto, Se valida el Script del triggers quitando todo los comnetarios que existe en el codigo antes de ser
  ejecutado, el cambio se lo realizo en el metodo "setScript($sScript = '')".
2014-03-18 12:13:37 -04:00
Luis Fernando Saisa Lopez
13552bf8a0 BUG 13974 "Error in triggers in lines of code commented" SOLVED
- Error in triggers in lines of code commented.
- Problema Resuelto, Se valida el Script del triggers quitando todo los comnetarios que existe en el codigo antes de ser
  ejecutado, el cambio se lo realizo en el metodo "setScript($sScript = '')".
2014-03-18 10:29:57 -04:00
Luis Fernando Saisa Lopez
75f0697093 BUG 13974 "Error in triggers in lines of code commented" SOLVED
- Error in triggers in lines of code commented.
- Problema Resuelto, Se valida el Script del triggers quitando todo los comnetarios que existe en el codigo antes de ser
  ejecutado, el cambio se lo realizo en el metodo "setScript($sScript = '')".
2014-03-14 14:10:22 -04:00
Brayan Osmar Pereyra Suxo
5103b9804b Correcion de label para el Debug en triggers 2014-02-12 16:08:10 -04:00
Roly Gutierrez
e44d59e5d5 BUG-12991 VALIDATION PHP Notice: Undefined index in Array 2013-10-08 08:59:49 -04:00
Julio Cesar Laura
198219772a BUG 11534 Error al derivar un caso mediante condicion SOLVED
Missing validation when $aMatch[5][$i][0] value not exists
Added missing validation
2013-05-02 16:24:25 -04:00
Julio Cesar Laura
27bad7b6de BUG 9933 another improvement evaluating conditions with grid values 2013-04-24 15:36:08 -04:00
Julio Cesar Laura
b4589224f2 BUG 9933 Step conditions evaluating too early IMPROVEMENT 2013-04-22 13:31:19 -04:00
Brayan Osmar Pereyra Suxo
f420618e82 BUG 8281 I changed the variable $errstr SOLVED
I changed the variable $errstr
2012-11-19 15:45:30 -04:00
Brayan Osmar Pereyra Suxo
83b9c448fa BUG 8281 I added code to save variable __ERROR__ SOLVED
I added code to save variable __ERROR__ and I verified that the variable __ERROR__ was refreshed for new cases
2012-11-19 15:16:29 -04:00
Brayan Osmar Pereyra Suxo
3e12a7700e BUG 7000 I added code to save the variables SOLVED
I added code to save the variables in trigger's error
2012-11-19 12:13:26 -04:00
Brayan Osmar Pereyra Suxo
741dedc111 BUG 7000 I added code to save the variables SOLVED
I added code to save the variables in trigger's error
2012-11-19 11:29:17 -04:00
Brayan Osmar Pereyra Suxo
622f1654a4 BUG 7000 I added code to save the variables SOLVED
I added code to save the variables in trigger's error
2012-11-19 10:42:39 -04:00
Hector Cortez
d9d3eed6ff BUG 9321 executeQuery() does not return the number of records affected..SLOVED
- ExecuteQuery() is supposed to return the number of records affected by DELETE, UPDATE and INSERT commands.
- Adjustment in the number of records for different Engines.
2012-10-12 16:57:47 -04:00
Fernando Ontiveros
edf40d2490 CODE STYLE class.pmScript.php 2012-10-09 12:59:01 -04:00
Hector Cortez
d634c89f20 BUG 8403 executeQuery() needs to support SHOW, DESCRIBE ... queries SOLVED
- If this is updated in a future version, please add WITH. Thanks!
- Addition and validation tests of the WITH clause query for Oracle.
2012-07-23 13:16:20 -04:00
Hector Cortez
c1fab8b2cb BUG 9087 Adjustment for standardization of code SOLVED
- Adjustment workflow/engine/classes/class.pmScript.php file.
2012-07-03 17:56:11 -04:00
Hector Cortez
8da6572fad BUG 9087 Procedimientos Almacenado que empiezan con BEGIN ...SOLVED
- Procedimientos Almacenado no funcionan con executeQuery en Triggers.
- Several Adjustments for execution the Queries, CRUDs, Stored Procedures and User Defined Functions in Oracle(2).
2012-06-13 11:32:04 -04:00
Hector Cortez
21f000be20 BUG 9087 Procedimientos Almacenado que empiezan con BEGIN ...SOLVED
- Procedimientos Almacenado no funcionan con executeQuery en Triggers.
- Several Adjustments for execution the Queries, CRUDs, Stored Procedures and User Defined Functions in Oracle.
2012-06-12 17:19:07 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Gustavo Adolfo Cruz Laura
765c383e21 Bug 6105: The replacement of the deprecated ereg function with preg_match solves the 5.3 issue, the missing class insert has been restored in a previous revision so the 5.2 issue is also fixed. 2011-02-14 20:37:44 +00:00
abraar
7db523fd06 Changes done for PhpDoc 2011-02-03 11:13:21 +00:00
abraar
ef427ec0df Changes done for PhpDoc 2011-02-01 12:49:40 +00:00
Abraar
0248e8121d Changes made for documentation 2011-01-22 12:20:08 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00