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

Diff of /papo/forms/countrySelect.neb

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

revision 1.1 by apronotti, Thu May 29 14:09:40 2003 UTC revision 1.2 by styxman, Thu Jun 26 15:53:28 2003 UTC
# Line 11  Line 11 
11      lRecordCount = sourceBlock.getRecordCount()      lRecordCount = sourceBlock.getRecordCount()
12      for recNum in range(lRecordCount-1):      for recNum in range(lRecordCount-1):
13        sourceBlock.jumpRecord(recNum)        sourceBlock.jumpRecord(recNum)
14        targetBlock.uid =  str(sourceBlock.iso3Entry)        targetBlock.uid =  str(sourceBlock.codeEntry)
15        targetBlock.desc = str(sourceBlock.nameEntry)        targetBlock.desc = str(sourceBlock.nameEntry)
16        targetBlock.newRecord()        targetBlock.newRecord()
17      sourceBlock.jumpRecord(recNum+1)      sourceBlock.jumpRecord(recNum+1)
18      targetBlock.uid =  str(sourceBlock.iso3Entry)      targetBlock.uid =  str(sourceBlock.codeEntry)
19      targetBlock.desc = str(sourceBlock.nameEntry)      targetBlock.desc = str(sourceBlock.nameEntry)
20    
21      targetBlock      targetBlock.firstRecord ()
22    
23    ]]></trigger>    ]]></trigger>
24    

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