Commit e25f8256 authored by mchaudhari's avatar mchaudhari

Solve Site Code Value not showing


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95680 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 25eeec34
......@@ -27,7 +27,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=amd_no
column=(type=decimal(3) update=yes updatewhereclause=yes name=set_time dbname="worder_route_alt.set_time" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=run_time dbname="worder_route_alt.run_time" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=reset_time dbname="worder_route_alt.reset_time" )
column=(type=char(5) updatewhereclause=yes name=site_code dbname="worder_route_alt.site_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="worder_route_alt.site_code" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"worder_route_alt~" ) COLUMN(NAME=~"worder_route_alt.amd_no~") COLUMN(NAME=~"worder_route_alt.amd_date~") COLUMN(NAME=~"worder_route_alt.work_order~") COLUMN(NAME=~"worder_route_alt.operation~") COLUMN(NAME=~"worder_route_alt.work_ctr__o~") COLUMN(NAME=~"worder_route_alt.mc_code__o~") COLUMN(NAME=~"worder_route_alt.work_ctr~") COLUMN(NAME=~"worder_route_alt.mc_code~") COLUMN(NAME=~"worder_route_alt.confirmed~") COLUMN(NAME=~"worder_route_alt.conf_date~") COLUMN(NAME=~"worder_route_alt.remarks~") COLUMN(NAME=~"worder_route_alt.chg_date~") COLUMN(NAME=~"worder_route_alt.chg_user~") COLUMN(NAME=~"worder_route_alt.chg_term~") COLUMN(NAME=~"worder_route_alt.operation_parent~") COLUMN(NAME=~"worder_route_alt.emp_code__aprv~") COLUMN(NAME=~"worder_route_alt.item_code~") COLUMN(NAME=~"worder_route_alt.proc_code~") COLUMN(NAME=~"worder_route_alt.wait_time~") COLUMN(NAME=~"worder_route_alt.set_time~") COLUMN(NAME=~"worder_route_alt.run_time~") COLUMN(NAME=~"worder_route_alt.reset_time~") COLUMN(NAME=~"worder_route_alt.site_code~")WHERE( EXP1 =~"worder_route_alt.work_order~" OP =~"=~" EXP2 =~":work_order~" ) ) ARG(NAME = ~"work_order~" TYPE = string) " update="WORDER_ROUTE_ALT" updatewhere=1 updatekeyinplace=no arguments=(("work_order", string)) )
text(band=header alignment="2" text="Amd No" border="6" color="33554432" x="2" y="2" height="15" width="90" html.valueishtml="0" name=amd_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Amd Date" border="6" color="33554432" x="94" y="2" height="15" width="127" html.valueishtml="0" name=amd_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
......
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