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

Diff of /papo/forms/client.gfd

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

revision 1.26 by apronotti, Wed Jan 29 18:23:49 2003 UTC revision 1.27 by styxman, Tue Feb 4 23:57:00 2003 UTC
# Line 517  Line 517 
517          <entry x="1" y="1" field="_entity_uid_data.entity_uid_type"          <entry x="1" y="1" field="_entity_uid_data.entity_uid_type"
518            name="uid_CUIT_TypeEntry"            name="uid_CUIT_TypeEntry"
519            width="19" style="textlookup" readonly="" foreign_key="entityUIDTypeDataSource.id"            width="19" style="textlookup" readonly="" foreign_key="entityUIDTypeDataSource.id"
520            foreign_key_description="name" />            foreign_key_description="name"/>
521          <entry name="uidEntry" field="_entity_uid_data.uid"          <entry name="uidEntry" field="_entity_uid_data.uid"
522            x="20" y="1" width="24"/>            x="20" y="1" width="24">
523              <trigger type="PRE-FOCUSOUT"><![CDATA[
524                from cuit import validate
525    
526                if not validate (str(clientUID_CUIT_Block.uidEntry)):
527                  form.genericBox ('El CUIT es inválido', ['Aceptar'])
528              ]]></trigger>
529            </entry>
530       </block>       </block>
531       <block name="clientUID_IB_Block" datasource="entityUID_IB_DataSource">       <block name="clientUID_IB_Block" datasource="entityUID_IB_DataSource">
532          <entry x="1" y="2" field="_entity_uid_data.entity_uid_type"          <entry x="1" y="2" field="_entity_uid_data.entity_uid_type"

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