Commit 9f77505c authored by jshinde's avatar jshinde

Request W15GSUN001,Create transaction screen Pallet Request .


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98919 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 787b29c2
...@@ -184,6 +184,7 @@ public class PalletReqIC extends ValidatorEJB implements PalletReqICLocal, Palle ...@@ -184,6 +184,7 @@ public class PalletReqIC extends ValidatorEJB implements PalletReqICLocal, Palle
if("loc_code".equalsIgnoreCase(childNodeName)) if("loc_code".equalsIgnoreCase(childNodeName))
{ {
siteCode = checkNullAndTrim(genericUtility.getColumnValue("site_code",dom));
locCode = checkNullAndTrim(genericUtility.getColumnValue("loc_code",dom)); locCode = checkNullAndTrim(genericUtility.getColumnValue("loc_code",dom));
if( "E".equalsIgnoreCase(editFlag) || "A".equalsIgnoreCase(editFlag)) if( "E".equalsIgnoreCase(editFlag) || "A".equalsIgnoreCase(editFlag))
{ {
...@@ -199,11 +200,12 @@ public class PalletReqIC extends ValidatorEJB implements PalletReqICLocal, Palle ...@@ -199,11 +200,12 @@ public class PalletReqIC extends ValidatorEJB implements PalletReqICLocal, Palle
} }
else else
{ {
String sql = "SELECT COUNT(1) FROM LOCATION WHERE INV_STAT !=? AND LOC_CODE=?"; String sql = "SELECT COUNT(1) FROM LOCATION WHERE INV_STAT !=? AND LOC_CODE=? AND SITE_CODE=?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, "AWMS"); pstmt.setString(1, "AWMS");
pstmt.setString(2, locCode); pstmt.setString(2, locCode);
pstmt.setString(3, siteCode);
rs = pstmt.executeQuery(); rs = pstmt.executeQuery();
if(rs.next()) if(rs.next())
{ {
...@@ -343,11 +345,12 @@ public class PalletReqIC extends ValidatorEJB implements PalletReqICLocal, Palle ...@@ -343,11 +345,12 @@ public class PalletReqIC extends ValidatorEJB implements PalletReqICLocal, Palle
} }
else else
{ {
String sql = "SELECT COUNT(1) FROM LOCATION WHERE INV_STAT !=? AND LOC_CODE=?"; String sql = "SELECT COUNT(1) FROM LOCATION WHERE INV_STAT !=? AND LOC_CODE =? AND SITE_CODE =?";
pstmt = conn.prepareStatement(sql); pstmt = conn.prepareStatement(sql);
pstmt.setString(1, "AWMS"); pstmt.setString(1, "AWMS");
pstmt.setString(2, locCode); pstmt.setString(2, locCode);
pstmt.setString(3, siteCode);
rs = pstmt.executeQuery(); rs = pstmt.executeQuery();
if(rs.next()) if(rs.next())
{ {
......
...@@ -255,15 +255,6 @@ VALUES ('VMPALLETSM','Invalid Pallet Number','Entered Pallet number is already a ...@@ -255,15 +255,6 @@ VALUES ('VMPALLETSM','Invalid Pallet Number','Entered Pallet number is already a
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,HELP_OPTION) INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,HELP_OPTION)
VALUES ('SITE_CODE','W_PALLET_REQ','SELECT SITE_CODE,DESCR FROM SITE','User-defined Type',0,0,SYSDATE,'BASE','BASE','0','0'); VALUES ('SITE_CODE','W_PALLET_REQ','SELECT SITE_CODE,DESCR FROM SITE','User-defined Type',0,0,SYSDATE,'BASE','BASE','0','0');
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,HELP_OPTION)
VALUES ('LOC_CODE','W_PALLET_REQ','SELECT LOC_CODE,DESCR FROM LOCATION WHERE INV_STAT!=''AWMS''','User-defined Type',0,0,SYSDATE,'BASE','BASE','0','0');
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,MSG_TITLE,WIDTH,HEIGHT,
CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,HELP_OPTION)
VALUES ('PALLET_NO','W_PALLET_REQ',
'SELECT LOC_CODE AS PALLET_NO ,DESCR FROM LOCATION WHERE INV_STAT=''AWMS''','User-defined Type',0,0,
SYSDATE,'BASE','BASE','0','0');
-------------------------------------------------------------INVSTAT--------------------------------------------------------- -------------------------------------------------------------INVSTAT---------------------------------------------------------
INSERT INTO INVSTAT (INV_STAT,DESCR,AVAILABLE,OVERISS,PLAN_PROD,RECORD,CHG_DATE,CHG_USER,CHG_TERM,USABLE,STAT_TYPE) INSERT INTO INVSTAT (INV_STAT,DESCR,AVAILABLE,OVERISS,PLAN_PROD,RECORD,CHG_DATE,CHG_USER,CHG_TERM,USABLE,STAT_TYPE)
VALUES ('AWMS ','AWMS','Y','N','N','N',SYSDATE,'BASE','BASE','N','M'); VALUES ('AWMS ','AWMS','Y','N','N','N',SYSDATE,'BASE','BASE','N','M');
...@@ -292,6 +283,27 @@ WHERE MSG_NO='VMLOCATEXT'; ...@@ -292,6 +283,27 @@ WHERE MSG_NO='VMLOCATEXT';
UPDATE MESSAGES SET MSG_DESCR='Entered Pallet number should present in Location Master and inventory state should be AWMS.Please Enter Pallet No' UPDATE MESSAGES SET MSG_DESCR='Entered Pallet number should present in Location Master and inventory state should be AWMS.Please Enter Pallet No'
WHERE MSG_NO='VMPALLEEXT'; WHERE MSG_NO='VMPALLEEXT';
UPDATE MESSAGES SET MSG_DESCR='Entered Pallet number should present in Location Master and inventory state should be AWMS.Please Enter Pallet No'
WHERE MSG_NO='VMPALLEEXT';
UPDATE MESSAGES SET MSG_DESCR='Entered location code should present in Location and inventory state should not be AWMS '
WHERE MSG_NO='VMLOCATEXT';
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER
,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,
POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN)
VALUES ('LOC_CODE','W_PALLET_REQ','SELECT LOC_CODE,DESCR FROM LOCATION WHERE INV_STAT!=''AWMS'' AND SITE_CODE=''?''',NULL,
'User-defined Type',0,0,SYSDATE,'BASE','BASE','0',NULL,':site_code',NULL,NULL,NULL,NULL,NULL,NULL,NULL,
'0',NULL,NULL);
INSERT INTO POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,
CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,
POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN)
VALUES ('PALLET_NO','W_PALLET_REQ','SELECT LOC_CODE AS PALLET_NO ,DESCR FROM LOCATION WHERE INV_STAT=''AWMS'' AND SITE_CODE=''?'''
,NULL,'User-defined Type',0,0,SYSDATE,'BASE','BASE','0',NULL,':site_code',NULL,NULL,NULL,NULL,NULL,NULL,NULL,
'0',NULL,NULL);
---------------------------------------------------------------END---------------------------------------------------------------------------- ---------------------------------------------------------------END----------------------------------------------------------------------------
...@@ -13,11 +13,11 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -13,11 +13,11 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(40) updatewhereclause=yes name=location_descr dbname="location.descr" ) column=(type=char(40) updatewhereclause=yes name=location_descr dbname="location.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_det~" ) TABLE(NAME=~"location~" ) COLUMN(NAME=~"pallet_req_det.tran_id~") COLUMN(NAME=~"pallet_req_det.line_no~") COLUMN(NAME=~"pallet_req_det.pallet_no~") COLUMN(NAME=~"pallet_req_det.loc_code~") COLUMN(NAME=~"pallet_req_det.status~") COLUMN(NAME=~"location.descr~") JOIN (LEFT=~"pallet_req_det.loc_code~" OP =~"=~"RIGHT=~"location.loc_code~" )WHERE( EXP1 =~"~~~"PALLET_REQ_DET~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":TRAN_ID~" ) ) ARG(NAME = ~"TRAN_ID~" TYPE = string) ARG(NAME = ~"LINE_NO~" TYPE = string) " update="PALLET_REQ_DET" updatewhere=1 updatekeyinplace=no arguments=(("TRAN_ID", string),("LINE_NO", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_det~" ) TABLE(NAME=~"location~" ) COLUMN(NAME=~"pallet_req_det.tran_id~") COLUMN(NAME=~"pallet_req_det.line_no~") COLUMN(NAME=~"pallet_req_det.pallet_no~") COLUMN(NAME=~"pallet_req_det.loc_code~") COLUMN(NAME=~"pallet_req_det.status~") COLUMN(NAME=~"location.descr~") JOIN (LEFT=~"pallet_req_det.loc_code~" OP =~"=~"RIGHT=~"location.loc_code~" )WHERE( EXP1 =~"~~~"PALLET_REQ_DET~~~".~~~"TRAN_ID~~~"~" OP =~"=~" EXP2 =~":TRAN_ID~" ) ) ARG(NAME = ~"TRAN_ID~" TYPE = string) ARG(NAME = ~"LINE_NO~" TYPE = string) " update="PALLET_REQ_DET" updatewhere=1 updatekeyinplace=no arguments=(("TRAN_ID", string),("LINE_NO", string)) )
text(band=header alignment="2" text="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="66" html.valueishtml="0" name=tran_id_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="Transaction ID" border="0" color="33554432" x="2" y="2" height="15" width="66" html.valueishtml="0" name=tran_id_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="Line No" border="0" color="33554432" x="70" y="2" height="15" width="72" html.valueishtml="0" name=line_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="536870912" ) text(band=header alignment="2" text="Line Number" border="0" color="33554432" x="70" y="2" height="15" width="72" html.valueishtml="0" name=line_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="536870912" )
text(band=header alignment="2" text="Pallet No" border="0" color="33554432" x="144" y="2" height="15" width="96" html.valueishtml="0" name=pallet_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="536870912" ) text(band=header alignment="2" text="Pallet Number" border="0" color="33554432" x="144" y="2" height="15" width="96" html.valueishtml="0" name=pallet_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="536870912" )
text(band=header alignment="2" text="Location Code" border="0" color="33554432" x="242" y="2" height="15" width="54" html.valueishtml="0" name=loc_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="Location Code" border="0" color="33554432" x="242" y="2" height="15" width="54" html.valueishtml="0" name=loc_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="Status" border="0" color="33554432" x="298" y="2" height="15" width="36" html.valueishtml="0" name=status_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="Status" border="0" color="33554432" x="298" y="2" height="15" width="36" html.valueishtml="0" name=status_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="0" text="Location Descr" border="0" color="33554432" x="336" y="1" height="16" width="238" html.valueishtml="0" name=location_descr_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" ) text(band=header alignment="0" text="Location Description" border="0" color="33554432" x="336" y="1" height="17" width="238" html.valueishtml="0" name=location_descr_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="67108864" )
column(band=detail id=1 alignment="2" tabsequence=10 border="0" color="33554432" x="2" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transction id" 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="1" background.color="536870912" ) column(band=detail id=1 alignment="2" tabsequence=10 border="0" color="33554432" x="2" y="2" height="18" width="66" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transction id" 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="1" background.color="536870912" )
column(band=detail id=2 alignment="2" tabsequence=20 border="0" color="33554432" x="70" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=line_no tag="Line number" 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="1" background.color="536870912" ) column(band=detail id=2 alignment="2" tabsequence=20 border="0" color="33554432" x="70" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=line_no tag="Line number" 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="1" background.color="536870912" )
column(band=detail id=3 alignment="2" tabsequence=30 border="0" color="33554432" x="144" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" visible="1" edit.limit=15 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="1" background.color="536870912" ) column(band=detail id=3 alignment="2" tabsequence=30 border="0" color="33554432" x="144" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" visible="1" edit.limit=15 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="1" background.color="536870912" )
......
...@@ -17,12 +17,12 @@ text(band=detail alignment="1" text="Location Code:" border="0" color="33554432" ...@@ -17,12 +17,12 @@ text(band=detail alignment="1" text="Location Code:" border="0" color="33554432"
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="104" y="47" height="16" width="65" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transction id" 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="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="104" y="47" height="16" width="65" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transction id" 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="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="33554432" x="104" y="86" height="16" width="65" format="[general]" html.valueishtml="0" name=loc_code tag="Location code" visible="1" edit.limit=8 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="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="33554432" x="104" y="86" height="16" width="65" format="[general]" html.valueishtml="0" name=loc_code tag="Location code" visible="1" edit.limit=8 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="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="171" y="86" height="16" width="240" format="[general]" html.valueishtml="0" name=location_descr 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="1" background.color="536870912" ) column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="171" y="86" height="16" width="240" format="[general]" html.valueishtml="0" name=location_descr 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Pallet No:" border="0" color="33554432" x="43" y="66" height="16" width="57" html.valueishtml="0" name=pallet_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="536870912" ) text(band=detail alignment="1" text="Pallet Number:" border="0" color="33554432" x="14" y="66" height="15" width="86" html.valueishtml="0" name=pallet_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="536870912" )
column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="33554432" x="104" y="66" height="16" width="65" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" 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="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="33554432" x="104" y="66" height="16" width="65" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Status:" border="0" color="33554432" x="292" y="66" height="16" width="52" html.valueishtml="0" name=status_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=detail alignment="1" text="Status:" border="0" color="33554432" x="292" y="66" height="16" width="52" html.valueishtml="0" name=status_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" )
column(band=detail id=5 alignment="0" tabsequence=20 border="5" color="33554432" x="346" y="66" height="16" width="54" format="[general]" html.valueishtml="0" name=status tag="Transaction status" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=5 alignment="0" tabsequence=20 border="5" color="33554432" x="346" y="66" height="16" width="54" format="[general]" html.valueishtml="0" name=status tag="Transaction status" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="346" y="47" height="16" width="65" format="[general]" html.valueishtml="0" name=line_no tag="Line number" 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="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="346" y="47" height="16" width="65" format="[general]" html.valueishtml="0" name=line_no tag="Line number" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Line No:" border="0" color="33554432" x="292" y="47" height="16" width="52" html.valueishtml="0" name=line_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="536870912" ) text(band=detail alignment="1" text="Line Number:" border="0" color="33554432" x="267" y="47" height="15" width="77" html.valueishtml="0" name=line_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="536870912" )
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" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=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