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

Diff of /papo/forms/productSelect.gfd

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

revision 1.1 by apronotti, Fri Jan 31 22:18:58 2003 UTC revision 1.2 by apronotti, Mon Feb 17 20:57:15 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.key = str(sourceBlock.prodPriceEntry)        #targetBlock.key = str(sourceBlock.prodPriceEntry)
15        targetBlock.code = str(sourceBlock.prodCodeEntry)        targetBlock.code = str(sourceBlock.prodCodeEntry)
16        targetBlock.desc = str(sourceBlock.prodNameEntry)        targetBlock.desc = str(sourceBlock.prodNameEntry)
17        targetBlock.newRecord()        targetBlock.newRecord()
18      sourceBlock.jumpRecord(recNum+1)      sourceBlock.jumpRecord(recNum+1)
19      targetBlock.key = str(sourceBlock.prodPriceEntry)      #targetBlock.key = str(sourceBlock.prodPriceEntry)
20      targetBlock.code = str(sourceBlock.prodCodeEntry)      targetBlock.code = str(sourceBlock.prodCodeEntry)
21      targetBlock.desc = str(sourceBlock.prodNameEntry)      targetBlock.desc = str(sourceBlock.prodNameEntry)
22            
# Line 33  Line 33 
33    
34    <page>    <page>
35      <block name="targetBlock" datasource="ghost">      <block name="targetBlock" datasource="ghost">
36        <entry name="key" field="key" x="2" y="2" width="20" hidden=""/>  <!--       <entry name="key" field="key" x="2" y="2" width="20" hidden=""/> -->
37        <label name="codeLbl" text="Código" x="2" y="1" />        <label name="codeLbl" text="Código" x="2" y="1" />
38        <entry name="code" field="code" x="2" y="2" width="20" rows="23"/>        <entry name="code" field="code" x="2" y="2" width="20" rows="23"/>
39        <label name="descLbl" text="Nombre o Descripción" x="25" y="1" />        <label name="descLbl" text="Nombre o Descripción" x="25" y="1" />

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