Commit ca7700de authored by dpingle's avatar dpingle

* updated sql ,xml , src and srd file

loanscheme11.xml
loanscheme21.xml
w_loanscheme.sql
d_loanscheme_brow.srd
d_loanscheme_edit.srd
LoanSchemeIC.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213426 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0aebe47e
...@@ -28,6 +28,7 @@ update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'scheme_no', THUM ...@@ -28,6 +28,7 @@ update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'scheme_no', THUM
Insert into ITM2MENU (APPLICATION,LEVEL_1,LEVEL_2,LEVEL_3,LEVEL_4,LEVEL_5,WIN_NAME,DESCR,COMMENTS,MENU_PATH,ICON_PATH,CLOSE_ICON,OPEN_ICON,OBJ_TYPE,CHG_DATE,CHG_TERM,CHG_USER,MOB_DEPLOY,DEFAULT_STATE,DEF_ACTION,MOB_DEPLY,ENT_TYPES) values ('ADM',2,15,0,0,0,'w_loanscheme','Loan Schemes','Loan schemes definition.','ADM.2.15.0.0.0','loan-schemes.png','loan-schemeswht.png',null,'T',null,null,null,'B',null,null,'B','0 '); Insert into ITM2MENU (APPLICATION,LEVEL_1,LEVEL_2,LEVEL_3,LEVEL_4,LEVEL_5,WIN_NAME,DESCR,COMMENTS,MENU_PATH,ICON_PATH,CLOSE_ICON,OPEN_ICON,OBJ_TYPE,CHG_DATE,CHG_TERM,CHG_USER,MOB_DEPLOY,DEFAULT_STATE,DEF_ACTION,MOB_DEPLY,ENT_TYPES) values ('ADM',2,15,0,0,0,'w_loanscheme','Loan Schemes','Loan schemes definition.','ADM.2.15.0.0.0','loan-schemes.png','loan-schemeswht.png',null,'T',null,null,null,'B',null,null,'B','0 ');
update itm2menu set ICON_PATH='LoanSchemes.png' , CLOSE_ICON='LoanSchemeswht.png' where WIN_NAME='w_loanscheme'; update itm2menu set ICON_PATH='LoanSchemes.png' , CLOSE_ICON='LoanSchemeswht.png' where WIN_NAME='w_loanscheme';
----------------------------------------------------- OBJ_ACTIONS ----------------------------------------------------- OBJ_ACTIONS
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA) values ('loanscheme',1,'A','a','a','Adding New','Add','add.gif','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null); Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA) values ('loanscheme',1,'A','a','a','Adding New','Add','add.gif','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null);
...@@ -97,7 +98,7 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E ...@@ -97,7 +98,7 @@ Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMADBLNA ','bal_opt not equal to C ','select ad_code where bal_opt not equal to C','E','Y',null,null,null,to_date('01-07-04','DD-MM-RR'),'BASE ','07BASE019 ',null,null); Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMADBLNA ','bal_opt not equal to C ','select ad_code where bal_opt not equal to C','E','Y',null,null,null,to_date('01-07-04','DD-MM-RR'),'BASE ','07BASE019 ',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMCCTR1 ','Invalid cost centre .','The cost entered is not defined in the master.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null); Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMCCTR1 ','Invalid cost centre .','The cost entered is not defined in the master.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMINT1 ','Invalid Interest Term','The interest term you have defined does not exist in the master','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null); Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VMINT1 ','Invalid Interest Term','The interest term you have defined does not exist in the master','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION) values ('VTDESC1 ','Description cannot be empty.','Description cannot be empty.','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
-------------------------------------------------------POPHELP -------------------------------------------------------POPHELP
...@@ -107,6 +108,7 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH ...@@ -107,6 +108,7 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH
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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('AD_CODE__SOURCE','W_LOANSCHEME','SELECT AD_CODE, DESCR FROM ALLWDEDN WHERE TYPE <> ''S''',null,null,0,0,to_date('08-12-01','DD-MM-RR'),'BASE ','97SYSTEM4 ','1',null,null,0,null,null,null,null,null,0,'2',null,'3','AdCodeImages','ad_code','descr','3 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('AD_CODE__SOURCE','W_LOANSCHEME','SELECT AD_CODE, DESCR FROM ALLWDEDN WHERE TYPE <> ''S''',null,null,0,0,to_date('08-12-01','DD-MM-RR'),'BASE ','97SYSTEM4 ','1',null,null,0,null,null,null,null,null,0,'2',null,'3','AdCodeImages','ad_code','descr','3 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('SCHEME_TYPE','W_LOANSCHEME','select RTRIM(fld_value), descr from gencodes where fld_name = ''SCHEME_TYPE''',null,'Scheme Type',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,null,null,null,null,null,null,null,null,'2',null,'3','EmpImages','code','descr','2 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('SCHEME_TYPE','W_LOANSCHEME','select RTRIM(fld_value), descr from gencodes where fld_name = ''SCHEME_TYPE''',null,'Scheme Type',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,null,null,null,null,null,null,null,null,'2',null,'3','EmpImages','code','descr','2 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('ACCT_CODE','W_LOANSCHEME','SELECT DESCR AS DESCRIPTION , ACCT_CODE AS ACCT_CODE FROM ACCOUNTS WHERE ACTIVE =''Y'' AND (UPPER(DESCR) LIKE UPPER(''%?%'') or UPPER(acct_code) LIKE UPPER(''%?%'') )',null,'Account Code',0,0,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','1',null,':acct_code,:acct_code',2,null,null,null,null,null,null,'2',null,'3','AcctImages','acct_code','description','2 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('ACCT_CODE','W_LOANSCHEME','SELECT DESCR AS DESCRIPTION , ACCT_CODE AS ACCT_CODE FROM ACCOUNTS WHERE ACTIVE =''Y'' AND (UPPER(DESCR) LIKE UPPER(''%?%'') or UPPER(acct_code) LIKE UPPER(''%?%'') )',null,'Account Code',0,0,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','1',null,':acct_code,:acct_code',2,null,null,null,null,null,null,'2',null,'3','AcctImages','acct_code','description','2 ',null,null,null,null,null,null,null);
...@@ -117,10 +119,33 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH ...@@ -117,10 +119,33 @@ Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH
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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('CCTR_CODE__PAY','W_LOANSCHEME','SELECT CCTR_CODE, DESCR FROM COSTCTR',null,'Cost Centre Code',null,null,to_date('09-10-15','DD-MM-RR'),'BASE ','localhost.local','0',null,null,1,null,null,null,null,null,null,'2',null,'3','CctrImages','cctr_code','descr','2 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('CCTR_CODE__PAY','W_LOANSCHEME','SELECT CCTR_CODE, DESCR FROM COSTCTR',null,'Cost Centre Code',null,null,to_date('09-10-15','DD-MM-RR'),'BASE ','localhost.local','0',null,null,1,null,null,null,null,null,null,'2',null,'3','CctrImages','cctr_code','descr','2 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('ACCT_CODE__PCHGS','W_LOANSCHEME','SELECT DESCR AS DESCRIPTION, ACCT_CODE AS ACCT_CODE__PAY FROM ACCOUNTS WHERE ACTIVE =''Y'' and (acct_code like ''%?%'' or descr like ''%?%'')',null,'Account',0,0,to_date('19-03-04','DD-MM-RR'),'NILESH ','04BASE17 ','1',null,':acct_code__pay,:acct_code__pay,',2,'C',null,null,null,null,0,'2',null,'3','AcctImages','acct_code__pay','description','3 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('ACCT_CODE__PCHGS','W_LOANSCHEME','xeSELECT DESCR AS DESCRIPTION, ACCT_CODE AS ACCT_CODE__PAY FROM ACCOUNTS WHERE ACTIVE =''Y'' and (acct_code like ''%?%'' or descr like ''%?%'')',null,'Account',0,0,to_date('19-03-04','DD-MM-RR'),'NILESH ','04BASE17 ','1',null,':acct_code__pay,:acct_code__pay,',2,'C',null,null,null,null,0,'2',null,'3','AcctImages','acct_code__pay','description','3 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('ACCT_CODE__PAY','W_LOANSCHEME','SELECT DESCR AS DESCRIPTION, ACCT_CODE AS ACCT_CODE__PAY FROM ACCOUNTS WHERE ACTIVE =''Y'' and (acct_code like ''%?%'' or descr like ''%?%'')',null,'Account',0,0,to_date('19-03-04','DD-MM-RR'),'NILESH ','04BASE17 ','1',null,':acct_code__pay,:acct_code__pay,',2,'C',null,null,null,null,0,'2',null,'3','AcctImages','acct_code__pay','description','3 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('ACCT_CODE__PAY','W_LOANSCHEME','SELECT DESCR AS DESCRIPTION, ACCT_CODE AS ACCT_CODE__PAY FROM ACCOUNTS WHERE ACTIVE =''Y'' and (acct_code like ''%?%'' or descr like ''%?%'')',null,'Account',0,0,to_date('19-03-04','DD-MM-RR'),'NILESH ','04BASE17 ','1',null,':acct_code__pay,:acct_code__pay,',2,'C',null,null,null,null,0,'2',null,'3','AcctImages','acct_code__pay','description','3 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('CCTR_CODE__PCHGS','W_LOANSCHEME','SELECT CCTR_CODE, DESCR FROM COSTCTR',null,'Cost Centre Code',null,null,to_date('09-10-15','DD-MM-RR'),'BASE ','localhost.local','0',null,null,1,null,null,null,null,null,null,'2',null,'3','CctrImages','cctr_code','descr','2 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('CCTR_CODE__PCHGS','W_LOANSCHEME','SELECT CCTR_CODE, DESCR FROM COSTCTR',null,'Cost Centre Code',null,null,to_date('09-10-15','DD-MM-RR'),'BASE ','localhost.local','0',null,null,1,null,null,null,null,null,null,'2',null,'3','CctrImages','cctr_code','descr','2 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('INT_TERM','W_LOANSCHEME','select int_term,descr from interestterm',null,'Interest Term',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,null,null,null,null,null,null,null,null,'2',null,'3','Icon','int_term','descr','2 ',null,null,null,null,null,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,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('INT_TERM','W_LOANSCHEME','select int_term,descr from interestterm',null,'Interest Term',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,null,null,null,null,null,null,null,null,'2',null,'3','Icon','int_term','descr','2 ',null,null,null,null,null,null,null);
------------------------------------------------[12/12/19] Start
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('EMPSCHEME1','Empty Scheme No!!','Scheme No cannot be empty ','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('EMPSCHEME2','Scheme No already exists!!','Scheme No already exists in loan Scheme table','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('VMADSOURCE','Invalid AD Code!!','The AD Code entered is not defined in the master..','E','Y',null,null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ',null,null);
update obj_actions set IMAGE='ibase/resource/objaction/add.svg', DISPLAY_MODE=2 where OBJ_NAME='loanscheme' and LINE_NO=1;
update obj_actions set IMAGE='ibase/resource/objaction/edit.svg', DISPLAY_MODE=2 where OBJ_NAME='loanscheme' and LINE_NO=2;
update obj_actions set DISPLAY_MODE=2 , Rights_Char='X', title='View Audit' where OBJ_NAME='loanscheme' and LINE_NO =21;
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values ('loanscheme',3,'ibase/resource/objaction/edit.svg','Editing Existing Record','a','a','E','Edit','2',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,'2',null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,IMAGE,DESCRIPTION,SERVICE_CODE,INTERACTIVE,RIGHTS_CHAR,TITLE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,PAGE_CONTEXT,TYPE,ACTION_ARG,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA,IN_PROC_INTRUPT,ESTIMATED_TIME,ACTION_GROUP,DISPLAY_OPT,DISPLAY_MODE,SHOW_CONFIRM,REC_SPECIFIC) values ('loanscheme',4,'ibase/resource/objaction/add.svg','Adding New','a','a','A','Add','2',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,'2',null,null);
------------------------------------------------[12/12/19] End
...@@ -58,18 +58,21 @@ ...@@ -58,18 +58,21 @@
</table_column> </table_column>
<table_column> <table_column>
<type size="40">char</type> <type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>descr</name> <name>descr</name>
<dbname>loan_scheme.descr</dbname> <dbname>loan_scheme.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>scheme_type</name> <name>scheme_type</name>
<dbname>loan_scheme.scheme_type</dbname> <dbname>loan_scheme.scheme_type</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>min_amt</name> <name>min_amt</name>
<dbname>loan_scheme.min_amt</dbname> <dbname>loan_scheme.min_amt</dbname>
...@@ -77,6 +80,7 @@ ...@@ -77,6 +80,7 @@
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>max_amt</name> <name>max_amt</name>
<dbname>loan_scheme.max_amt</dbname> <dbname>loan_scheme.max_amt</dbname>
...@@ -84,6 +88,7 @@ ...@@ -84,6 +88,7 @@
</table_column> </table_column>
<table_column> <table_column>
<type precision="2">decimal</type> <type precision="2">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>interest</name> <name>interest</name>
<dbname>loan_scheme.interest</dbname> <dbname>loan_scheme.interest</dbname>
...@@ -91,12 +96,14 @@ ...@@ -91,12 +96,14 @@
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>source_code</name> <name>source_code</name>
<dbname>loan_scheme.source_code</dbname> <dbname>loan_scheme.source_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="0">decimal</type> <type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>term</name> <name>term</name>
<dbname>loan_scheme.term</dbname> <dbname>loan_scheme.term</dbname>
...@@ -104,6 +111,7 @@ ...@@ -104,6 +111,7 @@
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>ad_code__ded</name> <name>ad_code__ded</name>
<dbname>loan_scheme.ad_code__ded</dbname> <dbname>loan_scheme.ad_code__ded</dbname>
...@@ -122,24 +130,33 @@ ...@@ -122,24 +130,33 @@
<dbname>loan_scheme.chg_user</dbname> <dbname>loan_scheme.chg_user</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="300">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_term</name> <name>chg_term</name>
<dbname>loan_scheme.chg_term</dbname> <dbname>loan_scheme.chg_term</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>ad_code__source</name> <name>ad_code__source</name>
<dbname>loan_scheme.ad_code__source</dbname> <dbname>loan_scheme.ad_code__source</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>adv_perc</name> <name>adv_perc</name>
<dbname>loan_scheme.adv_perc</dbname> <dbname>loan_scheme.adv_perc</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;loan_scheme&quot; ) COLUMN(NAME=&quot;loan_scheme.scheme_no&quot;) COLUMN(NAME=&quot;loan_scheme.descr&quot;) COLUMN(NAME=&quot;loan_scheme.scheme_type&quot;) COLUMN(NAME=&quot;loan_scheme.min_amt&quot;) COLUMN(NAME=&quot;loan_scheme.max_amt&quot;) COLUMN(NAME=&quot;loan_scheme.interest&quot;) COLUMN(NAME=&quot;loan_scheme.source_code&quot;) COLUMN(NAME=&quot;loan_scheme.term&quot;) COLUMN(NAME=&quot;loan_scheme.ad_code__ded&quot;) COLUMN(NAME=&quot;loan_scheme.chg_date&quot;) COLUMN(NAME=&quot;loan_scheme.chg_user&quot;) COLUMN(NAME=&quot;loan_scheme.chg_term&quot;) COLUMN(NAME=&quot;loan_scheme.ad_code__source&quot;) COLUMN(NAME=&quot;loan_scheme.adv_perc&quot;)) </retrieve> <table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>elig_check</name>
<dbname>loan_scheme.elig_check</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;loan_scheme&quot; ) COLUMN(NAME=&quot;loan_scheme.scheme_no&quot;) COLUMN(NAME=&quot;loan_scheme.descr&quot;) COLUMN(NAME=&quot;loan_scheme.scheme_type&quot;) COLUMN(NAME=&quot;loan_scheme.min_amt&quot;) COLUMN(NAME=&quot;loan_scheme.max_amt&quot;) COLUMN(NAME=&quot;loan_scheme.interest&quot;) COLUMN(NAME=&quot;loan_scheme.source_code&quot;) COLUMN(NAME=&quot;loan_scheme.term&quot;) COLUMN(NAME=&quot;loan_scheme.ad_code__ded&quot;) COLUMN(NAME=&quot;loan_scheme.chg_date&quot;) COLUMN(NAME=&quot;loan_scheme.chg_user&quot;) COLUMN(NAME=&quot;loan_scheme.chg_term&quot;) COLUMN(NAME=&quot;loan_scheme.ad_code__source&quot;) COLUMN(NAME=&quot;loan_scheme.adv_perc&quot;) COLUMN(NAME=&quot;loan_scheme.elig_check&quot;)) </retrieve>
<update>LOAN_SCHEME</update> <update>LOAN_SCHEME</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -377,7 +394,7 @@ ...@@ -377,7 +394,7 @@
<x>514</x> <x>514</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>57</width> <width>78</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -402,10 +419,10 @@ ...@@ -402,10 +419,10 @@
<text>Src. Ad. Code</text> <text>Src. Ad. Code</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>573</x> <x>594</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>74</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -430,7 +447,7 @@ ...@@ -430,7 +447,7 @@
<text>Adv. Perc.</text> <text>Adv. Perc.</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>649</x> <x>696</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>151</width> <width>151</width>
...@@ -458,7 +475,7 @@ ...@@ -458,7 +475,7 @@
<text>change date</text> <text>change date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>802</x> <x>849</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
...@@ -486,7 +503,7 @@ ...@@ -486,7 +503,7 @@
<text>change user</text> <text>change user</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>883</x> <x>930</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
...@@ -514,7 +531,7 @@ ...@@ -514,7 +531,7 @@
<text>change term</text> <text>change term</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>964</x> <x>1011</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
...@@ -536,6 +553,34 @@ ...@@ -536,6 +553,34 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Elig Check</text>
<border>0</border>
<color>33554432</color>
<x>1092</x>
<y>2</y>
<height>16</height>
<width>63</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>elig_check_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -668,7 +713,7 @@ ...@@ -668,7 +713,7 @@
<name>min_amt</name> <name>min_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>12</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -706,7 +751,7 @@ ...@@ -706,7 +751,7 @@
<name>max_amt</name> <name>max_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>12</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -744,7 +789,7 @@ ...@@ -744,7 +789,7 @@
<name>interest</name> <name>interest</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>4</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -821,7 +866,7 @@ ...@@ -821,7 +866,7 @@
<tag>Maximum months for which the loan can be given</tag> <tag>Maximum months for which the loan can be given</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>3</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -851,7 +896,7 @@ ...@@ -851,7 +896,7 @@
<x>514</x> <x>514</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>57</width> <width>78</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -886,10 +931,10 @@ ...@@ -886,10 +931,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>573</x> <x>594</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>74</width> <width>100</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -897,7 +942,7 @@ ...@@ -897,7 +942,7 @@
<name>ad_code__source</name> <name>ad_code__source</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -922,7 +967,7 @@ ...@@ -922,7 +967,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>649</x> <x>696</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>151</width> <width>151</width>
...@@ -933,7 +978,7 @@ ...@@ -933,7 +978,7 @@
<name>adv_perc</name> <name>adv_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>14</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -958,7 +1003,7 @@ ...@@ -958,7 +1003,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>802</x> <x>849</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
...@@ -994,7 +1039,7 @@ ...@@ -994,7 +1039,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>883</x> <x>930</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
...@@ -1030,7 +1075,7 @@ ...@@ -1030,7 +1075,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>964</x> <x>1011</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
...@@ -1059,6 +1104,42 @@ ...@@ -1059,6 +1104,42 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>0</border>
<color>0</color>
<x>1092</x>
<y>2</y>
<height>16</height>
<width>63</width>
<format>[Yes/No]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>elig_check</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -164,10 +164,6 @@ ...@@ -164,10 +164,6 @@
<name>elig_check</name> <name>elig_check</name>
<dbname>loan_scheme.elig_check</dbname> <dbname>loan_scheme.elig_check</dbname>
<initial>Y</initial> <initial>Y</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
...@@ -268,7 +264,7 @@ ...@@ -268,7 +264,7 @@
<text>Others</text> <text>Others</text>
<border>2</border> <border>2</border>
<color>0</color> <color>0</color>
<x>59</x> <x>13</x>
<y>268</y> <y>268</y>
<height>53</height> <height>53</height>
<width>492</width> <width>492</width>
...@@ -292,7 +288,7 @@ ...@@ -292,7 +288,7 @@
<text>Basic</text> <text>Basic</text>
<border>2</border> <border>2</border>
<color>0</color> <color>0</color>
<x>61</x> <x>14</x>
<y>7</y> <y>7</y>
<height>247</height> <height>247</height>
<width>487</width> <width>487</width>
...@@ -317,7 +313,7 @@ ...@@ -317,7 +313,7 @@
<text>Description :</text> <text>Description :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>277</x> <x>231</x>
<y>31</y> <y>31</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
...@@ -345,10 +341,10 @@ ...@@ -345,10 +341,10 @@
<text>Source :</text> <text>Source :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>269</x> <x>363</x>
<y>54</y> <y>54</y>
<height>16</height> <height>16</height>
<width>211</width> <width>71</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -374,8 +370,8 @@ ...@@ -374,8 +370,8 @@
<tabsequence>50</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>121</x>
<y>77</y> <y>78</y>
<height>16</height> <height>16</height>
<width>59</width> <width>59</width>
<format>0.00</format> <format>0.00</format>
...@@ -385,7 +381,7 @@ ...@@ -385,7 +381,7 @@
<name>interest</name> <name>interest</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>4</limit>
<case>any</case> <case>any</case>
<format>0.00</format> <format>0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
...@@ -412,7 +408,7 @@ ...@@ -412,7 +408,7 @@
<text>Loan Term :</text> <text>Loan Term :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>409</x> <x>363</x>
<y>77</y> <y>77</y>
<height>16</height> <height>16</height>
<width>73</width> <width>73</width>
...@@ -440,7 +436,7 @@ ...@@ -440,7 +436,7 @@
<text>Max Amt. :</text> <text>Max Amt. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>266</x> <x>220</x>
<y>100</y> <y>100</y>
<height>16</height> <height>16</height>
<width>62</width> <width>62</width>
...@@ -469,7 +465,7 @@ ...@@ -469,7 +465,7 @@
<tabsequence>90</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>332</x> <x>286</x>
<y>100</y> <y>100</y>
<height>16</height> <height>16</height>
<width>96</width> <width>96</width>
...@@ -480,7 +476,7 @@ ...@@ -480,7 +476,7 @@
<name>max_amt</name> <name>max_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>13</limit> <limit>12</limit>
<case>any</case> <case>any</case>
<format>0.00</format> <format>0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
...@@ -507,7 +503,7 @@ ...@@ -507,7 +503,7 @@
<text>Eligibility :</text> <text>Eligibility :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>431</x> <x>385</x>
<y>100</y> <y>100</y>
<height>16</height> <height>16</height>
<width>62</width> <width>62</width>
...@@ -535,7 +531,7 @@ ...@@ -535,7 +531,7 @@
<text>Ad Code Int.:</text> <text>Ad Code Int.:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>412</x> <x>366</x>
<y>123</y> <y>123</y>
<height>16</height> <height>16</height>
<width>81</width> <width>81</width>
...@@ -563,7 +559,7 @@ ...@@ -563,7 +559,7 @@
<text>Cctr Code :</text> <text>Cctr Code :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>422</x> <x>376</x>
<y>145</y> <y>145</y>
<height>16</height> <height>16</height>
<width>71</width> <width>71</width>
...@@ -592,7 +588,7 @@ ...@@ -592,7 +588,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>212</x> <x>166</x>
<y>123</y> <y>123</y>
<height>16</height> <height>16</height>
<width>193</width> <width>193</width>
...@@ -628,7 +624,7 @@ ...@@ -628,7 +624,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>212</x> <x>166</x>
<y>167</y> <y>167</y>
<height>16</height> <height>16</height>
<width>193</width> <width>193</width>
...@@ -663,7 +659,7 @@ ...@@ -663,7 +659,7 @@
<text>Adv Perc:</text> <text>Adv Perc:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>435</x> <x>389</x>
<y>167</y> <y>167</y>
<height>16</height> <height>16</height>
<width>58</width> <width>58</width>
...@@ -691,7 +687,7 @@ ...@@ -691,7 +687,7 @@
<text>Ad Code Source:</text> <text>Ad Code Source:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>72</x> <x>26</x>
<y>167</y> <y>167</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -719,7 +715,7 @@ ...@@ -719,7 +715,7 @@
<text>Loan A/c. :</text> <text>Loan A/c. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>72</x> <x>26</x>
<y>145</y> <y>145</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -747,7 +743,7 @@ ...@@ -747,7 +743,7 @@
<text>Ad Code Loan :</text> <text>Ad Code Loan :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>72</x> <x>26</x>
<y>123</y> <y>123</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -775,7 +771,7 @@ ...@@ -775,7 +771,7 @@
<text>Min Amt. :</text> <text>Min Amt. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>72</x> <x>26</x>
<y>100</y> <y>100</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -803,7 +799,7 @@ ...@@ -803,7 +799,7 @@
<text>Interest % (pa) :</text> <text>Interest % (pa) :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>72</x> <x>25</x>
<y>77</y> <y>77</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -831,7 +827,7 @@ ...@@ -831,7 +827,7 @@
<text>Scheme Type :</text> <text>Scheme Type :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>72</x> <x>26</x>
<y>54</y> <y>54</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -859,7 +855,7 @@ ...@@ -859,7 +855,7 @@
<text>Scheme No. :</text> <text>Scheme No. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>72</x> <x>26</x>
<y>31</y> <y>31</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -887,7 +883,7 @@ ...@@ -887,7 +883,7 @@
<text>Payable A/c. :</text> <text>Payable A/c. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>72</x> <x>26</x>
<y>190</y> <y>190</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -915,7 +911,7 @@ ...@@ -915,7 +911,7 @@
<text>Proc.Chgs.A/c. :</text> <text>Proc.Chgs.A/c. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>72</x> <x>26</x>
<y>213</y> <y>213</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -943,7 +939,7 @@ ...@@ -943,7 +939,7 @@
<text>Adjustable Loan:</text> <text>Adjustable Loan:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>71</x> <x>25</x>
<y>236</y> <y>236</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
...@@ -972,7 +968,7 @@ ...@@ -972,7 +968,7 @@
<tabsequence>80</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>121</x>
<y>100</y> <y>100</y>
<height>16</height> <height>16</height>
<width>96</width> <width>96</width>
...@@ -983,7 +979,7 @@ ...@@ -983,7 +979,7 @@
<name>min_amt</name> <name>min_amt</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>13</limit> <limit>12</limit>
<case>any</case> <case>any</case>
<format>0.00</format> <format>0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
...@@ -1011,8 +1007,8 @@ ...@@ -1011,8 +1007,8 @@
<tabsequence>110</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>121</x>
<y>123</y> <y>122</y>
<height>16</height> <height>16</height>
<width>40</width> <width>40</width>
<format>[general]</format> <format>[general]</format>
...@@ -1049,8 +1045,8 @@ ...@@ -1049,8 +1045,8 @@
<tabsequence>130</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>120</x>
<y>145</y> <y>144</y>
<height>16</height> <height>16</height>
<width>75</width> <width>75</width>
<format>[general]</format> <format>[general]</format>
...@@ -1087,8 +1083,8 @@ ...@@ -1087,8 +1083,8 @@
<tabsequence>150</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>120</x>
<y>167</y> <y>166</y>
<height>16</height> <height>16</height>
<width>40</width> <width>40</width>
<format>[general]</format> <format>[general]</format>
...@@ -1098,7 +1094,7 @@ ...@@ -1098,7 +1094,7 @@
<name>ad_code__source</name> <name>ad_code__source</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1123,7 +1119,7 @@ ...@@ -1123,7 +1119,7 @@
<tabsequence>170</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>121</x>
<y>190</y> <y>190</y>
<height>16</height> <height>16</height>
<width>75</width> <width>75</width>
...@@ -1161,7 +1157,7 @@ ...@@ -1161,7 +1157,7 @@
<tabsequence>190</tabsequence> <tabsequence>190</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>120</x>
<y>213</y> <y>213</y>
<height>16</height> <height>16</height>
<width>75</width> <width>75</width>
...@@ -1172,7 +1168,7 @@ ...@@ -1172,7 +1168,7 @@
<name>acct_code__pchgs</name> <name>acct_code__pchgs</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1199,7 +1195,7 @@ ...@@ -1199,7 +1195,7 @@
<tabsequence>210</tabsequence> <tabsequence>210</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>121</x>
<y>236</y> <y>236</y>
<height>16</height> <height>16</height>
<width>75</width> <width>75</width>
...@@ -1210,7 +1206,7 @@ ...@@ -1210,7 +1206,7 @@
<name>adjustable</name> <name>adjustable</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>1</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>no</autoselect>
...@@ -1235,7 +1231,7 @@ ...@@ -1235,7 +1231,7 @@
<text>Adjustable Perc :</text> <text>Adjustable Perc :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>402</x> <x>356</x>
<y>236</y> <y>236</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -1263,7 +1259,7 @@ ...@@ -1263,7 +1259,7 @@
<text>Cctr Code Proc.Chgs. :</text> <text>Cctr Code Proc.Chgs. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>348</x> <x>302</x>
<y>213</y> <y>213</y>
<height>16</height> <height>16</height>
<width>145</width> <width>145</width>
...@@ -1291,7 +1287,7 @@ ...@@ -1291,7 +1287,7 @@
<text>Cctr Code Pay. :</text> <text>Cctr Code Pay. :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>402</x> <x>356</x>
<y>190</y> <y>190</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -1320,8 +1316,8 @@ ...@@ -1320,8 +1316,8 @@
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>122</x>
<y>54</y> <y>53</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format> <format>[general]</format>
...@@ -1358,7 +1354,7 @@ ...@@ -1358,7 +1354,7 @@
<tabsequence>10</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>167</x> <x>118</x>
<y>31</y> <y>31</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
...@@ -1395,7 +1391,7 @@ ...@@ -1395,7 +1391,7 @@
<text>Interest Term :</text> <text>Interest Term :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>242</x> <x>196</x>
<y>77</y> <y>77</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
...@@ -1424,7 +1420,7 @@ ...@@ -1424,7 +1420,7 @@
<tabsequence>60</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>336</x> <x>290</x>
<y>78</y> <y>78</y>
<height>16</height> <height>16</height>
<width>53</width> <width>53</width>
...@@ -1462,7 +1458,7 @@ ...@@ -1462,7 +1458,7 @@
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>366</x> <x>320</x>
<y>31</y> <y>31</y>
<height>16</height> <height>16</height>
<width>172</width> <width>172</width>
...@@ -1500,7 +1496,7 @@ ...@@ -1500,7 +1496,7 @@
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>484</x> <x>438</x>
<y>54</y> <y>54</y>
<height>16</height> <height>16</height>
<width>54</width> <width>54</width>
...@@ -1538,8 +1534,8 @@ ...@@ -1538,8 +1534,8 @@
<tabsequence>70</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>486</x> <x>440</x>
<y>77</y> <y>80</y>
<height>16</height> <height>16</height>
<width>52</width> <width>52</width>
<format>0</format> <format>0</format>
...@@ -1578,20 +1574,21 @@ ...@@ -1578,20 +1574,21 @@
<tabsequence>100</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>497</x> <x>451</x>
<y>100</y> <y>101</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>elig_check</name> <name>elig_check</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="Yesno" style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>1</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1614,7 +1611,7 @@ ...@@ -1614,7 +1611,7 @@
<tabsequence>120</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>497</x> <x>450</x>
<y>123</y> <y>123</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
...@@ -1652,8 +1649,8 @@ ...@@ -1652,8 +1649,8 @@
<tabsequence>140</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>497</x> <x>452</x>
<y>145</y> <y>144</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
<format>[general]</format> <format>[general]</format>
...@@ -1690,7 +1687,7 @@ ...@@ -1690,7 +1687,7 @@
<tabsequence>160</tabsequence> <tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>497</x> <x>451</x>
<y>167</y> <y>167</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
...@@ -1701,7 +1698,7 @@ ...@@ -1701,7 +1698,7 @@
<name>adv_perc</name> <name>adv_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>14</limit>
<case>any</case> <case>any</case>
<format>0.00</format> <format>0.00</format>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1727,7 +1724,7 @@ ...@@ -1727,7 +1724,7 @@
<tabsequence>180</tabsequence> <tabsequence>180</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>497</x> <x>450</x>
<y>190</y> <y>190</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
...@@ -1765,7 +1762,7 @@ ...@@ -1765,7 +1762,7 @@
<tabsequence>200</tabsequence> <tabsequence>200</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>497</x> <x>451</x>
<y>213</y> <y>213</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
...@@ -1776,7 +1773,7 @@ ...@@ -1776,7 +1773,7 @@
<name>cctr_code__pchgs</name> <name>cctr_code__pchgs</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>4</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1803,7 +1800,7 @@ ...@@ -1803,7 +1800,7 @@
<tabsequence>220</tabsequence> <tabsequence>220</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>497</x> <x>451</x>
<y>236</y> <y>236</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
...@@ -1840,7 +1837,7 @@ ...@@ -1840,7 +1837,7 @@
<text>Chg Date:</text> <text>Chg Date:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>64</x> <x>18</x>
<y>291</y> <y>291</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
...@@ -1869,7 +1866,7 @@ ...@@ -1869,7 +1866,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>159</x> <x>113</x>
<y>291</y> <y>291</y>
<height>16</height> <height>16</height>
<width>84</width> <width>84</width>
...@@ -1906,7 +1903,7 @@ ...@@ -1906,7 +1903,7 @@
<text>Chg User:</text> <text>Chg User:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>250</x> <x>204</x>
<y>291</y> <y>291</y>
<height>16</height> <height>16</height>
<width>62</width> <width>62</width>
...@@ -1935,7 +1932,7 @@ ...@@ -1935,7 +1932,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>316</x> <x>270</x>
<y>291</y> <y>291</y>
<height>16</height> <height>16</height>
<width>56</width> <width>56</width>
...@@ -1972,7 +1969,7 @@ ...@@ -1972,7 +1969,7 @@
<text>Chg Term:</text> <text>Chg Term:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>384</x> <x>338</x>
<y>291</y> <y>291</y>
<height>16</height> <height>16</height>
<width>61</width> <width>61</width>
...@@ -2001,7 +1998,7 @@ ...@@ -2001,7 +1998,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>447</x> <x>401</x>
<y>291</y> <y>291</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
......
...@@ -7,20 +7,21 @@ summary(height=0 color="536870912" ) ...@@ -7,20 +7,21 @@ summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=20 color="536870912" ) detail(height=20 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=scheme_no dbname="loan_scheme.scheme_no" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=scheme_no dbname="loan_scheme.scheme_no" )
column=(type=char(40) updatewhereclause=yes name=descr dbname="loan_scheme.descr" ) column=(type=char(40) update=yes updatewhereclause=yes name=descr dbname="loan_scheme.descr" )
column=(type=char(5) updatewhereclause=yes name=scheme_type dbname="loan_scheme.scheme_type" ) column=(type=char(5) update=yes updatewhereclause=yes name=scheme_type dbname="loan_scheme.scheme_type" )
column=(type=decimal(3) updatewhereclause=yes name=min_amt dbname="loan_scheme.min_amt" initial="0" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=min_amt dbname="loan_scheme.min_amt" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=max_amt dbname="loan_scheme.max_amt" initial="0" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="loan_scheme.max_amt" initial="0" )
column=(type=decimal(2) updatewhereclause=yes name=interest dbname="loan_scheme.interest" initial="0" ) column=(type=decimal(2) update=yes updatewhereclause=yes name=interest dbname="loan_scheme.interest" initial="0" )
column=(type=char(5) updatewhereclause=yes name=source_code dbname="loan_scheme.source_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=source_code dbname="loan_scheme.source_code" )
column=(type=decimal(0) updatewhereclause=yes name=term dbname="loan_scheme.term" initial="0" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=term dbname="loan_scheme.term" initial="0" )
column=(type=char(5) updatewhereclause=yes name=ad_code__ded dbname="loan_scheme.ad_code__ded" initial="spaces" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code__ded dbname="loan_scheme.ad_code__ded" initial="spaces" )
column=(type=datetime updatewhereclause=yes name=chg_date dbname="loan_scheme.chg_date" ) column=(type=datetime updatewhereclause=yes name=chg_date dbname="loan_scheme.chg_date" )
column=(type=char(10) updatewhereclause=yes name=chg_user dbname="loan_scheme.chg_user" ) column=(type=char(10) updatewhereclause=yes name=chg_user dbname="loan_scheme.chg_user" )
column=(type=char(15) updatewhereclause=yes name=chg_term dbname="loan_scheme.chg_term" ) column=(type=char(300) updatewhereclause=yes name=chg_term dbname="loan_scheme.chg_term" )
column=(type=char(5) updatewhereclause=yes name=ad_code__source dbname="loan_scheme.ad_code__source" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code__source dbname="loan_scheme.ad_code__source" )
column=(type=decimal(3) updatewhereclause=yes name=adv_perc dbname="loan_scheme.adv_perc" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=adv_perc dbname="loan_scheme.adv_perc" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"loan_scheme~" ) COLUMN(NAME=~"loan_scheme.scheme_no~") COLUMN(NAME=~"loan_scheme.descr~") COLUMN(NAME=~"loan_scheme.scheme_type~") COLUMN(NAME=~"loan_scheme.min_amt~") COLUMN(NAME=~"loan_scheme.max_amt~") COLUMN(NAME=~"loan_scheme.interest~") COLUMN(NAME=~"loan_scheme.source_code~") COLUMN(NAME=~"loan_scheme.term~") COLUMN(NAME=~"loan_scheme.ad_code__ded~") COLUMN(NAME=~"loan_scheme.chg_date~") COLUMN(NAME=~"loan_scheme.chg_user~") COLUMN(NAME=~"loan_scheme.chg_term~") COLUMN(NAME=~"loan_scheme.ad_code__source~") COLUMN(NAME=~"loan_scheme.adv_perc~")) " update="LOAN_SCHEME" updatewhere=1 updatekeyinplace=no ) column=(type=char(1) update=yes updatewhereclause=yes name=elig_check dbname="loan_scheme.elig_check" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"loan_scheme~" ) COLUMN(NAME=~"loan_scheme.scheme_no~") COLUMN(NAME=~"loan_scheme.descr~") COLUMN(NAME=~"loan_scheme.scheme_type~") COLUMN(NAME=~"loan_scheme.min_amt~") COLUMN(NAME=~"loan_scheme.max_amt~") COLUMN(NAME=~"loan_scheme.interest~") COLUMN(NAME=~"loan_scheme.source_code~") COLUMN(NAME=~"loan_scheme.term~") COLUMN(NAME=~"loan_scheme.ad_code__ded~") COLUMN(NAME=~"loan_scheme.chg_date~") COLUMN(NAME=~"loan_scheme.chg_user~") COLUMN(NAME=~"loan_scheme.chg_term~") COLUMN(NAME=~"loan_scheme.ad_code__source~") COLUMN(NAME=~"loan_scheme.adv_perc~") COLUMN(NAME=~"loan_scheme.elig_check~")) " update="LOAN_SCHEME" updatewhere=1 updatekeyinplace=no )
text(band=header alignment="2" text="Scheme No" border="6" color="0" x="2" y="2" height="16" width="59" html.valueishtml="0" name=scheme_no_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="79741120" ) text(band=header alignment="2" text="Scheme No" border="6" color="0" x="2" y="2" height="16" width="59" html.valueishtml="0" name=scheme_no_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="79741120" )
text(band=header alignment="0" text="Description" border="6" color="0" x="63" y="2" height="16" width="128" html.valueishtml="0" name=descr_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="79741120" ) text(band=header alignment="0" text="Description" border="6" color="0" x="63" y="2" height="16" width="128" html.valueishtml="0" name=descr_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="79741120" )
text(band=header alignment="0" text="Type" border="6" color="0" x="193" y="2" height="16" width="50" html.valueishtml="0" name=scheme_type_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="79741120" ) text(band=header alignment="0" text="Type" border="6" color="0" x="193" y="2" height="16" width="50" html.valueishtml="0" name=scheme_type_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="79741120" )
...@@ -29,26 +30,28 @@ text(band=header alignment="1" text="Max Amt" border="6" color="0" x="307" y="2" ...@@ -29,26 +30,28 @@ text(band=header alignment="1" text="Max Amt" border="6" color="0" x="307" y="2"
text(band=header alignment="1" text="Int. %" border="6" color="0" x="369" y="2" height="16" width="41" html.valueishtml="0" name=interest_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="79741120" ) text(band=header alignment="1" text="Int. %" border="6" color="0" x="369" y="2" height="16" width="41" html.valueishtml="0" name=interest_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="79741120" )
text(band=header alignment="2" text="Source" border="6" color="0" x="412" y="2" height="16" width="38" html.valueishtml="0" name=source_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="79741120" ) text(band=header alignment="2" text="Source" border="6" color="0" x="412" y="2" height="16" width="38" html.valueishtml="0" name=source_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="79741120" )
text(band=header alignment="1" text="Term" border="6" color="0" x="452" y="2" height="16" width="60" html.valueishtml="0" name=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="79741120" ) text(band=header alignment="1" text="Term" border="6" color="0" x="452" y="2" height="16" width="60" html.valueishtml="0" name=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="79741120" )
text(band=header alignment="2" text="Ad. Code" border="6" color="0" x="514" y="2" height="16" width="57" html.valueishtml="0" name=ad_code__ded_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="79741120" ) text(band=header alignment="2" text="Ad. Code" border="6" color="0" x="514" y="2" height="16" width="78" html.valueishtml="0" name=ad_code__ded_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="79741120" )
text(band=header alignment="2" text="Src. Ad. Code" border="6" color="0" x="573" y="2" height="16" width="74" html.valueishtml="0" name=ad_code__source_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="79741120" ) text(band=header alignment="2" text="Src. Ad. Code" border="6" color="0" x="594" y="2" height="16" width="100" html.valueishtml="0" name=ad_code__source_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="79741120" )
text(band=header alignment="2" text="Adv. Perc." border="6" color="0" x="649" y="2" height="16" width="151" html.valueishtml="0" name=adv_perc_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="79741120" ) text(band=header alignment="2" text="Adv. Perc." border="6" color="0" x="696" y="2" height="16" width="151" html.valueishtml="0" name=adv_perc_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="79741120" )
text(band=header alignment="0" text="change date" border="6" color="0" x="802" y="2" height="16" width="79" html.valueishtml="0" name=chg_date_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="79741120" ) text(band=header alignment="0" text="change date" border="6" color="0" x="849" y="2" height="16" width="79" html.valueishtml="0" name=chg_date_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="79741120" )
text(band=header alignment="0" text="change user" border="6" color="0" x="883" y="2" height="16" width="79" html.valueishtml="0" name=chg_user_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="79741120" ) text(band=header alignment="0" text="change user" border="6" color="0" x="930" y="2" height="16" width="79" html.valueishtml="0" name=chg_user_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="79741120" )
text(band=header alignment="0" text="change term" border="6" color="0" x="964" y="2" height="16" width="79" 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="79741120" ) text(band=header alignment="0" text="change term" border="6" color="0" x="1011" y="2" height="16" width="79" 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="79741120" )
text(band=header alignment="0" text="Elig Check" border="0" color="33554432" x="1092" y="2" height="16" width="63" html.valueishtml="0" name=elig_check_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="1" background.color="553648127" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="2" height="16" width="59" format="[general]" html.valueishtml="0" name=scheme_no visible="1" edit.limit=10 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="2" height="16" width="59" format="[general]" html.valueishtml="0" name=scheme_no visible="1" edit.limit=10 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="63" y="2" height="16" width="128" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="63" y="2" height="16" width="128" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="193" y="2" height="16" width="50" format="[general]" html.valueishtml="0" name=scheme_type visible="1" edit.limit=5 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="193" y="2" height="16" width="50" format="[general]" html.valueishtml="0" name=scheme_type visible="1" edit.limit=5 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="1" tabsequence=40 border="5" color="0" x="245" y="2" height="16" width="60" format="[general]" html.valueishtml="0" name=min_amt visible="1" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=4 alignment="1" tabsequence=40 border="5" color="0" x="245" y="2" height="16" width="60" format="[general]" html.valueishtml="0" name=min_amt visible="1" edit.limit=12 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="1" tabsequence=50 border="5" color="0" x="307" y="2" height="16" width="60" format="[general]" html.valueishtml="0" name=max_amt visible="1" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=5 alignment="1" tabsequence=50 border="5" color="0" x="307" y="2" height="16" width="60" format="[general]" html.valueishtml="0" name=max_amt visible="1" edit.limit=12 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="1" tabsequence=60 border="5" color="0" x="369" y="2" height="16" width="41" format="[general]" html.valueishtml="0" name=interest visible="1" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=6 alignment="1" tabsequence=60 border="5" color="0" x="369" y="2" height="16" width="41" format="[general]" html.valueishtml="0" name=interest visible="1" edit.limit=4 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="0" x="412" y="2" height="16" width="38" format="[general]" html.valueishtml="0" name=source_code visible="1" edit.limit=5 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="0" x="412" y="2" height="16" width="38" format="[general]" html.valueishtml="0" name=source_code visible="1" edit.limit=5 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=80 border="5" color="0" x="452" y="2" height="16" width="60" format="[general]" html.valueishtml="0" name=term tag="Maximum months for which the loan can be given" visible="1" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=8 alignment="1" tabsequence=80 border="5" color="0" x="452" y="2" height="16" width="60" format="[general]" html.valueishtml="0" name=term tag="Maximum months for which the loan can be given" visible="1" edit.limit=3 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="0" x="514" y="2" height="16" width="57" format="[general]" html.valueishtml="0" name=ad_code__ded visible="1" edit.limit=5 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="0" x="514" y="2" height="16" width="78" format="[general]" html.valueishtml="0" name=ad_code__ded visible="1" edit.limit=5 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="573" y="2" height="16" width="74" format="[general]" html.valueishtml="0" name=ad_code__source 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="594" y="2" height="16" width="100" format="[general]" html.valueishtml="0" name=ad_code__source visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 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="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="649" y="2" height="16" width="151" format="[general]" html.valueishtml="0" name=adv_perc 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="696" y="2" height="16" width="151" format="[general]" html.valueishtml="0" name=adv_perc visible="1" edit.limit=14 edit.case=any edit.autoselect=yes edit.imemode=0 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="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="802" y="2" height="16" width="79" format="[shortdate] [time]" html.valueishtml="0" name=chg_date 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="849" y="2" height="16" width="79" format="[shortdate] [time]" html.valueishtml="0" name=chg_date 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="883" y="2" height="16" width="79" format="[general]" html.valueishtml="0" name=chg_user 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="930" y="2" height="16" width="79" format="[general]" html.valueishtml="0" name=chg_user 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="964" y="2" height="16" width="79" format="[general]" html.valueishtml="0" name=chg_term 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="1011" y="2" height="16" width="79" format="[general]" html.valueishtml="0" name=chg_term 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=100 border="0" color="0" x="1092" y="2" height="16" width="63" format="[Yes/No]" html.valueishtml="0" name=elig_check visible="1" edit.limit=1 edit.case=any edit.autoselect=yes edit.imemode=0 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="16777215" )
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 )
......
...@@ -21,7 +21,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=scheme ...@@ -21,7 +21,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=scheme
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="loan_scheme.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="loan_scheme.chg_term" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" ) column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
column=(type=char(5) update=yes updatewhereclause=yes name=int_term dbname="loan_scheme.int_term" ) column=(type=char(5) update=yes updatewhereclause=yes name=int_term dbname="loan_scheme.int_term" )
column=(type=char(1) update=yes updatewhereclause=yes name=elig_check dbname="loan_scheme.elig_check" initial="Y" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=elig_check dbname="loan_scheme.elig_check" initial="Y" )
column=(type=char(5) update=yes updatewhereclause=yes name=ad_code__int dbname="loan_scheme.ad_code__int" ) column=(type=char(5) update=yes updatewhereclause=yes name=ad_code__int dbname="loan_scheme.ad_code__int" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="loan_scheme.max_amt" initial="0" validation="number(gettext()) >= 0" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="loan_scheme.max_amt" initial="0" validation="number(gettext()) >= 0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=min_amt dbname="loan_scheme.min_amt" initial="0" validation="number(gettext()) >= 0" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=min_amt dbname="loan_scheme.min_amt" initial="0" validation="number(gettext()) >= 0" )
...@@ -34,60 +34,60 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=scheme ...@@ -34,60 +34,60 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=scheme
column=(type=decimal(3) update=yes updatewhereclause=yes name=adv_perc dbname="loan_scheme.adv_perc" ) column=(type=decimal(3) update=yes updatewhereclause=yes name=adv_perc dbname="loan_scheme.adv_perc" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr_1 dbname="allwdedn.descr" ) column=(type=char(40) updatewhereclause=yes name=allwdedn_descr_1 dbname="allwdedn.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"loan_scheme~" ) TABLE(NAME=~"allwdedn~" ALIAS=~"allwdedn_a~" ) TABLE(NAME=~"allwdedn~" ALIAS=~"allwdedn_b~" ) COLUMN(NAME=~"loan_scheme.scheme_no~") COLUMN(NAME=~"loan_scheme.scheme_type~") COLUMN(NAME=~"loan_scheme.descr~") COLUMN(NAME=~"loan_scheme.source_code~") COLUMN(NAME=~"loan_scheme.term~") COLUMN(NAME=~"loan_scheme.ad_code__ded~") COLUMN(NAME=~"loan_scheme.acct_code__loan~") COLUMN(NAME=~"loan_scheme.cctr_code__loan~") COLUMN(NAME=~"loan_scheme.acct_code__pay~") COLUMN(NAME=~"loan_scheme.cctr_code__pay~") COLUMN(NAME=~"loan_scheme.chg_date~") COLUMN(NAME=~"loan_scheme.chg_user~") COLUMN(NAME=~"loan_scheme.chg_term~") COLUMN(NAME=~"allwdedn_a.descr~") COLUMN(NAME=~"loan_scheme.int_term~") COLUMN(NAME=~"loan_scheme.elig_check~") COLUMN(NAME=~"loan_scheme.ad_code__int~") COLUMN(NAME=~"loan_scheme.max_amt~") COLUMN(NAME=~"loan_scheme.min_amt~") COLUMN(NAME=~"loan_scheme.interest~") COLUMN(NAME=~"loan_scheme.acct_code__pchgs~") COLUMN(NAME=~"loan_scheme.cctr_code__pchgs~") COLUMN(NAME=~"loan_scheme.adjustable~") COLUMN(NAME=~"loan_scheme.adj_perc~") COLUMN(NAME=~"loan_scheme.ad_code__source~") COLUMN(NAME=~"loan_scheme.adv_perc~") COLUMN(NAME=~"allwdedn_b.descr~") JOIN (LEFT=~"loan_scheme.ad_code__ded~" OP =~"=~"RIGHT=~"allwdedn_a.ad_code~" OUTER1 =~"loan_scheme.ad_code__ded~" ) JOIN (LEFT=~"loan_scheme.ad_code__source~" OP =~"=~"RIGHT=~"allwdedn_b.ad_code~" OUTER1 =~"loan_scheme.ad_code__source~" )WHERE( EXP1 =~"loan_scheme.scheme_no~" OP =~"=~" EXP2 =~":mscheme~" ) ) ARG(NAME = ~"mscheme~" TYPE = string) " update="LOAN_SCHEME" updatewhere=0 updatekeyinplace=no arguments=(("mscheme", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"loan_scheme~" ) TABLE(NAME=~"allwdedn~" ALIAS=~"allwdedn_a~" ) TABLE(NAME=~"allwdedn~" ALIAS=~"allwdedn_b~" ) COLUMN(NAME=~"loan_scheme.scheme_no~") COLUMN(NAME=~"loan_scheme.scheme_type~") COLUMN(NAME=~"loan_scheme.descr~") COLUMN(NAME=~"loan_scheme.source_code~") COLUMN(NAME=~"loan_scheme.term~") COLUMN(NAME=~"loan_scheme.ad_code__ded~") COLUMN(NAME=~"loan_scheme.acct_code__loan~") COLUMN(NAME=~"loan_scheme.cctr_code__loan~") COLUMN(NAME=~"loan_scheme.acct_code__pay~") COLUMN(NAME=~"loan_scheme.cctr_code__pay~") COLUMN(NAME=~"loan_scheme.chg_date~") COLUMN(NAME=~"loan_scheme.chg_user~") COLUMN(NAME=~"loan_scheme.chg_term~") COLUMN(NAME=~"allwdedn_a.descr~") COLUMN(NAME=~"loan_scheme.int_term~") COLUMN(NAME=~"loan_scheme.elig_check~") COLUMN(NAME=~"loan_scheme.ad_code__int~") COLUMN(NAME=~"loan_scheme.max_amt~") COLUMN(NAME=~"loan_scheme.min_amt~") COLUMN(NAME=~"loan_scheme.interest~") COLUMN(NAME=~"loan_scheme.acct_code__pchgs~") COLUMN(NAME=~"loan_scheme.cctr_code__pchgs~") COLUMN(NAME=~"loan_scheme.adjustable~") COLUMN(NAME=~"loan_scheme.adj_perc~") COLUMN(NAME=~"loan_scheme.ad_code__source~") COLUMN(NAME=~"loan_scheme.adv_perc~") COLUMN(NAME=~"allwdedn_b.descr~") JOIN (LEFT=~"loan_scheme.ad_code__ded~" OP =~"=~"RIGHT=~"allwdedn_a.ad_code~" OUTER1 =~"loan_scheme.ad_code__ded~" ) JOIN (LEFT=~"loan_scheme.ad_code__source~" OP =~"=~"RIGHT=~"allwdedn_b.ad_code~" OUTER1 =~"loan_scheme.ad_code__source~" )WHERE( EXP1 =~"loan_scheme.scheme_no~" OP =~"=~" EXP2 =~":mscheme~" ) ) ARG(NAME = ~"mscheme~" TYPE = string) " update="LOAN_SCHEME" updatewhere=0 updatekeyinplace=no arguments=(("mscheme", string)) )
groupbox(band=detail text="Others"border="2" color="0" x="59" y="268" height="53" width="492" name=gb_2 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" ) groupbox(band=detail text="Others"border="2" color="0" x="13" y="268" height="53" width="492" name=gb_2 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" )
groupbox(band=detail text="Basic"border="2" color="0" x="61" y="7" height="247" width="487" 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" ) groupbox(band=detail text="Basic"border="2" color="0" x="14" y="7" height="247" width="487" 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" )
text(band=detail alignment="1" text="Description :" border="0" color="0" x="277" y="31" height="16" width="85" html.valueishtml="0" name=descr_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Description :" border="0" color="0" x="231" y="31" height="16" width="85" html.valueishtml="0" name=descr_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Source :" border="0" color="0" x="269" y="54" height="16" width="211" html.valueishtml="0" name=source_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Source :" border="0" color="0" x="363" y="54" height="16" width="71" html.valueishtml="0" name=source_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="1" background.color="536870912" )
column(band=detail id=20 alignment="1" tabsequence=50 border="5" color="0" x="167" y="77" height="16" width="59" format="0.00" html.valueishtml="0" name=interest visible="1" edit.limit=5 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=20 alignment="1" tabsequence=50 border="5" color="0" x="121" y="78" height="16" width="59" format="0.00" html.valueishtml="0" name=interest visible="1" edit.limit=4 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Loan Term :" border="0" color="0" x="409" y="77" height="16" width="73" html.valueishtml="0" name=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="1" background.color="536870912" ) text(band=detail alignment="1" text="Loan Term :" border="0" color="0" x="363" y="77" height="16" width="73" html.valueishtml="0" name=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="1" background.color="536870912" )
text(band=detail alignment="1" text="Max Amt. :" border="0" color="0" x="266" y="100" height="16" width="62" html.valueishtml="0" name=max_amt_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Max Amt. :" border="0" color="0" x="220" y="100" height="16" width="62" html.valueishtml="0" name=max_amt_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="1" background.color="536870912" )
column(band=detail id=18 alignment="1" tabsequence=90 border="5" color="0" x="332" y="100" height="16" width="96" format="0.00" html.valueishtml="0" name=max_amt visible="1" edit.limit=13 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=18 alignment="1" tabsequence=90 border="5" color="0" x="286" y="100" height="16" width="96" format="0.00" html.valueishtml="0" name=max_amt visible="1" edit.limit=12 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Eligibility :" border="0" color="0" x="431" y="100" height="16" width="62" html.valueishtml="0" name=elig_check_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Eligibility :" border="0" color="0" x="385" y="100" height="16" width="62" html.valueishtml="0" name=elig_check_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Ad Code Int.:" border="0" color="0" x="412" y="123" height="16" width="81" html.valueishtml="0" name=ad_code__int_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Ad Code Int.:" border="0" color="0" x="366" y="123" height="16" width="81" html.valueishtml="0" name=ad_code__int_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Cctr Code :" border="0" color="0" x="422" y="145" height="16" width="71" html.valueishtml="0" name=cctr_code__loan_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Cctr Code :" border="0" color="0" x="376" y="145" height="16" width="71" html.valueishtml="0" name=cctr_code__loan_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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="212" y="123" height="16" width="193" format="[general]" html.valueishtml="0" name=allwdedn_descr 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="166" y="123" height="16" width="193" format="[general]" html.valueishtml="0" name=allwdedn_descr 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="5" color="255" x="212" y="167" height="16" width="193" format="[general]" html.valueishtml="0" name=allwdedn_descr_1 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=27 alignment="0" tabsequence=32766 border="5" color="255" x="166" y="167" height="16" width="193" format="[general]" html.valueishtml="0" name=allwdedn_descr_1 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Adv Perc:" border="0" color="0" x="435" y="167" height="16" width="58" html.valueishtml="0" name=adv_perc_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Adv Perc:" border="0" color="0" x="389" y="167" height="16" width="58" html.valueishtml="0" name=adv_perc_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Ad Code Source:" border="0" color="0" x="72" y="167" height="16" width="91" html.valueishtml="0" name=ad_code__source_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Ad Code Source:" border="0" color="0" x="26" y="167" height="16" width="91" html.valueishtml="0" name=ad_code__source_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Loan A/c. :" border="0" color="0" x="72" y="145" height="16" width="91" html.valueishtml="0" name=acct_code__loan_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Loan A/c. :" border="0" color="0" x="26" y="145" height="16" width="91" html.valueishtml="0" name=acct_code__loan_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Ad Code Loan :" border="0" color="0" x="72" y="123" height="16" width="91" html.valueishtml="0" name=ad_code__ded_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Ad Code Loan :" border="0" color="0" x="26" y="123" height="16" width="91" html.valueishtml="0" name=ad_code__ded_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Min Amt. :" border="0" color="0" x="72" y="100" height="16" width="91" html.valueishtml="0" name=min_amt_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Min Amt. :" border="0" color="0" x="26" y="100" height="16" width="91" html.valueishtml="0" name=min_amt_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Interest % (pa) :" border="0" color="0" x="72" y="77" height="16" width="91" html.valueishtml="0" name=interest_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Interest % (pa) :" border="0" color="0" x="25" y="77" height="16" width="91" html.valueishtml="0" name=interest_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Scheme Type :" border="0" color="0" x="72" y="54" height="16" width="91" html.valueishtml="0" name=scheme_type_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Scheme Type :" border="0" color="0" x="26" y="54" height="16" width="91" html.valueishtml="0" name=scheme_type_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Scheme No. :" border="0" color="0" x="72" y="31" height="16" width="91" html.valueishtml="0" name=scheme_no_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Scheme No. :" border="0" color="0" x="26" y="31" height="16" width="91" html.valueishtml="0" name=scheme_no_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Payable A/c. :" border="0" color="0" x="72" y="190" height="16" width="91" html.valueishtml="0" name=acct_code__pay_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Payable A/c. :" border="0" color="0" x="26" y="190" height="16" width="91" html.valueishtml="0" name=acct_code__pay_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Proc.Chgs.A/c. :" border="0" color="0" x="72" y="213" height="16" width="91" html.valueishtml="0" name=acct_code__pchgs_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Proc.Chgs.A/c. :" border="0" color="0" x="26" y="213" height="16" width="91" html.valueishtml="0" name=acct_code__pchgs_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Adjustable Loan:" border="0" color="0" x="71" y="236" height="16" width="92" html.valueishtml="0" name=adjustable_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Adjustable Loan:" border="0" color="0" x="25" y="236" height="16" width="92" html.valueishtml="0" name=adjustable_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="1" background.color="536870912" )
column(band=detail id=19 alignment="1" tabsequence=80 border="5" color="0" x="167" y="100" height="16" width="96" format="0.00" html.valueishtml="0" name=min_amt visible="1" edit.limit=13 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=19 alignment="1" tabsequence=80 border="5" color="0" x="121" y="100" height="16" width="96" format="0.00" html.valueishtml="0" name=min_amt visible="1" edit.limit=12 edit.case=any edit.format="0.00" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=110 border="5" color="0" x="167" y="123" height="16" width="40" format="[general]" html.valueishtml="0" name=ad_code__ded visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=6 alignment="0" tabsequence=110 border="5" color="0" x="121" y="122" height="16" width="40" format="[general]" html.valueishtml="0" name=ad_code__ded visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=130 border="5" color="0" x="167" y="145" height="16" width="75" format="[general]" html.valueishtml="0" name=acct_code__loan visible="1" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=7 alignment="0" tabsequence=130 border="5" color="0" x="120" y="144" height="16" width="75" format="[general]" html.valueishtml="0" name=acct_code__loan visible="1" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=25 alignment="0" tabsequence=150 border="5" color="0" x="167" y="167" height="16" width="40" format="[general]" html.valueishtml="0" name=ad_code__source 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=25 alignment="0" tabsequence=150 border="5" color="0" x="120" y="166" height="16" width="40" format="[general]" html.valueishtml="0" name=ad_code__source visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.imemode=0 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="16777215" )
column(band=detail id=9 alignment="0" tabsequence=170 border="5" color="0" x="167" y="190" height="16" width="75" format="[general]" html.valueishtml="0" name=acct_code__pay visible="1" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=9 alignment="0" tabsequence=170 border="5" color="0" x="121" y="190" height="16" width="75" format="[general]" html.valueishtml="0" name=acct_code__pay visible="1" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=190 border="5" color="0" x="167" y="213" height="16" width="75" format="[general]" html.valueishtml="0" name=acct_code__pchgs visible="1" edit.limit=0 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=21 alignment="0" tabsequence=190 border="5" color="0" x="120" y="213" height="16" width="75" format="[general]" html.valueishtml="0" name=acct_code__pchgs visible="1" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=210 border="5" color="0" x="167" y="236" height="16" width="75" format="[Yes/No]" html.valueishtml="0" name=adjustable visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="16777215" ) column(band=detail id=23 alignment="0" tabsequence=210 border="5" color="0" x="121" y="236" height="16" width="75" format="[Yes/No]" html.valueishtml="0" name=adjustable visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="16777215" )
text(band=detail alignment="1" text="Adjustable Perc :" border="0" color="0" x="402" y="236" height="16" width="91" html.valueishtml="0" name=adj_perc_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Adjustable Perc :" border="0" color="0" x="356" y="236" height="16" width="91" html.valueishtml="0" name=adj_perc_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Cctr Code Proc.Chgs. :" border="0" color="0" x="348" y="213" height="16" width="145" html.valueishtml="0" name=cctr_code__pchgs_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Cctr Code Proc.Chgs. :" border="0" color="0" x="302" y="213" height="16" width="145" html.valueishtml="0" name=cctr_code__pchgs_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="1" background.color="536870912" )
text(band=detail alignment="1" text="Cctr Code Pay. :" border="0" color="0" x="402" y="190" height="16" width="91" html.valueishtml="0" name=cctr_code__pay_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Cctr Code Pay. :" border="0" color="0" x="356" y="190" height="16" width="91" html.valueishtml="0" name=cctr_code__pay_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="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=30 border="5" color="0" x="167" y="54" height="16" width="63" format="[general]" html.valueishtml="0" name=scheme_type visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=2 alignment="0" tabsequence=30 border="5" color="0" x="122" y="53" height="16" width="63" format="[general]" html.valueishtml="0" name=scheme_type visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="167" y="31" height="16" width="63" format="[general]" html.valueishtml="0" name=scheme_no visible="1" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="118" y="31" height="16" width="63" format="[general]" html.valueishtml="0" name=scheme_no visible="1" edit.limit=10 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Interest Term :" border="0" color="0" x="242" y="77" height="16" width="88" html.valueishtml="0" name=int_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Interest Term :" border="0" color="0" x="196" y="77" height="16" width="88" html.valueishtml="0" name=int_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="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=60 border="5" color="0" x="336" y="78" height="16" width="53" format="" html.valueishtml="0" name=int_term visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=15 alignment="0" tabsequence=60 border="5" color="0" x="290" y="78" height="16" width="53" format="" html.valueishtml="0" name=int_term visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="366" y="31" height="16" width="172" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="320" y="31" height="16" width="172" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=40 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="0" x="484" y="54" height="16" width="54" format="[general]" html.valueishtml="0" name=source_code visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="0" x="438" y="54" height="16" width="54" format="[general]" html.valueishtml="0" name=source_code visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="1" tabsequence=70 border="5" color="0" x="486" y="77" height="16" width="52" format="0" html.valueishtml="0" name=term tag="Maximum months for which the loan can be given" visible="1" edit.limit=3 edit.case=any edit.format="0" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=5 alignment="1" tabsequence=70 border="5" color="0" x="440" y="80" height="16" width="52" format="0" html.valueishtml="0" name=term tag="Maximum months for which the loan can be given" visible="1" edit.limit=3 edit.case=any edit.format="0" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=100 border="5" color="0" x="497" y="100" height="16" width="41" format="[general]" html.valueishtml="0" name=elig_check visible="1" edit.name="Yesno" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 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="16777215" ) column(band=detail id=16 alignment="0" tabsequence=100 border="5" color="0" x="451" y="101" height="16" width="41" format="[Yes/No]" html.valueishtml="0" name=elig_check visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 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="16777215" )
column(band=detail id=17 alignment="0" tabsequence=120 border="5" color="0" x="497" y="123" height="16" width="41" format="[general]" html.valueishtml="0" name=ad_code__int visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=17 alignment="0" tabsequence=120 border="5" color="0" x="450" y="123" height="16" width="41" format="[general]" html.valueishtml="0" name=ad_code__int visible="1" edit.limit=5 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=140 border="5" color="0" x="497" y="145" height="16" width="41" format="[general]" html.valueishtml="0" name=cctr_code__loan visible="1" edit.limit=4 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=8 alignment="0" tabsequence=140 border="5" color="0" x="452" y="144" height="16" width="41" format="[general]" html.valueishtml="0" name=cctr_code__loan visible="1" edit.limit=4 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=26 alignment="1" tabsequence=160 border="5" color="0" x="497" y="167" height="16" width="41" format="0.00" html.valueishtml="0" name=adv_perc visible="1" edit.limit=0 edit.case=any edit.format="0.00" edit.autoselect=yes edit.imemode=0 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="16777215" ) column(band=detail id=26 alignment="1" tabsequence=160 border="5" color="0" x="451" y="167" height="16" width="41" format="0.00" html.valueishtml="0" name=adv_perc visible="1" edit.limit=14 edit.case=any edit.format="0.00" edit.autoselect=yes edit.imemode=0 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="16777215" )
column(band=detail id=10 alignment="0" tabsequence=180 border="5" color="0" x="497" y="190" height="16" width="41" format="[general]" html.valueishtml="0" name=cctr_code__pay visible="1" edit.limit=4 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=10 alignment="0" tabsequence=180 border="5" color="0" x="450" y="190" height="16" width="41" format="[general]" html.valueishtml="0" name=cctr_code__pay visible="1" edit.limit=4 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=200 border="5" color="0" x="497" y="213" height="16" width="41" format="[general]" html.valueishtml="0" name=cctr_code__pchgs visible="1" edit.limit=0 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=22 alignment="0" tabsequence=200 border="5" color="0" x="451" y="213" height="16" width="41" format="[general]" html.valueishtml="0" name=cctr_code__pchgs visible="1" edit.limit=4 edit.case=upper 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="1" tabsequence=220 border="5" color="0" x="497" y="236" height="16" width="41" format="0.00" html.valueishtml="0" name=adj_perc visible="1" edit.limit=6 edit.case=any edit.format="0.00" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 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="16777215" ) column(band=detail id=24 alignment="1" tabsequence=220 border="5" color="0" x="451" y="236" height="16" width="41" format="0.00" html.valueishtml="0" name=adj_perc visible="1" edit.limit=6 edit.case=any edit.format="0.00" edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 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="16777215" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="0" x="64" y="291" height="16" width="91" html.valueishtml="0" name=chg_date_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Chg Date:" border="0" color="0" x="18" y="291" height="16" width="91" html.valueishtml="0" name=chg_date_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="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="255" x="159" y="291" height="16" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="255" x="113" y="291" height="16" width="84" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg User:" border="0" color="0" x="250" y="291" height="16" width="62" html.valueishtml="0" name=chg_user_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="1" background.color="536870912" ) text(band=detail alignment="1" text="Chg User:" border="0" color="0" x="204" y="291" height="16" width="62" html.valueishtml="0" name=chg_user_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="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="255" x="316" y="291" height="16" width="56" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="255" x="270" y="291" height="16" width="56" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="0" x="384" y="291" height="16" width="61" 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="1" background.color="536870912" ) text(band=detail alignment="1" text="Chg Term:" border="0" color="0" x="338" y="291" height="16" width="61" 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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="447" y="291" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="401" y="291" 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="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" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
...@@ -84,6 +84,8 @@ public class LoanSchemeIC extends ValidatorEJB implements LoanSchemeLocal, LoanS ...@@ -84,6 +84,8 @@ public class LoanSchemeIC extends ValidatorEJB implements LoanSchemeLocal, LoanS
String adCodeSource = ""; String adCodeSource = "";
String adCode = ""; String adCode = "";
String mVal2 = ""; String mVal2 = "";
String schemeNo = "";
String descr = "";
int currentFormNo = 0; int currentFormNo = 0;
int noOfChilds = 0; int noOfChilds = 0;
int counter; int counter;
...@@ -134,7 +136,45 @@ public class LoanSchemeIC extends ValidatorEJB implements LoanSchemeLocal, LoanS ...@@ -134,7 +136,45 @@ public class LoanSchemeIC extends ValidatorEJB implements LoanSchemeLocal, LoanS
childNodeName = childNode.getNodeName(); childNodeName = childNode.getNodeName();
System.out.println("childNodeName.editFlag." + childNodeName + "" + editFlag); System.out.println("childNodeName.editFlag." + childNodeName + "" + editFlag);
System.out.println("@V@ Edit flag :- [" + editFlag + ""); System.out.println("@V@ Edit flag :- [" + editFlag + "");
if (childNodeName.trim().equalsIgnoreCase("ad_code__ded"))
if (childNodeName.trim().equalsIgnoreCase("scheme_no"))
{
schemeNo = checkNull(genericUtility.getColumnValue("scheme_no", dom));
if(schemeNo.length() == 0 || schemeNo == null)
{
errList.add("EMPSCHEME1");
errFields.add(childNodeName.toLowerCase());
}
else
{
cnt = 0 ;
sql="select count(*) as cnt from loan_scheme where scheme_no=?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, schemeNo);
rs = pstmt.executeQuery();
if (rs.next())
{
cnt = rs.getInt("cnt");
}
System.out.println("cnt:::: " + cnt+editFlag);
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
if (cnt > 0 && !"E".equalsIgnoreCase(editFlag))
{
errList.add("EMPSCHEME2");
errFields.add(childNodeName.toLowerCase());
}
}
}
else if (childNodeName.trim().equalsIgnoreCase("ad_code__ded"))
{ {
adCodeDed = checkNull(genericUtility.getColumnValue("ad_code__ded", dom)); adCodeDed = checkNull(genericUtility.getColumnValue("ad_code__ded", dom));
sql = "select bal_opt, post_yn from allwdedn where ad_code = ?"; sql = "select bal_opt, post_yn from allwdedn where ad_code = ?";
...@@ -279,7 +319,7 @@ public class LoanSchemeIC extends ValidatorEJB implements LoanSchemeLocal, LoanS ...@@ -279,7 +319,7 @@ public class LoanSchemeIC extends ValidatorEJB implements LoanSchemeLocal, LoanS
} }
else if(childNodeName.trim().equalsIgnoreCase("cctr_code__loan") || childNodeName.trim().equalsIgnoreCase("cctr_code__pay")) else if(childNodeName.trim().equalsIgnoreCase("cctr_code__loan") || childNodeName.trim().equalsIgnoreCase("cctr_code__pay"))
{ {
cctrCodeLoan = checkNull(genericUtility.getColumnValue("cctr_code__loan", dom)); cctrCodeLoan = checkNull(genericUtility.getColumnValue(childNodeName, dom));
if(cctrCodeLoan != null && cctrCodeLoan.trim().length() > 0) if(cctrCodeLoan != null && cctrCodeLoan.trim().length() > 0)
{ {
sql="select count(*) as cnt from costctr where cctr_code = ? "; sql="select count(*) as cnt from costctr where cctr_code = ? ";
......
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