Commit a5ada51d authored by ssarkar's avatar ssarkar

update by sumit on 17/05/13 chg_user filed missing in header


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93098 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6c5c5e4e
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>40</height>
<height>92</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -49,7 +49,19 @@
<name>repl_order</name>
<dbname>repl_iss_hdr.repl_order</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;repl_iss_hdr&quot; ) COLUMN(NAME=&quot;repl_iss_hdr.repl_order&quot;)) </retrieve>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code__aprv</name>
<dbname>repl_iss_hdr.emp_code__aprv</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>repl_iss_hdr.chg_user</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;repl_iss_hdr&quot; ) COLUMN(NAME=&quot;repl_iss_hdr.repl_order&quot;) COLUMN(NAME=&quot;repl_iss_hdr.emp_code__aprv&quot;) COLUMN(NAME=&quot;repl_iss_hdr.chg_user&quot;)) </retrieve>
</TableDefinition>
<TextObject>
<band>Detail</band>
......@@ -58,7 +70,7 @@
<border>0</border>
<color>33554432</color>
<x>0</x>
<y>1</y>
<y>5</y>
<height>15</height>
<width>131</width>
<html>
......@@ -87,7 +99,7 @@
<border>5</border>
<color>33554432</color>
<x>136</x>
<y>1</y>
<y>5</y>
<height>16</height>
<width>88</width>
<format>[general]</format>
......@@ -118,6 +130,64 @@
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>0</border>
<color>33554432</color>
<x>136</x>
<y>29</y>
<height>16</height>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv</name>
<visible>0</visible>
<font>
<face>Times</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>0</border>
<color>33554432</color>
<x>136</x>
<y>54</y>
<height>16</height>
<width>88</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<visible>0</visible>
<font>
<face>Times</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -3,11 +3,15 @@ release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=40 color="536870912" )
detail(height=92 color="536870912" )
table(column=(type=char(10) updatewhereclause=yes name=repl_order dbname="repl_iss_hdr.repl_order" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"repl_iss_hdr~" ) COLUMN(NAME=~"repl_iss_hdr.repl_order~")) " )
text(band=detail alignment="1" text="Replenishment Order:" border="0" color="33554432" x="0" y="1" height="15" width="131" html.valueishtml="0" name=repl_order_t visible="1" font.face="Times" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="136" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=repl_order tag="Replenishment oder ID" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column=(type=char(10) updatewhereclause=yes name=emp_code__aprv dbname="repl_iss_hdr.emp_code__aprv" )
column=(type=char(10) updatewhereclause=yes name=chg_user dbname="repl_iss_hdr.chg_user" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"repl_iss_hdr~" ) COLUMN(NAME=~"repl_iss_hdr.repl_order~") COLUMN(NAME=~"repl_iss_hdr.emp_code__aprv~") COLUMN(NAME=~"repl_iss_hdr.chg_user~")) " )
text(band=detail alignment="1" text="Replenishment Order:" border="0" color="33554432" x="0" y="5" height="15" width="131" html.valueishtml="0" name=repl_order_t visible="1" font.face="Times" font.height="-10" font.weight="400" font.family="0" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="33554432" x="136" y="5" height="16" width="88" format="[general]" html.valueishtml="0" name=repl_order tag="Replenishment oder ID" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="33554432" x="136" y="29" height="16" width="88" html.valueishtml="0" name=emp_code__aprv visible="0" font.face="Times" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=30 border="0" color="33554432" x="136" y="54" height="16" width="88" html.valueishtml="0" name=chg_user visible="0" font.face="Times" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment