Commit 5c6f65e5 authored by ssalve's avatar ssalve

changes for reg_date and removed valid_upto


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106039 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 59dd1d9f
......@@ -8,16 +8,16 @@ detail(height=88 color="536870912" )
table(column=(type=char(10) updatewhereclause=yes name=fin_entity dbname="siteregno.fin_entity" )
column=(type=char(5) updatewhereclause=yes name=site_code dbname="siteregno.site_code" )
column=(type=char(100) updatewhereclause=yes name=reg_no dbname="siteregno.reg_no" )
column=(type=datetime updatewhereclause=yes name=valid_upto dbname="siteregno.valid_upto" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"siteregno~" ) COLUMN(NAME=~"siteregno.fin_entity~") COLUMN(NAME=~"siteregno.site_code~") COLUMN(NAME=~"siteregno.reg_no~") COLUMN(NAME=~"siteregno.valid_upto~")) " )
column=(type=datetime updatewhereclause=yes name=reg_date dbname="siteregno.reg_date" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"siteregno~" ) COLUMN(NAME=~"siteregno.fin_entity~") COLUMN(NAME=~"siteregno.site_code~") COLUMN(NAME=~"siteregno.reg_no~") COLUMN(NAME=~"siteregno.reg_date~")) " )
text(band=header alignment="2" text="Site Code" border="2" color="33554432" x="320" y="8" height="60" width="274" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Fin Entity" border="2" color="33554432" x="9" y="8" height="60" width="302" html.valueishtml="0" name=fin_entity_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Reg No" border="2" color="33554432" x="603" y="8" height="60" width="389" html.valueishtml="0" name=reg_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Valid Upto" border="2" color="33554432" x="1001" y="8" height="60" width="471" html.valueishtml="0" name=valid_upto_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="0" text="Registration Date" border="0" color="33554432" x="1001" y="4" height="64" width="389" html.valueishtml="0" name=reg_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="9" y="8" height="72" width="302" format="[general]" html.valueishtml="0" name=fin_entity visible="1" edit.limit=10 edit.case=any 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="1073741824" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="320" y="8" height="72" width="274" format="[general]" html.valueishtml="0" name=site_code visible="1" edit.limit=5 edit.case=any 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="1073741824" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="603" y="8" height="72" width="389" format="[general]" html.valueishtml="0" name=reg_no visible="1" edit.limit=100 edit.case=any 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="1073741824" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="1001" y="8" height="72" width="471" format="[shortdate] [time]" html.valueishtml="0" name=valid_upto visible="1" edit.limit=0 edit.case=any 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="1073741824" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="1001" y="0" height="72" width="389" format="[shortdate] [time]" html.valueishtml="0" name=reg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no 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="1073741824" )
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