Commit 0520280a authored by mjadhav's avatar mjadhav

add caps letter for lock type


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96838 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fabf07ef
...@@ -10,9 +10,9 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=lock_c ...@@ -10,9 +10,9 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=lock_c
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="inv_lock.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="inv_lock.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="inv_lock.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="inv_lock.chg_term" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=std_days dbname="inv_lock.std_days" initial="0" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=std_days dbname="inv_lock.std_days" initial="0" )
column=(type=char(1) update=yes updatewhereclause=yes name=lock_type dbname="inv_lock.lock_type" initial="0" values="warehouse lock 0/quality lock 1/Administrative lock 2/System managed locks 3/" ) column=(type=char(1) update=yes updatewhereclause=yes name=lock_type dbname="inv_lock.lock_type" initial="0" values="Warehouse lock 0/Quality lock 1/Administrative lock 2/System managed lock 3/" )
column=(type=char(1) update=yes updatewhereclause=yes name=lock_level dbname="inv_lock.lock_level" values="Item I/Lot Info L/Container C/Quantity Q/" ) column=(type=char(1) update=yes updatewhereclause=yes name=lock_level dbname="inv_lock.lock_level" values="Item I/Lot L/Container C/Quantity Q/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_lock~" ) COLUMN(NAME=~"inv_lock.lock_code~") COLUMN(NAME=~"inv_lock.descr~") COLUMN(NAME=~"inv_lock.chg_date~") COLUMN(NAME=~"inv_lock.chg_user~") COLUMN(NAME=~"inv_lock.chg_term~") COLUMN(NAME=~"inv_lock.std_days~") COLUMN(NAME=~"inv_lock.lock_type~") COLUMN(NAME=~"inv_lock.lock_level~")WHERE( EXP1 =~"INV_LOCK.LOCK_CODE~" OP =~"=~" EXP2 =~":lock_code~" ) ) ARG(NAME = ~"lock_code~" TYPE = string) " update="inv_lock" updatewhere=1 updatekeyinplace=yes arguments=(("lock_code", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_lock~" ) COLUMN(NAME=~"inv_lock.lock_code~") COLUMN(NAME=~"inv_lock.descr~") COLUMN(NAME=~"inv_lock.chg_date~") COLUMN(NAME=~"inv_lock.chg_user~") COLUMN(NAME=~"inv_lock.chg_term~") COLUMN(NAME=~"inv_lock.std_days~") COLUMN(NAME=~"inv_lock.lock_type~") COLUMN(NAME=~"inv_lock.lock_level~")WHERE( EXP1 =~"INV_LOCK.LOCK_CODE~" OP =~"=~" EXP2 =~":lock_code~" ) ) ARG(NAME = ~"lock_code~" TYPE = string) " update="INV_LOCK" updatewhere=1 updatekeyinplace=yes arguments=(("lock_code", string)) )
groupbox(band=detail text="Basic"border="2" color="0" x="10" y="10" height="130" width="487" name=gb_1 visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) groupbox(band=detail text="Basic"border="2" color="0" x="10" y="10" height="130" width="487" name=gb_1 visible="1" font.face="Times New Roman" font.height="-12" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Lock Code:" border="0" color="33554432" x="31" y="33" height="16" width="64" html.valueishtml="0" name=lock_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=detail alignment="1" text="Lock Code:" border="0" color="33554432" x="31" y="33" height="16" width="64" html.valueishtml="0" name=lock_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="169" y="33" height="16" width="308" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" 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="5" color="33554432" x="169" y="33" height="16" width="308" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
...@@ -27,7 +27,7 @@ column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x ...@@ -27,7 +27,7 @@ column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="319" y="108" height="16" width="71" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="319" y="108" height="16" width="71" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="394" y="108" height="16" width="83" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="394" y="108" height="16" width="83" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=6 alignment="0" tabsequence=30 border="5" color="33554432" x="99" y="56" height="16" width="66" format="[general]" html.valueishtml="0" name=std_days visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" 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=6 alignment="0" tabsequence=30 border="5" color="33554432" x="99" y="56" height="16" width="66" format="[general]" html.valueishtml="0" name=std_days visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" 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=8 alignment="0" tabsequence=50 border="5" color="33554432" x="99" y="81" height="16" width="185" html.valueishtml="0" name=lock_level visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.imemode=0 font.face="Times New Roman" 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=8 alignment="0" tabsequence=50 border="5" color="33554432" x="99" y="81" height="16" width="185" format="[general]" html.valueishtml="0" name=lock_level visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.useasborder=yes ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Lock Level:" border="0" color="33554432" x="30" y="81" height="16" width="64" html.valueishtml="0" name=lock_level_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=detail alignment="1" text="Lock Level:" border="0" color="33554432" x="30" y="81" height="16" width="64" html.valueishtml="0" name=lock_level_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="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