Commit eccfec02 authored by pbhosale's avatar pbhosale

updated on[26-12-2019]

emp_complete21.xml
emp_complete27.xml
emp_other_detail2Bank Detail.xml
emp_temp11.xml
emp_temp12.xml
emp_temp13.xml
emp_temp14.xml
emp_temp15.xml
emp_temp16.xml
emp_temp17.xml
emp_temp21.xml
emp_temp22.xml
emp_temp23.xml
emp_temp24.xml
emp_temp25.xml
emp_temp26.xml
emp_temp27.xml
w_emp_complete.sql
EmployeeEJB.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214116 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fa5fee7c
...@@ -188,70 +188,64 @@ update ITM2MENU set ICON_PATH = 'EmployeeMaster.png', CLOSE_ICON ='EmployeeMaste ...@@ -188,70 +188,64 @@ update ITM2MENU set ICON_PATH = 'EmployeeMaster.png', CLOSE_ICON ='EmployeeMaste
----------------------------------------------------[17/10/19][END] ----------------------------------------------------[17/10/19][END]
----------------------------------------------------[23/10/19][START] ----------------------------------------------------[18/10/19][START]
update TRANSETUP set PERIOD_OPTION = 'M',THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_emp_complete'; update TRANSETUP set PERIOD_OPTION = 'M',THUMB_ALT_COL = 'emp_fname', THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where TRAN_WINDOW = 'w_emp_complete';
update TRANSETUP set REF_SER = 'EMP' where TRAN_WINDOW = 'w_emp_complete'; update TRANSETUP set REF_SER = 'EMP' where TRAN_WINDOW = 'w_emp_complete';
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_complete','1','emp_class',null); Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_complete','1','emp_class',null);
UPDATE obj_forms UPDATE obj_forms
SET disp_metadata= '<html> SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> {emp_fname} {emp_lname} (<b>{emp_code}</b>) , Site <b>{emp_site}</b> , Cadre Code <b>{cadre}</b> </br> <span style="white-space: normal !important; word-break: break-word; "> <b>{emp_fname} {emp_lname} (<b>{emp_code}</b>) , Site <b>{emp_site}</b> , Cadre Code <b>{cadre}</b> </br>
Grade Code <b>{grade}</b> , Designation <b>{designation}</b> <br/> Grade Code <b>{grade}</b> , Designation <b>{designation}</b> <br/>
</span> </span>
</html>' </html>'
WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Employee'; WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Employee';
UPDATE obj_forms SET disp_metadata= '<html> UPDATE obj_forms SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> Member Name : <b>{member_name}</b> </br> <span style="white-space: normal !important; word-break: break-word; "> <b>{emp_code}</b> , Member Name : <b>{member_name}</b> </br>
Relation : <b>{relation}</b> </br>
</span> </span>
</html>' </html>'
WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Family'; WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Family';
UPDATE obj_forms SET disp_metadata= '<html> UPDATE obj_forms SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> Language : <b>{language}</b> </br> <span style="white-space: normal !important; word-break: break-word; "> <b>{emp_code}</b> , Language : <b>{language}</b> </br>
Read : <b>{read}</b> Write : <b>{write}</b> Speak : <b>{speak}</b> </br>
</span> </span>
</html>' </html>'
WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Language'; WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Language';
UPDATE obj_forms SET disp_metadata= '<html> UPDATE obj_forms SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> Qualification : <b>{qualification_descr}</b> </br> <span style="white-space: normal !important; word-break: break-word; "> <b>{emp_code}</b> , Qualification : <b>{qlf_code}</b> </br>
</span> </span>
</html>' </html>'
WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Qualification'; WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Qualification';
UPDATE obj_forms SET disp_metadata= '<html> UPDATE obj_forms SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> Training Code : <b>{train_code}</b> </br> <span style="white-space: normal !important; word-break: break-word; "> <b>{emp_code}</b> , Training Code : <b>{train_code}</b> , Organisation : <b>{organisation}</b> </br>
Organisation : <b>{organisation}</b>
</span> </span>
</html>' </html>'
WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Training'; WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Training';
UPDATE obj_forms SET disp_metadata= '<html> UPDATE obj_forms SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> Organisation : <b>{organisation}</b> , Designation : <b>{designation}</b> </br> <span style="white-space: normal !important; word-break: break-word; "> <b>{emp_code}</b> , Designation : <b>{designation}</b> , Organisation : <b>{organisation}</b> </br>
From Date : <b>{from_date}</b> To Date : <b>{to_date}</b>
</span> </span>
</html>' </html>'
WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Experience'; WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Experience';
UPDATE obj_forms SET disp_metadata= '<html> UPDATE obj_forms SET disp_metadata= '<html>
<span style="white-space: normal !important; word-break: break-word; "> <b> {bank_name} (<b>{bank_code}</b>) </br> <span style="white-space: normal !important; word-break: break-word; "> <b>{emp_code}</b> , Bank Code : <b>{bank_code}</b> , Bank Name : <b>{bank_name}</b> </br>
</span> </span>
</html>' </html>'
WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Bank Detail'; WHERE WIN_NAME ='w_emp_complete' and TITLE = 'Bank Detail';
update OBJ_FORMS set THUMB_ALT_COL = 'emp_fname',THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Employee';
update OBJ_FORMS set THUMB_ALT_COL = 'emp_fname',THUMB_IMAGE_COL= 'emp_code',THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Employee'; update OBJ_FORMS set THUMB_ALT_COL = 'emp_code',THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Family';
update OBJ_FORMS set THUMB_ALT_COL = 'member_name',THUMB_IMAGE_COL= 'member_name',THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Family'; update OBJ_FORMS set THUMB_ALT_COL = 'emp_code',THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Language';
update OBJ_FORMS set THUMB_ALT_COL = 'language',THUMB_IMAGE_COL= 'language',THUMB_OBJ = 'LangImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Language'; update OBJ_FORMS set THUMB_ALT_COL = 'emp_code',THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Qualification';
update OBJ_FORMS set THUMB_ALT_COL = 'qualification_descr',THUMB_IMAGE_COL= 'qualification_descr',THUMB_OBJ = 'QlfImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Qualification'; update OBJ_FORMS set THUMB_ALT_COL = 'emp_code',THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Training';
update OBJ_FORMS set THUMB_ALT_COL = 'train_code',THUMB_IMAGE_COL= 'train_code',THUMB_OBJ = 'TrainImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Training'; update OBJ_FORMS set THUMB_ALT_COL = 'emp_code',THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Experience';
update OBJ_FORMS set THUMB_ALT_COL = 'organisation',THUMB_IMAGE_COL= 'organisation',THUMB_OBJ = 'DesignImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Experience'; update OBJ_FORMS set THUMB_ALT_COL = 'emp_code',THUMB_IMAGE_COL= 'emp_code', THUMB_OBJ = 'EmpImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Bank Detail';
update OBJ_FORMS set THUMB_ALT_COL = 'bank_code',THUMB_IMAGE_COL= 'bank_code',THUMB_OBJ = 'BankImages' where WIN_NAME = 'w_emp_complete' and TITLE = 'Bank Detail';
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 ('CADRE_CODE','W_EMP_COMPLETE','SELECT CADRE_CODE AS CADRE,DESCR FROM CADRE ORDER BY DESCR',null,'Cadre List',0,0,to_date('05-03-19','DD-MM-RR'),'BASE ','BASE ','0',null,null,1,null,null,null,null,null,null,'2',null,'3','CadreImages','cadre','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 ('CADRE_CODE','W_EMP_COMPLETE','SELECT CADRE_CODE AS CADRE,DESCR FROM CADRE ORDER BY DESCR',null,'Cadre List',0,0,to_date('05-03-19','DD-MM-RR'),'BASE ','BASE ','0',null,null,1,null,null,null,null,null,null,'2',null,'3','CadreImages','cadre','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 ('CUR_STATE','W_EMP_COMPLETE','select STATE_CODE as State_Code,descr as State_Name from state where descr like ''%?%''',null,'Employee Master',0,0,to_date('17-02-09','DD-MM-RR'),'VISHAL ','VISHAL ','0',null,':cur_state',null,null,null,null,null,null,null,'2',null,'3',null,null,null,'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 ('CUR_STATE','W_EMP_COMPLETE','select STATE_CODE as State_Code,descr as State_Name from state where descr like ''%?%''',null,'Employee Master',0,0,to_date('17-02-09','DD-MM-RR'),'VISHAL ','VISHAL ','0',null,':cur_state',null,null,null,null,null,null,null,'2',null,'3',null,null,null,'2 ',null,null,null,null,null,null,null);
...@@ -308,17 +302,83 @@ update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'grade', THUMB_OBJ ...@@ -308,17 +302,83 @@ update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'grade', THUMB_OBJ
update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'cadre', THUMB_OBJ = 'CadreImages' where MOD_NAME = 'W_EMP_COMPLETE' and FIELD_NAME= 'CADRE_CODE'; update POPHELP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'cadre', THUMB_OBJ = 'CadreImages' where MOD_NAME = 'W_EMP_COMPLETE' and FIELD_NAME= 'CADRE_CODE';
update POPHELP set THUMB_ALT_COL = 'name', THUMB_IMAGE_COL= 'code',THUMB_OBJ = 'SupplierImages' where MOD_NAME = 'W_EMP_COMPLETE' and FIELD_NAME= 'SUPP_CODE__CON'; update POPHELP set THUMB_ALT_COL = 'name', THUMB_IMAGE_COL= 'code',THUMB_OBJ = 'SupplierImages' where MOD_NAME = 'W_EMP_COMPLETE' and FIELD_NAME= 'SUPP_CODE__CON';
----------------------------------------------------[23/10/19][END] ----------------------------------------------------[18/10/19][END]
----------------------------------------------------[05/11/19][START]
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 ('emp_complete',5,'L','a','pre_toggle_with_held','Toggle with held','Toggle With Held',null,'1','2',null,'U',null,to_date('2018-07-24','RRRR-MM-DD'),'HRISHIKESH ','HRISHIKESH',null,null,null,null,null,null,null,null);
Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAME,LINK_TITLE,LINK_URI,LINK_TYPE,LINK_ARG,UPDATE_FLAG,RIGHTS_CHAR,IMAGE,LINK_NAME,SHOW_IN_PANEL,SHORTCUT_CHAR,AUTO_INVOKE,LINE_NO) values ('emp_complete','1','cadre','emp_payroll_info','emp_payroll_info21','Payroll Detail',null,'2','emp_code.String','1','9',null,null,null,null,null,2);
Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAME,LINK_TITLE,LINK_URI,LINK_TYPE,LINK_ARG,UPDATE_FLAG,RIGHTS_CHAR,IMAGE,LINK_NAME,SHOW_IN_PANEL,SHORTCUT_CHAR,AUTO_INVOKE,LINE_NO) values ('emp_complete','1','emp_fname','emp_personal_info','emp_personal_info21','Personal Detail',null,'2','emp_code.String','1','1',null,null,null,null,null,3);
Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAME,LINK_TITLE,LINK_URI,LINK_TYPE,LINK_ARG,UPDATE_FLAG,RIGHTS_CHAR,IMAGE,LINK_NAME,SHOW_IN_PANEL,SHORTCUT_CHAR,AUTO_INVOKE,LINE_NO) values ('emp_complete','1','emp_lname','emp_work_info','emp_work_info21','Work Detail',null,'2','emp_code.String','1','3',null,null,null,null,null,4);
Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAME,LINK_TITLE,LINK_URI,LINK_TYPE,LINK_ARG,UPDATE_FLAG,RIGHTS_CHAR,IMAGE,LINK_NAME,SHOW_IN_PANEL,SHORTCUT_CHAR,AUTO_INVOKE,LINE_NO) values ('emp_complete','1','emp_mname','emp_address_info','emp_address_info21','Address Detail',null,'2','emp_code.String','1','2',null,null,null,null,null,5);
Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAME,LINK_TITLE,LINK_URI,LINK_TYPE,LINK_ARG,UPDATE_FLAG,RIGHTS_CHAR,IMAGE,LINK_NAME,SHOW_IN_PANEL,SHORTCUT_CHAR,AUTO_INVOKE,LINE_NO) values ('emp_complete','1','emp_site','emp_basic_info','emp_basic_info21','Basic Detail',null,'2','emp_code.String','1','0',null,null,null,null,null,6);
Insert into OBJ_LINKS (OBJ_NAME,FORM_NO,FIELD_NAME,TARGET_OBJ_NAME,LINK_FORM_NAME,LINK_TITLE,LINK_URI,LINK_TYPE,LINK_ARG,UPDATE_FLAG,RIGHTS_CHAR,IMAGE,LINK_NAME,SHOW_IN_PANEL,SHORTCUT_CHAR,AUTO_INVOKE,LINE_NO) values ('emp_complete','1','grade','emp_other_detail','emp_other_detail21','Other Detail',null,'2','emp_code.String','1','4',null,null,null,null,null,7);
Insert into SYSTEM_EVENTS (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD_RULE,CHG_DATE,CHG_USER,CHG_TERM,RESULT_HANDLE,OVERWRITE_CORE,COMP_TYPE,COMP_NAME,COMM_FORMAT) values ('emp_complete','pre_toggle_with_held','1','toggle_with_held',null,to_date('2018-07-24','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH','2','0','EJB','EmpWithHeldToggle',null);
Insert into SYSTEM_EVENTS (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD_RULE,CHG_DATE,CHG_USER,CHG_TERM,RESULT_HANDLE,OVERWRITE_CORE,COMP_TYPE,COMP_NAME,COMM_FORMAT) values ('emp_complete','post_save','1','pos_emp_complete',null,to_date('2019-05-03','RRRR-MM-DD'),'PINAKIN ','PINAKIN','2','0','EJB','EmpCompletePos',null);
Insert into SYSTEM_EVENTS (OBJ_NAME,EVENT_CODE,EVENT_CONTEXT,SERVICE_CODE,METHOD_RULE,CHG_DATE,CHG_USER,CHG_TERM,RESULT_HANDLE,OVERWRITE_CORE,COMP_TYPE,COMP_NAME,COMM_FORMAT) values ('emp_complete','pre_save','1','prs_emp_complete',null,to_date('2015-04-10','RRRR-MM-DD'),'BASE ','BASE','2','0','EJB','EmpCompletePrs',null);
update SYSTEM_EVENTS set COMP_TYPE ='JB', COMP_NAME = 'ibase.webitm.ejb.adm.EmpCompletePos' where EVENT_CODE = 'post_save' and OBJ_NAME ='emp_complete';
update SYSTEM_EVENTS set COMP_TYPE ='JB', COMP_NAME = 'ibase.webitm.ejb.adm.EmpCompletePrs' where EVENT_CODE = 'pre_save' and OBJ_NAME ='emp_complete';
update SYSTEM_EVENTS set COMP_TYPE ='JB', COMP_NAME = 'ibase.webitm.ejb.adm.adv.EmpWithHeldToggle' where EVENT_CODE = 'pre_toggle_with_held' and OBJ_NAME ='emp_complete';
Insert into SYSTEM_EVENT_SERVICES (SERVICE_CODE,SERVICE_DESCR,SERVICE_URI,SERVICE_PROVIDER,METHOD_NAME,RETURN_VALUE,RETURN_TYPE,RETURN_DESCR,RETURN_XFRM,CHG_DATE,CHG_USER,CHG_TERM) values ('toggle_with_held','Action To toggle with held','http://localhost:9090/axis/services/ActionHandlerService','Base','confirm','String','S',null,null,to_date('2018-07-24','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH');
Insert into SYSTEM_EVENT_SERVICES (SERVICE_CODE,SERVICE_DESCR,SERVICE_URI,SERVICE_PROVIDER,METHOD_NAME,RETURN_VALUE,RETURN_TYPE,RETURN_DESCR,RETURN_XFRM,CHG_DATE,CHG_USER,CHG_TERM,SERVICE_NAMESPACE,RES_ELEM,SOAP_ACTION) values ('pos_emp_complete','Emp Complete','http://localhost:9090/axis/services/ValidatorService',null,'postSave',null,'S',null,null,to_date('27-12-11','DD-MM-RR'),'manaz ','Base204',null,null,null);
Insert into SYSTEM_EVENT_SERVICES (SERVICE_CODE,SERVICE_DESCR,SERVICE_URI,SERVICE_PROVIDER,METHOD_NAME,RETURN_VALUE,RETURN_TYPE,RETURN_DESCR,RETURN_XFRM,CHG_DATE,CHG_USER,CHG_TERM) values ('prs_emp_complete','Pre Save ','http://localhost:9090/axis/services/ValidatorService',null,'preSave','String ','S',null,null,to_date('2014-12-18','RRRR-MM-DD'),'BASE ','BASE');
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prs_emp_complete',1,'COMPONENT_TYPE','I',null,'S',null,to_date('2014-12-18','RRRR-MM-DD'),'BASE ','BASE','JB');
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prs_emp_complete',2,'COMPONENT_NAME','I',null,'S',null,to_date('2014-12-18','RRRR-MM-DD'),'BASE ','BASE','ibase.webitm.ejb.adm.EmpCompletePrs');
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prs_emp_complete',3,'XML_DATA__ALL','I',null,'S',null,to_date('2014-12-18','RRRR-MM-DD'),'BASE ','BASE',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prs_emp_complete',4,'EDIT_FLAG','I',null,'S',null,to_date('2014-12-18','RRRR-MM-DD'),'BASE ','BASE',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prs_emp_complete',5,'XTRA_PARAMS','I',null,'S',null,to_date('2014-12-18','RRRR-MM-DD'),'BASE ','BASE',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('prs_emp_complete',6,'DB_CONN','I',null,'S.Connection',null,to_date('2014-12-18','RRRR-MM-DD'),'BASE ','BASE',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('toggle_with_held',1,'COMPONENT_TYPE','I','Component Type','S',null,to_date('2018-07-24','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH','JB');
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('toggle_with_held',2,'COMPONENT_NAME','I','Component Name','S',null,to_date('2018-07-24','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH','ibase.webitm.ejb.adm.adv.EmpWithHeldToggle');
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('toggle_with_held',3,'<tran_id>','I','tranid','B.String',null,to_date('2018-07-24','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('toggle_with_held',4,'XTRA_PARAMS','I','Extra Arguments','S',null,to_date('2018-07-24','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('toggle_with_held',5,'FORCED_FLAG','I','Forced Flag','S',null,to_date('2018-07-24','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('pos_emp_complete',1,'COMPONENT_TYPE','I',null,'S',null,to_date('27-12-11','DD-MM-RR'),'msalam ','base204 ','JB');
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('pos_emp_complete',2,'COMPONENT_NAME','I',null,'S',null,to_date('27-12-11','DD-MM-RR'),'msalam ','base204 ','ibase.webitm.ejb.adm.EmpCompletePos');
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('pos_emp_complete',3,'XML_DATA','I',null,'S',null,to_date('27-12-11','DD-MM-RR'),'msalam ','base204 ',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('pos_emp_complete',4,'EDIT_FLAG','I',null,'S',null,to_date('27-12-11','DD-MM-RR'),'msalam ','base204 ',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('pos_emp_complete',5,'XTRA_PARAMS','I',null,'S',null,to_date('27-12-11','DD-MM-RR'),'msalam ','base204 ',null);
Insert into SYSTEM_SERVICE_ARGS (SERVICE_CODE,LINE_NO,ARG_NAME,ARG_MODE,DESCR,ARG_TYPE,ARG_XFRM,CHG_DATE,CHG_USER,CHG_TERM,ARG_VALUE) values ('pos_emp_complete',6,'DB_CONN','I',null,'S.Connection',null,to_date('27-12-11','DD-MM-RR'),'msalam ','base204 ',null);
update OBJ_ACTIONS set DISPLAY_MODE = 0 where OBJ_NAME ='emp_complete' and LINE_NO = 1;
update OBJ_ACTIONS set DISPLAY_MODE = 0 where OBJ_NAME ='emp_complete' and LINE_NO = 2;
update OBJ_ACTIONS set DISPLAY_MODE = 1 where OBJ_NAME ='emp_complete' and LINE_NO = 5;
update OBJ_ACTIONS set DISPLAY_MODE = 1 where OBJ_NAME ='emp_complete' and LINE_NO = 8;
update OBJ_ACTIONS set DISPLAY_MODE = 1 where OBJ_NAME ='emp_complete' and LINE_NO = 39;
update OBJ_ACTIONS set DISPLAY_MODE = 1 where OBJ_NAME ='emp_complete' and LINE_NO = 40;
update OBJ_ACTIONS set DISPLAY_MODE = 1 where OBJ_NAME ='emp_complete' and LINE_NO = 41;
update OBJ_ACTIONS set DISPLAY_MODE = 1 where OBJ_NAME ='emp_complete' and LINE_NO = 42;
update OBJ_ACTIONS set DISPLAY_MODE = 1 where OBJ_NAME ='emp_complete' and LINE_NO = 43;
update OBJ_LINKS set FIELD_NAME = 'home_1' where OBJ_NAME ='emp_complete'and LINE_NO = 2;
update OBJ_LINKS set FIELD_NAME = 'home_2' where OBJ_NAME ='emp_complete'and LINE_NO = 3;
update OBJ_LINKS set FIELD_NAME = 'home_3' where OBJ_NAME ='emp_complete'and LINE_NO = 4;
update OBJ_LINKS set FIELD_NAME = 'home_4' where OBJ_NAME ='emp_complete'and LINE_NO = 5;
update OBJ_LINKS set FIELD_NAME = 'home_5' where OBJ_NAME ='emp_complete'and LINE_NO = 6;
update OBJ_LINKS set FIELD_NAME = 'home_6' where OBJ_NAME ='emp_complete'and LINE_NO = 7;
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 ('VTCHGHELDN','Successfully changed to N','With held successfully','P','Y',null,null,null,to_timestamp('05-JUL-18','DD-MON-RR HH.MI.SSXFF AM'),'HRISHIKESH','HRISHIKESH ',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 ('VTCHGHELDY','Successfully changed to Y','Released successfully','P','Y',null,null,null,to_timestamp('05-JUL-18','DD-MON-RR HH.MI.SSXFF AM'),'HRISHIKESH','HRISHIKESH ',null,null);
----------------------------------------------------[14/11/19][START]
delete from POPHELP where MOD_NAME ='W_EMP_COMPLETE' and FIELD_NAME = 'CONTACT_CODE';
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 ('CONTACT_CODE','W_EMP_COMPLETE','select ''Enter minimum Two characters of Contact Name'' as name, '' '' as CONTACT_CODE from dual where ''?'' is null or length(''?'') < 2 union all SELECT NAME,CONTACT_CODE FROM CONTACT WHERE (upper(NAME) LIKE UPPER(''%?%'') or contact_code like ''%?%'') and length(''?'') >= 2 ',null,'Contact List',0,0,to_date('09-09-18','DD-MM-RR'),'BASE ','BASE ','0',null,':contact_code,:contact_code,:contact_code,:contact_code,:contact_code',2,null,null,null,null,null,null,'2',null,'4','ContactImages','CONTACT_CODE','name','3 ','contact',null,null,null,null,null,null);
-----------------------------------------------[26-12-2019][START]
ALTER TABLE employee ADD ROLE_PROFILES VARCHAR2(120);
-----------------------------------------------[26-12-2019][END]
...@@ -199,6 +199,7 @@ ...@@ -199,6 +199,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>blood_grp</name> <name>blood_grp</name>
<dbname>employee.blood_grp</dbname> <dbname>employee.blood_grp</dbname>
<initial>A+</initial>
<values> <values>
<item display="A+" data="A+"/> <item display="A+" data="A+"/>
<item display="A-" data="A-"/> <item display="A-" data="A-"/>
...@@ -574,6 +575,7 @@ ...@@ -574,6 +575,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>pay_type</name> <name>pay_type</name>
<dbname>employee.pay_type</dbname> <dbname>employee.pay_type</dbname>
<initial>S</initial>
<values> <values>
<item display="Salary" data="S"/> <item display="Salary" data="S"/>
<item display="Wages" data="W"/> <item display="Wages" data="W"/>
...@@ -1412,13 +1414,7 @@ ...@@ -1412,13 +1414,7 @@
<name>role_profiles</name> <name>role_profiles</name>
<dbname>employee.role_profiles</dbname> <dbname>employee.role_profiles</dbname>
</table_column> </table_column>
<table_column> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;grade&quot; ) TABLE(NAME=&quot;cadre&quot; ) TABLE(NAME=&quot;department&quot; ) TABLE(NAME=&quot;business_units&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.contact_code&quot;) COLUMN(NAME=&quot;employee.emp_type&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.designation&quot;) COLUMN(NAME=&quot;employee.emp_code__link&quot;) COLUMN(NAME=&quot;employee.dept_code&quot;) COLUMN(NAME=&quot;employee.grade&quot;) COLUMN(NAME=&quot;employee.cadre&quot;) COLUMN(NAME=&quot;employee.report_to&quot;) COLUMN(NAME=&quot;employee.short_name&quot;) COLUMN(NAME=&quot;employee.m_status&quot;) COLUMN(NAME=&quot;employee.m_status_date&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;employee.name_prefix&quot;) COLUMN(NAME=&quot;employee.birth_date&quot;) COLUMN(NAME=&quot;employee.blood_grp&quot;) COLUMN(NAME=&quot;employee.hobby1&quot;) COLUMN(NAME=&quot;employee.hobby2&quot;) COLUMN(NAME=&quot;employee.hobby3&quot;) COLUMN(NAME=&quot;employee.hobby4&quot;) COLUMN(NAME=&quot;employee.nationality&quot;) COLUMN(NAME=&quot;employee.citizen&quot;) COLUMN(NAME=&quot;employee.religion&quot;) COLUMN(NAME=&quot;employee.contact_pers&quot;) COLUMN(NAME=&quot;employee.contact_add1&quot;) COLUMN(NAME=&quot;employee.contact_add2&quot;) COLUMN(NAME=&quot;employee.contact_add3&quot;) COLUMN(NAME=&quot;employee.contact_city&quot;) COLUMN(NAME=&quot;employee.contact_state&quot;) COLUMN(NAME=&quot;employee.contact_tel&quot;) COLUMN(NAME=&quot;employee.contact_pin&quot;) COLUMN(NAME=&quot;employee.cur_add1&quot;) COLUMN(NAME=&quot;employee.cur_add2&quot;) COLUMN(NAME=&quot;employee.cur_add3&quot;) COLUMN(NAME=&quot;employee.cur_city&quot;) COLUMN(NAME=&quot;employee.cur_state&quot;) COLUMN(NAME=&quot;employee.cur_pin&quot;) COLUMN(NAME=&quot;employee.cur_tel1&quot;) COLUMN(NAME=&quot;employee.cur_tel2&quot;) COLUMN(NAME=&quot;employee.cur_tel3&quot;) COLUMN(NAME=&quot;employee.per_add1&quot;) COLUMN(NAME=&quot;employee.per_add2&quot;) COLUMN(NAME=&quot;employee.per_add3&quot;) COLUMN(NAME=&quot;employee.per_city&quot;) COLUMN(NAME=&quot;employee.per_state&quot;) COLUMN(NAME=&quot;employee.per_pin&quot;) COLUMN(NAME=&quot;employee.per_tel&quot;) COLUMN(NAME=&quot;employee.joined_as&quot;) COLUMN(NAME=&quot;employee.date_join&quot;) COLUMN(NAME=&quot;employee.mode_app&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.tot_exp&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.proc_group&quot;) COLUMN(NAME=&quot;employee.training_prd&quot;) COLUMN(NAME=&quot;employee.probation_date&quot;) COLUMN(NAME=&quot;employee.probation_prd&quot;) COLUMN(NAME=&quot;employee.date_conf&quot;) COLUMN(NAME=&quot;employee.notice_prd&quot;) COLUMN(NAME=&quot;employee.resi_date&quot;) COLUMN(NAME=&quot;employee.relieve_date&quot;) COLUMN(NAME=&quot;employee.hol_tblno&quot;) COLUMN(NAME=&quot;employee.work_shift&quot;) COLUMN(NAME=&quot;employee.shift_rot&quot;) COLUMN(NAME=&quot;employee.pay_type&quot;) COLUMN(NAME=&quot;employee.pf_no&quot;) COLUMN(NAME=&quot;employee.pay_mode&quot;) COLUMN(NAME=&quot;employee.fpf_no&quot;) COLUMN(NAME=&quot;employee.basic&quot;) COLUMN(NAME=&quot;employee.esic_no&quot;) COLUMN(NAME=&quot;employee.gross&quot;) COLUMN(NAME=&quot;employee.it_no&quot;) COLUMN(NAME=&quot;employee.bank_code&quot;) COLUMN(NAME=&quot;employee.acct_code__sal&quot;) COLUMN(NAME=&quot;employee.bank_acct&quot;) COLUMN(NAME=&quot;employee.cctr_code__sal&quot;) COLUMN(NAME=&quot;employee.dd_payable_bank&quot;) COLUMN(NAME=&quot;employee.with_held&quot;) COLUMN(NAME=&quot;employee.stan_code&quot;) COLUMN(NAME=&quot;employee.stan_code__hq&quot;) COLUMN(NAME=&quot;employee.other_info&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;) COLUMN(NAME=&quot;employee.state_code__domicile&quot;) COLUMN(NAME=&quot;employee.proj_code&quot;) COLUMN(NAME=&quot;employee.depute_no&quot;) COLUMN(NAME=&quot;employee.rating&quot;) COLUMN(NAME=&quot;employee.probation&quot;) COLUMN(NAME=&quot;employee.confirmed&quot;) COLUMN(NAME=&quot;employee.alter_code&quot;) COLUMN(NAME=&quot;employee.appr_no__last&quot;) COLUMN(NAME=&quot;employee.status&quot;) COLUMN(NAME=&quot;employee.design_code&quot;) COLUMN(NAME=&quot;employee.site_code__payment&quot;) COLUMN(NAME=&quot;employee.mobile_no&quot;) COLUMN(NAME=&quot;employee.sms_domain&quot;) COLUMN(NAME=&quot;employee.email_id_off&quot;) COLUMN(NAME=&quot;employee.email_id_per&quot;) COLUMN(NAME=&quot;employee.func_group&quot;) COLUMN(NAME=&quot;employee.report_to__admin&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;L1&apos;) as admin_lname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;F1&apos;) as admin_fname&quot;) COLUMN(NAME=&quot;employee.normal_rate&quot;) COLUMN(NAME=&quot;employee.ot_rate&quot;) COLUMN(NAME=&quot;employee.maiden_name&quot;) COLUMN(NAME=&quot;employee.birth_place&quot;) COLUMN(NAME=&quot;employee.resi_permit_no&quot;) COLUMN(NAME=&quot;employee.resi_permit_upto&quot;) COLUMN(NAME=&quot;employee.social_security_no&quot;) COLUMN(NAME=&quot;employee.pattern_code&quot;) COLUMN(NAME=&quot;employee.gratuity_date&quot;) COLUMN(NAME=&quot;employee.eligible_ot&quot;) COLUMN(NAME=&quot;employee.standby_mode&quot;) COLUMN(NAME=&quot;employee.work_tblno&quot;) COLUMN(NAME=&quot;employee.supp_code__con&quot;) COLUMN(NAME=&quot;employee.shift_index&quot;) COLUMN(NAME=&quot;employee.ime_no&quot;) COLUMN(NAME=&quot;employee.emp_class&quot;) COLUMN(NAME=&quot;employee.occupation_code&quot;) COMPUTE(NAME=&quot;&apos; &apos; as class_descr&quot;) COMPUTE(NAME=&quot;&apos; &apos; as occ_descr&quot;) COLUMN(NAME=&quot;employee.work_ctr&quot;) COLUMN(NAME=&quot;employee.pos_code&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;M1&apos;) as admin_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;F1&apos;) as report_fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;M1&apos;) as report_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;L1&apos;) as report_lname&quot;) COLUMN(NAME=&quot;employee.esi_dispensary&quot;) COLUMN(NAME=&quot;employee.emp_code__hod&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;F1&apos;) as emp_code_hod__fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;M1&apos;) as emp_code_hod__mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;L1&apos;) as emp_code_hod__lname&quot;) COMPUTE(NAME=&quot;FN_GET_POS_DESCR(employee.emp_code,employee.dept_code,employee.pos_code) as pos_code_descr&quot;) COLUMN(NAME=&quot;employee.auto_adv&quot;) COLUMN(NAME=&quot;employee.pension_scheme&quot;) COLUMN(NAME=&quot;employee.user_id&quot;) COLUMN(NAME=&quot;employee.work_loc_code&quot;) COLUMN(NAME=&quot;employee.parent_dept&quot;) COLUMN(NAME=&quot;employee.ext_no&quot;) COLUMN(NAME=&quot;employee.pf_uan&quot;) COLUMN(NAME=&quot;employee.group_mediclaim&quot;) COLUMN(NAME=&quot;employee.aadhar_card_no&quot;) COLUMN(NAME=&quot;employee.election_card_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_valid_upto&quot;) COLUMN(NAME=&quot;employee.physical_handicap&quot;) COLUMN(NAME=&quot;employee.handicap_category&quot;) COLUMN(NAME=&quot;employee.insider_trading_opt&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.parent_dept) as parent_dept_descr&quot;) COLUMN(NAME=&quot;grade.descr&quot;) COLUMN(NAME=&quot;cadre.descr&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.dept_code) as department_descr&quot;) COLUMN(NAME=&quot;employee.pension_eligible&quot;) COLUMN(NAME=&quot;employee.ifsc&quot;) COLUMN(NAME=&quot;employee.bu_code&quot;) COLUMN(NAME=&quot;business_units.descr&quot;) COLUMN(NAME=&quot;employee.emp_code__funchead&quot;) COLUMN(NAME=&quot;business_units.emp_code__head&quot;) COMPUTE(NAME=&quot;FN_GET_BUFUNC_DESCR(employee.func_group) as func_group_descr&quot;) COMPUTE(NAME=&quot;FN_DEPT_HIER_DESC(employee.dept_code) as dept_hierarchy&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__funchead,&apos;X1&apos;) as funchead_name&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(business_units.emp_code__head,&apos;X1&apos;) as buhead_name&quot;) COLUMN(NAME=&quot;employee.mother_tongue&quot;) COLUMN(NAME=&quot;employee.cast_category&quot;) COLUMN(NAME=&quot;employee.count_code__birth&quot;) COLUMN(NAME=&quot;employee.job_title&quot;) COLUMN(NAME=&quot;employee.emp_id_external&quot;) COMPUTE(NAME=&quot;FN_GET_GEN_DESCR(&apos;LANGUAGE&apos; , &apos;W_EMP_COMPLETE&apos; , employee.mother_tongue , &apos;D&apos;) as mother_tongue_descr&quot;) COMPUTE(NAME=&quot;FN_GET_COUNT_DESCR(employee.count_code__birth) as birth_country_descr&quot;) COMPUTE(NAME=&quot;FN_GET_GEN_DESCR(&apos;CAST_CATEGORY&apos; , &apos;W_EMP_COMPLETE&apos; , trim(employee.cast_category), &apos;D&apos;) as cast_category_descr&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.revision_no&quot;) COLUMN(NAME=&quot;employee.retirement_age&quot;) COLUMN(NAME=&quot;employee.retirement_date&quot;) COLUMN(NAME=&quot;employee.role_profiles&quot;) JOIN (LEFT=&quot;employee.grade&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; OUTER1 =&quot;employee.grade&quot; ) JOIN (LEFT=&quot;employee.cadre&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; OUTER1 =&quot;employee.cadre&quot; ) JOIN (LEFT=&quot;employee.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;department.dept_code&quot; OUTER1 =&quot;employee.dept_code&quot; ) JOIN (LEFT=&quot;employee.bu_code&quot; OP =&quot;=&quot;RIGHT=&quot;business_units.bu_code&quot; OUTER1 =&quot;employee.bu_code&quot; )WHERE( EXP1 =&quot;emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:a_emp_code&quot; ) ) ARG(NAME = &quot;a_emp_code&quot; TYPE = string) </retrieve>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>descr</name>
<dbname>descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;grade&quot; ) TABLE(NAME=&quot;cadre&quot; ) TABLE(NAME=&quot;department&quot; ) TABLE(NAME=&quot;business_units&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.contact_code&quot;) COLUMN(NAME=&quot;employee.emp_type&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.designation&quot;) COLUMN(NAME=&quot;employee.emp_code__link&quot;) COLUMN(NAME=&quot;employee.dept_code&quot;) COLUMN(NAME=&quot;employee.grade&quot;) COLUMN(NAME=&quot;employee.cadre&quot;) COLUMN(NAME=&quot;employee.report_to&quot;) COLUMN(NAME=&quot;employee.short_name&quot;) COLUMN(NAME=&quot;employee.m_status&quot;) COLUMN(NAME=&quot;employee.m_status_date&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;employee.name_prefix&quot;) COLUMN(NAME=&quot;employee.birth_date&quot;) COLUMN(NAME=&quot;employee.blood_grp&quot;) COLUMN(NAME=&quot;employee.hobby1&quot;) COLUMN(NAME=&quot;employee.hobby2&quot;) COLUMN(NAME=&quot;employee.hobby3&quot;) COLUMN(NAME=&quot;employee.hobby4&quot;) COLUMN(NAME=&quot;employee.nationality&quot;) COLUMN(NAME=&quot;employee.citizen&quot;) COLUMN(NAME=&quot;employee.religion&quot;) COLUMN(NAME=&quot;employee.contact_pers&quot;) COLUMN(NAME=&quot;employee.contact_add1&quot;) COLUMN(NAME=&quot;employee.contact_add2&quot;) COLUMN(NAME=&quot;employee.contact_add3&quot;) COLUMN(NAME=&quot;employee.contact_city&quot;) COLUMN(NAME=&quot;employee.contact_state&quot;) COLUMN(NAME=&quot;employee.contact_tel&quot;) COLUMN(NAME=&quot;employee.contact_pin&quot;) COLUMN(NAME=&quot;employee.cur_add1&quot;) COLUMN(NAME=&quot;employee.cur_add2&quot;) COLUMN(NAME=&quot;employee.cur_add3&quot;) COLUMN(NAME=&quot;employee.cur_city&quot;) COLUMN(NAME=&quot;employee.cur_state&quot;) COLUMN(NAME=&quot;employee.cur_pin&quot;) COLUMN(NAME=&quot;employee.cur_tel1&quot;) COLUMN(NAME=&quot;employee.cur_tel2&quot;) COLUMN(NAME=&quot;employee.cur_tel3&quot;) COLUMN(NAME=&quot;employee.per_add1&quot;) COLUMN(NAME=&quot;employee.per_add2&quot;) COLUMN(NAME=&quot;employee.per_add3&quot;) COLUMN(NAME=&quot;employee.per_city&quot;) COLUMN(NAME=&quot;employee.per_state&quot;) COLUMN(NAME=&quot;employee.per_pin&quot;) COLUMN(NAME=&quot;employee.per_tel&quot;) COLUMN(NAME=&quot;employee.joined_as&quot;) COLUMN(NAME=&quot;employee.date_join&quot;) COLUMN(NAME=&quot;employee.mode_app&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.tot_exp&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.proc_group&quot;) COLUMN(NAME=&quot;employee.training_prd&quot;) COLUMN(NAME=&quot;employee.probation_date&quot;) COLUMN(NAME=&quot;employee.probation_prd&quot;) COLUMN(NAME=&quot;employee.date_conf&quot;) COLUMN(NAME=&quot;employee.notice_prd&quot;) COLUMN(NAME=&quot;employee.resi_date&quot;) COLUMN(NAME=&quot;employee.relieve_date&quot;) COLUMN(NAME=&quot;employee.hol_tblno&quot;) COLUMN(NAME=&quot;employee.work_shift&quot;) COLUMN(NAME=&quot;employee.shift_rot&quot;) COLUMN(NAME=&quot;employee.pay_type&quot;) COLUMN(NAME=&quot;employee.pf_no&quot;) COLUMN(NAME=&quot;employee.pay_mode&quot;) COLUMN(NAME=&quot;employee.fpf_no&quot;) COLUMN(NAME=&quot;employee.basic&quot;) COLUMN(NAME=&quot;employee.esic_no&quot;) COLUMN(NAME=&quot;employee.gross&quot;) COLUMN(NAME=&quot;employee.it_no&quot;) COLUMN(NAME=&quot;employee.bank_code&quot;) COLUMN(NAME=&quot;employee.acct_code__sal&quot;) COLUMN(NAME=&quot;employee.bank_acct&quot;) COLUMN(NAME=&quot;employee.cctr_code__sal&quot;) COLUMN(NAME=&quot;employee.dd_payable_bank&quot;) COLUMN(NAME=&quot;employee.with_held&quot;) COLUMN(NAME=&quot;employee.stan_code&quot;) COLUMN(NAME=&quot;employee.stan_code__hq&quot;) COLUMN(NAME=&quot;employee.other_info&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;) COLUMN(NAME=&quot;employee.state_code__domicile&quot;) COLUMN(NAME=&quot;employee.proj_code&quot;) COLUMN(NAME=&quot;employee.depute_no&quot;) COLUMN(NAME=&quot;employee.rating&quot;) COLUMN(NAME=&quot;employee.probation&quot;) COLUMN(NAME=&quot;employee.confirmed&quot;) COLUMN(NAME=&quot;employee.alter_code&quot;) COLUMN(NAME=&quot;employee.appr_no__last&quot;) COLUMN(NAME=&quot;employee.status&quot;) COLUMN(NAME=&quot;employee.design_code&quot;) COLUMN(NAME=&quot;employee.site_code__payment&quot;) COLUMN(NAME=&quot;employee.mobile_no&quot;) COLUMN(NAME=&quot;employee.sms_domain&quot;) COLUMN(NAME=&quot;employee.email_id_off&quot;) COLUMN(NAME=&quot;employee.email_id_per&quot;) COLUMN(NAME=&quot;employee.func_group&quot;) COLUMN(NAME=&quot;employee.report_to__admin&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;L1&apos;) as admin_lname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;F1&apos;) as admin_fname&quot;) COLUMN(NAME=&quot;employee.normal_rate&quot;) COLUMN(NAME=&quot;employee.ot_rate&quot;) COLUMN(NAME=&quot;employee.maiden_name&quot;) COLUMN(NAME=&quot;employee.birth_place&quot;) COLUMN(NAME=&quot;employee.resi_permit_no&quot;) COLUMN(NAME=&quot;employee.resi_permit_upto&quot;) COLUMN(NAME=&quot;employee.social_security_no&quot;) COLUMN(NAME=&quot;employee.pattern_code&quot;) COLUMN(NAME=&quot;employee.gratuity_date&quot;) COLUMN(NAME=&quot;employee.eligible_ot&quot;) COLUMN(NAME=&quot;employee.standby_mode&quot;) COLUMN(NAME=&quot;employee.work_tblno&quot;) COLUMN(NAME=&quot;employee.supp_code__con&quot;) COLUMN(NAME=&quot;employee.shift_index&quot;) COLUMN(NAME=&quot;employee.ime_no&quot;) COLUMN(NAME=&quot;employee.emp_class&quot;) COLUMN(NAME=&quot;employee.occupation_code&quot;) COMPUTE(NAME=&quot;&apos; &apos; as class_descr&quot;) COMPUTE(NAME=&quot;&apos; &apos; as occ_descr&quot;) COLUMN(NAME=&quot;employee.work_ctr&quot;) COLUMN(NAME=&quot;employee.pos_code&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;M1&apos;) as admin_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;F1&apos;) as report_fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;M1&apos;) as report_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;L1&apos;) as report_lname&quot;) COLUMN(NAME=&quot;employee.esi_dispensary&quot;) COLUMN(NAME=&quot;employee.emp_code__hod&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;F1&apos;) as emp_code_hod__fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;M1&apos;) as emp_code_hod__mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;L1&apos;) as emp_code_hod__lname&quot;) COMPUTE(NAME=&quot;FN_GET_POS_DESCR(employee.emp_code,employee.dept_code,employee.pos_code) as pos_code_descr&quot;) COLUMN(NAME=&quot;employee.auto_adv&quot;) COLUMN(NAME=&quot;employee.pension_scheme&quot;) COLUMN(NAME=&quot;employee.user_id&quot;) COLUMN(NAME=&quot;employee.work_loc_code&quot;) COLUMN(NAME=&quot;employee.parent_dept&quot;) COLUMN(NAME=&quot;employee.ext_no&quot;) COLUMN(NAME=&quot;employee.pf_uan&quot;) COLUMN(NAME=&quot;employee.group_mediclaim&quot;) COLUMN(NAME=&quot;employee.aadhar_card_no&quot;) COLUMN(NAME=&quot;employee.election_card_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_no&quot;) COLUMN(NAME=&quot;employee.driv_lic_valid_upto&quot;) COLUMN(NAME=&quot;employee.physical_handicap&quot;) COLUMN(NAME=&quot;employee.handicap_category&quot;) COLUMN(NAME=&quot;employee.insider_trading_opt&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.parent_dept) as parent_dept_descr&quot;) COLUMN(NAME=&quot;grade.descr&quot;) COLUMN(NAME=&quot;cadre.descr&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.dept_code) as department_descr&quot;) COLUMN(NAME=&quot;employee.pension_eligible&quot;) COLUMN(NAME=&quot;employee.ifsc&quot;) COLUMN(NAME=&quot;employee.bu_code&quot;) COLUMN(NAME=&quot;business_units.descr&quot;) COLUMN(NAME=&quot;employee.emp_code__funchead&quot;) COLUMN(NAME=&quot;business_units.emp_code__head&quot;) COMPUTE(NAME=&quot;FN_GET_BUFUNC_DESCR(employee.func_group) as func_group_descr&quot;) COMPUTE(NAME=&quot;FN_DEPT_HIER_DESC(employee.dept_code) as dept_hierarchy&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__funchead,&apos;X1&apos;) as funchead_name&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(business_units.emp_code__head,&apos;X1&apos;) as buhead_name&quot;) COLUMN(NAME=&quot;employee.mother_tongue&quot;) COLUMN(NAME=&quot;employee.cast_category&quot;) COLUMN(NAME=&quot;employee.count_code__birth&quot;) COLUMN(NAME=&quot;employee.job_title&quot;) COLUMN(NAME=&quot;employee.emp_id_external&quot;) COMPUTE(NAME=&quot;FN_GET_GEN_DESCR(&apos;LANGUAGE&apos; , &apos;W_EMP_COMPLETE&apos; , employee.mother_tongue , &apos;D&apos;) as mother_tongue_descr&quot;) COMPUTE(NAME=&quot;FN_GET_COUNT_DESCR(employee.count_code__birth) as birth_country_descr&quot;) COMPUTE(NAME=&quot;FN_GET_GEN_DESCR(&apos;CAST_CATEGORY&apos; , &apos;W_EMP_COMPLETE&apos; , trim(employee.cast_category), &apos;D&apos;) as cast_category_descr&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.revision_no&quot;) COLUMN(NAME=&quot;employee.retirement_age&quot;) COLUMN(NAME=&quot;employee.retirement_date&quot;) COLUMN(NAME=&quot;employee.role_profiles&quot;) COMPUTE(NAME=&quot;fn_get_roleprof_descr(employee.role_profiles) as descr&quot;) JOIN (LEFT=&quot;employee.grade&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; OUTER1 =&quot;employee.grade&quot; ) JOIN (LEFT=&quot;employee.cadre&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; OUTER1 =&quot;employee.cadre&quot; ) JOIN (LEFT=&quot;employee.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;department.dept_code&quot; OUTER1 =&quot;employee.dept_code&quot; ) JOIN (LEFT=&quot;employee.bu_code&quot; OP =&quot;=&quot;RIGHT=&quot;business_units.bu_code&quot; OUTER1 =&quot;employee.bu_code&quot; )WHERE( EXP1 =&quot;emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:a_emp_code&quot; ) ) ARG(NAME = &quot;a_emp_code&quot; TYPE = string) </retrieve>
<update>EMPLOYEE</update> <update>EMPLOYEE</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -1963,9 +1959,9 @@ ...@@ -1963,9 +1959,9 @@
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>160</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>218</x> <x>218</x>
<y>278</y> <y>278</y>
<height>17</height> <height>17</height>
...@@ -1994,7 +1990,7 @@ ...@@ -1994,7 +1990,7 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
...@@ -2408,7 +2404,7 @@ ...@@ -2408,7 +2404,7 @@
<band>Detail</band> <band>Detail</band>
<id>105</id> <id>105</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>180</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -2483,7 +2479,7 @@ ...@@ -2483,7 +2479,7 @@
<band>Detail</band> <band>Detail</band>
<id>134</id> <id>134</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>180</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -2520,7 +2516,7 @@ ...@@ -2520,7 +2516,7 @@
<band>Detail</band> <band>Detail</band>
<id>123</id> <id>123</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>190</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -2558,7 +2554,7 @@ ...@@ -2558,7 +2554,7 @@
<band>Detail</band> <band>Detail</band>
<id>128</id> <id>128</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>210</tabsequence> <tabsequence>200</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -2632,7 +2628,7 @@ ...@@ -2632,7 +2628,7 @@
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>170</tabsequence> <tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -2783,7 +2779,7 @@ ...@@ -2783,7 +2779,7 @@
<band>Detail</band> <band>Detail</band>
<id>153</id> <id>153</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>220</tabsequence> <tabsequence>210</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -3218,7 +3214,7 @@ ...@@ -3218,7 +3214,7 @@
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>230</tabsequence> <tabsequence>220</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -3256,7 +3252,7 @@ ...@@ -3256,7 +3252,7 @@
<band>Detail</band> <band>Detail</band>
<id>111</id> <id>111</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>270</tabsequence> <tabsequence>260</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>384</x> <x>384</x>
...@@ -3294,7 +3290,7 @@ ...@@ -3294,7 +3290,7 @@
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>240</tabsequence> <tabsequence>230</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -3358,7 +3354,7 @@ ...@@ -3358,7 +3354,7 @@
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>260</tabsequence> <tabsequence>250</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -3393,7 +3389,7 @@ ...@@ -3393,7 +3389,7 @@
<band>Detail</band> <band>Detail</band>
<id>19</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>250</tabsequence> <tabsequence>240</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>415</x> <x>415</x>
...@@ -3457,7 +3453,7 @@ ...@@ -3457,7 +3453,7 @@
<band>Detail</band> <band>Detail</band>
<id>170</id> <id>170</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>280</tabsequence> <tabsequence>270</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>155</x> <x>155</x>
...@@ -3522,7 +3518,7 @@ ...@@ -3522,7 +3518,7 @@
<band>Detail</band> <band>Detail</band>
<id>168</id> <id>168</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>290</tabsequence> <tabsequence>280</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>415</x> <x>415</x>
...@@ -3615,7 +3611,7 @@ ...@@ -3615,7 +3611,7 @@
<band>Detail</band> <band>Detail</band>
<id>25</id> <id>25</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>390</tabsequence> <tabsequence>380</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>290</x> <x>290</x>
...@@ -3679,7 +3675,7 @@ ...@@ -3679,7 +3675,7 @@
<band>Detail</band> <band>Detail</band>
<id>26</id> <id>26</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>400</tabsequence> <tabsequence>390</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>411</x> <x>411</x>
...@@ -3717,7 +3713,7 @@ ...@@ -3717,7 +3713,7 @@
<band>Detail</band> <band>Detail</band>
<id>24</id> <id>24</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>380</tabsequence> <tabsequence>370</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -3839,7 +3835,7 @@ ...@@ -3839,7 +3835,7 @@
<band>Detail</band> <band>Detail</band>
<id>33</id> <id>33</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>430</tabsequence> <tabsequence>420</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>411</x> <x>411</x>
...@@ -3877,7 +3873,7 @@ ...@@ -3877,7 +3873,7 @@
<band>Detail</band> <band>Detail</band>
<id>28</id> <id>28</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>440</tabsequence> <tabsequence>430</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>155</x> <x>155</x>
...@@ -3915,7 +3911,7 @@ ...@@ -3915,7 +3911,7 @@
<band>Detail</band> <band>Detail</band>
<id>29</id> <id>29</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>450</tabsequence> <tabsequence>440</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>155</x> <x>155</x>
...@@ -3981,7 +3977,7 @@ ...@@ -3981,7 +3977,7 @@
<band>Detail</band> <band>Detail</band>
<id>36</id> <id>36</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>510</tabsequence> <tabsequence>500</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>155</x> <x>155</x>
...@@ -4047,7 +4043,7 @@ ...@@ -4047,7 +4043,7 @@
<band>Detail</band> <band>Detail</band>
<id>30</id> <id>30</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>460</tabsequence> <tabsequence>450</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>155</x> <x>155</x>
...@@ -4085,7 +4081,7 @@ ...@@ -4085,7 +4081,7 @@
<band>Detail</band> <band>Detail</band>
<id>32</id> <id>32</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>490</tabsequence> <tabsequence>480</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>466</x> <x>466</x>
...@@ -4179,7 +4175,7 @@ ...@@ -4179,7 +4175,7 @@
<band>Detail</band> <band>Detail</band>
<id>31</id> <id>31</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>470</tabsequence> <tabsequence>460</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>155</x> <x>155</x>
...@@ -4245,7 +4241,7 @@ ...@@ -4245,7 +4241,7 @@
<band>Detail</band> <band>Detail</band>
<id>34</id> <id>34</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>480</tabsequence> <tabsequence>470</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>329</x> <x>329</x>
...@@ -4283,7 +4279,7 @@ ...@@ -4283,7 +4279,7 @@
<band>Detail</band> <band>Detail</band>
<id>37</id> <id>37</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>520</tabsequence> <tabsequence>510</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>155</x> <x>155</x>
...@@ -4349,7 +4345,7 @@ ...@@ -4349,7 +4345,7 @@
<band>Detail</band> <band>Detail</band>
<id>42</id> <id>42</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>570</tabsequence> <tabsequence>560</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>282</x> <x>282</x>
...@@ -4387,7 +4383,7 @@ ...@@ -4387,7 +4383,7 @@
<band>Detail</band> <band>Detail</band>
<id>43</id> <id>43</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>580</tabsequence> <tabsequence>570</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>411</x> <x>411</x>
...@@ -4425,7 +4421,7 @@ ...@@ -4425,7 +4421,7 @@
<band>Detail</band> <band>Detail</band>
<id>114</id> <id>114</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>410</tabsequence> <tabsequence>400</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -4463,7 +4459,7 @@ ...@@ -4463,7 +4459,7 @@
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>27</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>420</tabsequence> <tabsequence>410</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -4557,7 +4553,7 @@ ...@@ -4557,7 +4553,7 @@
<band>Detail</band> <band>Detail</band>
<id>41</id> <id>41</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>560</tabsequence> <tabsequence>550</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -4623,7 +4619,7 @@ ...@@ -4623,7 +4619,7 @@
<band>Detail</band> <band>Detail</band>
<id>100</id> <id>100</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>590</tabsequence> <tabsequence>580</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -4688,7 +4684,7 @@ ...@@ -4688,7 +4684,7 @@
<band>Detail</band> <band>Detail</band>
<id>101</id> <id>101</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>600</tabsequence> <tabsequence>590</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>390</x> <x>390</x>
...@@ -4726,7 +4722,7 @@ ...@@ -4726,7 +4722,7 @@
<band>Detail</band> <band>Detail</band>
<id>103</id> <id>103</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>630</tabsequence> <tabsequence>620</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>390</x> <x>390</x>
...@@ -4764,7 +4760,7 @@ ...@@ -4764,7 +4760,7 @@
<band>Detail</band> <band>Detail</band>
<id>122</id> <id>122</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>610</tabsequence> <tabsequence>600</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -4830,7 +4826,7 @@ ...@@ -4830,7 +4826,7 @@
<band>Detail</band> <band>Detail</band>
<id>44</id> <id>44</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>640</tabsequence> <tabsequence>630</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -4868,7 +4864,7 @@ ...@@ -4868,7 +4864,7 @@
<band>Detail</band> <band>Detail</band>
<id>39</id> <id>39</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>550</tabsequence> <tabsequence>540</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>477</x> <x>477</x>
...@@ -4934,7 +4930,7 @@ ...@@ -4934,7 +4930,7 @@
<band>Detail</band> <band>Detail</band>
<id>38</id> <id>38</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>530</tabsequence> <tabsequence>520</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>155</x> <x>155</x>
...@@ -4972,7 +4968,7 @@ ...@@ -4972,7 +4968,7 @@
<band>Detail</band> <band>Detail</band>
<id>45</id> <id>45</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>650</tabsequence> <tabsequence>640</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -5010,7 +5006,7 @@ ...@@ -5010,7 +5006,7 @@
<band>Detail</band> <band>Detail</band>
<id>40</id> <id>40</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>540</tabsequence> <tabsequence>530</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>329</x> <x>329</x>
...@@ -5048,7 +5044,7 @@ ...@@ -5048,7 +5044,7 @@
<band>Detail</band> <band>Detail</band>
<id>49</id> <id>49</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>680</tabsequence> <tabsequence>670</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>329</x> <x>329</x>
...@@ -5198,7 +5194,7 @@ ...@@ -5198,7 +5194,7 @@
<band>Detail</band> <band>Detail</band>
<id>46</id> <id>46</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>660</tabsequence> <tabsequence>650</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -5320,7 +5316,7 @@ ...@@ -5320,7 +5316,7 @@
<band>Detail</band> <band>Detail</band>
<id>47</id> <id>47</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>670</tabsequence> <tabsequence>660</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -5386,7 +5382,7 @@ ...@@ -5386,7 +5382,7 @@
<band>Detail</band> <band>Detail</band>
<id>102</id> <id>102</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>620</tabsequence> <tabsequence>610</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -5424,7 +5420,7 @@ ...@@ -5424,7 +5420,7 @@
<band>Detail</band> <band>Detail</band>
<id>50</id> <id>50</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>700</tabsequence> <tabsequence>690</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -5490,7 +5486,7 @@ ...@@ -5490,7 +5486,7 @@
<band>Detail</band> <band>Detail</band>
<id>147</id> <id>147</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>730</tabsequence> <tabsequence>720</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -5611,7 +5607,7 @@ ...@@ -5611,7 +5607,7 @@
<band>Detail</band> <band>Detail</band>
<id>48</id> <id>48</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>690</tabsequence> <tabsequence>680</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>477</x> <x>477</x>
...@@ -5649,7 +5645,7 @@ ...@@ -5649,7 +5645,7 @@
<band>Detail</band> <band>Detail</band>
<id>148</id> <id>148</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>740</tabsequence> <tabsequence>730</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -5714,7 +5710,7 @@ ...@@ -5714,7 +5710,7 @@
<band>Detail</band> <band>Detail</band>
<id>149</id> <id>149</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>750</tabsequence> <tabsequence>740</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -5751,7 +5747,7 @@ ...@@ -5751,7 +5747,7 @@
<band>Detail</band> <band>Detail</band>
<id>150</id> <id>150</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>760</tabsequence> <tabsequence>750</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>466</x> <x>466</x>
...@@ -5842,7 +5838,7 @@ ...@@ -5842,7 +5838,7 @@
<band>Detail</band> <band>Detail</band>
<id>112</id> <id>112</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>710</tabsequence> <tabsequence>700</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -5880,7 +5876,7 @@ ...@@ -5880,7 +5876,7 @@
<band>Detail</band> <band>Detail</band>
<id>113</id> <id>113</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>720</tabsequence> <tabsequence>710</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>466</x> <x>466</x>
...@@ -5915,7 +5911,7 @@ ...@@ -5915,7 +5911,7 @@
<band>Detail</band> <band>Detail</band>
<id>35</id> <id>35</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>500</tabsequence> <tabsequence>490</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>155</x> <x>155</x>
...@@ -6009,7 +6005,7 @@ ...@@ -6009,7 +6005,7 @@
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>350</tabsequence> <tabsequence>340</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>253</x> <x>253</x>
...@@ -6047,7 +6043,7 @@ ...@@ -6047,7 +6043,7 @@
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>360</tabsequence> <tabsequence>350</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>348</x> <x>348</x>
...@@ -6085,7 +6081,7 @@ ...@@ -6085,7 +6081,7 @@
<band>Detail</band> <band>Detail</band>
<id>23</id> <id>23</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>370</tabsequence> <tabsequence>360</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>444</x> <x>444</x>
...@@ -6123,7 +6119,7 @@ ...@@ -6123,7 +6119,7 @@
<band>Detail</band> <band>Detail</band>
<id>110</id> <id>110</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>330</tabsequence> <tabsequence>320</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -6161,7 +6157,7 @@ ...@@ -6161,7 +6157,7 @@
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>340</tabsequence> <tabsequence>330</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -6227,7 +6223,7 @@ ...@@ -6227,7 +6223,7 @@
<band>Detail</band> <band>Detail</band>
<id>169</id> <id>169</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>300</tabsequence> <tabsequence>290</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -6329,7 +6325,7 @@ ...@@ -6329,7 +6325,7 @@
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>310</tabsequence> <tabsequence>300</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -6393,7 +6389,7 @@ ...@@ -6393,7 +6389,7 @@
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>320</tabsequence> <tabsequence>310</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>446</x> <x>446</x>
...@@ -6428,7 +6424,7 @@ ...@@ -6428,7 +6424,7 @@
<band>Detail</band> <band>Detail</band>
<id>151</id> <id>151</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>770</tabsequence> <tabsequence>760</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>154</x> <x>154</x>
...@@ -6464,7 +6460,7 @@ ...@@ -6464,7 +6460,7 @@
<band>Detail</band> <band>Detail</band>
<id>152</id> <id>152</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>780</tabsequence> <tabsequence>770</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -6557,7 +6553,7 @@ ...@@ -6557,7 +6553,7 @@
<band>Detail</band> <band>Detail</band>
<id>51</id> <id>51</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>790</tabsequence> <tabsequence>780</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -6737,7 +6733,7 @@ ...@@ -6737,7 +6733,7 @@
<band>Detail</band> <band>Detail</band>
<id>56</id> <id>56</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>840</tabsequence> <tabsequence>830</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -6776,7 +6772,7 @@ ...@@ -6776,7 +6772,7 @@
<band>Detail</band> <band>Detail</band>
<id>55</id> <id>55</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>860</tabsequence> <tabsequence>850</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -6842,7 +6838,7 @@ ...@@ -6842,7 +6838,7 @@
<band>Detail</band> <band>Detail</band>
<id>54</id> <id>54</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>850</tabsequence> <tabsequence>840</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -6880,7 +6876,7 @@ ...@@ -6880,7 +6876,7 @@
<band>Detail</band> <band>Detail</band>
<id>57</id> <id>57</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>870</tabsequence> <tabsequence>860</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -6946,7 +6942,7 @@ ...@@ -6946,7 +6942,7 @@
<band>Detail</band> <band>Detail</band>
<id>99</id> <id>99</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>880</tabsequence> <tabsequence>870</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -7040,7 +7036,7 @@ ...@@ -7040,7 +7036,7 @@
<band>Detail</band> <band>Detail</band>
<id>59</id> <id>59</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>910</tabsequence> <tabsequence>900</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -7198,7 +7194,7 @@ ...@@ -7198,7 +7194,7 @@
<band>Detail</band> <band>Detail</band>
<id>63</id> <id>63</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>900</tabsequence> <tabsequence>890</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -7476,7 +7472,7 @@ ...@@ -7476,7 +7472,7 @@
<band>Detail</band> <band>Detail</band>
<id>68</id> <id>68</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>930</tabsequence> <tabsequence>920</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>305</x> <x>305</x>
...@@ -7547,7 +7543,7 @@ ...@@ -7547,7 +7543,7 @@
<band>Detail</band> <band>Detail</band>
<id>61</id> <id>61</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>920</tabsequence> <tabsequence>910</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>327</x> <x>327</x>
...@@ -7586,7 +7582,7 @@ ...@@ -7586,7 +7582,7 @@
<band>Detail</band> <band>Detail</band>
<id>67</id> <id>67</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>940</tabsequence> <tabsequence>930</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>477</x> <x>477</x>
...@@ -7659,7 +7655,7 @@ ...@@ -7659,7 +7655,7 @@
<band>Detail</band> <band>Detail</band>
<id>109</id> <id>109</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>960</tabsequence> <tabsequence>950</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>477</x> <x>477</x>
...@@ -7873,7 +7869,7 @@ ...@@ -7873,7 +7869,7 @@
<band>Detail</band> <band>Detail</band>
<id>121</id> <id>121</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>990</tabsequence> <tabsequence>980</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>477</x> <x>477</x>
...@@ -7910,7 +7906,7 @@ ...@@ -7910,7 +7906,7 @@
<band>Detail</band> <band>Detail</band>
<id>108</id> <id>108</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>950</tabsequence> <tabsequence>940</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -7976,7 +7972,7 @@ ...@@ -7976,7 +7972,7 @@
<band>Detail</band> <band>Detail</band>
<id>120</id> <id>120</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1010</tabsequence> <tabsequence>1000</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -8013,7 +8009,7 @@ ...@@ -8013,7 +8009,7 @@
<band>Detail</band> <band>Detail</band>
<id>117</id> <id>117</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>970</tabsequence> <tabsequence>960</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -8049,7 +8045,7 @@ ...@@ -8049,7 +8045,7 @@
<band>Detail</band> <band>Detail</band>
<id>118</id> <id>118</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1030</tabsequence> <tabsequence>1020</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -8085,7 +8081,7 @@ ...@@ -8085,7 +8081,7 @@
<band>Detail</band> <band>Detail</band>
<id>116</id> <id>116</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1000</tabsequence> <tabsequence>990</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -8176,7 +8172,7 @@ ...@@ -8176,7 +8172,7 @@
<band>Detail</band> <band>Detail</band>
<id>119</id> <id>119</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1020</tabsequence> <tabsequence>1010</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -8242,7 +8238,7 @@ ...@@ -8242,7 +8238,7 @@
<band>Detail</band> <band>Detail</band>
<id>127</id> <id>127</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1040</tabsequence> <tabsequence>1030</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -8307,7 +8303,7 @@ ...@@ -8307,7 +8303,7 @@
<band>Detail</band> <band>Detail</band>
<id>124</id> <id>124</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1050</tabsequence> <tabsequence>1040</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -8485,7 +8481,7 @@ ...@@ -8485,7 +8481,7 @@
<band>Detail</band> <band>Detail</band>
<id>144</id> <id>144</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1090</tabsequence> <tabsequence>1080</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -8522,7 +8518,7 @@ ...@@ -8522,7 +8518,7 @@
<band>Detail</band> <band>Detail</band>
<id>115</id> <id>115</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>980</tabsequence> <tabsequence>970</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>319</x> <x>319</x>
...@@ -8625,7 +8621,7 @@ ...@@ -8625,7 +8621,7 @@
<band>Detail</band> <band>Detail</band>
<id>141</id> <id>141</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1080</tabsequence> <tabsequence>1070</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>286</x> <x>286</x>
...@@ -8718,7 +8714,7 @@ ...@@ -8718,7 +8714,7 @@
<band>Detail</band> <band>Detail</band>
<id>140</id> <id>140</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1060</tabsequence> <tabsequence>1050</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -8755,7 +8751,7 @@ ...@@ -8755,7 +8751,7 @@
<band>Detail</band> <band>Detail</band>
<id>142</id> <id>142</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1070</tabsequence> <tabsequence>1060</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -8792,12 +8788,12 @@ ...@@ -8792,12 +8788,12 @@
<band>Detail</band> <band>Detail</band>
<id>171</id> <id>171</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1380</tabsequence> <tabsequence>1370</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1615</y> <y>1615</y>
<height>38</height> <height>36</height>
<width>382</width> <width>382</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
...@@ -8887,7 +8883,7 @@ ...@@ -8887,7 +8883,7 @@
<band>Detail</band> <band>Detail</band>
<id>53</id> <id>53</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>830</tabsequence> <tabsequence>820</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -8925,7 +8921,7 @@ ...@@ -8925,7 +8921,7 @@
<band>Detail</band> <band>Detail</band>
<id>58</id> <id>58</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>890</tabsequence> <tabsequence>880</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -8991,7 +8987,7 @@ ...@@ -8991,7 +8987,7 @@
<band>Detail</band> <band>Detail</band>
<id>180</id> <id>180</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>810</tabsequence> <tabsequence>800</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -9056,7 +9052,7 @@ ...@@ -9056,7 +9052,7 @@
<band>Detail</band> <band>Detail</band>
<id>52</id> <id>52</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>800</tabsequence> <tabsequence>790</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -9091,7 +9087,7 @@ ...@@ -9091,7 +9087,7 @@
<band>Detail</band> <band>Detail</band>
<id>181</id> <id>181</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>820</tabsequence> <tabsequence>810</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
...@@ -9259,7 +9255,7 @@ ...@@ -9259,7 +9255,7 @@
<band>Detail</band> <band>Detail</band>
<id>73</id> <id>73</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>1120</tabsequence> <tabsequence>1110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -9326,7 +9322,7 @@ ...@@ -9326,7 +9322,7 @@
<band>Detail</band> <band>Detail</band>
<id>76</id> <id>76</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1170</tabsequence> <tabsequence>1160</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -9392,7 +9388,7 @@ ...@@ -9392,7 +9388,7 @@
<band>Detail</band> <band>Detail</band>
<id>78</id> <id>78</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1190</tabsequence> <tabsequence>1180</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -9430,7 +9426,7 @@ ...@@ -9430,7 +9426,7 @@
<band>Detail</band> <band>Detail</band>
<id>139</id> <id>139</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1350</tabsequence> <tabsequence>1340</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -9634,7 +9630,7 @@ ...@@ -9634,7 +9630,7 @@
<band>Detail</band> <band>Detail</band>
<id>83</id> <id>83</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1210</tabsequence> <tabsequence>1200</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -9700,7 +9696,7 @@ ...@@ -9700,7 +9696,7 @@
<band>Detail</band> <band>Detail</band>
<id>89</id> <id>89</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1300</tabsequence> <tabsequence>1290</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -9766,7 +9762,7 @@ ...@@ -9766,7 +9762,7 @@
<band>Detail</band> <band>Detail</band>
<id>92</id> <id>92</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>1320</tabsequence> <tabsequence>1310</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -9832,7 +9828,7 @@ ...@@ -9832,7 +9828,7 @@
<band>Detail</band> <band>Detail</band>
<id>133</id> <id>133</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1330</tabsequence> <tabsequence>1320</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -9933,7 +9929,7 @@ ...@@ -9933,7 +9929,7 @@
<band>Detail</band> <band>Detail</band>
<id>75</id> <id>75</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>1130</tabsequence> <tabsequence>1120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>452</x> <x>452</x>
...@@ -9972,7 +9968,7 @@ ...@@ -9972,7 +9968,7 @@
<band>Detail</band> <band>Detail</band>
<id>72</id> <id>72</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1160</tabsequence> <tabsequence>1150</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>457</x> <x>457</x>
...@@ -10010,7 +10006,7 @@ ...@@ -10010,7 +10006,7 @@
<band>Detail</band> <band>Detail</band>
<id>74</id> <id>74</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1180</tabsequence> <tabsequence>1170</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>457</x> <x>457</x>
...@@ -10048,7 +10044,7 @@ ...@@ -10048,7 +10044,7 @@
<band>Detail</band> <band>Detail</band>
<id>80</id> <id>80</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1200</tabsequence> <tabsequence>1190</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>472</x> <x>472</x>
...@@ -10086,7 +10082,7 @@ ...@@ -10086,7 +10082,7 @@
<band>Detail</band> <band>Detail</band>
<id>84</id> <id>84</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1220</tabsequence> <tabsequence>1210</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>472</x> <x>472</x>
...@@ -10200,7 +10196,7 @@ ...@@ -10200,7 +10196,7 @@
<band>Detail</band> <band>Detail</band>
<id>146</id> <id>146</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1340</tabsequence> <tabsequence>1330</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>475</x> <x>475</x>
...@@ -10236,7 +10232,7 @@ ...@@ -10236,7 +10232,7 @@
<band>Detail</band> <band>Detail</band>
<id>158</id> <id>158</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1360</tabsequence> <tabsequence>1350</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>475</x> <x>475</x>
...@@ -10300,7 +10296,7 @@ ...@@ -10300,7 +10296,7 @@
<band>Detail</band> <band>Detail</band>
<id>71</id> <id>71</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1100</tabsequence> <tabsequence>1090</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -10336,7 +10332,7 @@ ...@@ -10336,7 +10332,7 @@
<band>Detail</band> <band>Detail</band>
<id>69</id> <id>69</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1110</tabsequence> <tabsequence>1100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>457</x> <x>457</x>
...@@ -10512,7 +10508,7 @@ ...@@ -10512,7 +10508,7 @@
<band>Detail</band> <band>Detail</band>
<id>70</id> <id>70</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1140</tabsequence> <tabsequence>1130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -10634,7 +10630,7 @@ ...@@ -10634,7 +10630,7 @@
<band>Detail</band> <band>Detail</band>
<id>82</id> <id>82</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1280</tabsequence> <tabsequence>1270</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -10670,7 +10666,7 @@ ...@@ -10670,7 +10666,7 @@
<band>Detail</band> <band>Detail</band>
<id>66</id> <id>66</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1290</tabsequence> <tabsequence>1280</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>472</x> <x>472</x>
...@@ -10876,7 +10872,7 @@ ...@@ -10876,7 +10872,7 @@
<band>Detail</band> <band>Detail</band>
<id>145</id> <id>145</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1150</tabsequence> <tabsequence>1140</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>284</x> <x>284</x>
...@@ -10941,7 +10937,7 @@ ...@@ -10941,7 +10937,7 @@
<band>Detail</band> <band>Detail</band>
<id>79</id> <id>79</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1240</tabsequence> <tabsequence>1230</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>319</x> <x>319</x>
...@@ -10979,7 +10975,7 @@ ...@@ -10979,7 +10975,7 @@
<band>Detail</band> <band>Detail</band>
<id>77</id> <id>77</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1230</tabsequence> <tabsequence>1220</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -11017,7 +11013,7 @@ ...@@ -11017,7 +11013,7 @@
<band>Detail</band> <band>Detail</band>
<id>159</id> <id>159</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1250</tabsequence> <tabsequence>1240</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>153</x> <x>153</x>
...@@ -11054,7 +11050,7 @@ ...@@ -11054,7 +11050,7 @@
<band>Detail</band> <band>Detail</band>
<id>96</id> <id>96</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1310</tabsequence> <tabsequence>1300</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>452</x> <x>452</x>
...@@ -11092,7 +11088,7 @@ ...@@ -11092,7 +11088,7 @@
<band>Detail</band> <band>Detail</band>
<id>81</id> <id>81</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1260</tabsequence> <tabsequence>1250</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
...@@ -11158,7 +11154,7 @@ ...@@ -11158,7 +11154,7 @@
<band>Detail</band> <band>Detail</band>
<id>95</id> <id>95</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1270</tabsequence> <tabsequence>1260</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>452</x> <x>452</x>
...@@ -11196,7 +11192,7 @@ ...@@ -11196,7 +11192,7 @@
<band>Detail</band> <band>Detail</band>
<id>85</id> <id>85</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1370</tabsequence> <tabsequence>1360</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>152</x> <x>152</x>
...@@ -12037,13 +12033,13 @@ ...@@ -12037,13 +12033,13 @@
<band>Detail</band> <band>Detail</band>
<id>182</id> <id>182</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1390</tabsequence> <tabsequence>1380</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>152</x> <x>153</x>
<y>1664</y> <y>1665</y>
<height>16</height> <height>16</height>
<width>73</width> <width>156</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -12072,13 +12068,13 @@ ...@@ -12072,13 +12068,13 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Role Profiles :</text> <text>Role Profile :</text>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>45</x> <x>48</x>
<y>1665</y> <y>1663</y>
<height>16</height> <height>16</height>
<width>101</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -12097,42 +12093,6 @@ ...@@ -12097,42 +12093,6 @@
<color>553648127</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>183</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>230</x>
<y>1664</y>
<height>16</height>
<width>299</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</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>67108864</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>116</x> <x>116</x>
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>310</x> <x>310</x>
...@@ -452,7 +452,7 @@ ...@@ -452,7 +452,7 @@
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>116</x> <x>116</x>
...@@ -517,7 +517,7 @@ ...@@ -517,7 +517,7 @@
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>116</x> <x>116</x>
...@@ -713,7 +713,7 @@ ...@@ -713,7 +713,7 @@
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>5</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>60</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>280</x> <x>280</x>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>370</height> <height>340</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -84,7 +84,6 @@ ...@@ -84,7 +84,6 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>amount</name> <name>amount</name>
<dbname>employee_bank.amount</dbname> <dbname>employee_bank.amount</dbname>
<initial>0.00</initial>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
...@@ -136,20 +135,20 @@ ...@@ -136,20 +135,20 @@
</TableDefinition> </TableDefinition>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Bank Detail</text> <text>Bank Details</text>
<border>2</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>9</x> <x>9</x>
<y>6</y> <y>10</y>
<height>184</height> <height>173</height>
<width>511</width> <width>426</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-12</height> <height>-11</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
...@@ -161,13 +160,13 @@ ...@@ -161,13 +160,13 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Employee Code :</text> <text>Employee Code:</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>20</x>
<y>43</y> <y>37</y>
<height>16</height> <height>16</height>
<width>108</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -186,49 +185,31 @@ ...@@ -186,49 +185,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Bank Name :</text>
<border>0</border>
<color>33554432</color>
<x>22</x>
<y>64</y>
<height>16</height>
<width>108</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_name_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>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>1</id>
<text>Bank A/c No :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>33554432</color> <border>5</border>
<x>22</x> <color>134217857</color>
<y>85</y> <x>116</x>
<y>37</y>
<height>16</height> <height>16</height>
<width>108</width> <width>70</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_acct_t</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -238,24 +219,24 @@ ...@@ -238,24 +219,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Station Code :</text> <text>Bank Code:</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>202</x>
<y>85</y> <y>37</y>
<height>16</height> <height>16</height>
<width>79</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stan_code_t</name> <name>bank_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -272,20 +253,20 @@ ...@@ -272,20 +253,20 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>134</x> <x>295</x>
<y>43</y> <y>37</y>
<height>16</height> <height>17</height>
<width>88</width> <width>78</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>bank_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
...@@ -308,30 +289,21 @@ ...@@ -308,30 +289,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Bank Name:</text>
<tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>426</x> <x>20</x>
<y>85</y> <y>61</y>
<height>16</height> <height>16</height>
<width>81</width> <width>90</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stan_code</name> <name>bank_name_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -341,21 +313,21 @@ ...@@ -341,21 +313,21 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>134</x> <x>116</x>
<y>64</y> <y>61</y>
<height>16</height> <height>16</height>
<width>374</width> <width>110</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -386,17 +358,17 @@ ...@@ -386,17 +358,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Amount Type :</text> <text>Station Code:</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>227</x>
<y>106</y> <y>61</y>
<height>16</height> <height>17</height>
<width>108</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amt_type_t</name> <name>stan_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -411,21 +383,30 @@ ...@@ -411,21 +383,30 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>9</id>
<text>Bank Code :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>310</x>
<y>43</y> <y>61</y>
<height>16</height> <height>15</height>
<width>72</width> <width>63</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_code_t</name> <name>stan_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -435,24 +416,24 @@ ...@@ -435,24 +416,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Amount :</text> <text>Bank A/c No:</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>20</x>
<y>106</y> <y>83</y>
<height>16</height> <height>16</height>
<width>79</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>bank_acct_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -469,27 +450,26 @@ ...@@ -469,27 +450,26 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>420</x> <x>116</x>
<y>43</y> <y>83</y>
<height>16</height> <height>17</height>
<width>88</width> <width>255</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_code</name> <name>bank_acct</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>30</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -505,30 +485,21 @@ ...@@ -505,30 +485,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Amount Type :</text>
<tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>134</x> <x>20</x>
<y>85</y> <y>104</y>
<height>16</height> <height>16</height>
<width>203</width> <width>90</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_acct</name> <name>amt_type_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -538,34 +509,31 @@ ...@@ -538,34 +509,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>4</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>426</x> <x>116</x>
<y>106</y> <y>104</y>
<height>16</height> <height>16</height>
<width>81</width> <width>67</width>
<format>########0.00</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount</name> <name>amt_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>14</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<format>########0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -585,22 +553,22 @@ ...@@ -585,22 +553,22 @@
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Changed On :</text> <text>Changed On :</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>20</x>
<y>127</y> <y>126</y>
<height>16</height> <height>16</height>
<width>108</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>chg_date_t</name>
<visible>0</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
...@@ -609,54 +577,64 @@ ...@@ -609,54 +577,64 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>6</id>
<text>Changed From :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>33554432</color> <border>5</border>
<x>22</x> <color>134217857</color>
<y>149</y> <x>116</x>
<height>16</height> <y>126</y>
<width>108</width> <height>19</height>
<width>66</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>chg_date</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Changed By :</text> <text>Changed By :</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>20</x>
<y>126</y> <y>148</y>
<height>16</height> <height>16</height>
<width>79</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>chg_user_t</name>
<visible>0</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
...@@ -671,11 +649,11 @@ ...@@ -671,11 +649,11 @@
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>134217857</color>
<x>426</x> <x>116</x>
<y>127</y> <y>148</y>
<height>16</height> <height>19</height>
<width>81</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -703,29 +681,21 @@ ...@@ -703,29 +681,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Amount:</text>
<tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>134</x> <x>186</x>
<y>106</y> <y>104</y>
<height>16</height> <height>16</height>
<width>88</width> <width>90</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amt_type</name> <name>amount_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -735,29 +705,29 @@ ...@@ -735,29 +705,29 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>5</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>134</x> <x>280</x>
<y>127</y> <y>104</y>
<height>16</height> <height>15</height>
<width>88</width> <width>93</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>amount</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>14</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -777,17 +747,45 @@ ...@@ -777,17 +747,45 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Changed From :</text>
<border>5</border>
<color>33554432</color>
<x>186</x>
<y>126</y>
<height>16</height>
<width>87</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>0</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>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>134217857</color>
<x>134</x> <x>277</x>
<y>149</y> <y>126</y>
<height>16</height> <height>16</height>
<width>88</width> <width>96</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -795,7 +793,7 @@ ...@@ -795,7 +793,7 @@
<name>chg_term</name> <name>chg_term</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>300</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
......
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
<dbname>employee.chg_user</dbname> <dbname>employee.chg_user</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="300">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_term</name> <name>chg_term</name>
...@@ -195,25 +195,36 @@ ...@@ -195,25 +195,36 @@
<name>status</name> <name>status</name>
<dbname>employee.status</dbname> <dbname>employee.status</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.date_join&quot;) COLUMN(NAME=&quot;employee.emp_type&quot;) COLUMN(NAME=&quot;employee.designation&quot;) COLUMN(NAME=&quot;employee.dept_code&quot;) COLUMN(NAME=&quot;employee.grade&quot;) COLUMN(NAME=&quot;employee.cadre&quot;) COLUMN(NAME=&quot;employee.report_to&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;) COLUMN(NAME=&quot;employee.design_code&quot;) COLUMN(NAME=&quot;employee.site_code__payment&quot;) COLUMN(NAME=&quot;employee.report_to__admin&quot;) COLUMN(NAME=&quot;employee.status&quot;)) </retrieve> <table_column>
<update>employee</update> <type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>insider_trading_opt</name>
<dbname>employee.insider_trading_opt</dbname>
<initial>Y</initial>
<values>
<item display="YES" data="Y"/>
<item display="NO" data="N"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee.emp_code&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.date_join&quot;) COLUMN(NAME=&quot;employee.emp_type&quot;) COLUMN(NAME=&quot;employee.designation&quot;) COLUMN(NAME=&quot;employee.dept_code&quot;) COLUMN(NAME=&quot;employee.grade&quot;) COLUMN(NAME=&quot;employee.cadre&quot;) COLUMN(NAME=&quot;employee.report_to&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;employee.pay_site&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee.chg_date&quot;) COLUMN(NAME=&quot;employee.chg_user&quot;) COLUMN(NAME=&quot;employee.chg_term&quot;) COLUMN(NAME=&quot;employee.design_code&quot;) COLUMN(NAME=&quot;employee.site_code__payment&quot;) COLUMN(NAME=&quot;employee.report_to__admin&quot;) COLUMN(NAME=&quot;employee.status&quot;) COLUMN(NAME=&quot;employee.insider_trading_opt&quot;)) </retrieve>
<update>EMPLOYEE</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Emp Fname</text> <text>Emp Code</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>123</x> <x>2</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>90</width> <width>62</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname_t</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -230,18 +241,18 @@ ...@@ -230,18 +241,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Emp Mname</text> <text>Emp Type</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>215</x> <x>66</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>89</width> <width>55</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname_t</name> <name>emp_type_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -258,18 +269,18 @@ ...@@ -258,18 +269,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Emp Type</text> <text>Emp Fname</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>66</x> <x>123</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>55</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_type_t</name> <name>emp_fname_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -286,18 +297,18 @@ ...@@ -286,18 +297,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Emp Code</text> <text>Emp Mname</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>2</x> <x>215</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>62</width> <width>89</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>emp_mname_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -314,18 +325,18 @@ ...@@ -314,18 +325,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Design Code</text> <text>Emp Lname</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>570</x> <x>306</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>71</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>design_code_t</name> <name>emp_lname_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -342,18 +353,18 @@ ...@@ -342,18 +353,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Designation</text> <text>Department Code</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>643</x> <x>398</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>146</width> <width>62</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>designation_t</name> <name>dept_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -370,18 +381,18 @@ ...@@ -370,18 +381,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Dept Code</text> <text>Grade</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>398</x> <x>462</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>62</width> <width>55</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dept_code_t</name> <name>grade_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -398,18 +409,18 @@ ...@@ -398,18 +409,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Grade</text> <text>Cadre</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>462</x> <x>519</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>55</width> <width>49</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grade_t</name> <name>cadre_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -426,18 +437,18 @@ ...@@ -426,18 +437,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Cadre</text> <text>Design Code</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>519</x> <x>570</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>49</width> <width>71</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cadre_t</name> <name>design_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -454,18 +465,18 @@ ...@@ -454,18 +465,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Report To</text> <text>Designation</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>791</x> <x>643</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>61</width> <width>146</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>report_to_t</name> <name>designation_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -482,18 +493,18 @@ ...@@ -482,18 +493,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>E Site</text> <text>Report To</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1013</x> <x>791</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>51</width> <width>61</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_site_t</name> <name>report_to_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -510,18 +521,18 @@ ...@@ -510,18 +521,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>P Site</text> <text>Report to admin</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1066</x> <x>854</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>76</width> <width>105</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site_t</name> <name>report_to__admin_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -538,18 +549,18 @@ ...@@ -538,18 +549,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>W Site</text> <text>Date Join</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1144</x> <x>961</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>56</width> <width>50</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>work_site_t</name> <name>date_join_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -561,23 +572,23 @@ ...@@ -561,23 +572,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>PM Site</text> <text>E Site</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1202</x> <x>1013</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>56</width> <width>51</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>site_code__payment_t</name> <name>emp_site_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -594,18 +605,18 @@ ...@@ -594,18 +605,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Chgdate</text> <text>P Site</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1260</x> <x>1066</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>60</width> <width>76</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>pay_site_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -622,18 +633,18 @@ ...@@ -622,18 +633,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Chg Trm</text> <text>W Site</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1322</x> <x>1144</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>75</width> <width>56</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>work_site_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -650,18 +661,18 @@ ...@@ -650,18 +661,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Chg User</text> <text>PM Site</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1399</x> <x>1202</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>50</width> <width>56</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>site_code__payment_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -678,18 +689,18 @@ ...@@ -678,18 +689,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Report to admin</text> <text>Changed On</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>854</x> <x>1403</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>105</width> <width>60</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>report_to__admin_t</name> <name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -706,18 +717,18 @@ ...@@ -706,18 +717,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Status</text> <text>Changed From</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1451</x> <x>1517</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>53</width> <width>75</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status_t</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -729,23 +740,23 @@ ...@@ -729,23 +740,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Emp Lname</text> <text>Changed By</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>306</x> <x>1465</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>90</width> <width>50</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -762,18 +773,18 @@ ...@@ -762,18 +773,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Date Join</text> <text>Status</text>
<border>6</border> <border>6</border>
<color>0</color> <color>33554432</color>
<x>961</x> <x>1260</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>50</width> <width>53</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date_join_t</name> <name>status_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -788,6 +799,34 @@ ...@@ -788,6 +799,34 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Insider Trading</text>
<border>6</border>
<color>33554432</color>
<x>1315</x>
<y>3</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>insider_trading_opt_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
...@@ -1310,10 +1349,10 @@ ...@@ -1310,10 +1349,10 @@
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>170</tabsequence> <tabsequence>190</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1260</x> <x>1403</x>
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>60</width> <width>60</width>
...@@ -1346,10 +1385,10 @@ ...@@ -1346,10 +1385,10 @@
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>180</tabsequence> <tabsequence>210</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1322</x> <x>1517</x>
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>75</width> <width>75</width>
...@@ -1382,10 +1421,10 @@ ...@@ -1382,10 +1421,10 @@
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>190</tabsequence> <tabsequence>200</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1399</x> <x>1465</x>
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>50</width> <width>50</width>
...@@ -1454,10 +1493,10 @@ ...@@ -1454,10 +1493,10 @@
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>170</tabsequence>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1451</x> <x>1260</x>
<y>2</y> <y>2</y>
<height>18</height> <height>18</height>
<width>53</width> <width>53</width>
...@@ -1559,6 +1598,42 @@ ...@@ -1559,6 +1598,42 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>180</tabsequence>
<border>0</border>
<color>0</color>
<x>1315</x>
<y>1</y>
<height>16</height>
<width>86</width>
<format>[YES/NO]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>insider_trading_opt</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<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>1090519039</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -230,8 +230,8 @@ ...@@ -230,8 +230,8 @@
<dbname>empfamily.is_alive</dbname> <dbname>empfamily.is_alive</dbname>
<initial>Y</initial> <initial>Y</initial>
<values> <values>
<item display="YES" data="Y"/> <item display="Yes" data="Y"/>
<item display="NO" data="N"/> <item display="No" data="N"/>
</values> </values>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empfamily&quot; ) COLUMN(NAME=&quot;empfamily.emp_code&quot;) COLUMN(NAME=&quot;empfamily.seq_no&quot;) COLUMN(NAME=&quot;empfamily.member_name&quot;) COLUMN(NAME=&quot;empfamily.date_birth&quot;) COLUMN(NAME=&quot;empfamily.sex&quot;) COLUMN(NAME=&quot;empfamily.relation&quot;) COLUMN(NAME=&quot;empfamily.occupation&quot;) COLUMN(NAME=&quot;empfamily.dependent&quot;) COLUMN(NAME=&quot;empfamily.chg_user&quot;) COLUMN(NAME=&quot;empfamily.chg_date&quot;) COLUMN(NAME=&quot;empfamily.chg_term&quot;) COLUMN(NAME=&quot;empfamily.pf_nominee&quot;) COLUMN(NAME=&quot;empfamily.pf_perc&quot;) COLUMN(NAME=&quot;empfamily.grat_nominee&quot;) COLUMN(NAME=&quot;empfamily.grat_perc&quot;) COLUMN(NAME=&quot;empfamily.pen_nominee&quot;) COLUMN(NAME=&quot;empfamily.pen_perc&quot;) COLUMN(NAME=&quot;empfamily.physical_status&quot;) COLUMN(NAME=&quot;empfamily.qlf_code&quot;) COLUMN(NAME=&quot;empfamily.adopted&quot;) COLUMN(NAME=&quot;empfamily.group_mediclaim&quot;) COLUMN(NAME=&quot;empfamily.is_alive&quot;)WHERE( EXP1 =&quot;( empfamily.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode )&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empfamily&quot; ) COLUMN(NAME=&quot;empfamily.emp_code&quot;) COLUMN(NAME=&quot;empfamily.seq_no&quot;) COLUMN(NAME=&quot;empfamily.member_name&quot;) COLUMN(NAME=&quot;empfamily.date_birth&quot;) COLUMN(NAME=&quot;empfamily.sex&quot;) COLUMN(NAME=&quot;empfamily.relation&quot;) COLUMN(NAME=&quot;empfamily.occupation&quot;) COLUMN(NAME=&quot;empfamily.dependent&quot;) COLUMN(NAME=&quot;empfamily.chg_user&quot;) COLUMN(NAME=&quot;empfamily.chg_date&quot;) COLUMN(NAME=&quot;empfamily.chg_term&quot;) COLUMN(NAME=&quot;empfamily.pf_nominee&quot;) COLUMN(NAME=&quot;empfamily.pf_perc&quot;) COLUMN(NAME=&quot;empfamily.grat_nominee&quot;) COLUMN(NAME=&quot;empfamily.grat_perc&quot;) COLUMN(NAME=&quot;empfamily.pen_nominee&quot;) COLUMN(NAME=&quot;empfamily.pen_perc&quot;) COLUMN(NAME=&quot;empfamily.physical_status&quot;) COLUMN(NAME=&quot;empfamily.qlf_code&quot;) COLUMN(NAME=&quot;empfamily.adopted&quot;) COLUMN(NAME=&quot;empfamily.group_mediclaim&quot;) COLUMN(NAME=&quot;empfamily.is_alive&quot;)WHERE( EXP1 =&quot;( empfamily.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode )&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve>
...@@ -249,18 +249,18 @@ ...@@ -249,18 +249,18 @@
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Sr.</text> <text>Gratuity Nominee</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>2</x> <x>867</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>29</width> <width>128</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no_t</name> <name>grat_nominee_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -277,18 +277,18 @@ ...@@ -277,18 +277,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Qualification</text> <text>Gratuity Percentage </text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1224</x> <x>997</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>80</width> <width>128</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qulf_code_t</name> <name>grat_perc_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -305,19 +305,19 @@ ...@@ -305,19 +305,19 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Employee Code</text> <text>Change Term</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>33</x> <x>1901</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>95</width> <width>88</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>chg_term_t</name>
<visible>1</visible> <visible expression="&apos;false&apos;">1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -328,24 +328,24 @@ ...@@ -328,24 +328,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Member Name</text> <text>Change Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>130</x> <x>1991</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>131</width> <width>85</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>member_name_t</name> <name>chg_date_t</name>
<visible>1</visible> <visible expression="&apos;false&apos;">1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -356,24 +356,34 @@ ...@@ -356,24 +356,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Birth Date</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>263</x> <x>2</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>69</width> <width>29</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date_birth_t</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -384,24 +394,32 @@ ...@@ -384,24 +394,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Gender </text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>334</x> <x>33</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>57</width> <width>95</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sex_t</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -412,24 +430,34 @@ ...@@ -412,24 +430,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Relation</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>393</x> <x>130</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>101</width> <width>131</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>relation_t</name> <name>member_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -440,24 +468,31 @@ ...@@ -440,24 +468,31 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Occupation</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>496</x> <x>263</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>99</width> <width>69</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>occupation_t</name> <name>date_birth</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yyyy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -468,24 +503,34 @@ ...@@ -468,24 +503,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Dependent</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>597</x> <x>334</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>68</width> <width>57</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dependent_t</name> <name>sex</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<autohscroll>yes</autohscroll>
<showlist>yes</showlist>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -496,24 +541,34 @@ ...@@ -496,24 +541,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>PF Nominee</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>667</x> <x>393</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>94</width> <width>101</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_nominee_t</name> <name>relation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -524,24 +579,34 @@ ...@@ -524,24 +579,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>PF Percentage </text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>763</x> <x>496</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>102</width> <width>99</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_perc_t</name> <name>occupation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -552,24 +617,33 @@ ...@@ -552,24 +617,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Gratuity Nominee</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>867</x> <x>597</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>128</width> <width>68</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_nominee_t</name> <name>dependent</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<showlist>yes</showlist>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -580,24 +654,32 @@ ...@@ -580,24 +654,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Gratuity Percentage </text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>997</x> <x>667</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>128</width> <width>94</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_perc_t</name> <name>pf_nominee</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="yesno" style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -608,24 +690,36 @@ ...@@ -608,24 +690,36 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>13</id>
<text>Physical Status</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>1127</x> <x>763</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>95</width> <width>102</width>
<format>###.##</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>physical_status_t</name> <protect expression="if(pf_nominee=&apos;Y&apos;,0,1)">0</protect>
<name>pf_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<format>###.##</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -636,24 +730,32 @@ ...@@ -636,24 +730,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Adopted</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1306</x> <x>867</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>53</width> <width>128</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>adopted_t</name> <name>grat_nominee</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="yesno" style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -664,24 +766,36 @@ ...@@ -664,24 +766,36 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>15</id>
<text>Pension Nominee</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>1361</x> <x>997</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>111</width> <width>128</width>
<format>###.##</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_nominee_t</name> <protect expression="if(grat_nominee=&apos;Y&apos;,0,1)">0</protect>
<name>grat_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<format>###.##</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -692,24 +806,34 @@ ...@@ -692,24 +806,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Pension Percentage </text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1474</x> <x>1127</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>117</width> <width>95</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_perc_t</name> <name>physical_status</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -720,24 +844,34 @@ ...@@ -720,24 +844,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Group Mediclaim</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1593</x> <x>1224</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>101</width> <width>80</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>group_mediclaim_t</name> <name>qlf_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -748,24 +882,34 @@ ...@@ -748,24 +882,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Change User</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1807</x> <x>1306</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>92</width> <width>53</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>adopted</name>
<visible expression="&apos;false&apos;">1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -776,24 +920,32 @@ ...@@ -776,24 +920,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Change Term</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1901</x> <x>1361</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>88</width> <width>111</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>pen_nominee</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="0">1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -804,24 +956,33 @@ ...@@ -804,24 +956,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Change Date</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1991</x> <x>1474</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>85</width> <width>117</width>
<format>###.##</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>pen_perc</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="0">1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<format>###.##</format>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -832,60 +993,31 @@ ...@@ -832,60 +993,31 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>16777215</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Is Alive</text>
<border>6</border>
<color>33554432</color>
<x>1696</x>
<y>3</y>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>is_alive_t</name>
<visible>1</visible>
<font>
<face>Liberation Sans</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2</x> <x>1593</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>29</width> <width>101</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>group_mediclaim</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -903,21 +1035,21 @@ ...@@ -903,21 +1035,21 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>33</x> <x>1807</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>95</width> <width>92</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>chg_user</name>
<visible>1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
...@@ -939,27 +1071,25 @@ ...@@ -939,27 +1071,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>130</x> <x>1901</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>131</width> <width>88</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>member_name</name> <name>chg_term</name>
<visible>1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>30</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -977,25 +1107,26 @@ ...@@ -977,25 +1107,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>263</x> <x>1991</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>69</width> <width>85</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date_birth</name> <name>chg_date</name>
<visible>1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yyyy</mask> <limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1012,27 +1143,25 @@ ...@@ -1012,27 +1143,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>334</x> <x>1696</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>57</width> <width>109</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sex</name> <name>is_alive</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>1</limit> <limit>1</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>upper</case> <case>upper</case>
<autohscroll>yes</autohscroll>
<showlist>yes</showlist>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1048,31 +1177,21 @@ ...@@ -1048,31 +1177,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>6</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Sequence No</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>393</x> <x>2</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>101</width> <width>29</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>relation</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1083,34 +1202,24 @@ ...@@ -1083,34 +1202,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>7</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Employee Code</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>496</x> <x>33</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>99</width> <width>95</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>occupation</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1121,33 +1230,24 @@ ...@@ -1121,33 +1230,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>8</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Member Name</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>597</x> <x>130</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>68</width> <width>131</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dependent</name> <name>member_name_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<showlist>yes</showlist>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1158,32 +1258,24 @@ ...@@ -1158,32 +1258,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>12</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Birth Date</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>667</x> <x>263</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>94</width> <width>69</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_nominee</name> <name>date_birth_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="yesno" style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1194,36 +1286,24 @@ ...@@ -1194,36 +1286,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>13</id> <alignment>2</alignment>
<alignment>1</alignment> <text>Gender </text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>763</x> <x>334</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>102</width> <width>57</width>
<format>###.##</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<protect expression="if(pf_nominee=&apos;Y&apos;,0,1)">0</protect> <name>sex_t</name>
<name>pf_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<format>###.##</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1234,32 +1314,24 @@ ...@@ -1234,32 +1314,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>14</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Relation</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>867</x> <x>393</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>128</width> <width>101</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_nominee</name> <name>relation_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle name="yesno" style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1270,36 +1342,24 @@ ...@@ -1270,36 +1342,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>15</id> <alignment>2</alignment>
<alignment>1</alignment> <text>Occupation</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>997</x> <x>496</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>128</width> <width>99</width>
<format>###.##</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<protect expression="if(grat_nominee=&apos;Y&apos;,0,1)">0</protect> <name>occupation_t</name>
<name>grat_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<format>###.##</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1310,34 +1370,24 @@ ...@@ -1310,34 +1370,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>18</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Dependent</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1127</x> <x>597</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>95</width> <width>68</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>physical_status</name> <name>dependent_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1348,34 +1398,24 @@ ...@@ -1348,34 +1398,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>19</id> <alignment>2</alignment>
<alignment>0</alignment> <text>PF Nominee</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1224</x> <x>667</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>80</width> <width>94</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code</name> <name>pf_nominee_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1386,34 +1426,24 @@ ...@@ -1386,34 +1426,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>20</id> <alignment>2</alignment>
<alignment>0</alignment> <text>PF Percentage </text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1306</x> <x>763</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>53</width> <width>102</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>adopted</name> <name>pf_perc_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1424,32 +1454,24 @@ ...@@ -1424,32 +1454,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>16</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Physical Status</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1361</x> <x>1127</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>111</width> <width>95</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_nominee</name> <name>physical_status_t</name>
<visible expression="0">1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1460,33 +1482,24 @@ ...@@ -1460,33 +1482,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>17</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Qualification</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1474</x> <x>1224</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>117</width> <width>80</width>
<format>###.##</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_perc</name> <name>qulf_code_t</name>
<visible expression="0">1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<format>###.##</format>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1497,33 +1510,24 @@ ...@@ -1497,33 +1510,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>21</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Adopted</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>0</color> <color>0</color>
<x>1593</x> <x>1306</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>101</width> <width>53</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>group_mediclaim</name> <name>adopted_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1534,32 +1538,24 @@ ...@@ -1534,32 +1538,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>9</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Pension Nominee</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1807</x> <x>1361</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>92</width> <width>111</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>pen_nominee_t</name>
<visible expression="&apos;false&apos;">1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1570,32 +1566,24 @@ ...@@ -1570,32 +1566,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>11</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Pension Percentage </text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1901</x> <x>1474</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>88</width> <width>117</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>pen_perc_t</name>
<visible expression="&apos;false&apos;">1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1606,32 +1594,24 @@ ...@@ -1606,32 +1594,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>10</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Group Mediclaim</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1991</x> <x>1593</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>85</width> <width>101</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>group_mediclaim_t</name>
<visible expression="&apos;false&apos;">1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1642,32 +1622,52 @@ ...@@ -1642,32 +1622,52 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>22</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Is Alive</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border> <color>33554432</color>
<color>0</color>
<x>1696</x> <x>1696</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>109</width> <width>109</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>is_alive</name> <name>is_alive_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <font>
<limit>1</limit> <face>Liberation Sans</face>
<allowedit>no</allowedit> <height>-10</height>
<case>any</case> <weight>400</weight>
<imemode>0</imemode> <family>2</family>
</EditStyle> <pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Change User</text>
<border>6</border>
<color>0</color>
<x>1807</x>
<y>3</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible expression="&apos;false&apos;">1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1678,9 +1678,9 @@ ...@@ -1678,9 +1678,9 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>language</name> <name>language</name>
<dbname>emplang.language</dbname> <dbname>emplang.language</dbname>
</table_column> </table_column>
...@@ -69,6 +70,7 @@ ...@@ -69,6 +70,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>read</name> <name>read</name>
<dbname>emplang.read</dbname> <dbname>emplang.read</dbname>
<initial>Y</initial>
<values> <values>
<item display="Yes" data="Y"/> <item display="Yes" data="Y"/>
<item display="No" data="N"/> <item display="No" data="N"/>
...@@ -80,6 +82,7 @@ ...@@ -80,6 +82,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>write</name> <name>write</name>
<dbname>emplang.write</dbname> <dbname>emplang.write</dbname>
<initial>Y</initial>
<values> <values>
<item display="Yes" data="Y"/> <item display="Yes" data="Y"/>
<item display="No" data="N"/> <item display="No" data="N"/>
...@@ -91,6 +94,7 @@ ...@@ -91,6 +94,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>speak</name> <name>speak</name>
<dbname>emplang.speak</dbname> <dbname>emplang.speak</dbname>
<initial>Y</initial>
<values> <values>
<item display="Yes" data="Y"/> <item display="Yes" data="Y"/>
<item display="No" data="N"/> <item display="No" data="N"/>
...@@ -100,10 +104,8 @@ ...@@ -100,10 +104,8 @@
<type precision="0">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name> <name>line_no</name>
<dbname>emplang.line_no</dbname> <dbname>emplang.line_no</dbname>
<initial>0</initial>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emplang&quot; ) COLUMN(NAME=&quot;emplang.emp_code&quot;) COLUMN(NAME=&quot;emplang.language&quot;) COLUMN(NAME=&quot;emplang.read&quot;) COLUMN(NAME=&quot;emplang.write&quot;) COLUMN(NAME=&quot;emplang.speak&quot;) COLUMN(NAME=&quot;emplang.line_no&quot;)WHERE( EXP1 =&quot;emplang.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emplang&quot; ) COLUMN(NAME=&quot;emplang.emp_code&quot;) COLUMN(NAME=&quot;emplang.language&quot;) COLUMN(NAME=&quot;emplang.read&quot;) COLUMN(NAME=&quot;emplang.write&quot;) COLUMN(NAME=&quot;emplang.speak&quot;) COLUMN(NAME=&quot;emplang.line_no&quot;)WHERE( EXP1 =&quot;emplang.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve>
<update>EMPLANG</update> <update>EMPLANG</update>
...@@ -116,7 +118,7 @@ ...@@ -116,7 +118,7 @@
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Employee Code</text> <text>Employee Code</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -144,7 +146,7 @@ ...@@ -144,7 +146,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Language</text> <text>Language</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -172,7 +174,7 @@ ...@@ -172,7 +174,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Read</text> <text>Read</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -200,7 +202,7 @@ ...@@ -200,7 +202,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Write</text> <text>Write</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -228,7 +230,7 @@ ...@@ -228,7 +230,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Speak</text> <text>Speak</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -256,13 +258,13 @@ ...@@ -256,13 +258,13 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Line No</text> <text>Sequence No</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>372</x> <x>372</x>
<y>2</y> <y>2</y>
<height>16</height> <height>19</height>
<width>65</width> <width>65</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -367,14 +369,14 @@ ...@@ -367,14 +369,14 @@
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>57</width> <width>57</width>
<format>[general]</format> <format>[YES/NO]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>read</name> <name>read</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>0</limit> <limit>1</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>any</case> <case>any</case>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -403,14 +405,14 @@ ...@@ -403,14 +405,14 @@
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>51</width> <width>51</width>
<format>[general]</format> <format>[YES/NO]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>write</name> <name>write</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>0</limit> <limit>1</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>any</case> <case>any</case>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -439,14 +441,14 @@ ...@@ -439,14 +441,14 @@
<y>1</y> <y>1</y>
<height>18</height> <height>18</height>
<width>55</width> <width>55</width>
<format>[general]</format> <format>[YES/NO]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>speak</name> <name>speak</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>0</limit> <limit>1</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>any</case> <case>any</case>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -485,7 +487,8 @@ ...@@ -485,7 +487,8 @@
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
......
...@@ -188,21 +188,29 @@ ...@@ -188,21 +188,29 @@
<expression>line_no A</expression> <expression>line_no A</expression>
</sort> </sort>
</TableDefinition> </TableDefinition>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Sr No</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>2</x> <x>2</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>41</width> <width>41</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no_t</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -212,25 +220,32 @@ ...@@ -212,25 +220,32 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>11</id>
<text>Employee Code</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>45</x> <x>1023</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>91</width> <width>81</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -240,25 +255,35 @@ ...@@ -240,25 +255,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Qualification</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>138</x> <x>982</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>78</width> <width>39</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code_t</name> <name>class</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -268,25 +293,33 @@ ...@@ -268,25 +293,33 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Institute</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>418</x> <x>45</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>142</width> <width>91</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>institute_t</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -296,25 +329,35 @@ ...@@ -296,25 +329,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Subject1</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>562</x> <x>138</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>92</width> <width>78</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject1_t</name> <name>qlf_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -324,25 +367,35 @@ ...@@ -324,25 +367,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Subject2</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>656</x> <x>418</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>92</width> <width>142</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject2_t</name> <name>institute</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -352,25 +405,35 @@ ...@@ -352,25 +405,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Subject3</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>750</x> <x>562</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject3_t</name> <name>subject1</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -380,25 +443,35 @@ ...@@ -380,25 +443,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Subject4</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>844</x> <x>656</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>93</width> <width>92</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject4_t</name> <name>subject2</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -408,25 +481,35 @@ ...@@ -408,25 +481,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Year</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>939</x> <x>750</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>41</width> <width>92</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pass_year_t</name> <name>subject3</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -436,25 +519,35 @@ ...@@ -436,25 +519,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Class</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>982</x> <x>844</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>39</width> <width>93</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>class_t</name> <name>subject4</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -464,25 +557,35 @@ ...@@ -464,25 +557,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Percentage</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1023</x> <x>939</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>81</width> <width>41</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>perc_t</name> <name>pass_year</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -492,25 +595,34 @@ ...@@ -492,25 +595,34 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>12</id>
<text>Qualification Description</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>218</x> <x>1106</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>198</width> <width>57</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qualification_descr_t</name> <name>print_seq</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -520,25 +632,34 @@ ...@@ -520,25 +632,34 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>1</alignment> <id>13</id>
<text>Print Seq</text> <alignment>0</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>1106</x> <x>218</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>57</width> <width>198</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>print_seq_t</name> <name>qualification_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -548,25 +669,34 @@ ...@@ -548,25 +669,34 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Course Type</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1165</x> <x>1165</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>78</width> <width>78</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_type_t</name> <name>course_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -576,25 +706,34 @@ ...@@ -576,25 +706,34 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Duration</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1471</x> <x>1471</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>60</width> <width>60</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_duration_t</name> <name>course_duration</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -604,25 +743,34 @@ ...@@ -604,25 +743,34 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Country Code</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1533</x> <x>1533</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>89</width> <width>89</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>count_code__qual_t</name> <name>count_code__qual</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -632,25 +780,34 @@ ...@@ -632,25 +780,34 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Course Type Description</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1245</x> <x>1245</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>224</width> <width>224</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_type_descr_t</name> <name>course_type_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -660,59 +817,32 @@ ...@@ -660,59 +817,32 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Country Name</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>0</border>
<color>0</color> <color>0</color>
<x>1624</x> <x>1624</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>269</width> <width>269</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qual_country_descr_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>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<y>1</y>
<height>16</height>
<width>41</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>qual_country_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -728,28 +858,21 @@ ...@@ -728,28 +858,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>11</id> <alignment>2</alignment>
<alignment>1</alignment> <text>Sequence No</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1023</x> <x>2</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>81</width> <width>41</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>perc</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask">
<mask>###,###.00</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -759,35 +882,25 @@ ...@@ -759,35 +882,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>10</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Employee Code</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>982</x> <x>45</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>39</width> <width>91</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>class</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -797,33 +910,25 @@ ...@@ -797,33 +910,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>1</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Qualification</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>45</x> <x>138</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>91</width> <width>78</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>qlf_code_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -833,35 +938,25 @@ ...@@ -833,35 +938,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>3</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Qualification Description</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>138</x> <x>218</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>78</width> <width>198</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code</name> <name>qualification_descr_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -871,35 +966,25 @@ ...@@ -871,35 +966,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>4</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Institute</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>418</x> <x>418</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>142</width> <width>142</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>institute</name> <name>institute_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -909,35 +994,25 @@ ...@@ -909,35 +994,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>5</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Subject1</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>562</x> <x>562</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject1</name> <name>subject1_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -947,35 +1022,25 @@ ...@@ -947,35 +1022,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>6</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Subject2</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>656</x> <x>656</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject2</name> <name>subject2_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -985,35 +1050,25 @@ ...@@ -985,35 +1050,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>7</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Subject3</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>750</x> <x>750</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject3</name> <name>subject3_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1023,35 +1078,53 @@ ...@@ -1023,35 +1078,53 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>8</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Subject4</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>844</x> <x>844</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>93</width> <width>93</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject4</name> <name>subject4_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>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Year</text>
<border>6</border>
<color>0</color>
<x>939</x>
<y>2</y>
<height>16</height>
<width>41</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pass_year_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1061,35 +1134,25 @@ ...@@ -1061,35 +1134,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>9</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Percentage</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>939</x> <x>1023</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>41</width> <width>81</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pass_year</name> <name>perc_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1099,34 +1162,25 @@ ...@@ -1099,34 +1162,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>12</id> <alignment>2</alignment>
<alignment>1</alignment> <text>Class</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>1106</x> <x>982</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>57</width> <width>39</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>print_seq</name> <name>class_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1136,34 +1190,25 @@ ...@@ -1136,34 +1190,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>13</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Print Sequence</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>218</x> <x>1106</x>
<y>1</y> <y>2</y>
<height>16</height> <height>16</height>
<width>198</width> <width>57</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qualification_descr</name> <name>print_seq_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1173,34 +1218,25 @@ ...@@ -1173,34 +1218,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>14</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Course Type</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>0</color> <color>0</color>
<x>1165</x> <x>1165</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>78</width> <width>78</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_type</name> <name>course_type_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1210,34 +1246,25 @@ ...@@ -1210,34 +1246,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>15</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Course Type Description</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>0</color> <color>0</color>
<x>1471</x> <x>1245</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>60</width> <width>224</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_duration</name> <name>course_type_descr_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1247,34 +1274,25 @@ ...@@ -1247,34 +1274,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>16</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Duration</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>0</color> <color>0</color>
<x>1533</x> <x>1471</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>89</width> <width>60</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>count_code__qual</name> <name>course_duration_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1284,34 +1302,25 @@ ...@@ -1284,34 +1302,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>18</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Country Code</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>0</color> <color>0</color>
<x>1245</x> <x>1533</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>224</width> <width>89</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_type_descr</name> <name>count_code__qual_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1321,34 +1330,25 @@ ...@@ -1321,34 +1330,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>17</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Country Name</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>0</border>
<color>0</color> <color>0</color>
<x>1624</x> <x>1624</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>269</width> <width>269</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qual_country_descr</name> <name>qual_country_descr_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1358,10 +1358,10 @@ ...@@ -1358,10 +1358,10 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -141,21 +141,30 @@ ...@@ -141,21 +141,30 @@
<expression>line_no A</expression> <expression>line_no A</expression>
</sort> </sort>
</TableDefinition> </TableDefinition>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Employee Code</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>2</x> <x>2</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -166,24 +175,33 @@ ...@@ -166,24 +175,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Sr. No</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>91</x> <x>91</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>47</width> <width>47</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no_t</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -194,24 +212,34 @@ ...@@ -194,24 +212,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Code</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>140</x> <x>140</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>train_code_t</name> <name>train_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -222,24 +250,34 @@ ...@@ -222,24 +250,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Type</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>205</x> <x>205</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>38</width> <width>38</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>train_type_t</name> <name>train_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -250,24 +288,34 @@ ...@@ -250,24 +288,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>No.</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>245</x> <x>245</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>61</width> <width>61</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>train_no_t</name> <name>train_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -278,24 +326,34 @@ ...@@ -278,24 +326,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Organisation</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>308</x> <x>308</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>283</width> <width>283</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>organisation_t</name> <name>organisation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>80</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -306,24 +364,31 @@ ...@@ -306,24 +364,31 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>7</id>
<text>Duration</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>593</x> <x>593</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>68</width> <width>68</width>
<format>###0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>duration_t</name> <name>duration</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask">
<mask>###0</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -334,24 +399,34 @@ ...@@ -334,24 +399,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Year</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>663</x> <x>663</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>49</width> <width>49</width>
<format></format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>year_t</name> <name>year</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -362,24 +437,32 @@ ...@@ -362,24 +437,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Change User</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>714</x> <x>714</x>
<y>3</y> <y>0</y>
<height>16</height> <height>16</height>
<width>80</width> <width>80</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>chg_user</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -390,24 +473,32 @@ ...@@ -390,24 +473,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Change Date</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>796</x> <x>796</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>chg_date</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -418,24 +509,32 @@ ...@@ -418,24 +509,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Change Term</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>890</x> <x>890</x>
<y>3</y> <y>0</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>chg_term</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -446,33 +545,24 @@ ...@@ -446,33 +545,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>1</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Employee Code</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>2</x> <x>2</x>
<y>1</y> <y>3</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -483,33 +573,24 @@ ...@@ -483,33 +573,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>2</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Sequence No</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>91</x> <x>91</x>
<y>1</y> <y>3</y>
<height>16</height> <height>16</height>
<width>47</width> <width>47</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -520,34 +601,24 @@ ...@@ -520,34 +601,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>3</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Code</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>140</x> <x>140</x>
<y>1</y> <y>3</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>train_code</name> <name>train_code_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -558,34 +629,24 @@ ...@@ -558,34 +629,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>4</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Type</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>205</x> <x>205</x>
<y>1</y> <y>3</y>
<height>16</height> <height>16</height>
<width>38</width> <width>38</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>train_type</name> <name>train_type_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -596,34 +657,24 @@ ...@@ -596,34 +657,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>5</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Training No</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>245</x> <x>245</x>
<y>1</y> <y>3</y>
<height>16</height> <height>16</height>
<width>61</width> <width>61</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>train_no</name> <name>train_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -634,34 +685,24 @@ ...@@ -634,34 +685,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>6</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Organisation</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>308</x> <x>308</x>
<y>1</y> <y>3</y>
<height>16</height> <height>16</height>
<width>283</width> <width>283</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>organisation</name> <name>organisation_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>80</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -672,31 +713,24 @@ ...@@ -672,31 +713,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>7</id> <alignment>2</alignment>
<alignment>1</alignment> <text>Duration</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>593</x> <x>593</x>
<y>1</y> <y>3</y>
<height>16</height> <height>16</height>
<width>68</width> <width>68</width>
<format>###0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>duration</name> <name>duration_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask">
<mask>###0</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -707,34 +741,24 @@ ...@@ -707,34 +741,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>8</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Year</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>663</x> <x>663</x>
<y>1</y> <y>3</y>
<height>16</height> <height>16</height>
<width>49</width> <width>49</width>
<format></format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>year</name> <name>year_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -745,32 +769,24 @@ ...@@ -745,32 +769,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>9</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Change User</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>714</x> <x>714</x>
<y>0</y> <y>3</y>
<height>16</height> <height>16</height>
<width>80</width> <width>80</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>chg_user_t</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -781,32 +797,24 @@ ...@@ -781,32 +797,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>10</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Change Date</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>796</x> <x>796</x>
<y>1</y> <y>3</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>chg_date_t</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -817,32 +825,24 @@ ...@@ -817,32 +825,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>11</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Change Term</text>
<tabsequence>32766</tabsequence> <border>6</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>890</x> <x>890</x>
<y>0</y> <y>3</y>
<height>16</height> <height>16</height>
<width>88</width> <width>88</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>chg_term_t</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -853,9 +853,9 @@ ...@@ -853,9 +853,9 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -149,7 +149,6 @@ ...@@ -149,7 +149,6 @@
<key>yes</key> <key>yes</key>
<name>line_no</name> <name>line_no</name>
<dbname>empexperience.line_no</dbname> <dbname>empexperience.line_no</dbname>
<initial>0</initial>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empexperience&quot; ) COLUMN(NAME=&quot;empexperience.emp_code&quot;) COLUMN(NAME=&quot;empexperience.organisation&quot;) COLUMN(NAME=&quot;empexperience.designation&quot;) COLUMN(NAME=&quot;empexperience.from_date&quot;) COLUMN(NAME=&quot;empexperience.to_date&quot;) COLUMN(NAME=&quot;empexperience.gross_amt&quot;) COLUMN(NAME=&quot;empexperience.curr_code&quot;) COLUMN(NAME=&quot;empexperience.chg_date&quot;) COLUMN(NAME=&quot;empexperience.chg_term&quot;) COLUMN(NAME=&quot;empexperience.chg_user&quot;) COLUMN(NAME=&quot;empexperience.print_seq&quot;) COLUMN(NAME=&quot;empexperience.count_code__work&quot;) COMPUTE(NAME=&quot;FN_GET_COUNT_DESCR(empexperience.count_code__work) as work_country_descr&quot;) COLUMN(NAME=&quot;empexperience.line_no&quot;)WHERE( EXP1 =&quot;empexperience.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empexperience&quot; ) COLUMN(NAME=&quot;empexperience.emp_code&quot;) COLUMN(NAME=&quot;empexperience.organisation&quot;) COLUMN(NAME=&quot;empexperience.designation&quot;) COLUMN(NAME=&quot;empexperience.from_date&quot;) COLUMN(NAME=&quot;empexperience.to_date&quot;) COLUMN(NAME=&quot;empexperience.gross_amt&quot;) COLUMN(NAME=&quot;empexperience.curr_code&quot;) COLUMN(NAME=&quot;empexperience.chg_date&quot;) COLUMN(NAME=&quot;empexperience.chg_term&quot;) COLUMN(NAME=&quot;empexperience.chg_user&quot;) COLUMN(NAME=&quot;empexperience.print_seq&quot;) COLUMN(NAME=&quot;empexperience.count_code__work&quot;) COMPUTE(NAME=&quot;FN_GET_COUNT_DESCR(empexperience.count_code__work) as work_country_descr&quot;) COLUMN(NAME=&quot;empexperience.line_no&quot;)WHERE( EXP1 =&quot;empexperience.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve>
<update>EMPEXPERIENCE</update> <update>EMPEXPERIENCE</update>
...@@ -530,12 +529,12 @@ ...@@ -530,12 +529,12 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Line No</text> <text>Sequence No</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>1436</x> <x>1436</x>
<y>2</y> <y>2</y>
<height>16</height> <height>17</height>
<width>59</width> <width>59</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1054,7 +1053,8 @@ ...@@ -1054,7 +1053,8 @@
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
......
...@@ -272,7 +272,7 @@ ...@@ -272,7 +272,7 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Amt Type</text> <text>Amount Type</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>458</x> <x>458</x>
...@@ -328,7 +328,7 @@ ...@@ -328,7 +328,7 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Chg Date</text> <text>Changed On</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>590</x> <x>590</x>
...@@ -356,7 +356,7 @@ ...@@ -356,7 +356,7 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Chg Term</text> <text>Changed From</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>658</x> <x>658</x>
...@@ -384,7 +384,7 @@ ...@@ -384,7 +384,7 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Chg User</text> <text>Changed By</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>726</x> <x>726</x>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>grat_nominee</name> <name>grat_nominee</name>
<dbname>empfamily.grat_nominee</dbname> <dbname>empfamily.grat_nominee</dbname>
<initial>N</initial> <initial>Y</initial>
<values> <values>
<item display="Yes" data="Y"/> <item display="Yes" data="Y"/>
<item display="No" data="N"/> <item display="No" data="N"/>
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>pen_nominee</name> <name>pen_nominee</name>
<dbname>empfamily.pen_nominee</dbname> <dbname>empfamily.pen_nominee</dbname>
<initial>N</initial> <initial>Y</initial>
<values> <values>
<item display="Yes" data="Y"/> <item display="Yes" data="Y"/>
<item display="No" data="N"/> <item display="No" data="N"/>
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>adopted</name> <name>adopted</name>
<dbname>empfamily.adopted</dbname> <dbname>empfamily.adopted</dbname>
<initial>N</initial> <initial>Y</initial>
<values> <values>
<item display="Yes" data="Y"/> <item display="Yes" data="Y"/>
<item display="No" data="N"/> <item display="No" data="N"/>
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>group_mediclaim</name> <name>group_mediclaim</name>
<dbname>empfamily.group_mediclaim</dbname> <dbname>empfamily.group_mediclaim</dbname>
<initial>N</initial> <initial>Y</initial>
<values> <values>
<item display="Yes" data="Y"/> <item display="Yes" data="Y"/>
<item display="No" data="N"/> <item display="No" data="N"/>
...@@ -256,10 +256,10 @@ ...@@ -256,10 +256,10 @@
<text>Member Detail</text> <text>Member Detail</text>
<border>2</border> <border>2</border>
<color>0</color> <color>0</color>
<x>4</x> <x>5</x>
<y>5</y> <y>4</y>
<height>287</height> <height>288</height>
<width>468</width> <width>514</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
...@@ -275,44 +275,16 @@ ...@@ -275,44 +275,16 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</GroupBox> </GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Seq No :</text>
<border>0</border>
<color>0</color>
<x>321</x>
<y>32</y>
<height>16</height>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no_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>536870912</color>
</background>
</TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Employee Code :</text> <text>Employee Code :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>15</x>
<y>32</y> <y>32</y>
<height>16</height> <height>16</height>
<width>106</width> <width>110</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -335,12 +307,12 @@ ...@@ -335,12 +307,12 @@
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Member Name :</text> <text>Member Name :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>15</x>
<y>52</y> <y>52</y>
<height>16</height> <height>16</height>
<width>106</width> <width>110</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -359,31 +331,21 @@ ...@@ -359,31 +331,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Birth Date :</text>
<tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>403</x> <x>15</x>
<y>32</y> <y>72</y>
<height>16</height> <height>16</height>
<width>42</width> <width>110</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>date_birth_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -393,35 +355,25 @@ ...@@ -393,35 +355,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Dependent :</text>
<tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>131</x> <x>15</x>
<y>32</y> <y>92</y>
<height>16</height> <height>16</height>
<width>90</width> <width>110</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>dependent_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -431,20 +383,20 @@ ...@@ -431,20 +383,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Occupation :</text> <text>Occupation :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>15</x>
<y>113</y> <y>113</y>
<height>16</height> <height>16</height>
<width>106</width> <width>110</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -467,12 +419,12 @@ ...@@ -467,12 +419,12 @@
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>PF Nominee :</text> <text>PF Nominee :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>15</x>
<y>133</y> <y>133</y>
<height>16</height> <height>16</height>
<width>106</width> <width>110</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -491,29 +443,21 @@ ...@@ -491,29 +443,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Gratuity Nominee :</text>
<tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>15</x>
<y>133</y> <y>156</y>
<height>19</height> <height>16</height>
<width>64</width> <width>110</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_nominee</name> <name>grat_nominee_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -523,24 +467,24 @@ ...@@ -523,24 +467,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>PF Percentage :</text> <text>Pension Nominee :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>245</x> <x>15</x>
<y>133</y> <y>179</y>
<height>16</height> <height>16</height>
<width>131</width> <width>110</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_perc_t</name> <name>pen_nominee_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -551,36 +495,25 @@ ...@@ -551,36 +495,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>13</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>90</tabsequence> <text>Physical Status :</text>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>381</x> <x>15</x>
<y>133</y> <y>200</y>
<height>16</height> <height>16</height>
<width>64</width> <width>110</width>
<format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_perc</name> <name>physical_status_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>upper</case>
<format>##0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -590,24 +523,24 @@ ...@@ -590,24 +523,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Gratuity Nominee :</text> <text>Adopted :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>15</x>
<y>156</y> <y>220</y>
<height>16</height> <height>16</height>
<width>106</width> <width>110</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_nominee_t</name> <name>adopted_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -618,33 +551,25 @@ ...@@ -618,33 +551,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Change User :</text>
<tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>15</x>
<y>156</y> <y>241</y>
<height>17</height> <height>16</height>
<width>64</width> <width>110</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_nominee</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -655,23 +580,23 @@ ...@@ -655,23 +580,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text> Gratuity Percentage :</text> <text>Change Date :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>245</x> <x>15</x>
<y>156</y> <y>261</y>
<height>16</height> <height>16</height>
<width>131</width> <width>110</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_perc_t</name> <name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -682,31 +607,30 @@ ...@@ -682,31 +607,30 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>1</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>381</x> <x>131</x>
<y>156</y> <y>32</y>
<height>16</height> <height>16</height>
<width>64</width> <width>100</width>
<format>##0.00</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_perc</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>6</limit> <limit>10</limit>
<case>upper</case> <case>upper</case>
<format>##0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -722,7 +646,7 @@ ...@@ -722,7 +646,7 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
...@@ -735,7 +659,7 @@ ...@@ -735,7 +659,7 @@
<x>131</x> <x>131</x>
<y>52</y> <y>52</y>
<height>16</height> <height>16</height>
<width>185</width> <width>100</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -765,28 +689,25 @@ ...@@ -765,28 +689,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>131</x>
<y>113</y> <y>72</y>
<height>16</height> <height>16</height>
<width>155</width> <width>100</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>occupation</name> <name>date_birth</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="editmask">
<limit>20</limit> <mask>dd/mm/yy</mask>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -801,23 +722,31 @@ ...@@ -801,23 +722,31 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>8</id>
<text>Birth Date :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>50</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>131</x>
<y>72</y> <y>92</y>
<height>16</height> <height>16</height>
<width>106</width> <width>100</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date_birth_t</name> <name>dependent</name>
<visible>1</visible> <visible>1</visible>
<font> <EditStyle style="ddlb">
<face>Times New Roman</face> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
...@@ -825,25 +754,35 @@ ...@@ -825,25 +754,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>7</id>
<text>Dependent :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>70</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>50</x> <x>131</x>
<y>92</y> <y>113</y>
<height>16</height> <height>16</height>
<width>76</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dependent_t</name> <name>occupation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -853,31 +792,31 @@ ...@@ -853,31 +792,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>131</x>
<y>92</y> <y>133</y>
<height>16</height> <height>16</height>
<width>64</width> <width>100</width>
<format>[Yes/No]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dependent</name> <name>pf_nominee</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>0</limit> <limit>1</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>any</case> <case>upper</case>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -893,21 +832,29 @@ ...@@ -893,21 +832,29 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>14</id>
<text>Relation :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>100</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>258</x> <x>131</x>
<y>92</y> <y>156</y>
<height>16</height> <height>16</height>
<width>67</width> <width>100</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>relation_t</name> <name>grat_nominee</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -917,33 +864,31 @@ ...@@ -917,33 +864,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>330</x> <x>131</x>
<y>92</y> <y>179</y>
<height>16</height> <height>16</height>
<width>115</width> <width>100</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>relation</name> <name>pen_nominee</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>20</limit> <limit>1</limit>
<case>upper</case> <allowedit>no</allowedit>
<focusrectangle>no</focusrectangle> <case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -961,25 +906,28 @@ ...@@ -961,25 +906,28 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>131</x>
<y>72</y> <y>200</y>
<height>16</height> <height>16</height>
<width>62</width> <width>100</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date_birth</name> <name>physical_status</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>1</limit>
<imemode>0</imemode> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -991,24 +939,32 @@ ...@@ -991,24 +939,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>20</id>
<text>Gender :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>160</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>319</x> <x>131</x>
<y>52</y> <y>220</y>
<height>16</height> <height>16</height>
<width>55</width> <width>100</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sex_t</name> <name>adopted</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1018,38 +974,48 @@ ...@@ -1018,38 +974,48 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>2</id>
<text>Is Alive :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>268</x> <color>255</color>
<y>72</y> <x>360</x>
<height>15</height> <y>32</y>
<width>106</width> <height>16</height>
<width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>is_alive_t</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Liberation Sans</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>5</id>
...@@ -1057,10 +1023,10 @@ ...@@ -1057,10 +1023,10 @@
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>379</x> <x>360</x>
<y>52</y> <y>52</y>
<height>14</height> <height>16</height>
<width>66</width> <width>100</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1093,11 +1059,11 @@ ...@@ -1093,11 +1059,11 @@
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>379</x> <x>360</x>
<y>72</y> <y>72</y>
<height>14</height> <height>16</height>
<width>66</width> <width>100</width>
<format>[general]</format> <format>[YES/NO]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -1122,21 +1088,31 @@ ...@@ -1122,21 +1088,31 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>6</id>
<text>Pension Nominee :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>60</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>360</x>
<y>179</y> <y>92</y>
<height>16</height> <height>16</height>
<width>106</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_nominee_t</name> <name>relation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1147,30 +1123,33 @@ ...@@ -1147,30 +1123,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>13</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>120</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>360</x>
<y>179</y> <y>133</y>
<height>16</height> <height>16</height>
<width>64</width> <width>100</width>
<format>[Yes/No]</format> <format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_nominee</name> <name>pf_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>6</limit>
<allowedit>no</allowedit> <case>upper</case>
<case>any</case> <format>##0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1186,21 +1165,32 @@ ...@@ -1186,21 +1165,32 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id>
<alignment>1</alignment> <alignment>1</alignment>
<text> Pension Percentage :</text> <tabsequence>110</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>245</x> <x>360</x>
<y>179</y> <y>156</y>
<height>16</height> <height>16</height>
<width>131</width> <width>100</width>
<format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_perc_t</name> <name>grat_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>upper</case>
<format>##0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1211,9 +1201,9 @@ ...@@ -1211,9 +1201,9 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>17</id>
...@@ -1221,10 +1211,10 @@ ...@@ -1221,10 +1211,10 @@
<tabsequence>130</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>381</x> <x>360</x>
<y>179</y> <y>179</y>
<height>16</height> <height>16</height>
<width>64</width> <width>100</width>
<format>##0.00</format> <format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -1251,21 +1241,31 @@ ...@@ -1251,21 +1241,31 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>19</id>
<text>Physical Status :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>150</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>360</x>
<y>200</y> <y>200</y>
<height>16</height> <height>16</height>
<width>106</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>physical_status_t</name> <name>qlf_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1275,33 +1275,31 @@ ...@@ -1275,33 +1275,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>140</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>360</x>
<y>200</y> <y>220</y>
<height>16</height> <height>16</height>
<width>74</width> <width>100</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>physical_status</name> <name>group_mediclaim</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>1</limit> <limit>1</limit>
<case>any</case> <allowedit>no</allowedit>
<focusrectangle>no</focusrectangle> <case>upper</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1320,17 +1318,17 @@ ...@@ -1320,17 +1318,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Qualification :</text> <text>Sequence No :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>284</x> <x>241</x>
<y>200</y> <y>32</y>
<height>16</height> <height>16</height>
<width>92</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code_t</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1341,35 +1339,25 @@ ...@@ -1341,35 +1339,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>19</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Gender :</text>
<tabsequence>150</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>382</x> <x>241</x>
<y>200</y> <y>52</y>
<height>16</height> <height>16</height>
<width>64</width> <width>115</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code</name> <name>sex_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1379,24 +1367,24 @@ ...@@ -1379,24 +1367,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Adopted :</text> <text>Is Alive :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>241</x>
<y>220</y> <y>72</y>
<height>16</height> <height>16</height>
<width>106</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>adopted_t</name> <name>is_alive_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1411,29 +1399,21 @@ ...@@ -1411,29 +1399,21 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Relation :</text>
<tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>241</x>
<y>220</y> <y>92</y>
<height>16</height> <height>16</height>
<width>64</width> <width>115</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>adopted</name> <name>relation_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1443,24 +1423,24 @@ ...@@ -1443,24 +1423,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Group Mediclaim :</text> <text>PF Percentage :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>245</x> <x>241</x>
<y>220</y> <y>133</y>
<height>16</height> <height>16</height>
<width>131</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>group_mediclaim_t</name> <name>pf_perc_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1471,33 +1451,53 @@ ...@@ -1471,33 +1451,53 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <alignment>1</alignment>
<alignment>0</alignment> <text> Gratuity Percentage :</text>
<tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>381</x> <x>241</x>
<y>220</y> <y>156</y>
<height>16</height> <height>16</height>
<width>64</width> <width>115</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>group_mediclaim</name> <name>grat_perc_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>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text> Pension Percentage :</text>
<border>5</border>
<color>0</color>
<x>241</x>
<y>179</y>
<height>16</height>
<width>115</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pen_perc_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1508,23 +1508,23 @@ ...@@ -1508,23 +1508,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change User :</text> <text>Qualification :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>241</x>
<y>241</y> <y>200</y>
<height>16</height> <height>16</height>
<width>106</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>qlf_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1542,17 +1542,17 @@ ...@@ -1542,17 +1542,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change Date :</text> <text>Group Mediclaim :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>241</x>
<y>261</y> <y>220</y>
<height>16</height> <height>16</height>
<width>106</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>group_mediclaim_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1567,28 +1567,21 @@ ...@@ -1567,28 +1567,21 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Change Term :</text>
<tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>241</x>
<y>261</y> <y>241</y>
<height>16</height> <height>16</height>
<width>74</width> <width>115</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1599,20 +1592,20 @@ ...@@ -1599,20 +1592,20 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>131</x> <x>131</x>
<y>241</y> <y>241</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>
...@@ -1637,24 +1630,31 @@ ...@@ -1637,24 +1630,31 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>10</id>
<text>Change Term :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>260</x> <color>255</color>
<y>241</y> <x>131</x>
<y>261</y>
<height>16</height> <height>16</height>
<width>106</width> <width>100</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1667,18 +1667,18 @@ ...@@ -1667,18 +1667,18 @@
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>371</x> <x>360</x>
<y>241</y> <y>241</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>
...@@ -1703,7 +1703,7 @@ ...@@ -1703,7 +1703,7 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
......
...@@ -55,6 +55,7 @@ ...@@ -55,6 +55,7 @@
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>language</name> <name>language</name>
<dbname>emplang.language</dbname> <dbname>emplang.language</dbname>
</table_column> </table_column>
...@@ -98,10 +99,8 @@ ...@@ -98,10 +99,8 @@
<type precision="0">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name> <name>line_no</name>
<dbname>emplang.line_no</dbname> <dbname>emplang.line_no</dbname>
<initial>0</initial>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emplang&quot; ) COLUMN(NAME=&quot;emplang.emp_code&quot;) COLUMN(NAME=&quot;emplang.language&quot;) COLUMN(NAME=&quot;emplang.read&quot;) COLUMN(NAME=&quot;emplang.write&quot;) COLUMN(NAME=&quot;emplang.speak&quot;) COLUMN(NAME=&quot;emplang.line_no&quot;)WHERE( EXP1 =&quot;emplang.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emplang&quot; ) COLUMN(NAME=&quot;emplang.emp_code&quot;) COLUMN(NAME=&quot;emplang.language&quot;) COLUMN(NAME=&quot;emplang.read&quot;) COLUMN(NAME=&quot;emplang.write&quot;) COLUMN(NAME=&quot;emplang.speak&quot;) COLUMN(NAME=&quot;emplang.line_no&quot;)WHERE( EXP1 =&quot;emplang.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve>
<update>EMPLANG</update> <update>EMPLANG</update>
...@@ -139,17 +138,17 @@ ...@@ -139,17 +138,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Language :</text> <text>Employee Code :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>250</x> <x>25</x>
<y>29</y> <y>29</y>
<height>16</height> <height>17</height>
<width>75</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>language_t</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -166,20 +165,20 @@ ...@@ -166,20 +165,20 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>330</x> <x>129</x>
<y>29</y> <y>29</y>
<height>16</height> <height>17</height>
<width>105</width> <width>73</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>language</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
...@@ -199,23 +198,23 @@ ...@@ -199,23 +198,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Employee Code :</text> <text>Language :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>13</x> <x>214</x>
<y>29</y> <y>29</y>
<height>16</height> <height>17</height>
<width>102</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>language_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -232,25 +231,27 @@ ...@@ -232,25 +231,27 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>119</x> <x>319</x>
<y>60</y> <y>29</y>
<height>16</height> <height>17</height>
<width>52</width> <width>105</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>read</name> <name>language</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>10</limit>
<allowedit>no</allowedit> <case>upper</case>
<case>any</case> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -270,12 +271,12 @@ ...@@ -270,12 +271,12 @@
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Write :</text> <text>Write :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>191</x> <x>177</x>
<y>60</y> <y>60</y>
<height>16</height> <height>17</height>
<width>56</width> <width>60</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -301,18 +302,18 @@ ...@@ -301,18 +302,18 @@
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>251</x> <x>241</x>
<y>60</y> <y>60</y>
<height>16</height> <height>17</height>
<width>52</width> <width>52</width>
<format>[general]</format> <format>[YES/NO]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>write</name> <name>write</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>0</limit> <limit>1</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>any</case> <case>any</case>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -334,12 +335,12 @@ ...@@ -334,12 +335,12 @@
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Speak :</text> <text>Speak :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>327</x> <x>310</x>
<y>60</y> <y>60</y>
<height>16</height> <height>17</height>
<width>52</width> <width>60</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -365,18 +366,18 @@ ...@@ -365,18 +366,18 @@
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>383</x> <x>374</x>
<y>60</y> <y>60</y>
<height>16</height> <height>17</height>
<width>52</width> <width>52</width>
<format>[general]</format> <format>[YES/NO]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>speak</name> <name>speak</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>0</limit> <limit>1</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>any</case> <case>any</case>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -394,31 +395,21 @@ ...@@ -394,31 +395,21 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Read :</text>
<tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>119</x> <x>25</x>
<y>29</y> <y>56</y>
<height>16</height> <height>17</height>
<width>73</width> <width>60</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>read_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -428,32 +419,31 @@ ...@@ -428,32 +419,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>119</x> <x>89</x>
<y>90</y> <y>56</y>
<height>16</height> <height>17</height>
<width>53</width> <width>52</width>
<format>[general]</format> <format>[YES/NO]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>read</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>0</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>
...@@ -466,23 +456,23 @@ ...@@ -466,23 +456,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Read :</text> <text>Sequence No. :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>74</x> <x>24</x>
<y>60</y> <y>83</y>
<height>16</height> <height>16</height>
<width>41</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>read_t</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -497,21 +487,31 @@ ...@@ -497,21 +487,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>6</id>
<text>Line No. :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>41</x> <color>255</color>
<y>90</y> <x>108</x>
<height>16</height> <y>83</y>
<width>74</width> <height>17</height>
<width>42</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no_t</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>3</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -521,10 +521,10 @@ ...@@ -521,10 +521,10 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -188,7 +188,7 @@ ...@@ -188,7 +188,7 @@
<x>6</x> <x>6</x>
<y>5</y> <y>5</y>
<height>261</height> <height>261</height>
<width>521</width> <width>563</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
...@@ -204,21 +204,31 @@ ...@@ -204,21 +204,31 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</GroupBox> </GroupBox>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>3</id>
<text>Employee Code :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>20</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>42</x> <x>161</x>
<y>44</y> <y>68</y>
<height>16</height> <height>16</height>
<width>114</width> <width>72</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>qlf_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -228,24 +238,61 @@ ...@@ -228,24 +238,61 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>238</x>
<y>68</y>
<height>16</height>
<width>302</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qualification_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</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>79741120</color>
</background>
</ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Seq No :</text> <text>Qualification :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>278</x> <x>42</x>
<y>44</y> <y>68</y>
<height>16</height> <height>16</height>
<width>56</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no_t</name> <name>qlf_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -260,31 +307,21 @@ ...@@ -260,31 +307,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Institute :</text>
<tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>161</x> <x>42</x>
<y>44</y> <y>89</y>
<height>16</height> <height>16</height>
<width>96</width> <width>115</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>institute_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -294,24 +331,24 @@ ...@@ -294,24 +331,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Qualification :</text> <text>Subject1 :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>42</x> <x>42</x>
<y>68</y> <y>110</y>
<height>16</height> <height>16</height>
<width>114</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code_t</name> <name>subject1_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -329,17 +366,17 @@ ...@@ -329,17 +366,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Institute :</text> <text>Subject3 :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>93</x> <x>42</x>
<y>89</y> <y>131</y>
<height>16</height> <height>16</height>
<width>63</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>institute_t</name> <name>subject3_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -354,31 +391,21 @@ ...@@ -354,31 +391,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Year :</text>
<tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>161</x> <x>42</x>
<y>110</y> <y>152</y>
<height>16</height> <height>16</height>
<width>103</width> <width>115</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject1</name> <name>pass_year_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -388,24 +415,24 @@ ...@@ -388,24 +415,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Subject1 :</text> <text>Percentage :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>42</x> <x>42</x>
<y>110</y> <y>173</y>
<height>16</height> <height>16</height>
<width>114</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject1_t</name> <name>perc_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -423,17 +450,17 @@ ...@@ -423,17 +450,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Subject2 :</text> <text>Duration in Months :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>312</x> <x>42</x>
<y>110</y> <y>194</y>
<height>16</height> <height>16</height>
<width>82</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject2_t</name> <name>course_duration_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -451,17 +478,17 @@ ...@@ -451,17 +478,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Subject3 :</text> <text>Employee Code :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>42</x> <x>42</x>
<y>131</y> <y>46</y>
<height>16</height> <height>16</height>
<width>114</width> <width>115</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject3_t</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -478,23 +505,23 @@ ...@@ -478,23 +505,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>399</x> <x>161</x>
<y>110</y> <y>46</y>
<height>16</height> <height>16</height>
<width>103</width> <width>80</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject2</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>20</limit> <limit>10</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -511,28 +538,28 @@ ...@@ -511,28 +538,28 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>161</x> <x>161</x>
<y>89</y> <y>110</y>
<height>16</height> <height>16</height>
<width>341</width> <width>95</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>institute</name> <name>subject1</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>40</limit> <limit>20</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -554,20 +581,20 @@ ...@@ -554,20 +581,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>399</x> <x>161</x>
<y>131</y> <y>131</y>
<height>16</height> <height>16</height>
<width>103</width> <width>95</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject4</name> <name>subject3</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>20</limit> <limit>20</limit>
...@@ -590,21 +617,31 @@ ...@@ -590,21 +617,31 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>9</id>
<text>Subject4 :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>80</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>312</x> <x>161</x>
<y>131</y> <y>152</y>
<height>16</height> <height>16</height>
<width>82</width> <width>95</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject4_t</name> <name>pass_year</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -614,25 +651,36 @@ ...@@ -614,25 +651,36 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Class :</text> <tabsequence>100</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>337</x> <x>161</x>
<y>152</y> <y>173</y>
<height>16</height> <height>16</height>
<width>57</width> <width>95</width>
<format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>class_t</name> <name>perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<format>##0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -642,33 +690,32 @@ ...@@ -642,33 +690,32 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>161</x> <x>161</x>
<y>131</y> <y>194</y>
<height>16</height> <height>16</height>
<width>103</width> <width>95</width>
<format>[general]</format> <format>##0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject3</name> <name>course_duration</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>20</limit> <limit>3</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -684,21 +731,30 @@ ...@@ -684,21 +731,30 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>17</id>
<text>Year :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>42</x> <color>255</color>
<y>152</y> <x>49</x>
<y>228</y>
<height>16</height> <height>16</height>
<width>114</width> <width>118</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pass_year_t</name> <name>qual_country_descr</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -708,31 +764,30 @@ ...@@ -708,31 +764,30 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>18</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>466</x> <x>282</x>
<y>44</y> <y>228</y>
<height>16</height> <height>16</height>
<width>36</width> <width>118</width>
<format>###</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>print_seq</name> <name>course_type_descr</name>
<visible>1</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<format>###</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -747,19 +802,19 @@ ...@@ -747,19 +802,19 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Print Seq :</text> <text>Print Sequence :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>397</x> <x>397</x>
<y>44</y> <y>46</y>
<height>16</height> <height>16</height>
<width>64</width> <width>86</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -780,27 +835,27 @@ ...@@ -780,27 +835,27 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>12</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>20</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>161</x> <x>488</x>
<y>68</y> <y>46</y>
<height>16</height> <height>16</height>
<width>72</width> <width>53</width>
<format>[general]</format> <format>###</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code</name> <name>print_seq</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>0</limit>
<case>upper</case> <case>any</case>
<format>###</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -816,31 +871,21 @@ ...@@ -816,31 +871,21 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Sequence No :</text>
<tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>161</x> <x>250</x>
<y>152</y> <y>46</y>
<height>16</height> <height>16</height>
<width>72</width> <width>77</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pass_year</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -850,10 +895,10 @@ ...@@ -850,10 +895,10 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
...@@ -861,10 +906,10 @@ ...@@ -861,10 +906,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>339</x> <x>332</x>
<y>44</y> <y>46</y>
<height>16</height> <height>16</height>
<width>36</width> <width>50</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -894,26 +939,27 @@ ...@@ -894,26 +939,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>238</x> <x>161</x>
<y>68</y> <y>89</y>
<height>16</height> <height>16</height>
<width>264</width> <width>379</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qualification_descr</name> <name>institute</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>40</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -926,33 +972,24 @@ ...@@ -926,33 +972,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Subject2 :</text>
<tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>161</x> <x>306</x>
<y>241</y> <y>110</y>
<height>16</height> <height>16</height>
<width>118</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qual_country_descr</name> <name>subject2_t</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -962,34 +999,25 @@ ...@@ -962,34 +999,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Subject4 :</text>
<tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>384</x> <x>306</x>
<y>241</y> <y>131</y>
<height>16</height> <height>16</height>
<width>118</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_type_descr</name> <name>subject4_t</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -999,35 +1027,25 @@ ...@@ -999,35 +1027,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Class :</text>
<tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>399</x> <x>306</x>
<y>152</y> <y>152</y>
<height>16</height> <height>16</height>
<width>103</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>class</name> <name>class_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1037,24 +1055,24 @@ ...@@ -1037,24 +1055,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Percentage :</text> <text>Course Type :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>42</x> <x>306</x>
<y>173</y> <y>173</y>
<height>16</height> <height>16</height>
<width>114</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>perc_t</name> <name>course_type_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1072,17 +1090,17 @@ ...@@ -1072,17 +1090,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Duration in Months :</text> <text>Country of Qualification :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>29</x> <x>306</x>
<y>194</y> <y>194</y>
<height>16</height> <height>16</height>
<width>127</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_duration_t</name> <name>count_code__qual_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1099,25 +1117,24 @@ ...@@ -1099,25 +1117,24 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>6</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>161</x> <x>411</x>
<y>173</y> <y>110</y>
<height>16</height> <height>16</height>
<width>53</width> <width>128</width>
<format>##0.00</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>perc</name> <name>subject2</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>20</limit>
<case>upper</case> <case>upper</case>
<format>##0.00</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -1138,26 +1155,27 @@ ...@@ -1138,26 +1155,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>430</x> <x>411</x>
<y>173</y> <y>131</y>
<height>16</height> <height>16</height>
<width>72</width> <width>128</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_type</name> <name>subject4</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>20</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1173,21 +1191,31 @@ ...@@ -1173,21 +1191,31 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>10</id>
<text>Course Type :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>90</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>311</x> <x>411</x>
<y>173</y> <y>152</y>
<height>16</height> <height>16</height>
<width>114</width> <width>128</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_type_t</name> <name>class</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1197,29 +1225,29 @@ ...@@ -1197,29 +1225,29 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>120</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>161</x> <x>411</x>
<y>194</y> <y>173</y>
<height>16</height> <height>16</height>
<width>36</width> <width>128</width>
<format>##0</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>course_duration</name> <name>course_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>3</limit> <limit>5</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>no</autoselect>
...@@ -1238,34 +1266,6 @@ ...@@ -1238,34 +1266,6 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Country of Qualification :</text>
<border>0</border>
<color>0</color>
<x>278</x>
<y>194</y>
<height>16</height>
<width>147</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__qual_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>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>16</id>
...@@ -1273,10 +1273,10 @@ ...@@ -1273,10 +1273,10 @@
<tabsequence>130</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>430</x> <x>411</x>
<y>194</y> <y>194</y>
<height>16</height> <height>16</height>
<width>72</width> <width>128</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
......
...@@ -136,8 +136,8 @@ ...@@ -136,8 +136,8 @@
<band>Detail</band> <band>Detail</band>
<text>Training</text> <text>Training</text>
<border>2</border> <border>2</border>
<color>33554432</color> <color>134217746</color>
<x>5</x> <x>2</x>
<y>5</y> <y>5</y>
<height>197</height> <height>197</height>
<width>528</width> <width>528</width>
...@@ -160,12 +160,12 @@ ...@@ -160,12 +160,12 @@
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Employee Code :</text> <text>Employee Code :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>10</x> <x>15</x>
<y>40</y> <y>40</y>
<height>16</height> <height>16</height>
<width>98</width> <width>105</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -188,12 +188,12 @@ ...@@ -188,12 +188,12 @@
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Training Code:</text> <text>Training Code:</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>10</x> <x>15</x>
<y>60</y> <y>60</y>
<height>16</height> <height>16</height>
<width>98</width> <width>105</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -215,13 +215,13 @@ ...@@ -215,13 +215,13 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>No :</text> <text>Training No :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>10</x> <x>14</x>
<y>80</y> <y>80</y>
<height>16</height> <height>16</height>
<width>98</width> <width>105</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -240,31 +240,21 @@ ...@@ -240,31 +240,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Organisation :</text>
<tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>113</x> <x>15</x>
<y>60</y> <y>100</y>
<height>16</height> <height>16</height>
<width>57</width> <width>105</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>train_code</name> <name>organisation_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -274,24 +264,24 @@ ...@@ -274,24 +264,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Organisation :</text> <text>Change User :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>10</x> <x>15</x>
<y>100</y> <y>120</y>
<height>16</height> <height>16</height>
<width>98</width> <width>105</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>organisation_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -306,31 +296,21 @@ ...@@ -306,31 +296,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <alignment>1</alignment>
<alignment>0</alignment> <text> Sequence No :</text>
<tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>113</x> <x>270</x>
<y>80</y> <y>40</y>
<height>16</height> <height>16</height>
<width>60</width> <width>80</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>train_no</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -340,35 +320,25 @@ ...@@ -340,35 +320,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Type :</text>
<tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>113</x> <x>270</x>
<y>100</y> <y>60</y>
<height>16</height> <height>16</height>
<width>262</width> <width>80</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>organisation</name> <name>train_type_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>80</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -378,24 +348,24 @@ ...@@ -378,24 +348,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change User :</text> <text>Year :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>10</x> <x>270</x>
<y>120</y> <y>80</y>
<height>16</height> <height>16</height>
<width>98</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>year_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -413,17 +383,17 @@ ...@@ -413,17 +383,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change Date :</text> <text>Duration :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>10</x> <x>270</x>
<y>143</y> <y>100</y>
<height>16</height> <height>16</height>
<width>98</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>duration_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -441,17 +411,17 @@ ...@@ -441,17 +411,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text> Seq No :</text> <text>Change Term :</text>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>395</x> <x>270</x>
<y>40</y> <y>120</y>
<height>16</height> <height>16</height>
<width>71</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no_t</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -466,21 +436,31 @@ ...@@ -466,21 +436,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>1</id>
<text>Type :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>395</x> <color>255</color>
<y>60</y> <x>123</x>
<y>40</y>
<height>16</height> <height>16</height>
<width>71</width> <width>120</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>train_type_t</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -490,25 +470,35 @@ ...@@ -490,25 +470,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>3</id>
<text>Year :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>10</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>396</x> <x>123</x>
<y>80</y> <y>60</y>
<height>16</height> <height>16</height>
<width>52</width> <width>120</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>year_t</name> <name>train_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -518,25 +508,35 @@ ...@@ -518,25 +508,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>5</id>
<text>Duration :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>30</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>387</x> <x>123</x>
<y>100</y> <y>80</y>
<height>16</height> <height>16</height>
<width>61</width> <width>120</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>duration_t</name> <name>train_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -546,25 +546,35 @@ ...@@ -546,25 +546,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>6</id>
<text>Change Term :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>50</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>322</x> <x>123</x>
<y>120</y> <y>100</y>
<height>16</height> <height>16</height>
<width>88</width> <width>120</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>organisation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>80</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -574,10 +584,10 @@ ...@@ -574,10 +584,10 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>2</id>
...@@ -585,10 +595,10 @@ ...@@ -585,10 +595,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>471</x> <x>352</x>
<y>40</y> <y>40</y>
<height>16</height> <height>16</height>
<width>41</width> <width>80</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -623,10 +633,10 @@ ...@@ -623,10 +633,10 @@
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>471</x> <x>352</x>
<y>60</y> <y>60</y>
<height>16</height> <height>16</height>
<width>41</width> <width>80</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -661,10 +671,10 @@ ...@@ -661,10 +671,10 @@
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>453</x> <x>352</x>
<y>80</y> <y>80</y>
<height>16</height> <height>16</height>
<width>59</width> <width>80</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -699,10 +709,10 @@ ...@@ -699,10 +709,10 @@
<tabsequence>60</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>453</x> <x>352</x>
<y>100</y> <y>100</y>
<height>16</height> <height>16</height>
<width>59</width> <width>80</width>
<format>###0</format> <format>###0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -731,31 +741,21 @@ ...@@ -731,31 +741,21 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Change Date :</text>
<tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>414</x> <x>15</x>
<y>120</y> <y>141</y>
<height>19</height> <height>16</height>
<width>98</width> <width>105</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -765,30 +765,30 @@ ...@@ -765,30 +765,30 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>113</x> <x>123</x>
<y>40</y> <y>120</y>
<height>16</height> <height>16</height>
<width>88</width> <width>120</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>chg_user</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -804,33 +804,30 @@ ...@@ -804,33 +804,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>113</x> <x>123</x>
<y>120</y> <y>141</y>
<height>16</height> <height>16</height>
<width>88</width> <width>120</width>
<format>[general]</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="editmask">
<limit>10</limit> <mask>dd/mm/yy</mask>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -842,30 +839,33 @@ ...@@ -842,30 +839,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>113</x> <x>352</x>
<y>143</y> <y>120</y>
<height>16</height> <height>19</height>
<width>88</width> <width>80</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>15</limit>
<imemode>0</imemode> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -877,7 +877,7 @@ ...@@ -877,7 +877,7 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
......
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>from_date</name> <name>from_date</name>
<dbname>empexperience.from_date</dbname> <dbname>empexperience.from_date</dbname>
</table_column> </table_column>
...@@ -141,13 +142,11 @@ ...@@ -141,13 +142,11 @@
<type precision="0">decimal</type> <type precision="0">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name> <name>line_no</name>
<dbname>empexperience.line_no</dbname> <dbname>empexperience.line_no</dbname>
<initial>0</initial>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empexperience&quot; ) COLUMN(NAME=&quot;empexperience.emp_code&quot;) COLUMN(NAME=&quot;empexperience.organisation&quot;) COLUMN(NAME=&quot;empexperience.designation&quot;) COLUMN(NAME=&quot;empexperience.from_date&quot;) COLUMN(NAME=&quot;empexperience.to_date&quot;) COLUMN(NAME=&quot;empexperience.gross_amt&quot;) COLUMN(NAME=&quot;empexperience.curr_code&quot;) COLUMN(NAME=&quot;empexperience.chg_date&quot;) COLUMN(NAME=&quot;empexperience.chg_term&quot;) COLUMN(NAME=&quot;empexperience.chg_user&quot;) COLUMN(NAME=&quot;empexperience.print_seq&quot;) COLUMN(NAME=&quot;empexperience.count_code__work&quot;) COMPUTE(NAME=&quot;FN_GET_COUNT_DESCR(empexperience.count_code__work) as work_country_descr&quot;) COLUMN(NAME=&quot;empexperience.line_no&quot;)WHERE( EXP1 =&quot;empexperience.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empexperience&quot; ) COLUMN(NAME=&quot;empexperience.emp_code&quot;) COLUMN(NAME=&quot;empexperience.organisation&quot;) COLUMN(NAME=&quot;empexperience.designation&quot;) COLUMN(NAME=&quot;empexperience.from_date&quot;) COLUMN(NAME=&quot;empexperience.to_date&quot;) COLUMN(NAME=&quot;empexperience.gross_amt&quot;) COLUMN(NAME=&quot;empexperience.curr_code&quot;) COLUMN(NAME=&quot;empexperience.chg_date&quot;) COLUMN(NAME=&quot;empexperience.chg_term&quot;) COLUMN(NAME=&quot;empexperience.chg_user&quot;) COLUMN(NAME=&quot;empexperience.print_seq&quot;) COLUMN(NAME=&quot;empexperience.count_code__work&quot;) COMPUTE(NAME=&quot;FN_GET_COUNT_DESCR(empexperience.count_code__work) as work_country_descr&quot;) COLUMN(NAME=&quot;empexperience.line_no&quot;)WHERE( EXP1 =&quot;empexperience.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve>
<update>empexperience</update> <update>EMPEXPERIENCE</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -238,13 +237,13 @@ ...@@ -238,13 +237,13 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Print Seq :</text> <text>Print Sequence :</text>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>250</x> <x>230</x>
<y>34</y> <y>34</y>
<height>16</height> <height>16</height>
<width>66</width> <width>86</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -1041,10 +1040,11 @@ ...@@ -1041,10 +1040,11 @@
<name>line_no</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>3</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>157</height> <height>340</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -133,48 +133,44 @@ ...@@ -133,48 +133,44 @@
<type>string</type> <type>string</type>
</argument> </argument>
</TableDefinition> </TableDefinition>
<TextObject> <GroupBox>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <text>Bank Details</text>
<text>Emp Code:</text> <border>5</border>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>12</x> <x>9</x>
<y>7</y> <y>10</y>
<height>16</height> <height>173</height>
<width>72</width> <width>426</width>
<html> <name>gb_1</name>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-11</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>67108864</color>
</background> </background>
</TextObject> </GroupBox>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Bank Name:</text> <text>Employee Code:</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>12</x> <x>20</x>
<y>31</y> <y>37</y>
<height>16</height> <height>16</height>
<width>72</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_name_t</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -189,21 +185,31 @@ ...@@ -189,21 +185,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>1</id>
<text>Bank A/c No:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>33554432</color> <border>5</border>
<x>6</x> <color>134217857</color>
<y>53</y> <x>116</x>
<y>37</y>
<height>16</height> <height>16</height>
<width>78</width> <width>70</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_acct_t</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -213,20 +219,20 @@ ...@@ -213,20 +219,20 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Bank Code:</text> <text>Bank Code:</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>192</x> <x>202</x>
<y>7</y> <y>37</y>
<height>16</height> <height>16</height>
<width>72</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -245,21 +251,31 @@ ...@@ -245,21 +251,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>2</id>
<text>Station Code:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>201</x> <x>295</x>
<y>32</y> <y>37</y>
<height>16</height> <height>17</height>
<width>79</width> <width>78</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stan_code_t</name> <name>bank_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -269,24 +285,24 @@ ...@@ -269,24 +285,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Amount:</text> <text>Bank Name:</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>186</x> <x>20</x>
<y>80</y> <y>61</y>
<height>16</height> <height>16</height>
<width>72</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>bank_name_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -303,23 +319,23 @@ ...@@ -303,23 +319,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>88</x> <x>116</x>
<y>7</y> <y>61</y>
<height>16</height> <height>16</height>
<width>66</width> <width>110</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>bank_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>40</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -339,31 +355,21 @@ ...@@ -339,31 +355,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Station Code:</text>
<tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>88</x> <x>227</x>
<y>32</y> <y>61</y>
<height>16</height> <height>17</height>
<width>110</width> <width>80</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_name</name> <name>stan_code_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -373,29 +379,29 @@ ...@@ -373,29 +379,29 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>88</x> <x>310</x>
<y>56</y> <y>61</y>
<height>16</height> <height>15</height>
<width>246</width> <width>63</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_acct</name> <name>stan_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>30</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>no</autoselect>
...@@ -414,31 +420,21 @@ ...@@ -414,31 +420,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Bank A/c No:</text>
<tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>268</x> <x>20</x>
<y>7</y> <y>83</y>
<height>16</height> <height>16</height>
<width>66</width> <width>90</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_code</name> <name>bank_acct_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -448,29 +444,29 @@ ...@@ -448,29 +444,29 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>282</x> <x>116</x>
<y>32</y> <y>83</y>
<height>16</height> <height>17</height>
<width>52</width> <width>255</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stan_code</name> <name>bank_acct</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>30</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>no</autoselect>
...@@ -489,31 +485,21 @@ ...@@ -489,31 +485,21 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>5</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>60</tabsequence> <text>Amount Type :</text>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>262</x> <x>20</x>
<y>80</y> <y>104</y>
<height>16</height> <height>16</height>
<width>72</width> <width>90</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount</name> <name>amt_type_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>14</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -523,21 +509,21 @@ ...@@ -523,21 +509,21 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>88</x> <x>116</x>
<y>80</y> <y>104</y>
<height>16</height> <height>16</height>
<width>77</width> <width>67</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -563,15 +549,43 @@ ...@@ -563,15 +549,43 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Changed On :</text>
<border>5</border>
<color>33554432</color>
<x>20</x>
<y>126</y>
<height>16</height>
<width>90</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>0</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>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>134217857</color>
<x>88</x> <x>116</x>
<y>102</y> <y>126</y>
<height>19</height> <height>19</height>
<width>66</width> <width>66</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
...@@ -604,18 +618,18 @@ ...@@ -604,18 +618,18 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Amt Type:</text> <text>Changed By :</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>12</x> <x>20</x>
<y>80</y> <y>148</y>
<height>16</height> <height>16</height>
<width>72</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amt_type_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -629,43 +643,15 @@ ...@@ -629,43 +643,15 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Date:</text>
<border>0</border>
<color>33554432</color>
<x>12</x>
<y>103</y>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>134217857</color>
<x>88</x> <x>116</x>
<y>124</y> <y>148</y>
<height>19</height> <height>19</height>
<width>66</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
...@@ -698,23 +684,23 @@ ...@@ -698,23 +684,23 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg User:</text> <text>Amount:</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>12</x> <x>186</x>
<y>124</y> <y>104</y>
<height>16</height> <height>16</height>
<width>72</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>amount_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
...@@ -725,23 +711,23 @@ ...@@ -725,23 +711,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>5</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>32766</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>238</x> <x>280</x>
<y>101</y> <y>104</y>
<height>19</height> <height>15</height>
<width>96</width> <width>93</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>amount</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>14</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -764,23 +750,23 @@ ...@@ -764,23 +750,23 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Term:</text> <text>Changed From :</text>
<border>0</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>162</x> <x>186</x>
<y>102</y> <y>126</y>
<height>16</height> <height>16</height>
<width>72</width> <width>87</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>chg_term_t</name>
<visible>0</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
...@@ -789,6 +775,44 @@ ...@@ -789,6 +775,44 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>134217857</color>
<x>277</x>
<y>126</y>
<height>16</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>0</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<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>
......
...@@ -137,7 +137,8 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ ...@@ -137,7 +137,8 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
String dateJoinStr ="",status ="",emailIdOff = "",language="",keyFlag=""; String dateJoinStr ="",status ="",emailIdOff = "",language="",keyFlag="";
String gratPerc="", pfPerc="", penPerc="",qlfCode="",grossAmt="",phyHand="",suppCode=""; String gratPerc="", pfPerc="", penPerc="",qlfCode="",grossAmt="",phyHand="",suppCode="";
String editFlg=""; String editFlg="";
String fromDate = ""; String fromDate = "" ;
String toDate = "" ; //Added by PoonamB[24-12-2019]
String errFldName=""; String errFldName="";
StringBuffer errStringXml = new StringBuffer("<?xml version=\"1.0\"?>\r\n<Root><Errors>"); StringBuffer errStringXml = new StringBuffer("<?xml version=\"1.0\"?>\r\n<Root><Errors>");
java.util.Date joinDate = null; java.util.Date joinDate = null;
...@@ -2416,7 +2417,10 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ ...@@ -2416,7 +2417,10 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
retirementDate1= sdf.parse(retirementDate); retirementDate1= sdf.parse(retirementDate);
} }
//Added by Poonam B on[16.07.2019].END.to check date format //Added by Poonam B on[16.07.2019].END.to check date format
if(birthDate1 != null && retirementDate1 != null && retirementDate1.before(birthDate1)) //Modified By Poonam B[26-12-2019][START]
//if(birthDate1 != null && retirementDate1 != null && retirementDate1.before(birthDate1))
if(birthDate1 != null && retirementDate1 != null && retirementDate1.after(birthDate1))
//Modified By Poonam B[26-12-2019][END]
{ {
errList.add("VMEMPRET02"); errList.add("VMEMPRET02");
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
...@@ -2729,7 +2733,6 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ ...@@ -2729,7 +2733,6 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
} }
//Added By Poonam B on[30-07-2019][END] //Added By Poonam B on[30-07-2019][END]
} }
break; break;
case 5 : case 5 :
...@@ -2783,7 +2786,6 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ ...@@ -2783,7 +2786,6 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
break; break;
} }
} }
} }
if(childNodeName.equalsIgnoreCase("duration")) if(childNodeName.equalsIgnoreCase("duration"))
{ {
...@@ -3008,6 +3010,22 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ ...@@ -3008,6 +3010,22 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
} }
} }
} }
// Added By Poonam[24/12/2019].start
if(childNodeName.equalsIgnoreCase("to_date"))
{
toDate = checkNull(genericUtility.getColumnValue("to_date", dom));
if(toDate == null || toDate.trim().length() == 0)
{
errList.add("VMEMPTO08");
errFields.add(childNodeName.toLowerCase());
msgType = errorType(conn, "VMEMPTO08");
if (msgType.equalsIgnoreCase("E"))
{
break;
}
}
}
// Added By Poonam[24/12/2019].end
if(childNodeName.equalsIgnoreCase("print_seq")) if(childNodeName.equalsIgnoreCase("print_seq"))
{ {
// Modified by Yashwant on 26/06/2019.Start // Modified by Yashwant on 26/06/2019.Start
...@@ -4030,10 +4048,16 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ ...@@ -4030,10 +4048,16 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
} }
} }
valueXmlString.append("<emp_fname>").append("<![CDATA[" + fname + "]]>").append("</emp_fname>"); /*valueXmlString.append("<emp_fname>").append("<![CDATA[" + fname + "]]>").append("</emp_fname>");
valueXmlString.append("<emp_mname>").append("<![CDATA[" + mName + "]]>").append("</emp_mname>"); valueXmlString.append("<emp_mname>").append("<![CDATA[" + mName + "]]>").append("</emp_mname>");
valueXmlString.append("<emp_lname>").append("<![CDATA[" + lname +"]]>").append("</emp_lname>"); valueXmlString.append("<emp_lname>").append("<![CDATA[" + lname +"]]>").append("</emp_lname>");*/
//Modified By Poonam B[26-12-2019][START]
System.out.println("Employee name::::"+ fname +"\t"+mName+"\t"+lname+"......");
valueXmlString.append("<emp_fname_long>").append("<![CDATA[" + fname + "]]>").append("</emp_fname_long>");
valueXmlString.append("<emp_mname_long>").append("<![CDATA[" + mName + "]]>").append("</emp_mname_long>");
valueXmlString.append("<emp_lname_long>").append("<![CDATA[" + lname +"]]>").append("</emp_lname_long>");
//Modified By Poonam B[26-12-2019][END]
// Modified by Yashwant on 26/06/2019.Start // Modified by Yashwant on 26/06/2019.Start
//empCode=genericUtility.getColumnValue("emp_code", dom); //empCode=genericUtility.getColumnValue("emp_code", dom);
empCode=checkNull(genericUtility.getColumnValue("emp_code", dom)); empCode=checkNull(genericUtility.getColumnValue("emp_code", dom));
......
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