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

Diff of /papo/forms/entitySearch.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 145  Line 145 
145                    entitySearchBlock.searchEntityUidTypeEntry= str(entityUidTypeResultBlock.entityUidTypeResultNameEntry)                    entitySearchBlock.searchEntityUidTypeEntry= str(entityUidTypeResultBlock.entityUidTypeResultNameEntry)
146    
147                # look for the name...                # look for the name...
148                entityUidTypeResultBlock.processRollback ()                entityUidTypeResultBlock.clear()
149                entityUidTypeResultBlock.initQuery ()                entityUidTypeResultBlock.initQuery ()
150                entityUidTypeResultBlock.entityUidTypeResultNameEntry= str(entitySearchBlock.searchEntityUidTypeEntry)+'%'                entityUidTypeResultBlock.entityUidTypeResultNameEntry= str(entitySearchBlock.searchEntityUidTypeEntry)+'%'
151                entityUidTypeResultBlock.processQuery ()                entityUidTypeResultBlock.processQuery ()
# Line 189  Line 189 
189                    entitySearchBlock.searchEntityTypeEntry= str(entityTypeResultBlock.entityTypeResultNameEntry)                    entitySearchBlock.searchEntityTypeEntry= str(entityTypeResultBlock.entityTypeResultNameEntry)
190    
191                # look for the name...                # look for the name...
192                entityTypeResultBlock.processRollback ()                entityTypeResultBlock.clear()
193                entityTypeResultBlock.initQuery ()                entityTypeResultBlock.initQuery ()
194                entityTypeResultBlock.entityTypeResultNameEntry= str(entitySearchBlock.searchEntityTypeEntry)+'%'                entityTypeResultBlock.entityTypeResultNameEntry= str(entitySearchBlock.searchEntityTypeEntry)+'%'
195                entityTypeResultBlock.processQuery ()                entityTypeResultBlock.processQuery ()
# Line 232  Line 232 
232                    entitySearchBlock.categoryEntry= str(categoryTypeResultBlock.categoryTypeResultNameEntry)                    entitySearchBlock.categoryEntry= str(categoryTypeResultBlock.categoryTypeResultNameEntry)
233    
234                # look for the name...                # look for the name...
235                categoryTypeResultBlock.processRollback ()                categoryTypeResultBlock.clear()
236                categoryTypeResultBlock.initQuery ()                categoryTypeResultBlock.initQuery ()
237                categoryTypeResultBlock.categoryTypeResultNameEntry= str(entitySearchBlock.categoryEntry)+'%'                categoryTypeResultBlock.categoryTypeResultNameEntry= str(entitySearchBlock.categoryEntry)+'%'
238                categoryTypeResultBlock.processQuery ()                categoryTypeResultBlock.processQuery ()
# Line 273  Line 273 
273                    entitySearchBlock.attributeEntry= str(categoryAtributeResultBlock.categoryAtributeResultNameEntry)                    entitySearchBlock.attributeEntry= str(categoryAtributeResultBlock.categoryAtributeResultNameEntry)
274    
275                # look for the name...                # look for the name...
276                categoryAtributeResultBlock.processRollback ()                categoryAtributeResultBlock.clear()
277                categoryAtributeResultBlock.initQuery ()                categoryAtributeResultBlock.initQuery ()
278                categoryAtributeResultBlock.categoryAtributeResultNameEntry= str(entitySearchBlock.attributeEntry)+'%'                categoryAtributeResultBlock.categoryAtributeResultNameEntry= str(entitySearchBlock.attributeEntry)+'%'
279                categoryAtributeResultBlock.categoryAtributeResultTypeIdEntry= str(entitySearchBlock.categoryIdEntry)                categoryAtributeResultBlock.categoryAtributeResultTypeIdEntry= str(entitySearchBlock.categoryIdEntry)
# Line 306  Line 306 
306            
307      #   self._object.dispatchEvent(GFEvent('beginWAIT'))      #   self._object.dispatchEvent(GFEvent('beginWAIT'))
308            
309      #   entityResultBlock.processRollback()      #   entityResultBlock.clear()
310      #   entityResultBlock.initQuery()      #   entityResultBlock.initQuery()
311      #   #if str(entitySearchBlock.searchEntityIdEntry):      #   #if str(entitySearchBlock.searchEntityIdEntry):
312            

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