/[papo]/papo/forms/product.gfd
ViewVC logotype

Diff of /papo/forms/product.gfd

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

revision 1.26 by styxman, Fri Feb 21 21:55:30 2003 UTC revision 1.27 by styxman, Tue Feb 25 01:57:16 2003 UTC
# Line 414  Line 414 
414          <entry name="canonical_nameEntry" field="_product_data.canonical_name"          <entry name="canonical_nameEntry" field="_product_data.canonical_name"
415            x="2" y="2" width="48"/>            x="2" y="2" width="48"/>
416          <button x="57" y="2" width="10" height="1" label="Nuevo" trigger="newProductTrigger">          <button x="57" y="2" width="10" height="1" label="Nuevo" trigger="newProductTrigger">
417            <trigger type="NAMED" name="newProductTrigger">            <trigger type="NAMED" name="newProductTrigger"><![CDATA[
418            productBlock.newRecord()              from hack import confirmRollback
419            setFocus(productBlock.canonical_nameEntry)  
420            </trigger>              confirmRollback (self, productBlock, 'productCommitTrigger', productBlock.canonical_nameEntry)
421              ]]></trigger>
422          </button>          </button>
423          <label text="Clasificación:" x="1" y="3"/>          <label text="Clasificación:" x="1" y="3"/>
424          <entry name="product_classificationIdEntry" field="_product_data.product_classification"          <entry name="product_classificationIdEntry" field="_product_data.product_classification"
# Line 509  Line 510 
510              except ImportError:              except ImportError:
511                  from gnue.common.events.Event import Event as GFEvent                  from gnue.common.events.Event import Event as GFEvent
512    
             setStatusText('buscando...')  
513              self._object.dispatchEvent(GFEvent('beginWAIT'))              self._object.dispatchEvent(GFEvent('beginWAIT'))
514                setStatusText('buscando...')
515    
516              def setCountry (recNo):              def setCountry (recNo):
517                if recNo>=0:                if recNo>=0:

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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