Commit Graph

13 Commits

Author SHA1 Message Date
Victor Saisa Lopez
40e2dbbcb8 BUG 9619 "Grillas: Problema en las dependencias al eliminar..." SOLVED
- When you delete a row of a grid in any order (not in sequential order)
  and then add a new row, dependent fields do not work.
- Problem resuelo, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
2012-08-27 18:57:17 -04:00
Victor Saisa Lopez
41f9312f7a BUG 9558 "Suggest field functionality is not intuitive..." SOLVED
- New feature, change SUGGEST field behavior for the insertion of
  a new record
- SUGGEST displays a temporary message to be placed in this field
- SUGGEST when you insert a new record to the database, it displays
  a popup message indicating the insertion
- SUGGEST this field allows the insertion of a new record by pressing
  the key Intro
- Is improved SUGGEST field behavior (when there are results, and when
  there are none)
- Problem solved by adding the SUGGEST field in the Dynaform (in the
  editor DynaForms) this in IE, when ckeck the option "Store new entry"
- Problem solved in method "String.prototype.trim" (JavaScript)
2012-08-16 15:37:15 -04:00
Alvaro Campos
c670ac7550 BUG 7657 Dependent Fields no funcionan SOLVED
- se encontro este problema,pero como nota es valido resaltar que no es permitido tener las mismas variables en el formulario que en la grilla
- se soluciono este problema haciendo los arreglos correspondientes.
2012-05-15 09:19:00 -04:00
Alvaro Campos
8e2f3935e9 BUG 8549 Missing data in grid when delete the first row SOLVED
- just as in a second dynaform you delete the first row of the grid and without submit re open the case from the Inbox or does a Previous Step, the information which had the grid is lost and this deconfigured
- This problem was solved by rearranging the keys of the grids in gulliver
2012-03-09 16:44:53 -04:00
Hector Cortez
5e5e3c9d0f BUG 7205 Adjustment in SQL queries in the element suggest. 2012-01-12 11:05:45 -04:00
Hector Cortez
724bbabedd BUG 8160 Fix Bug in the search for component Suggest. 2011-12-16 12:33:55 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Douglas Medrano Chura
3bf6158144 BUG 7038 Solved character special in the field suggest
The problem was solved by correcting the sending of special characters from url ajax, also resolved a problem that occasions to use the euro symbol in the field Suggest on internet explorer.
2011-06-28 12:02:12 -04:00
Hector Cortez
c39eb93a60 BUG 7093 Suggest adjustment for queries execution. 2011-06-17 09:45:13 -04:00
Carlos Pacha
491703cd41 BUG 6956 pmos2.0.27 campo Suggest el SQL necesita siempre un Espacio al final
This issue was solved
2011-05-24 15:26:12 -04:00
Carlos Pacha
a5abd40040 BUG 5408 this issue was improved.
I've not  been able to reproduce this bug, however I could see into the code it's doing "SELECT FIELD_UID, FIELDA, FIELDB FROM YOURTABLE" then to solve this issue I have added some code now the code it's doing "SELECT FIELD_UID, FIELDA, FIELDB FROM YOURTABLE where FIELDA LIKE 'FIELDSEARCH%'"
2011-04-07 09:31:51 -04:00
abraar
63cb1fa5ad Removed: Function eregi() and eregi_replace()
Added: preg_match() and preg_replace()
2010-12-08 15:05:47 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00