Commit bd2d608d authored by nkhan's avatar nkhan

Added by Nasruddin khan


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@102589 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9f96eb8d
......@@ -10,7 +10,7 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=comm_ta
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="comm_hdr.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="comm_hdr.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="comm_hdr.chg_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=comm_criteria dbname="comm_hdr.comm_criteria" initial="I" values="ITEM_WISE I/VALUE_WISE V/" )
column=(type=char(1) update=yes updatewhereclause=yes name=comm_criteria dbname="comm_hdr.comm_criteria" initial="I" values="Item Wise I/Value Wise V/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"comm_hdr~" ) COLUMN(NAME=~"comm_hdr.comm_table~") COLUMN(NAME=~"comm_hdr.descr~") COLUMN(NAME=~"comm_hdr.sh_descr~") COLUMN(NAME=~"comm_hdr.chg_date~") COLUMN(NAME=~"comm_hdr.chg_user~") COLUMN(NAME=~"comm_hdr.chg_term~") COLUMN(NAME=~"comm_hdr.comm_criteria~")WHERE( EXP1 =~"~~~"COMM_HDR~~~".~~~"COMM_TABLE~~~"~" OP =~"=~" EXP2 =~":commtable~" ) ) ARG(NAME = ~"commtable~" TYPE = string) " update="COMM_HDR" updatewhere=1 updatekeyinplace=no arguments=(("commtable", string)) )
groupbox(band=detail text="Basic"border="2" color="33554432" x="29" y="10" height="129" width="501" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="0" x="460" y="108" height="16" width="61" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 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