/[papo]/papo/forms/erm.neb
ViewVC logotype

Diff of /papo/forms/erm.neb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mhepp, Fri May 9 21:16:41 2003 UTC revision 1.2 by apronotti, Wed May 14 19:01:50 2003 UTC
# Line 33  Line 33 
33    
34    self._object.dispatchEvent(GFEvent('beginWAIT'))    self._object.dispatchEvent(GFEvent('beginWAIT'))
35    
36    ermResultBlock.processRollback()    ermResultBlock.clear()
37    ermResultBlock.initQuery()    ermResultBlock.initQuery()
38    if str(ermSearchBlock.searchEntityIdEntry):    if str(ermSearchBlock.searchEntityIdEntry):
39        ermResultBlock.ermEntityEntry = str(ermSearchBlock.searchEntityIdEntry)+'%'        ermResultBlock.ermEntityEntry = str(ermSearchBlock.searchEntityIdEntry)+'%'
# Line 86  Line 86 
86    <!-- búsqueda -->    <!-- búsqueda -->
87    <page name="búsqueda de erm">    <page name="búsqueda de erm">
88      <trigger type="Pre-Focusout"><![CDATA[      <trigger type="Pre-Focusout"><![CDATA[
89       ermBlock.processRollback()       ermBlock.clear()
90       if ermResultBlock.getRecordCount() > 0 and not ermResultBlock.getCurrentRecord().isEmpty():       if ermResultBlock.getRecordCount() > 0 and not ermResultBlock.getCurrentRecord().isEmpty():
91         ermBlock.initQuery()         ermBlock.initQuery()
92         ermBlock.idEntry = str(ermResultBlock.resultIdEntry)         ermBlock.idEntry = str(ermResultBlock.resultIdEntry)

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26