Commit 8e1ba040 authored by pbhosale's avatar pbhosale

* Poonam B changes done on Employee Temporary obj_name: emp_temp

EmployeeEJB.java
EmployeeEJBLocal.java
EmployeeEJBRemote.java
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
d_emp_temp11.srd
d_emp_temp21.srd
d_empexperience_brow.srd
d_empexperience_edit.srd
d_empfaml_brow.srd
d_empfaml_edit.srd
d_empqual_brow.srd
d_empqual_edit.srd
w_emp_temp.sql
d_empbank_brow.srd
d_empbank_edit.srd
d_emplang_brow.srd
d_emplang_edit.srd


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205052 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5ce75f4c
...@@ -2404,12 +2404,8 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ ...@@ -2404,12 +2404,8 @@ public class EmployeeEJB extends ValidatorEJB implements EmployeeEJBLocal,Employ
{ {
retirementDate1= sdf.parse(retirementDate); retirementDate1= sdf.parse(retirementDate);
} }
System.out.println("retirementDate = "+retirementDate+" \nbirthDate = "+birthDate+
" \nretirementDate1 = "+retirementDate1+" \nbirthDate1 = "+birthDate1);
//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) || retirementDate1.equals(birthDate1))) if(birthDate1 != null && retirementDate1 != null && retirementDate1.before(birthDate1))
{ {
errList.add("VMEMPRET02"); errList.add("VMEMPRET02");
errFields.add(childNodeName.toLowerCase()); errFields.add(childNodeName.toLowerCase());
......
...@@ -8,10 +8,9 @@ import org.w3c.dom.Document; ...@@ -8,10 +8,9 @@ import org.w3c.dom.Document;
@Local @Local
public interface EmployeeEJBLocal extends ValidatorLocal { public interface EmployeeEJBLocal extends ValidatorLocal {
public String wfValData() throws RemoteException, ITMException;
public String wfValData(Document dom, Document dom1, Document dom2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException; public String wfValData(Document dom, Document dom1, Document dom2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException;
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException; public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException;
public String itemChanged() throws RemoteException, ITMException;
public String itemChanged(String xmlString, String xmlString1, String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException, ITMException; public String itemChanged(String xmlString, String xmlString1, String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException, ITMException;
public String itemChanged(Document dom, Document dom1, Document dom2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException, ITMException; public String itemChanged(Document dom, Document dom1, Document dom2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException, ITMException;
......
...@@ -9,10 +9,8 @@ import org.w3c.dom.Document; ...@@ -9,10 +9,8 @@ import org.w3c.dom.Document;
@Remote @Remote
public interface EmployeeEJBRemote extends ValidatorRemote { public interface EmployeeEJBRemote extends ValidatorRemote {
public String wfValData() throws RemoteException, ITMException;
public String wfValData(Document dom, Document dom1, Document dom2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException; public String wfValData(Document dom, Document dom1, Document dom2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException;
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException; public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag, String xtraParams) throws RemoteException, ITMException;
public String itemChanged() throws RemoteException, ITMException;
public String itemChanged(String xmlString, String xmlString1, String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException, ITMException; public String itemChanged(String xmlString, String xmlString1, String xmlString2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException, ITMException;
public String itemChanged(Document dom, Document dom1, Document dom2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException, ITMException; public String itemChanged(Document dom, Document dom1, Document dom2, String objContext, String currentColumn, String editFlag, String xtraParams) throws RemoteException, ITMException;
} }
Insert into ITM2MENU (APPLICATION,LEVEL_1,LEVEL_2,LEVEL_3,LEVEL_4,LEVEL_5,WIN_NAME,DESCR,COMMENTS,MENU_PATH,ICON_PATH,CLOSE_ICON,OPEN_ICON,OBJ_TYPE,CHG_DATE,CHG_TERM,CHG_USER,MOB_DEPLOY,DEFAULT_STATE,DEF_ACTION) values ('HRM',2,1,6,0,0,'w_emp_temp','Employee Temporary',null,'HRM.2.1.6.0.0',null,null,null,'T',null,null,null,null,null,null);
Insert into ITM2MENU (APPLICATION,LEVEL_1,LEVEL_2,LEVEL_3,LEVEL_4,LEVEL_5,WIN_NAME,DESCR,COMMENTS,MENU_PATH,ICON_PATH,CLOSE_ICON,OPEN_ICON,OBJ_TYPE,CHG_DATE,CHG_TERM,CHG_USER,MOB_DEPLOY,DEFAULT_STATE,DEF_ACTION) values ('ADP',4,49,0,0,0,'w_emp_temp','Employee Temporary',null,'ADP.4.49.0.0.0',null,null,null,'M',null,null,null,null,null,null);
Insert into TRANSETUP (TRAN_WINDOW,SAVE_FLAG,VAL_FLAG,KEY_FLAG,KEY_STRING,UDF_1,UDF_2,UDF_3,UDF_4,UDF_5,REPEATE_ADD,CHG_DATE,CHG_USER,CHG_TERM,EDI_OPTION,SITE_ACC_COL,CONFIRM_COL,CONFIRM_VAL,REPEAT_ADD_DET,LOAD_MODE,AUTO_CONFIRM,LEDG_POST_CONF,CHG_DATE_ON_CONF,TRAN_ID_COL,MAIL_OPTION,CONFIRM_MODE,GARBAGE_OPT,VAL_FLAG_EDI,VERIFY_PASSWORD,TABLE_NAME,APPLICATION,TABLE_DESC,TRAN_DATE_COL,SALES_PERS_ACC_COL,CUST_ACC_COL,SUPP_ACC_COL,ITEM_SER_ACC_COL,EMP_ACC_COL,WORKFLOW_OPT,TRAN_ID__FROM,TRAN_ID__TO,MULTITIRE_OPT,REF_SER,VIEW_MODE,TABLE_NAME_DET1,TABLE_NAME_DET2,TABLE_NAME_DET3,TAX_FORMS,SIGN_STATUS,USER_TRAN_WINDOW,CUSTOM_PREVIEW_OBJ,CHILDDATA_ARGOPT,IGNOREERRLIST_ONLOAD,EDIT_TMPLT,WRKFLW_INIT,FORMAL_ARGS,EDIT_OPT,AUDIT_TRAIL_OPT,EDITTAX,CACHE_OPT,OPTIMIZE_MODE,EDIT_EXPR,TRANSFER_MODE,RATE_COL,QTY_COL,RCP_CACHE_STATUS,PRINT_CONTROL,PROFILE_ID__RES,PERIOD_OPTION,EXEC_TYPE,WRKFLW_PRIORITY,TRAN_COMPL_MSG,EDIT_EXPR_INP,ITEM_SER_ACC_CODE,REPEATADDDET,DISP_META_DATA,ALLOW_ATTACH,START_FORM,ISATTACHMENT,HEADER_FORM_NO,MSG_ONSAVE,CONFIRM_DATE_COL,CONFIRM_BY_COL,WF_STATUS,CMS_PATH,ISGWTINITIATED,RESTART_FORM,BROW_DATA_DEF,VIEW_OPTS,DEF_VIEW,FUNCTION_TYPE,COMPL_ACTION,REPEAT_MODIFY_DET,CANCEL_COL,CANCEL_VAL,IN_WF_COL,IN_WF_VAL,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,DEFAULT_DATA_ROW,ATTACH_COUNT_MIN) values ('w_emp_temp','2','2','M','seq10',null,null,null,null,null,'N',to_date('2002-09-09','RRRR-MM-DD'),'SUN ','98PIYUSH ','0',null,null,null,'N','e','N','N','N','EMP_CODE','0',null,'N','0',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,'F',null,null,null,null,null,null,null,null,null,null,null,null,null,'0',null,null,null,null,null,null,null,null,null,null,'M',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA) values ('emp_temp',1,'A','a','a','Adding New','Add','add.gif','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA) values ('emp_temp',2,'E','a','a','Editing Existing Record','Edit','edit.gif','1',null,null,'S',null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA) values ('emp_temp',21,'Q','1','audit_trail','View Audit Trail','View Audit','menu.bmp','1','1','1','U',null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA) values ('emp_temp',22,'O','1','export_excel','Export Excel','Export','Download.gif','1','1','1','U',null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ACTIONS (OBJ_NAME,LINE_NO,RIGHTS_CHAR,INTERACTIVE,SERVICE_CODE,DESCRIPTION,TITLE,IMAGE,FORM_NO,SERVICE_HANDLER,PLACEMENT,ACTION_TYPE,TRAN_TYPE,CHG_DATE,CHG_TERM,CHG_USER,IS_CONFIRMATION_REQ,SEP_DUTY_OPT,RE_AUTH_OPT,SHOW_IN_PANEL,SWIPE_POSITION,MULTI_ROW_OPT,ACTION_ID,DEF_NODATA) values ('emp_temp',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_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_EXPR,EXPR_FLD_INFO,TARGET_FLD_INFO,EXPR_COMMENT,FORM_NO,SCR_FLAG,SCAN_FLAG,SCAN_METADATA,AUTO_ACCEPT_SCAN,PROPERTY_INFO,SCAN_DELIMITER,EXT_COM,EXT_METADATA,EXT_SETUP,AFTER_SAVE,COLUMN_ON_SAVE,AUTO_ACCEPT_WEIGHDATA,RATE_COL,QTY_COL,FORM_TYPE,DISP_METADATA,PARENT_KEY_COL,ASSISTED_MODE,STORAGE_KEY_METADATA,SELECTION_MODE,DEFAULT_VIEW,AUTO_ADDON_ENTRY,FREEZE_COL_POS,DEFAULT_ROW_CNT,IS_MANDATORY,TRAN_ID_COL,KEY_INFO,SELECTION_OPT,THUMB_OBJ,THUMB_IMAGE_COL,FORM_NAME,FORM_ICON,THUMB_ALT_COL) values ('w_emp_temp','Employee','d_emp_temp11','d_emp_temp21',null,null,null,null,'1',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_EXPR,EXPR_FLD_INFO,TARGET_FLD_INFO,EXPR_COMMENT,FORM_NO,SCR_FLAG,SCAN_FLAG,SCAN_METADATA,AUTO_ACCEPT_SCAN,PROPERTY_INFO,SCAN_DELIMITER,EXT_COM,EXT_METADATA,EXT_SETUP,AFTER_SAVE,COLUMN_ON_SAVE,AUTO_ACCEPT_WEIGHDATA,RATE_COL,QTY_COL,FORM_TYPE,DISP_METADATA,PARENT_KEY_COL,ASSISTED_MODE,STORAGE_KEY_METADATA,SELECTION_MODE,DEFAULT_VIEW,AUTO_ADDON_ENTRY,FREEZE_COL_POS,DEFAULT_ROW_CNT,IS_MANDATORY,TRAN_ID_COL,KEY_INFO,SELECTION_OPT,THUMB_OBJ,THUMB_IMAGE_COL,FORM_NAME,FORM_ICON,THUMB_ALT_COL) values ('w_emp_temp','Family','d_emp_temp11','d_emp_temp21',null,null,null,null,'2',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_EXPR,EXPR_FLD_INFO,TARGET_FLD_INFO,EXPR_COMMENT,FORM_NO,SCR_FLAG,SCAN_FLAG,SCAN_METADATA,AUTO_ACCEPT_SCAN,PROPERTY_INFO,SCAN_DELIMITER,EXT_COM,EXT_METADATA,EXT_SETUP,AFTER_SAVE,COLUMN_ON_SAVE,AUTO_ACCEPT_WEIGHDATA,RATE_COL,QTY_COL,FORM_TYPE,DISP_METADATA,PARENT_KEY_COL,ASSISTED_MODE,STORAGE_KEY_METADATA,SELECTION_MODE,DEFAULT_VIEW,AUTO_ADDON_ENTRY,FREEZE_COL_POS,DEFAULT_ROW_CNT,IS_MANDATORY,TRAN_ID_COL,KEY_INFO,SELECTION_OPT,THUMB_OBJ,THUMB_IMAGE_COL,FORM_NAME,FORM_ICON,THUMB_ALT_COL) values ('w_emp_temp','Language','d_emp_temp11','d_emp_temp21',null,null,null,null,'3',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_EXPR,EXPR_FLD_INFO,TARGET_FLD_INFO,EXPR_COMMENT,FORM_NO,SCR_FLAG,SCAN_FLAG,SCAN_METADATA,AUTO_ACCEPT_SCAN,PROPERTY_INFO,SCAN_DELIMITER,EXT_COM,EXT_METADATA,EXT_SETUP,AFTER_SAVE,COLUMN_ON_SAVE,AUTO_ACCEPT_WEIGHDATA,RATE_COL,QTY_COL,FORM_TYPE,DISP_METADATA,PARENT_KEY_COL,ASSISTED_MODE,STORAGE_KEY_METADATA,SELECTION_MODE,DEFAULT_VIEW,AUTO_ADDON_ENTRY,FREEZE_COL_POS,DEFAULT_ROW_CNT,IS_MANDATORY,TRAN_ID_COL,KEY_INFO,SELECTION_OPT,THUMB_OBJ,THUMB_IMAGE_COL,FORM_NAME,FORM_ICON,THUMB_ALT_COL) values ('w_emp_temp','Qualification','d_emp_temp11','d_emp_temp21',null,null,null,null,'4',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_EXPR,EXPR_FLD_INFO,TARGET_FLD_INFO,EXPR_COMMENT,FORM_NO,SCR_FLAG,SCAN_FLAG,SCAN_METADATA,AUTO_ACCEPT_SCAN,PROPERTY_INFO,SCAN_DELIMITER,EXT_COM,EXT_METADATA,EXT_SETUP,AFTER_SAVE,COLUMN_ON_SAVE,AUTO_ACCEPT_WEIGHDATA,RATE_COL,QTY_COL,FORM_TYPE,DISP_METADATA,PARENT_KEY_COL,ASSISTED_MODE,STORAGE_KEY_METADATA,SELECTION_MODE,DEFAULT_VIEW,AUTO_ADDON_ENTRY,FREEZE_COL_POS,DEFAULT_ROW_CNT,IS_MANDATORY,TRAN_ID_COL,KEY_INFO,SELECTION_OPT,THUMB_OBJ,THUMB_IMAGE_COL,FORM_NAME,FORM_ICON,THUMB_ALT_COL) values ('w_emp_temp','Training','d_emp_temp11','d_emp_temp21',null,null,null,null,'5',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_EXPR,EXPR_FLD_INFO,TARGET_FLD_INFO,EXPR_COMMENT,FORM_NO,SCR_FLAG,SCAN_FLAG,SCAN_METADATA,AUTO_ACCEPT_SCAN,PROPERTY_INFO,SCAN_DELIMITER,EXT_COM,EXT_METADATA,EXT_SETUP,AFTER_SAVE,COLUMN_ON_SAVE,AUTO_ACCEPT_WEIGHDATA,RATE_COL,QTY_COL,FORM_TYPE,DISP_METADATA,PARENT_KEY_COL,ASSISTED_MODE,STORAGE_KEY_METADATA,SELECTION_MODE,DEFAULT_VIEW,AUTO_ADDON_ENTRY,FREEZE_COL_POS,DEFAULT_ROW_CNT,IS_MANDATORY,TRAN_ID_COL,KEY_INFO,SELECTION_OPT,THUMB_OBJ,THUMB_IMAGE_COL,FORM_NAME,FORM_ICON,THUMB_ALT_COL) values ('w_emp_temp','Experience','d_emp_temp11','d_emp_temp21',null,null,null,null,'6',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_FORMS (WIN_NAME,TITLE,OBJ_BROW_NAME,OBJ_EDIT_NAME,CROSS_UPDATE_EXPR,EXPR_FLD_INFO,TARGET_FLD_INFO,EXPR_COMMENT,FORM_NO,SCR_FLAG,SCAN_FLAG,SCAN_METADATA,AUTO_ACCEPT_SCAN,PROPERTY_INFO,SCAN_DELIMITER,EXT_COM,EXT_METADATA,EXT_SETUP,AFTER_SAVE,COLUMN_ON_SAVE,AUTO_ACCEPT_WEIGHDATA,RATE_COL,QTY_COL,FORM_TYPE,DISP_METADATA,PARENT_KEY_COL,ASSISTED_MODE,STORAGE_KEY_METADATA,SELECTION_MODE,DEFAULT_VIEW,AUTO_ADDON_ENTRY,FREEZE_COL_POS,DEFAULT_ROW_CNT,IS_MANDATORY,TRAN_ID_COL,KEY_INFO,SELECTION_OPT,THUMB_OBJ,THUMB_IMAGE_COL,FORM_NAME,FORM_ICON,THUMB_ALT_COL) values ('w_emp_temp','Bank Detail','d_emp_temp11','d_emp_temp21',null,null,null,null,'7',null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','bank_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','cadre_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','contact_city','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','contact_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','cur_add1','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','cur_add2','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','cur_add3','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','cur_city','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','cur_pin','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','cur_state','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','cur_tel1','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','date_join','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','dept_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','design_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','designation','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','driv_lic_no','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','emp_code__hod','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','emp_site','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','func_group','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','grade_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','grat_nominee','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','itm_default','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','itm_defaultedit','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','parent_dept','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','pay_mode','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','per_city','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','physical_handicap','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','pos_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','probation_prd','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','qlf_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','report_to','N');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','report_to__admin','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','sex','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','training_prd','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','2 ','itm_default','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','2 ','itm_defaultedit','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','2 ','grat_nominee','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','2 ','grat_perc','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','2 ','pf_nominee','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','2 ','pf_perc','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','2 ','pen_nominee','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','2 ','pen_perc','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','3 ','itm_default','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','4 ','itm_default','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','4 ','qlf_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','5 ','itm_default','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','6 ','curr_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','6 ','itm_default','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','6 ','sgroup_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','7 ','bank_code','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','7 ','bank_name','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','7 ','itm_default','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','emp_fname_long','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','emp_mname_long','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','emp_lname_long','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','2 ','is_alive',null);
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','retirement_age','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1 ','birth_date','Y');
Insert into OBJ_ITEMCHANGE (OBJ_NAME,FORM_NO,FIELD_NAME,MANDATORY) values ('emp_temp','1','bu_code','Y');
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,LINK_NAME,RIGHTS_CHAR,IMAGE,SHOW_IN_PANEL,SHORTCUT_CHAR,AUTO_INVOKE,SWIPE_POSITION,TITLE,DESCR,SHOW_CONFIRM,DISPLAY_MODE,LINE_NO,LINK_ID,REC_SPECIFIC) values ('emp_temp','1','home_upload',' ',' ','Upload Utility','/ibase/webitm/jsp/E12UploadTemplate.jsp?reset=true','3','emp_temp.String:OBJ_NAME,Employee Temporary.String:OBJ_DESC,fromHomePage.String:FROM_HOMEPAGE',null,null,'U',null,'3',null,null,null,null,'Upload Utility',null,'3',1,null,1);
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_temp','audit_trail','1','project_audit_trail_adm',null,to_date('2018-02-14','RRRR-MM-DD'),'VAIBHAV ','VAIBHAV','2','0',null,null,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_temp','post_item_change','1','poic_adm_default_1',null,to_date('2015-02-25','RRRR-MM-DD'),'BASE ','BASE','2','0','WSR','nvo_bo_emp_complete',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_temp','post_validate','1','post_gen_val',null,to_date('2015-02-25','RRRR-MM-DD'),'BASE ','BASE','2','0','EJB','GenValidate',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_temp','pre_save','1','prs_emp_temp',null,to_date('2015-02-25','RRRR-MM-DD'),'BASE ','BASE','2','0','EJB','EmpCompletePrs',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_temp','pre_validate','1','prv_adm_default_1',null,to_date('2015-02-25','RRRR-MM-DD'),'BASE ','BASE','2','0','WSR','nvo_bo_emp_complete',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_temp','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_temp','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_temp','export_excel','1','export_excel_adm',null,to_date('2018-02-03','RRRR-MM-DD'),'VAIBHAV ','VAIBHAV',null,null,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,SERVICE_NAMESPACE,RES_ELEM,SOAP_ACTION) values ('poic_default_ejb','itemchanged','http://localhost:9090/axis/services/ValidatorService',null,'itemChanged','String','S',null,null,to_date('22-03-19','DD-MM-RR'),'BASE ','BASE',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,SERVICE_NAMESPACE,RES_ELEM,SOAP_ACTION) values ('prv_default_ejb','prv_default_ejb','http://localhost:9090/axis/services/ValidatorService',null,'wfValData','String','S',null,null,to_date('22-03-19','DD-MM-RR'),'BASE ','BASE',null,null,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 ('poic_default_ejb',1,'COMPONENT_TYPE','I',null,'S',null,to_date('2019-06-01','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH','EJB');
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 ('poic_default_ejb',2,'COMPONENT_NAME','I',null,'S',null,to_date('2019-06-01','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH','AttendanceDailyIC');
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 ('poic_default_ejb',3,'XML_DATA','I',null,'S',null,null,null,null,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 ('poic_default_ejb',4,'XML_DATA_1','I',null,'S',null,null,null,null,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 ('poic_default_ejb',5,'XML_DATA_ALL','I',null,'S',null,null,null,null,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 ('poic_default_ejb',6,'OBJ_CONTEXT','I',null,'S',null,null,null,null,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 ('poic_default_ejb',7,'FOCUSED_COLUMN','I',null,'S',null,null,null,null,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 ('poic_default_ejb',8,'EDIT_FLAG','I',null,'S',null,null,null,null,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 ('poic_default_ejb',9,'XTRA_PARAMS','I',null,'S',null,null,null,null,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 ('prv_default_ejb',1,'COMPONENT_TYPE','I',null,'S',null,to_date('2019-06-01','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH','EJB');
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 ('prv_default_ejb',2,'COMPONENT_NAME','I',null,'S',null,to_date('2019-06-01','RRRR-MM-DD'),'HRISHIKESH','HRISHIKESH','AttendanceDailyIC');
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 ('prv_default_ejb',3,'XML_DATA','I',null,'S',null,to_date('2012-06-01','RRRR-MM-DD'),'Manohar ','Manohar',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 ('prv_default_ejb',4,'XML_DATA_1','I',null,'S',null,to_date('2012-06-01','RRRR-MM-DD'),'Manohar ','Manohar',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 ('prv_default_ejb',5,'XML_DATA_ALL','I',null,'S',null,to_date('2012-06-01','RRRR-MM-DD'),'Manohar ','Manohar',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 ('prv_default_ejb',6,'OBJ_CONTEXT','I',null,'S',null,to_date('2012-06-01','RRRR-MM-DD'),'Manohar ','Manohar',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 ('prv_default_ejb',7,'EDIT_FLAG','I',null,'S',null,to_date('2012-06-01','RRRR-MM-DD'),'Manohar ','Manohar',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 ('prv_default_ejb',8,'XTRA_PARAMS','I',null,'S',null,to_date('2012-06-01','RRRR-MM-DD'),'Manohar ','Manohar',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) values ('CCTR_CODE','W_EMP_TEMP','select descr,cctr_code from costctr where level_no = 2',null,'Cost Centre',0,0,to_date('2018-05-15','RRRR-MM-DD'),'VAIBHAV ','VAIBHAV ','0',null,null,2,null,null,null,null,null,null,'0',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) values ('BANK_CODE','W_EMP_TEMP','select a.bank_code,a.drawn_at from bank_stan_serv a,bank b,site c where b.bank_code = a.bank_code and b.site_code = c.site_code__acct and a.stan_code = ''?'' and c.site_code = ''?''',null,'Bank Master',0,0,to_date('2018-05-15','RRRR-MM-DD'),'VAIBHAV ','VAIBHAV ','0',null,':stan_code,:login_site',null,null,null,null,null,null,null,'0',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) values ('EMPQUAL_INSTITU','W_EMP_TEMP','select a.institute,b.descr station from institute a,station b where b.stan_code = a.stan_code and inst_type = ''A''',null,'Institute Master',0,0,to_date('2018-05-15','RRRR-MM-DD'),'VAIBHAV ','VAIBHAV ','0',null,null,0,null,null,null,null,null,null,'0',null,null,null,null,null,null);
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('CCTR_CODE','W_EMP_TEMP','select descr,cctr_code from costctr where level_no = 2',null,'Cost Centre Code',0,0,to_date('16-07-07','DD-MM-RR'),'ADMIN ','01HOMISVISHAL ','1',null,null,2,null,null,'0',null,null,null,'2',null,'3','CctrImages','cctr_code','descr','2 ',null,null,null,null,null,null,null);
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('EMP_SITE','W_EMP_TEMP','SELECT SITE_CODE, DESCR, city FROM SITE',null,'EMP SITE',0,0,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','0',null,null,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 ('CONTACT_CODE','W_EMP_TEMP','select a.name as Name, a.contact_code as Code from contact a where (upper(trim(a.name)) like upper(''%?%'') or a.contact_code like upper(''%?%'') ) and length(''?'') >= 3 union all select ''Please enter minimum 3 characters of employee name'' as Name, '' '' as Code from dual where ''?'' is null or length(''?'') < 3',null,'CONTACT CODE',0,0,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','0',null,':contact_code,:contact_code,:contact_code,:contact_code,:contact_code',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 ('WORK_SITE','W_EMP_TEMP','SELECT SITE_CODE, DESCR, city FROM SITE',null,'SITE CODE',0,0,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','0',null,null,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 ('TRAIN_NO','W_EMP_TEMP','SELECT TRAIN_NO, TRAIN_CODE, DESCR, VENUE FROM TRAINDET',null,'TRAIN NO',0,0,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','0',null,null,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 ('TRAIN_CODE','W_EMP_TEMP','SELECT TRAIN_CODE, DESCR FROM TRAINING',null,'TRAIN CODE',0,0,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','0',null,null,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 ('PAY_SITE','W_EMP_TEMP','SELECT SITE_CODE, DESCR, city FROM SITE',null,'SITE CODE',0,0,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','0',null,null,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 ('LANGUAGE','W_EMP_TEMP','SELECT LTRIM(RTRIM(DESCR)) AS LANGUAGE FROM GENCODES WHERE FLD_NAME =''LANGUAGE''',null,'language List',0,0,to_date('17-08-15','DD-MM-RR'),'BASE ','BASE ','0',null,null,0,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 ('REPORT_TO','W_EMP_TEMP','select trim(a.emp_fname)||'' ''||trim(a.emp_mname)||'' ''||trim(a.emp_lname) as Name, a.emp_code as Code from employee a where a.relieve_date is null and (upper(trim(a.emp_fname)||'' ''||trim(a.emp_mname)||'' ''||trim(a.emp_lname)) like upper(''%?%'') or a.emp_code like upper(''%?%'') ) and length(''?'') >= 3 union all select ''Please enter minimum 3 characters of employee name'' as Name, '' '' as Code from dual where ''?'' is null or length(''?'') < 3',null,'Employees',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,':report_to,:report_to,:report_to,:report_to,:report_to',2,null,null,null,null,null,null,'2',null,'3','EmpImages','emp_code','emp_fname','2 ',null,null,null,'Code:report_to,emp_fname:report_fname,emp_mname:report_mname,emp_lname:report_lname',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 ('REPORT_TO__ADMIN','W_EMP_TEMP','select trim(a.emp_fname)||'' ''||trim(a.emp_mname)||'' ''||trim(a.emp_lname) as Name, a.emp_code as Code from employee a where a.relieve_date is null and (upper(trim(a.emp_fname)||'' ''||trim(a.emp_mname)||'' ''||trim(a.emp_lname)) like upper(''%?%'') or a.emp_code like upper(''%?%'') ) and length(''?'') >= 3 union all select ''Please enter minimum 3 characters of employee name'' as Name, '' '' as Code from dual where ''?'' is null or length(''?'') < 3',null,'Employees',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,':report_to__admin,:report_to__admin,:report_to__admin,:report_to__admin,:report_to__admin',2,null,null,null,null,null,null,'2',null,'3','EmpImages','emp_code','emp_fname','2 ',null,null,null,'Code:report_to__admin,emp_fname:admin_fname,emp_mname:admin_mname,emp_lname:admin_lname',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 ('DESIGNATION','W_EMP_TEMP','select designation, design_code from designation',null,'DESIGNATION',0,0,to_date('20-05-13','DD-MM-RR'),'VENKAT ','BASE ','1',null,null,null,null,null,null,null,null,null,'2',null,'3','DesignImages','design_code','designation','2 ',null,null,null,'design_code:design_code,designation:designation',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 ('EMP_TYPE','W_EMP_TEMP','SELECT fld_value as EmpType, LTRIM(RTRIM(DESCR)) AS Description FROM GENCODES WHERE FLD_NAME =''EMP_TYPE'' order by DESCR',null,'Employee Type',30,20,to_date('27-05-00','DD-MM-RR'),'BASE ','BASE ','0',null,null,1,null,null,null,null,null,null,'2',null,'3','EmpTypeImages','EmpType','EmpType','2 ',null,null,null,'EmpType:emp_type',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 ('POS_CODE','W_EMP_TEMP','SELECT POS_CODE, DESCR FROM ORG_STRUCTURE',null,'POSITION CODE',0,0,to_date('01-12-08','DD-MM-RR'),'BASE ','BASE ','1',null,null,0,null,null,null,null,null,null,'2',null,'3','PositionImages','pos_code','descr','2 ',null,null,null,'POS_CODE:pos_code,DESCR:pos_code_descr',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 ('BIRTH_PLACE','W_EMP_TEMP','select trim(city) as Place from station a where upper(trim(a.city)) like upper(''%?%'') and length(''?'') >= 3 union all select ''Please enter minimum 3 characters of place'' as Place from dual where ''?'' is null or length(''?'') < 3 order by place',null,'Birth Place',0,0,to_date('28-01-16','DD-MM-RR'),'BASE ','BASE ','1',null,':birth_place,:birth_place,:birth_place,:birth_place',null,null,null,null,null,null,null,'2',null,'3','CityImages','city','city','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 ('CONTACT_CITY','W_EMP_TEMP','select trim(city) as City from station a where upper(trim(a.city)) like upper(''%?%'') and length(''?'') >= 3 union all select ''Please enter minimum 3 characters of place'' as City from dual where ''?'' is null or length(''?'') < 3 order by city',null,'City',0,0,to_date('28-01-16','DD-MM-RR'),'BASE ','BASE ','1',null,':contact_city,:contact_city,:contact_city,:contact_city',null,null,null,null,null,null,null,'2',null,'3','CityImages','city','city','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 ('DD_PAYABLE_BANK','W_EMP_TEMP','SELECT BANK_CODE as dd_payable_bank, BANK_NAME FROM BANK',null,'Payable Bank',0,0,to_date('17-08-15','DD-MM-RR'),'BASE ','BASE ','0',null,null,0,null,null,null,null,null,null,'2',null,'3','BankImages','dd_payable_bank','bank_name','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 ('NATIONALITY','W_EMP_TEMP','SELECT COUNT_CODE AS nationality, DESCR AS country_name FROM COUNTRY',null,'Country List',0,0,to_date('17-08-15','DD-MM-RR'),'BASE ','BASE ','0',null,null,0,null,null,null,null,null,null,'2',null,'3','CountryImages','nationality','country_name','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 ('EMP_CODE__FUNCHEAD','W_EMP_TEMP','select trim(a.emp_fname)||'' ''||trim(a.emp_mname)||'' ''||trim(a.emp_lname) as Name, a.emp_code as Code from employee a where a.relieve_date is null and (upper(trim(a.emp_fname)||'' ''||trim(a.emp_mname)||'' ''||trim(a.emp_lname)) like upper(''%?%'') or a.emp_code like upper(''%?%'') ) and length(''?'') >= 3 union all select ''Please enter minimum 3 characters of employee name'' as Name, '' '' as Code from dual where ''?'' is null or length(''?'') < 3',null,'Employees',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,':emp_code__funchead,:emp_code__funchead,:emp_code__funchead,:emp_code__funchead,:emp_code__funchead',2,null,null,null,null,null,null,'2',null,'3','EmpImages','emp_code','emp_fname','2 ',null,null,null,'Code:emp_code__funchead,Name:funchead_name',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 ('FUNC_GROUP','W_EMP_TEMP','select descr, func_code from busi_functions',null,'Functions',0,0,to_date('20-05-13','DD-MM-RR'),'VENKAT ','BASE ','1',null,null,null,null,null,null,null,null,null,'2',null,'3','FuncGroupImages','func_code','descr','2 ',null,null,null,'func_code:func_group,descr:busi_functions',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 ('BU_CODE','W_EMP_TEMP','SELECT BU_CODE, DESCR FROM BUSINESS_UNITS',null,'Business Units',0,0,to_date('03-02-16','DD-MM-RR'),'BASE ','BASE ',null,null,null,1,null,null,null,null,null,0,'2',null,'3','BuImages','code','Description','2 ',null,null,null,'BU_CODE:bu_code,DESCR:bu_descr',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 ('OCCUPATION_CODE','W_EMP_TEMP','SELECT fld_value as Occupation, LTRIM(RTRIM(DESCR)) AS Description FROM GENCODES WHERE FLD_NAME =''OCCUPATION'' order by DESCR',null,'Occupation',0,0,to_date('27-05-00','DD-MM-RR'),'BASE ','BASE ','0',null,null,null,'C',null,null,null,null,null,'2',null,'3','OccupationImages','Occupation','Occupation','2 ',null,null,null,'Occupation:occupation_code',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 ('CONTACT_STATE','W_EMP_TEMP','select state_code,descr as description from state',null,'State code',0,0,to_date('27-05-00','DD-MM-RR'),'BASE ','BASE ','0',null,null,null,null,null,null,null,null,null,'2',null,'3','StateImages','state_code','description','2 ',null,null,null,null,null,null,null);
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('SUPP_CODE__CON','W_EMP_TEMP','SELECT SUPP_NAME AS Name, SUPP_CODE AS Code FROM SUPPLIER ORDER BY SUPP_NAME',null,'Suppliers',0,0,to_date('17-08-15','DD-MM-RR'),'BASE ','BASE ','0',null,null,2,null,null,null,null,null,null,'2',null,'3','SupplierImages','supp_code','supp_name','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 ('WORK_TBLNO','W_EMP_TEMP','SELECT WORK_TBLNO, LINE_NO FROM WORK_TABLE','Work Table No','Work Table No',0,0,to_date('20-05-13','DD-MM-RR'),'BASE ','BASE ','1',null,null,null,null,null,null,null,null,null,'2',null,'3','WorkTableImages','work_tblno','work_tblno','2 ',null,null,null,null,null,null,null);
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('CCTR_CODE__SAL','W_EMP_TEMP','SELECT DESCR AS Description,CCTR_CODE AS Cost_Center FROM COSTCTR Order by CCTR_CODE',null,'Cost Centre Code',0,0,to_date('17-08-15','DD-MM-RR'),'BASE ','BASE ','0',null,null,2,null,null,null,null,null,null,'2',null,'3','CctrImages','Cost_Center','description','2 ',null,null,null,null,null,null,null);
Insert into POPHELP (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,FILTER_STRING,SQL_INPUT,DEFAULT_COL,POP_ALIGN,QUERY_MODE,PAGE_CONTEXT,POPHELP_COLS,POPHELP_SOURCE,MULTI_OPT,HELP_OPTION,POPUP_XSL_NAME,AUTO_FILL_LEN,THUMB_OBJ,THUMB_IMAGE_COL,THUMB_ALT_COL,AUTO_MIN_LENGTH,OBJ_NAME__DS,DATA_MODEL_NAME,VALIDATE_DATA,ITEM_CHANGE,MSG_NO,FILTER_EXPR,LAYOUT) values ('GRADE_CODE','W_EMP_TEMP','SELECT GRADE_CODE as grade_code, DESCR as grade_descr FROM GRADE',null,'Grade List',0,0,to_date('22-10-00','DD-MM-RR'),'BASE ','BASE ','1',null,null,1,null,null,null,null,null,null,'2',null,'3',null,null,null,'2 ',null,null,null,'DESCR:grade_descr',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 ('DEPT_CODE','W_EMP_TEMP','SELECT DESCR, DEPT_CODE FROM DEPARTMENT',null,'Department Code ',null,null,to_date('22-10-00','DD-MM-RR'),'SUN ','HDP ','1',null,null,2,null,null,null,null,null,null,'2',null,'3','DeptImages','dept_code','descr','2 ',null,null,null,'DESCR:department_descr',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 ('INSTITUTE','W_EMP_TEMP','select a.institute,b.descr station from institute a,station b where b.stan_code = a.stan_code and inst_type = ''A''',null,'Institute Master',0,0,to_date('15-05-18','DD-MM-RR'),'VAIBHAV ','VAIBHAV ','0',null,null,0,null,null,null,null,null,null,'0',null,null,null,null,null,null,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 ('EMP_CODE__HOD','W_EMP_TEMP','SELECT EMP_CODE AS Code,EMP_FNAME AS First_Name,EMP_MNAME AS Middle_Name,EMP_LNAME AS Last_Name FROM EMPLOYEE WHERE EMP_SITE = ''?''',null,'Employee List',0,0,to_date('15-05-18','DD-MM-RR'),'VAIBHAV ','VAIBHAV ','0',null,':login_site',0,null,null,null,null,null,null,'0',null,null,null,null,null,null,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 ('EMP_CODE__LINK','W_EMP_TEMP','select trim(a.emp_fname)||'' ''||trim(a.emp_mname)||'' ''||trim(a.emp_lname) as Name, a.emp_code as Code from employee a where a.relieve_date is null and (upper(trim(a.emp_fname)||'' ''||trim(a.emp_mname)||'' ''||trim(a.emp_lname)) like upper(''%?%'') or a.emp_code like upper(''%?%'') ) and length(''?'') >= 3 union all select ''Please enter minimum 3 characters of employee name'' as Name, '' '' as Code from dual where ''?'' is null or length(''?'') < 3',null,'Employees',0,0,to_date('27-05-00','DD-MM-RR'),'SUN ','CLIENT1 ','0',null,':emp_code__link,:emp_code__link,:emp_code__link,:emp_code__link,:emp_code__link',2,null,null,null,null,null,null,'2',null,'3','EmpImages','emp_code','emp_fname','2 ',null,null,null,'Code:emp_code__link',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_CITY','W_EMP_TEMP','select trim(city) as City from station a where upper(trim(a.city)) like upper(''%?%'') and length(''?'') >= 3 union all select ''Please enter minimum 3 characters of place'' as City from dual where ''?'' is null or length(''?'') < 3 order by city',null,'City',0,0,to_date('20-05-19','DD-MM-RR'),'SYSADMIN ','BASE','0',null,':cur_city,:cur_city,:cur_city,:cur_city',2,null,null,null,null,null,null,'2',null,'3','CityImages','CityImages','CityImages','2 ',null,null,null,'City:cur_city',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 ('PER_CITY','W_EMP_TEMP','select trim(city) as City from station a where upper(trim(a.city)) like upper(''%?%'') and length(''?'') >= 3 union all select ''Please enter minimum 3 characters of place'' as City from dual where ''?'' is null or length(''?'') < 3 order by city',null,'City',0,0,to_date('20-05-19','DD-MM-RR'),'SYSADMIN ','BASE','0',null,':per_city,:per_city,:per_city,:per_city',2,null,null,null,null,null,null,'2',null,'3','CityImages','CityImages','CityImages','2 ',null,null,null,'City:per_city',null,null,null);
update system_events set comp_type='JB',comp_name='ibase.webitm.ejb.adm.EmployeeEJB',service_code='poic_default_ejb' where event_code='post_item_change' and obj_name='emp_temp';
update system_events set comp_type='JB',comp_name='ibase.webitm.ejb.adm.EmployeeEJB',service_code='prv_default_ejb' where event_code='pre_validate' and
obj_name='emp_temp';
update itm2menu set ENT_TYPES='0' where APPLICATION='ADP' and WIN_NAME='w_emp_temp';
update itm2menu set OBJ_TYPE='T' where APPLICATION='ADP' and WIN_NAME='w_emp_temp';
update transetup set TABLE_NAME = 'EMPLOYEE' where TRAN_WINDOW = 'w_emp_temp';
update obj_forms set SCR_FLAG = 'F' where FORM_NO = 1 and WIN_NAME = 'w_emp_temp';
update obj_forms set SCR_FLAG = 'T' where FORM_NO = 2 and WIN_NAME = 'w_emp_temp';
update obj_forms set SCR_FLAG = 'T' where FORM_NO = 3 and WIN_NAME = 'w_emp_temp';
update obj_forms set SCR_FLAG = 'T' where FORM_NO = 4 and WIN_NAME = 'w_emp_temp';
update obj_forms set SCR_FLAG = 'T' where FORM_NO = 5 and WIN_NAME = 'w_emp_temp';
update obj_forms set SCR_FLAG = 'T' where FORM_NO = 6 and WIN_NAME = 'w_emp_temp';
update obj_forms set SCR_FLAG = 'T' where FORM_NO = 7 and WIN_NAME = 'w_emp_temp';
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>67108864</color> <color>79741120</color>
<processing>1</processing> <processing>1</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<grid.lines>0</grid.lines> <grid.lines>0</grid.lines>
</BaseDefinition> </BaseDefinition>
<Header> <Header>
<height>20</height> <height>21</height>
<color>536870912</color> <color>536870912</color>
</Header> </Header>
<Summary> <Summary>
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>21</height> <height>22</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -57,46 +57,45 @@ ...@@ -57,46 +57,45 @@
<dbname>employee.emp_code</dbname> <dbname>employee.emp_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="15">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>contact_code</name> <name>emp_fname</name>
<dbname>employee.contact_code</dbname> <dbname>employee.emp_fname</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="15">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_type</name> <name>emp_mname</name>
<dbname>employee.emp_type</dbname> <dbname>employee.emp_mname</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="15">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>design_code</name> <name>emp_lname</name>
<dbname>employee.design_code</dbname> <dbname>employee.emp_lname</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="25">char</type> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>designation</name> <name>date_join</name>
<dbname>employee.designation</dbname> <dbname>employee.date_join</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_code__link</name> <name>emp_type</name>
<dbname>employee.emp_code__link</dbname> <dbname>employee.emp_type</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="25">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_class</name> <name>designation</name>
<dbname>employee.emp_class</dbname> <dbname>employee.designation</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
...@@ -109,27 +108,15 @@ ...@@ -109,27 +108,15 @@
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>cadre_code</name> <name>grade</name>
<dbname>employee.cadre</dbname> <dbname>employee.grade</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>grade_code</name> <name>cadre</name>
<dbname>employee.grade</dbname> <dbname>employee.cadre</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>cadre_descr</name>
<dbname>cadre.descr</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>grade_descr</name>
<dbname>grade.descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
...@@ -139,141 +126,94 @@ ...@@ -139,141 +126,94 @@
<dbname>employee.report_to</dbname> <dbname>employee.report_to</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>report_to__admin</name>
<dbname>employee.report_to__admin</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>pos_code</name>
<dbname>employee.pos_code</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>pos_code_descr</name>
<dbname>pos_code_descr</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_code__hod</name> <name>emp_site</name>
<dbname>employee.emp_code__hod</dbname> <dbname>employee.emp_site</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code_hod__fname</name>
<dbname>emp_code_hod__fname</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_code_hod__lname</name>
<dbname>emp_code_hod__lname</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>func_group</name> <name>pay_site</name>
<dbname>employee.func_group</dbname> <dbname>employee.pay_site</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>parent_dept</name> <name>work_site</name>
<dbname>employee.parent_dept</dbname> <dbname>employee.work_site</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>parent_dept_descr</name>
<dbname>parent_dept_descr</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>func_group_descr</name>
<dbname>func_group_descr</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="40">char</type> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>department_desrc</name> <name>chg_date</name>
<dbname>department.descr</dbname> <dbname>employee.chg_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>insider_trading_opt</name> <name>chg_user</name>
<dbname>employee.insider_trading_opt</dbname> <dbname>employee.chg_user</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_site</name> <name>chg_term</name>
<dbname>employee.emp_site</dbname> <dbname>employee.chg_term</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>pay_site</name> <name>design_code</name>
<dbname>employee.pay_site</dbname> <dbname>employee.design_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>work_site</name>
<dbname>employee.work_site</dbname>
</table_column>
<table_column>
<type size="30">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_fname_long</name> <name>site_code__payment</name>
<dbname>employee.emp_fname_long</dbname> <dbname>employee.site_code__payment</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="30">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_lname_long</name> <name>report_to__admin</name>
<dbname>employee.emp_lname_long</dbname> <dbname>employee.report_to__admin</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="30">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_mname_long</name> <name>status</name>
<dbname>employee.emp_mname_long</dbname> <dbname>employee.status</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;cadre&quot; ) TABLE(NAME=&quot;department&quot; ) TABLE(NAME=&quot;grade&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.design_code&quot;) COLUMN(NAME=&quot;employee.designation&quot;) COLUMN(NAME=&quot;employee.emp_code__link&quot;) COLUMN(NAME=&quot;employee.emp_class&quot;) COLUMN(NAME=&quot;employee.dept_code&quot;) COLUMN(NAME=&quot;employee.cadre&quot;) COLUMN(NAME=&quot;employee.grade&quot;) COLUMN(NAME=&quot;cadre.descr&quot;) COLUMN(NAME=&quot;grade.descr&quot;) COLUMN(NAME=&quot;employee.report_to&quot;) COLUMN(NAME=&quot;employee.report_to__admin&quot;) COLUMN(NAME=&quot;employee.pos_code&quot;) COMPUTE(NAME=&quot;FN_GET_POS_DESCR(employee.emp_code,employee.dept_code,employee.pos_code) pos_code_descr&quot;) COLUMN(NAME=&quot;employee.emp_code__hod&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;F&apos;) emp_code_hod__fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;L&apos;) emp_code_hod__lname&quot;) COLUMN(NAME=&quot;employee.func_group&quot;) COLUMN(NAME=&quot;employee.parent_dept&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.parent_dept) parent_dept_descr&quot;) COMPUTE(NAME=&quot;FN_GET_DEPT_DESCR(employee.func_group) func_group_descr&quot;) COLUMN(NAME=&quot;department.descr&quot;) COLUMN(NAME=&quot;employee.insider_trading_opt&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.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.emp_mname_long&quot;) JOIN (LEFT=&quot;employee.dept_code&quot; OP =&quot;=&quot;RIGHT=&quot;department.dept_code&quot; ) JOIN (LEFT=&quot;employee.cadre&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; ) JOIN (LEFT=&quot;employee.grade&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; )WHERE( EXP1 =&quot;FN_FILTER_TEMPEMP(EMPLOYEE.EMP_TYPE)&quot; OP =&quot;&gt;&quot; EXP2 =&quot;0&quot; ) ) </retrieve> <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>
<update>EMPLOYEE</update> <update>employee</update>
<updatewhere>0</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Employee Code</text> <text>Emp Fname</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>2</x> <x>123</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>103</width> <width>90</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_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>
...@@ -283,109 +223,53 @@ ...@@ -283,109 +223,53 @@
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>First Name </text>
<border>6</border>
<color>33554432</color>
<x>107</x>
<y>2</y>
<height>16</height>
<width>199</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname_long_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> <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>0</alignment>
<text>Middle Name </text> <text>Emp Mname</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>308</x> <x>215</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>183</width> <width>89</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname_long_t</name> <name>emp_mname_t</name>
<visible>1</visible> <visible>1</visible>
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Last Name</text> <text>Emp Type</text>
<border>6</border>
<color>33554432</color>
<x>493</x>
<y>2</y>
<height>16</height>
<width>183</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname_long_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>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Contact Code</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>678</x> <x>66</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>91</width> <width>55</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>contact_code_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>
...@@ -396,24 +280,24 @@ ...@@ -396,24 +280,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Type</text> <text>Emp Code</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>771</x> <x>2</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>59</width> <width>62</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_type_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>
...@@ -424,20 +308,20 @@ ...@@ -424,20 +308,20 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Design Code</text> <text>Design Code</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>832</x> <x>570</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>85</width> <width>71</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -452,20 +336,20 @@ ...@@ -452,20 +336,20 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Designation</text> <text>Designation</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>919</x> <x>643</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>233</width> <width>146</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -480,24 +364,24 @@ ...@@ -480,24 +364,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Link Code</text> <text>Dept Code</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1154</x> <x>398</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>93</width> <width>62</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__link_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>
...@@ -508,24 +392,24 @@ ...@@ -508,24 +392,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Class</text> <text>Grade</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1249</x> <x>462</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>64</width> <width>55</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_class_t</name> <name>grade_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -536,24 +420,24 @@ ...@@ -536,24 +420,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Sub Department</text> <text>Cadre</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1315</x> <x>519</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>109</width> <width>49</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dept_code_t</name> <name>cadre_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -564,24 +448,24 @@ ...@@ -564,24 +448,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Cadre</text> <text>Report To</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1426</x> <x>791</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>69</width> <width>61</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cadre_code_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>
...@@ -592,24 +476,24 @@ ...@@ -592,24 +476,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Grade</text> <text>E Site</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1497</x> <x>1013</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>73</width> <width>51</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grade_code_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>
...@@ -620,24 +504,24 @@ ...@@ -620,24 +504,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Sub Department Description </text> <text>P Site</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1572</x> <x>1066</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>238</width> <width>76</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>department_desrc_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>
...@@ -648,24 +532,24 @@ ...@@ -648,24 +532,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Cadre Description </text> <text>W Site</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>1812</x> <x>1144</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>194</width> <width>56</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cadre_descr_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>
...@@ -676,24 +560,24 @@ ...@@ -676,24 +560,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Grade Description</text> <text>PM Site</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>2008</x> <x>1202</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>189</width> <width>56</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grade_descr_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>
...@@ -704,24 +588,24 @@ ...@@ -704,24 +588,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Report To</text> <text>Chgdate</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>2199</x> <x>1260</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>66</width> <width>60</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>report_to_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>
...@@ -732,24 +616,24 @@ ...@@ -732,24 +616,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Report To Admin</text> <text>Chg Trm</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>2267</x> <x>1322</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>117</width> <width>75</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>report_to__admin_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>
...@@ -760,24 +644,24 @@ ...@@ -760,24 +644,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Department Head</text> <text>Chg User</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>2386</x> <x>1399</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>114</width> <width>50</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__hod_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>
...@@ -788,24 +672,24 @@ ...@@ -788,24 +672,24 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Position Code</text> <text>Report to admin</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>2502</x> <x>854</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>86</width> <width>105</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pos_code_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>
...@@ -816,715 +700,114 @@ ...@@ -816,715 +700,114 @@
<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> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment>
<text>Position Description</text>
<border>6</border>
<color>33554432</color>
<x>2590</x>
<y>2</y>
<height>16</height>
<width>210</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pos_code_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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>First Name of Department Head </text>
<border>6</border>
<color>33554432</color>
<x>2802</x>
<y>2</y>
<height>16</height>
<width>198</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_hod__fname_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>Last Name of Department Head</text>
<border>6</border>
<color>33554432</color>
<x>3002</x>
<y>2</y>
<height>16</height>
<width>208</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_hod__lname_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>Functional Group</text>
<border>6</border>
<color>33554432</color>
<x>3212</x>
<y>2</y>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>func_group_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>Parent Dept</text>
<border>6</border>
<color>33554432</color>
<x>3323</x>
<y>2</y>
<height>16</height>
<width>86</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>parent_dept_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>Parent Dept Descr</text>
<border>6</border>
<color>33554432</color>
<x>3411</x>
<y>2</y>
<height>16</height>
<width>223</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>parent_dept_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>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Functional Group Description</text>
<border>6</border>
<color>33554432</color>
<x>3636</x>
<y>2</y>
<height>16</height>
<width>262</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>func_group_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>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Insider Trading</text>
<border>6</border>
<color>33554432</color>
<x>3900</x>
<y>2</y>
<height>16</height>
<width>90</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>insider_trading_opt_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>0</alignment>
<text>Employment Site</text>
<border>6</border>
<color>33554432</color>
<x>3992</x>
<y>2</y>
<height>16</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_site_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>0</alignment>
<text>Payroll Site</text>
<border>6</border>
<color>33554432</color>
<x>4090</x>
<y>2</y>
<height>16</height>
<width>66</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site_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>0</alignment>
<text>Work Site</text>
<border>6</border>
<color>33554432</color>
<x>4158</x>
<y>2</y>
<height>16</height>
<width>61</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_site_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>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>28</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>4158</x>
<y>2</y>
<height>19</height>
<width>61</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_site</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>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>27</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>4090</x>
<y>2</y>
<height>19</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pay_site</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>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>26</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>33554432</color>
<x>3992</x>
<y>2</y>
<height>19</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_site</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>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>25</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3900</x>
<y>2</y>
<height>19</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>insider_trading_opt</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>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>23</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3636</x>
<y>2</y>
<height>19</height>
<width>262</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>func_group_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>4000</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>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>22</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3411</x>
<y>2</y>
<height>19</height>
<width>223</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>parent_dept_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>4000</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>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Status</text>
<border>5</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>3323</x> <x>1451</x>
<y>2</y> <y>3</y>
<height>19</height> <height>16</height>
<width>86</width> <width>53</width>
<format>[general]</format> <html>
<html> <valueishtml>0</valueishtml>
<valueishtml>0</valueishtml> </html>
</html> <name>status_t</name>
<name>parent_dept</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>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>3212</x>
<y>2</y>
<height>19</height>
<width>109</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>func_group</name>
<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>
<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>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Emp Lname</text>
<border>5</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>3002</x> <x>306</x>
<y>2</y> <y>3</y>
<height>19</height> <height>16</height>
<width>208</width> <width>90</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_hod__lname</name> <name>emp_lname_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4000</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>
<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>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Date Join</text>
<border>5</border> <border>6</border>
<color>33554432</color> <color>0</color>
<x>2802</x> <x>961</x>
<y>2</y> <y>3</y>
<height>19</height> <height>16</height>
<width>198</width> <width>50</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_hod__fname</name> <name>date_join_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>4000</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>
<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>16777215</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>2590</x> <x>123</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>210</width> <width>90</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pos_code_descr</name> <name>emp_fname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>4000</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1533,36 +816,35 @@ ...@@ -1533,36 +816,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>2502</x> <x>215</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>86</width> <width>89</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pos_code</name> <name>emp_mname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1571,36 +853,35 @@ ...@@ -1571,36 +853,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>2386</x> <x>66</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>114</width> <width>55</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__hod</name> <name>emp_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>1</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1609,36 +890,35 @@ ...@@ -1609,36 +890,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>2267</x> <x>2</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>117</width> <width>62</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>report_to__admin</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1647,36 +927,35 @@ ...@@ -1647,36 +927,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>2199</x> <x>570</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>66</width> <width>71</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>report_to</name> <name>design_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1685,36 +964,35 @@ ...@@ -1685,36 +964,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>2008</x> <x>643</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>189</width> <width>146</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grade_descr</name> <name>designation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>40</limit> <limit>25</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1723,36 +1001,35 @@ ...@@ -1723,36 +1001,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>1812</x> <x>398</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>194</width> <width>62</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cadre_descr</name> <name>dept_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>40</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1761,73 +1038,72 @@ ...@@ -1761,73 +1038,72 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>24</id> <id>9</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>70</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>1572</x> <x>462</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>238</width> <width>55</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>department_desrc</name> <name>grade</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <autoselect>yes</autoselect>
<autoselect>no</autoselect> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>1497</x> <x>519</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>73</width> <width>49</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grade_code</name> <name>cadre</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1836,36 +1112,35 @@ ...@@ -1836,36 +1112,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>11</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>1426</x> <x>791</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>69</width> <width>61</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cadre_code</name> <name>report_to</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1874,36 +1149,35 @@ ...@@ -1874,36 +1149,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>1315</x> <x>1013</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>109</width> <width>51</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dept_code</name> <name>emp_site</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1912,36 +1186,35 @@ ...@@ -1912,36 +1186,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>1249</x> <x>1066</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>64</width> <width>76</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_class</name> <name>pay_site</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1950,36 +1223,35 @@ ...@@ -1950,36 +1223,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>1154</x> <x>1144</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>93</width> <width>56</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__link</name> <name>work_site</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -1988,36 +1260,35 @@ ...@@ -1988,36 +1260,35 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>919</x> <x>1202</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>233</width> <width>56</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>designation</name> <name>site_code__payment</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>25</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -2026,145 +1297,139 @@ ...@@ -2026,145 +1297,139 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>832</x> <x>1260</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>85</width> <width>60</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>design_code</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</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>
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>180</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>771</x> <x>1322</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>59</width> <width>75</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_type</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>1</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>
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>190</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>678</x> <x>1399</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>91</width> <width>50</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>contact_code</name> <name>chg_user</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</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>
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>30</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>493</x> <x>854</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>183</width> <width>105</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname_long</name> <name>report_to__admin</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -2176,123 +1441,122 @@ ...@@ -2176,123 +1441,122 @@
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>31</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>200</tabsequence>
<border>5</border> <border>0</border>
<color>33554432</color> <color>0</color>
<x>308</x> <x>1451</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>183</width> <width>53</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname_long</name> <name>status</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>
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>29</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>107</x> <x>306</x>
<y>2</y> <y>1</y>
<height>19</height> <height>18</height>
<width>199</width> <width>90</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname_long</name> <name>emp_lname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>0</color>
<x>2</x> <x>961</x>
<y>2</y> <y>2</y>
<height>19</height> <height>18</height>
<width>103</width> <width>50</width>
<format>[general]</format> <format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>date_join</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>
<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>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
...@@ -2313,12 +1577,6 @@ ...@@ -2313,12 +1577,6 @@
<includewhitespace>0</includewhitespace> <includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype> <metadatatype>0</metadatatype>
<savemetadata>0</savemetadata> <savemetadata>0</savemetadata>
<Template>
<comment></comment>
<encoding>UTF-8</encoding>
<name>emp_basic_info_brow</name>
<xml>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&lt;untitled&gt;&lt;untitled_row __pbband=&quot;detail&quot;&gt;&lt;employee_emp_code&gt;emp_code&lt;/employee_emp_code&gt;&lt;employee_emp_fname&gt;emp_fname&lt;/employee_emp_fname&gt;&lt;employee_emp_mname&gt;emp_mname&lt;/employee_emp_mname&gt;&lt;employee_emp_lname&gt;emp_lname&lt;/employee_emp_lname&gt;&lt;employee_emp_type&gt;emp_type&lt;/employee_emp_type&gt;&lt;employee_designation&gt;designation&lt;/employee_designation&gt;&lt;employee_dept_code&gt;dept_code&lt;/employee_dept_code&gt;&lt;employee_cadre&gt;cadre_code&lt;/employee_cadre&gt;&lt;employee_grade&gt;grade_code&lt;/employee_grade&gt;&lt;cadre_descr&gt;cadre_descr&lt;/cadre_descr&gt;&lt;grade_descr&gt;grade_descr&lt;/grade_descr&gt;&lt;employee_report_to&gt;report_to&lt;/employee_report_to&gt;&lt;employee_emp_code__link&gt;emp_code__link&lt;/employee_emp_code__link&gt;&lt;department_descr/&gt;&lt;employee_contact_code&gt;contact_code&lt;/employee_contact_code&gt;&lt;employee_design_code&gt;design_code&lt;/employee_design_code&gt;&lt;employee_report_to__admin&gt;report_to__admin&lt;/employee_report_to__admin&gt;&lt;employee_emp_class&gt;emp_class&lt;/employee_emp_class&gt;&lt;employee_emp_code__hod&gt;emp_code__hod&lt;/employee_emp_code__hod&gt;&lt;employee_pos_code&gt;pos_code&lt;/employee_pos_code&gt;&lt;emp_code_hod__fname&gt;emp_code_hod__fname&lt;/emp_code_hod__fname&gt;&lt;emp_code_hod__lname&gt;emp_code_hod__lname&lt;/emp_code_hod__lname&gt;&lt;pos_code_descr&gt;pos_code_descr&lt;/pos_code_descr&gt;&lt;employee_func_group&gt;func_group&lt;/employee_func_group&gt;&lt;employee_parent_dept&gt;parent_dept&lt;/employee_parent_dept&gt;&lt;parent_dept_descr&gt;parent_dept_descr&lt;/parent_dept_descr&gt;&lt;func_group_descr&gt;func_group_descr&lt;/func_group_descr&gt;&lt;/untitled_row&gt;&lt;/untitled&gt;</xml>
</Template>
</Export.XML> </Export.XML>
<Import.XML> <Import.XML>
</Import.XML> </Import.XML>
......
...@@ -726,18 +726,18 @@ ...@@ -726,18 +726,18 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Change User</text> <text>Group Mediclaim</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1807</x> <x>1593</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>92</width> <width>101</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user_t</name> <name>group_mediclaim_t</name>
<visible expression="&apos;false&apos;">1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -754,17 +754,17 @@ ...@@ -754,17 +754,17 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Change Term</text> <text>Change User</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1901</x> <x>1807</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>88</width> <width>92</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>chg_user_t</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -782,17 +782,17 @@ ...@@ -782,17 +782,17 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Change Date</text> <text>Change Term</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1991</x> <x>1901</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>85</width> <width>88</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>chg_term_t</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -810,18 +810,18 @@ ...@@ -810,18 +810,18 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Group Mediclaim</text> <text>Change Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1593</x> <x>1991</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>101</width> <width>85</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>group_mediclaim_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>
...@@ -1502,25 +1502,26 @@ ...@@ -1502,25 +1502,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</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>1807</x> <x>1593</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>92</width> <width>101</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>group_mediclaim</name>
<visible expression="&apos;false&apos;">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>
...@@ -1538,20 +1539,20 @@ ...@@ -1538,20 +1539,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</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>1901</x> <x>1807</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>88</width> <width>92</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>chg_user</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1574,20 +1575,20 @@ ...@@ -1574,20 +1575,20 @@
</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>0</color>
<x>1991</x> <x>1901</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>85</width> <width>88</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>chg_term</name>
<visible expression="&apos;false&apos;">1</visible> <visible expression="&apos;false&apos;">1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -1610,26 +1611,25 @@ ...@@ -1610,26 +1611,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1593</x> <x>1991</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>101</width> <width>85</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>group_mediclaim</name> <name>chg_date</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>
<focusrectangle>no</focusrectangle> <autoselect>yes</autoselect>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
......
...@@ -60,7 +60,6 @@ ...@@ -60,7 +60,6 @@
<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>
...@@ -97,8 +96,17 @@ ...@@ -97,8 +96,17 @@
<item display="No" data="N"/> <item display="No" data="N"/>
</values> </values>
</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;)WHERE( EXP1 =&quot;emplang.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <table_column>
<update>emplang</update> <type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>emplang.line_no</dbname>
<initial>0</initial>
</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>
<update>EMPLANG</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -246,42 +254,34 @@ ...@@ -246,42 +254,34 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Line No</text>
<border>5</border> <border>6</border>
<color>0</color> <color>0</color>
<x>315</x> <x>372</x>
<y>1</y> <y>2</y>
<height>18</height> <height>16</height>
<width>55</width> <width>65</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>speak</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-12</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<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>1</id>
...@@ -428,6 +428,79 @@ ...@@ -428,6 +428,79 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>315</x>
<y>1</y>
<height>18</height>
<width>55</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>speak</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</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>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>372</x>
<y>1</y>
<height>18</height>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no</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>1090519039</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -142,7 +142,40 @@ ...@@ -142,7 +142,40 @@
<name>qualification_descr</name> <name>qualification_descr</name>
<dbname>qualification.descr</dbname> <dbname>qualification.descr</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empqual&quot; ) TABLE(NAME=&quot;qualification&quot; ) COLUMN(NAME=&quot;empqual.emp_code&quot;) COLUMN(NAME=&quot;empqual.seq_no&quot;) COLUMN(NAME=&quot;empqual.qlf_code&quot;) COLUMN(NAME=&quot;empqual.institute&quot;) COLUMN(NAME=&quot;empqual.subject1&quot;) COLUMN(NAME=&quot;empqual.subject2&quot;) COLUMN(NAME=&quot;empqual.subject3&quot;) COLUMN(NAME=&quot;empqual.subject4&quot;) COLUMN(NAME=&quot;empqual.pass_year&quot;) COLUMN(NAME=&quot;empqual.class&quot;) COLUMN(NAME=&quot;empqual.perc&quot;) COLUMN(NAME=&quot;empqual.print_seq&quot;) COLUMN(NAME=&quot;qualification.descr&quot;) JOIN (LEFT=&quot;qualification.qlf_code&quot; OP =&quot;=&quot;RIGHT=&quot;empqual.qlf_code&quot; )WHERE( EXP1 =&quot;empqual.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>course_type</name>
<dbname>empqual.course_type</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>course_duration</name>
<dbname>empqual.course_duration</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>count_code__qual</name>
<dbname>empqual.count_code__qual</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>qual_country_descr</name>
<dbname>qual_country_descr</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>course_type_descr</name>
<dbname>course_type_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empqual&quot; ) TABLE(NAME=&quot;qualification&quot; ) COLUMN(NAME=&quot;empqual.emp_code&quot;) COLUMN(NAME=&quot;empqual.seq_no&quot;) COLUMN(NAME=&quot;empqual.qlf_code&quot;) COLUMN(NAME=&quot;empqual.institute&quot;) COLUMN(NAME=&quot;empqual.subject1&quot;) COLUMN(NAME=&quot;empqual.subject2&quot;) COLUMN(NAME=&quot;empqual.subject3&quot;) COLUMN(NAME=&quot;empqual.subject4&quot;) COLUMN(NAME=&quot;empqual.pass_year&quot;) COLUMN(NAME=&quot;empqual.class&quot;) COLUMN(NAME=&quot;empqual.perc&quot;) COLUMN(NAME=&quot;empqual.print_seq&quot;) COLUMN(NAME=&quot;qualification.descr&quot;) COLUMN(NAME=&quot;empqual.course_type&quot;) COLUMN(NAME=&quot;empqual.course_duration&quot;) COLUMN(NAME=&quot;empqual.count_code__qual&quot;) COMPUTE(NAME=&quot;FN_GET_COUNT_DESCR(empqual.count_code__qual) as qual_country_descr&quot;) COMPUTE(NAME=&quot;FN_GET_GEN_DESCR(&apos;COURSE_TYPE&apos; , &apos;W_EMP_COMPLETE&apos; , trim(empqual.course_type) , &apos;D&apos;) as course_type_descr&quot;) JOIN (LEFT=&quot;qualification.qlf_code&quot; OP =&quot;=&quot;RIGHT=&quot;empqual.qlf_code&quot; )WHERE( EXP1 =&quot;empqual.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve>
<update>empqual</update> <update>empqual</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -168,7 +201,7 @@ ...@@ -168,7 +201,7 @@
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>seq_no_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>
...@@ -438,13 +471,13 @@ ...@@ -438,13 +471,13 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Perc</text> <text>Percentage</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1023</x> <x>1023</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>51</width> <width>81</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -463,13 +496,41 @@ ...@@ -463,13 +496,41 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Qualification Description</text>
<border>6</border>
<color>0</color>
<x>218</x>
<y>2</y>
<height>16</height>
<width>198</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qualification_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>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Print Seq</text> <text>Print Seq</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>1076</x> <x>1106</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>57</width> <width>57</width>
...@@ -494,17 +555,129 @@ ...@@ -494,17 +555,129 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Qualification Description</text> <text>Course Type</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>218</x> <x>1165</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>198</width> <width>78</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qualification_descr_t</name> <name>course_type_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>0</alignment>
<text>Duration</text>
<border>6</border>
<color>0</color>
<x>1471</x>
<y>1</y>
<height>16</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>course_duration_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>0</alignment>
<text>Country Code</text>
<border>6</border>
<color>0</color>
<x>1533</x>
<y>1</y>
<height>16</height>
<width>89</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>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Course Type Description</text>
<border>6</border>
<color>0</color>
<x>1245</x>
<y>1</y>
<height>16</height>
<width>224</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>course_type_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>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Country Name</text>
<border>6</border>
<color>0</color>
<x>1624</x>
<y>1</y>
<height>16</height>
<width>269</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qual_country_descr_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -565,7 +738,7 @@ ...@@ -565,7 +738,7 @@
<x>1023</x> <x>1023</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>51</width> <width>81</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -937,7 +1110,7 @@ ...@@ -937,7 +1110,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>1076</x> <x>1106</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>57</width> <width>57</width>
...@@ -1004,6 +1177,191 @@ ...@@ -1004,6 +1177,191 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>1165</x>
<y>1</y>
<height>16</height>
<width>78</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>course_type</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>1471</x>
<y>1</y>
<height>16</height>
<width>60</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>course_duration</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>1533</x>
<y>1</y>
<height>16</height>
<width>89</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__qual</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>1245</x>
<y>1</y>
<height>16</height>
<width>224</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>course_type_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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>1624</x>
<y>1</y>
<height>16</height>
<width>269</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qual_country_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>16777215</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -368,13 +368,13 @@ ...@@ -368,13 +368,13 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Chg User</text> <text>Change User</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>714</x> <x>714</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>65</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -396,13 +396,13 @@ ...@@ -396,13 +396,13 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Chg Date</text> <text>Change Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>781</x> <x>796</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>68</width> <width>92</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -424,13 +424,13 @@ ...@@ -424,13 +424,13 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Chg Term</text> <text>Change Term</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>851</x> <x>890</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>66</width> <width>88</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -758,7 +758,7 @@ ...@@ -758,7 +758,7 @@
<x>714</x> <x>714</x>
<y>0</y> <y>0</y>
<height>16</height> <height>16</height>
<width>65</width> <width>80</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -791,10 +791,10 @@ ...@@ -791,10 +791,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>781</x> <x>796</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>68</width> <width>92</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -827,10 +827,10 @@ ...@@ -827,10 +827,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>851</x> <x>890</x>
<y>0</y> <y>0</y>
<height>16</height> <height>16</height>
<width>66</width> <width>88</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
......
...@@ -74,7 +74,6 @@ ...@@ -74,7 +74,6 @@
<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>
...@@ -130,8 +129,30 @@ ...@@ -130,8 +129,30 @@
<dbname>empexperience.print_seq</dbname> <dbname>empexperience.print_seq</dbname>
<initial>0</initial> <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;)WHERE( EXP1 =&quot;empexperience.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <table_column>
<update>empexperience</update> <type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>count_code__work</name>
<dbname>empexperience.count_code__work</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>work_country_descr</name>
<dbname>work_country_descr</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>empexperience.line_no</dbname>
<initial>0</initial>
</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>
<update>EMPEXPERIENCE</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -341,13 +362,13 @@ ...@@ -341,13 +362,13 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Chg Date</text> <text>Change Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>713</x> <x>713</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>68</width> <width>82</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -369,17 +390,17 @@ ...@@ -369,17 +390,17 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Chg Term</text> <text>Change Term</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>783</x> <x>797</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>76</width> <width>87</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_2</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -397,13 +418,13 @@ ...@@ -397,13 +418,13 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Chg User</text> <text>Change User</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>861</x> <x>886</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>60</width> <width>80</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -428,7 +449,7 @@ ...@@ -428,7 +449,7 @@
<text>Print Seq</text> <text>Print Seq</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>923</x> <x>968</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>71</width> <width>71</width>
...@@ -450,6 +471,90 @@ ...@@ -450,6 +471,90 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Country Code</text>
<border>6</border>
<color>33554432</color>
<x>1041</x>
<y>2</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__work_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>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Work Country Name</text>
<border>6</border>
<color>33554432</color>
<x>1138</x>
<y>2</y>
<height>16</height>
<width>296</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_country_descr_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>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Line No</text>
<border>6</border>
<color>33554432</color>
<x>1436</x>
<y>2</y>
<height>16</height>
<width>59</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no_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>1</id> <id>1</id>
...@@ -716,10 +821,10 @@ ...@@ -716,10 +821,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>783</x> <x>797</x>
<y>1</y> <y>1</y>
<height>19</height> <height>19</height>
<width>76</width> <width>87</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -755,7 +860,7 @@ ...@@ -755,7 +860,7 @@
<x>713</x> <x>713</x>
<y>1</y> <y>1</y>
<height>19</height> <height>19</height>
<width>68</width> <width>82</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -788,10 +893,10 @@ ...@@ -788,10 +893,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>861</x> <x>886</x>
<y>1</y> <y>1</y>
<height>19</height> <height>19</height>
<width>60</width> <width>80</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -824,7 +929,7 @@ ...@@ -824,7 +929,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>923</x> <x>968</x>
<y>1</y> <y>1</y>
<height>19</height> <height>19</height>
<width>71</width> <width>71</width>
...@@ -854,6 +959,117 @@ ...@@ -854,6 +959,117 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1041</x>
<y>1</y>
<height>19</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__work</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1138</x>
<y>1</y>
<height>19</height>
<width>296</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_country_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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>1436</x>
<y>1</y>
<height>19</height>
<width>59</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no</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>1090519039</color>
</background>
</ColumnObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -132,13 +132,13 @@ ...@@ -132,13 +132,13 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Employee Code</text> <text>Emp Code</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>92</width> <width>66</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -163,7 +163,7 @@ ...@@ -163,7 +163,7 @@
<text>Bank Code</text> <text>Bank Code</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>96</x> <x>70</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
...@@ -191,10 +191,10 @@ ...@@ -191,10 +191,10 @@
<text>Bank Name</text> <text>Bank Name</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>164</x> <x>138</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>145</width> <width>119</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -219,7 +219,7 @@ ...@@ -219,7 +219,7 @@
<text>Bank A/c No.</text> <text>Bank A/c No.</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>311</x> <x>259</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>105</width> <width>105</width>
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
<text>Station Code</text> <text>Station Code</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>418</x> <x>366</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>90</width> <width>90</width>
...@@ -272,13 +272,13 @@ ...@@ -272,13 +272,13 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Amount Type</text> <text>Amt Type</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>510</x> <x>458</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>103</width> <width>56</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -299,11 +299,11 @@ ...@@ -299,11 +299,11 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Amount</text> <text>Amount</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>615</x> <x>516</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
...@@ -331,7 +331,7 @@ ...@@ -331,7 +331,7 @@
<text>Chg Date</text> <text>Chg Date</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>689</x> <x>590</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
...@@ -359,7 +359,7 @@ ...@@ -359,7 +359,7 @@
<text>Chg Term</text> <text>Chg Term</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>757</x> <x>658</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
...@@ -387,7 +387,7 @@ ...@@ -387,7 +387,7 @@
<text>Chg User</text> <text>Chg User</text>
<border>6</border> <border>6</border>
<color>33554432</color> <color>33554432</color>
<x>825</x> <x>726</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>67</width> <width>67</width>
...@@ -419,7 +419,7 @@ ...@@ -419,7 +419,7 @@
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>92</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -454,7 +454,7 @@ ...@@ -454,7 +454,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>96</x> <x>70</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
...@@ -492,10 +492,10 @@ ...@@ -492,10 +492,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>164</x> <x>138</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>145</width> <width>119</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>311</x> <x>259</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>105</width> <width>105</width>
...@@ -567,7 +567,7 @@ ...@@ -567,7 +567,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>418</x> <x>366</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>90</width> <width>90</width>
...@@ -604,10 +604,10 @@ ...@@ -604,10 +604,10 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>510</x> <x>458</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>103</width> <width>56</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -642,7 +642,7 @@ ...@@ -642,7 +642,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>615</x> <x>516</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
...@@ -680,7 +680,7 @@ ...@@ -680,7 +680,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>689</x> <x>590</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
...@@ -718,7 +718,7 @@ ...@@ -718,7 +718,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>757</x> <x>658</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
...@@ -756,7 +756,7 @@ ...@@ -756,7 +756,7 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>825</x> <x>726</x>
<y>2</y> <y>2</y>
<height>16</height> <height>16</height>
<width>67</width> <width>67</width>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>2182</height> <height>2169</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -357,7 +357,7 @@ ...@@ -357,7 +357,7 @@
<dbname>employee.cur_state</dbname> <dbname>employee.cur_state</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="20">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>cur_pin</name> <name>cur_pin</name>
...@@ -1205,7 +1205,7 @@ ...@@ -1205,7 +1205,7 @@
<dbname>employee.handicap_category</dbname> <dbname>employee.handicap_category</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>insider_trading_opt</name> <name>insider_trading_opt</name>
...@@ -1389,6 +1389,7 @@ ...@@ -1389,6 +1389,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>revision_no</name> <name>revision_no</name>
<dbname>employee.revision_no</dbname> <dbname>employee.revision_no</dbname>
<initial>1</initial>
</table_column> </table_column>
<table_column> <table_column>
<type precision="0">decimal</type> <type precision="0">decimal</type>
...@@ -1404,8 +1405,8 @@ ...@@ -1404,8 +1405,8 @@
<name>retirement_date</name> <name>retirement_date</name>
<dbname>employee.retirement_date</dbname> <dbname>employee.retirement_date</dbname>
</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;L&apos;) admin_lname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to__admin,&apos;F&apos;) 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;M&apos;) admin_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;F&apos;) report_fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;M&apos;) report_mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.report_to,&apos;L&apos;) 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;F&apos;) emp_code_hod__fname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;M&apos;) emp_code_hod__mname&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(employee.emp_code__hod,&apos;L&apos;) emp_code_hod__lname&quot;) COMPUTE(NAME=&quot;FN_GET_POS_DESCR(employee.emp_code,employee.dept_code,employee.pos_code) 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) 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) 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) 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;X&apos;) as funchead_name&quot;) COMPUTE(NAME=&quot;FN_GET_EMP_NAME(business_units.emp_code__head,&apos;X&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;) 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> <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;) 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>
<argument> <argument>
...@@ -1420,7 +1421,7 @@ ...@@ -1420,7 +1421,7 @@
<color>0</color> <color>0</color>
<x>5</x> <x>5</x>
<y>1227</y> <y>1227</y>
<height>483</height> <height>464</height>
<width>552</width> <width>552</width>
<name>gb_3</name> <name>gb_3</name>
<visible>1</visible> <visible>1</visible>
...@@ -7277,27 +7278,96 @@ ...@@ -7277,27 +7278,96 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Joined As :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1254</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>joined_as_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>52</id> <id>51</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>153</x>
<y>1254</y> <y>1254</y>
<height>16</height> <height>16</height>
<width>69</width> <width>195</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date_join</name> <name>joined_as</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>25</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <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>
<ColumnObject>
<band>Detail</band>
<id>176</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>209</x>
<y>55</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname_long</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -7314,26 +7384,64 @@ ...@@ -7314,26 +7384,64 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>53</id> <id>177</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>810</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>319</x>
<y>1274</y> <y>55</y>
<height>16</height> <height>16</height>
<width>69</width> <width>105</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>mode_app</name> <name>emp_mname_long</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>50</limit> <limit>30</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>
</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>
<ColumnObject>
<band>Detail</band>
<id>178</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>429</x>
<y>55</y>
<height>16</height>
<width>105</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname_long</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -7357,7 +7465,7 @@ ...@@ -7357,7 +7465,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>337</x> <x>337</x>
<y>1274</y> <y>1295</y>
<height>16</height> <height>16</height>
<width>123</width> <width>123</width>
<html> <html>
...@@ -7382,11 +7490,11 @@ ...@@ -7382,11 +7490,11 @@
<band>Detail</band> <band>Detail</band>
<id>56</id> <id>56</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>820</tabsequence> <tabsequence>840</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
<y>1274</y> <y>1295</y>
<height>16</height> <height>16</height>
<width>69</width> <width>69</width>
<format>0</format> <format>0</format>
...@@ -7421,11 +7529,11 @@ ...@@ -7421,11 +7529,11 @@
<band>Detail</band> <band>Detail</band>
<id>55</id> <id>55</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>840</tabsequence> <tabsequence>860</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
<y>1294</y> <y>1315</y>
<height>16</height> <height>16</height>
<width>69</width> <width>69</width>
<format>[general]</format> <format>[general]</format>
...@@ -7455,15 +7563,43 @@ ...@@ -7455,15 +7563,43 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Employment Site :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1315</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_site_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>54</id> <id>54</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>830</tabsequence> <tabsequence>850</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1294</y> <y>1315</y>
<height>16</height> <height>16</height>
<width>69</width> <width>69</width>
<format>[general]</format> <format>[general]</format>
...@@ -7497,11 +7633,11 @@ ...@@ -7497,11 +7633,11 @@
<band>Detail</band> <band>Detail</band>
<id>57</id> <id>57</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>850</tabsequence> <tabsequence>870</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1314</y> <y>1335</y>
<height>16</height> <height>16</height>
<width>69</width> <width>69</width>
<format>[general]</format> <format>[general]</format>
...@@ -7531,31 +7667,21 @@ ...@@ -7531,31 +7667,21 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>58</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Process Group :</text>
<tabsequence>870</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>56</x>
<y>1334</y> <y>1355</y>
<height>16</height> <height>16</height>
<width>49</width> <width>92</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>proc_group</name> <name>proc_group_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>
...@@ -7565,19 +7691,19 @@ ...@@ -7565,19 +7691,19 @@
<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>99</id> <id>99</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>860</tabsequence> <tabsequence>880</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
<y>1314</y> <y>1335</y>
<height>16</height> <height>16</height>
<width>69</width> <width>69</width>
<format>[general]</format> <format>[general]</format>
...@@ -7607,6 +7733,34 @@ ...@@ -7607,6 +7733,34 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Notice Period :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1375</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>notice_prd_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>
...@@ -7614,7 +7768,7 @@ ...@@ -7614,7 +7768,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>367</x> <x>367</x>
<y>1354</y> <y>1375</y>
<height>16</height> <height>16</height>
<width>93</width> <width>93</width>
<html> <html>
...@@ -7639,11 +7793,11 @@ ...@@ -7639,11 +7793,11 @@
<band>Detail</band> <band>Detail</band>
<id>59</id> <id>59</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>890</tabsequence> <tabsequence>910</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
<y>1354</y> <y>1375</y>
<height>16</height> <height>16</height>
<width>69</width> <width>69</width>
<format>0</format> <format>0</format>
...@@ -7676,17 +7830,17 @@ ...@@ -7676,17 +7830,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Probation Period :</text> <text>Probation.Date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>220</x> <x>56</x>
<y>1374</y> <y>1395</y>
<height>16</height> <height>16</height>
<width>103</width> <width>92</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>probation_prd_t</name> <name>probation_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -7704,17 +7858,45 @@ ...@@ -7704,17 +7858,45 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Probation :</text> <text>Probation Period :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>403</x> <x>220</x>
<y>1374</y> <y>1395</y>
<height>16</height> <height>16</height>
<width>69</width> <width>103</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>probation_t</name> <name>probation_prd_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>Probation :</text>
<border>0</border>
<color>0</color>
<x>403</x>
<y>1395</y>
<height>16</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>probation_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -7737,7 +7919,7 @@ ...@@ -7737,7 +7919,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>477</x> <x>477</x>
<y>1374</y> <y>1395</y>
<height>16</height> <height>16</height>
<width>58</width> <width>58</width>
<format>[general]</format> <format>[general]</format>
...@@ -7769,11 +7951,11 @@ ...@@ -7769,11 +7951,11 @@
<band>Detail</band> <band>Detail</band>
<id>63</id> <id>63</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>880</tabsequence> <tabsequence>900</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1354</y> <y>1375</y>
<height>16</height> <height>16</height>
<width>60</width> <width>60</width>
<format>0</format> <format>0</format>
...@@ -7811,7 +7993,7 @@ ...@@ -7811,7 +7993,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>221</x> <x>221</x>
<y>1394</y> <y>1415</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
...@@ -7840,7 +8022,7 @@ ...@@ -7840,7 +8022,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>297</x> <x>297</x>
<y>1394</y> <y>1415</y>
<height>16</height> <height>16</height>
<width>59</width> <width>59</width>
<format>[general]</format> <format>[general]</format>
...@@ -7875,7 +8057,7 @@ ...@@ -7875,7 +8057,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>372</x> <x>372</x>
<y>1394</y> <y>1415</y>
<height>16</height> <height>16</height>
<width>101</width> <width>101</width>
<html> <html>
...@@ -7896,6 +8078,62 @@ ...@@ -7896,6 +8078,62 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Mode of Appoint :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1295</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>mode_app_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>Confirmation Date :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1415</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>date_conf_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>60</id> <id>60</id>
...@@ -7904,7 +8142,7 @@ ...@@ -7904,7 +8142,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>153</x> <x>153</x>
<y>1374</y> <y>1395</y>
<height>16</height> <height>16</height>
<width>57</width> <width>57</width>
<format>dd/mm/yy</format> <format>dd/mm/yy</format>
...@@ -7931,6 +8169,34 @@ ...@@ -7931,6 +8169,34 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Relieved on :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1435</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>relieve_date_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>
...@@ -7938,7 +8204,7 @@ ...@@ -7938,7 +8204,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>221</x> <x>221</x>
<y>1414</y> <y>1435</y>
<height>16</height> <height>16</height>
<width>80</width> <width>80</width>
<html> <html>
...@@ -7963,11 +8229,11 @@ ...@@ -7963,11 +8229,11 @@
<band>Detail</band> <band>Detail</band>
<id>68</id> <id>68</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>910</tabsequence> <tabsequence>930</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>305</x> <x>305</x>
<y>1414</y> <y>1435</y>
<height>16</height> <height>16</height>
<width>46</width> <width>46</width>
<format>[general]</format> <format>[general]</format>
...@@ -8003,7 +8269,7 @@ ...@@ -8003,7 +8269,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>153</x> <x>153</x>
<y>1394</y> <y>1415</y>
<height>16</height> <height>16</height>
<width>57</width> <width>57</width>
<format>dd/mm/yy</format> <format>dd/mm/yy</format>
...@@ -8034,11 +8300,11 @@ ...@@ -8034,11 +8300,11 @@
<band>Detail</band> <band>Detail</band>
<id>61</id> <id>61</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>900</tabsequence> <tabsequence>920</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>327</x> <x>327</x>
<y>1374</y> <y>1395</y>
<height>16</height> <height>16</height>
<width>60</width> <width>60</width>
<format>0</format> <format>0</format>
...@@ -8073,11 +8339,11 @@ ...@@ -8073,11 +8339,11 @@
<band>Detail</band> <band>Detail</band>
<id>67</id> <id>67</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>920</tabsequence> <tabsequence>940</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>477</x> <x>477</x>
<y>1414</y> <y>1435</y>
<height>16</height> <height>16</height>
<width>57</width> <width>57</width>
<format>[general]</format> <format>[general]</format>
...@@ -8115,7 +8381,7 @@ ...@@ -8115,7 +8381,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>477</x> <x>477</x>
<y>1394</y> <y>1415</y>
<height>16</height> <height>16</height>
<width>57</width> <width>57</width>
<format>dd/mm/yy</format> <format>dd/mm/yy</format>
...@@ -8146,11 +8412,11 @@ ...@@ -8146,11 +8412,11 @@
<band>Detail</band> <band>Detail</band>
<id>109</id> <id>109</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>940</tabsequence> <tabsequence>960</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>477</x> <x>477</x>
<y>1434</y> <y>1455</y>
<height>16</height> <height>16</height>
<width>57</width> <width>57</width>
<format>###,###,##0.00</format> <format>###,###,##0.00</format>
...@@ -8188,7 +8454,7 @@ ...@@ -8188,7 +8454,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>407</x> <x>407</x>
<y>1414</y> <y>1435</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
<html> <html>
...@@ -8216,7 +8482,7 @@ ...@@ -8216,7 +8482,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>359</x> <x>359</x>
<y>1434</y> <y>1455</y>
<height>16</height> <height>16</height>
<width>114</width> <width>114</width>
<html> <html>
...@@ -8237,6 +8503,62 @@ ...@@ -8237,6 +8503,62 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Site :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1335</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_site_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>Normal Rate: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1455</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>normal_rate_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>65</id> <id>65</id>
...@@ -8245,7 +8567,7 @@ ...@@ -8245,7 +8567,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>153</x> <x>153</x>
<y>1414</y> <y>1435</y>
<height>16</height> <height>16</height>
<width>57</width> <width>57</width>
<format>dd/mm/yy</format> <format>dd/mm/yy</format>
...@@ -8279,7 +8601,7 @@ ...@@ -8279,7 +8601,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>232</x> <x>232</x>
<y>1454</y> <y>1475</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<html> <html>
...@@ -8304,11 +8626,11 @@ ...@@ -8304,11 +8626,11 @@
<band>Detail</band> <band>Detail</band>
<id>121</id> <id>121</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>970</tabsequence> <tabsequence>990</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>477</x> <x>477</x>
<y>1454</y> <y>1475</y>
<height>16</height> <height>16</height>
<width>57</width> <width>57</width>
<format>[general]</format> <format>[general]</format>
...@@ -8341,11 +8663,11 @@ ...@@ -8341,11 +8663,11 @@
<band>Detail</band> <band>Detail</band>
<id>108</id> <id>108</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>930</tabsequence> <tabsequence>950</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1434</y> <y>1455</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
<format>###,###,##0.00</format> <format>###,###,##0.00</format>
...@@ -8375,15 +8697,43 @@ ...@@ -8375,15 +8697,43 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Gratuity Date: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1495</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>gratuity_date_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>120</id> <id>120</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>990</tabsequence> <tabsequence>1010</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
<y>1474</y> <y>1495</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
...@@ -8416,11 +8766,11 @@ ...@@ -8416,11 +8766,11 @@
<band>Detail</band> <band>Detail</band>
<id>117</id> <id>117</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>950</tabsequence> <tabsequence>970</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1454</y> <y>1475</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
...@@ -8452,11 +8802,11 @@ ...@@ -8452,11 +8802,11 @@
<band>Detail</band> <band>Detail</band>
<id>118</id> <id>118</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1010</tabsequence> <tabsequence>1030</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
<y>1494</y> <y>1515</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
...@@ -8488,11 +8838,11 @@ ...@@ -8488,11 +8838,11 @@
<band>Detail</band> <band>Detail</band>
<id>116</id> <id>116</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>980</tabsequence> <tabsequence>1000</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1474</y> <y>1495</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
...@@ -8519,31 +8869,21 @@ ...@@ -8519,31 +8869,21 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>119</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Work Table: </text>
<tabsequence>1000</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>56</x>
<y>1494</y> <y>1515</y>
<height>16</height> <height>16</height>
<width>66</width> <width>92</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>work_tblno</name> <name>work_tblno_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>
...@@ -8553,22 +8893,116 @@ ...@@ -8553,22 +8893,116 @@
<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>127</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Work Centre :</text>
<tabsequence>1020</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>56</x>
<y>1514</y> <y>1535</y>
<height>16</height> <height>16</height>
<width>66</width> <width>92</width>
<format>[general]</format> <html>
<valueishtml>0</valueishtml>
</html>
<name>work_ctr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>119</id>
<alignment>0</alignment>
<tabsequence>1020</tabsequence>
<border>5</border>
<color>0</color>
<x>153</x>
<y>1515</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_tblno</name>
<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>
<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>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Occupation Code :</text>
<border>0</border>
<color>0</color>
<x>29</x>
<y>1555</y>
<height>16</height>
<width>119</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>occupation_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>127</id>
<alignment>0</alignment>
<tabsequence>1040</tabsequence>
<border>5</border>
<color>0</color>
<x>153</x>
<y>1535</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -8594,15 +9028,43 @@ ...@@ -8594,15 +9028,43 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pension Scheme :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<y>1575</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pension_scheme_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>124</id> <id>124</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1030</tabsequence> <tabsequence>1050</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1534</y> <y>1555</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
...@@ -8635,17 +9097,17 @@ ...@@ -8635,17 +9097,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>User ID :</text> <text>Work Location :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>226</x> <x>49</x>
<y>1574</y> <y>1595</y>
<height>16</height> <height>16</height>
<width>56</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>user_id_t</name> <name>work_loc_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -8663,17 +9125,17 @@ ...@@ -8663,17 +9125,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Ext No :</text> <text>User ID :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>408</x> <x>226</x>
<y>1574</y> <y>1595</y>
<height>16</height> <height>16</height>
<width>53</width> <width>56</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ext_no_t</name> <name>user_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -8691,17 +9153,17 @@ ...@@ -8691,17 +9153,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Payroll Site :</text> <text>Ext No :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>369</x> <x>408</x>
<y>1294</y> <y>1595</y>
<height>16</height> <height>16</height>
<width>91</width> <width>53</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pay_site_t</name> <name>ext_no_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -8713,23 +9175,23 @@ ...@@ -8713,23 +9175,23 @@
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Payment Site :</text> <text>Payroll Site :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>362</x> <x>369</x>
<y>1314</y> <y>1315</y>
<height>16</height> <height>16</height>
<width>98</width> <width>91</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>site_code__payment_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>
...@@ -8744,31 +9206,21 @@ ...@@ -8744,31 +9206,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>51</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Payment Site :</text>
<tabsequence>790</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>362</x>
<y>1254</y> <y>1335</y>
<height>16</height> <height>16</height>
<width>195</width> <width>98</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>joined_as</name> <name>site_code__payment_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>25</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>
...@@ -8778,19 +9230,19 @@ ...@@ -8778,19 +9230,19 @@
<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>144</id> <id>144</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1070</tabsequence> <tabsequence>1090</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>465</x> <x>465</x>
<y>1574</y> <y>1595</y>
<height>16</height> <height>16</height>
<width>70</width> <width>70</width>
<format>[general]</format> <format>[general]</format>
...@@ -8823,11 +9275,11 @@ ...@@ -8823,11 +9275,11 @@
<band>Detail</band> <band>Detail</band>
<id>115</id> <id>115</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>960</tabsequence> <tabsequence>980</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>319</x> <x>319</x>
<y>1454</y> <y>1475</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<format>[general]</format> <format>[general]</format>
...@@ -8864,7 +9316,7 @@ ...@@ -8864,7 +9316,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>373</x> <x>373</x>
<y>1494</y> <y>1515</y>
<height>16</height> <height>16</height>
<width>87</width> <width>87</width>
<html> <html>
...@@ -8893,7 +9345,7 @@ ...@@ -8893,7 +9345,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>223</x> <x>223</x>
<y>1534</y> <y>1555</y>
<height>16</height> <height>16</height>
<width>312</width> <width>312</width>
<format>[general]</format> <format>[general]</format>
...@@ -8926,11 +9378,11 @@ ...@@ -8926,11 +9378,11 @@
<band>Detail</band> <band>Detail</band>
<id>141</id> <id>141</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1060</tabsequence> <tabsequence>1080</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>286</x> <x>286</x>
<y>1574</y> <y>1595</y>
<height>16</height> <height>16</height>
<width>115</width> <width>115</width>
<format>[general]</format> <format>[general]</format>
...@@ -8966,7 +9418,7 @@ ...@@ -8966,7 +9418,7 @@
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>404</x> <x>404</x>
<y>1454</y> <y>1475</y>
<height>16</height> <height>16</height>
<width>69</width> <width>69</width>
<html> <html>
...@@ -8994,7 +9446,7 @@ ...@@ -8994,7 +9446,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>343</x> <x>343</x>
<y>1474</y> <y>1495</y>
<height>16</height> <height>16</height>
<width>117</width> <width>117</width>
<html> <html>
...@@ -9019,11 +9471,11 @@ ...@@ -9019,11 +9471,11 @@
<band>Detail</band> <band>Detail</band>
<id>140</id> <id>140</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1040</tabsequence> <tabsequence>1060</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1554</y> <y>1575</y>
<height>16</height> <height>16</height>
<width>248</width> <width>248</width>
<format>[general]</format> <format>[general]</format>
...@@ -9056,11 +9508,11 @@ ...@@ -9056,11 +9508,11 @@
<band>Detail</band> <band>Detail</band>
<id>142</id> <id>142</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1050</tabsequence> <tabsequence>1070</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1574</y> <y>1595</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
...@@ -9093,11 +9545,11 @@ ...@@ -9093,11 +9545,11 @@
<band>Detail</band> <band>Detail</band>
<id>171</id> <id>171</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1080</tabsequence> <tabsequence>1380</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>153</x> <x>153</x>
<y>1594</y> <y>1615</y>
<height>54</height> <height>54</height>
<width>382</width> <width>382</width>
<format>[general]</format> <format>[general]</format>
...@@ -9135,7 +9587,7 @@ ...@@ -9135,7 +9587,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>49</x> <x>49</x>
<y>1594</y> <y>1615</y>
<height>16</height> <height>16</height>
<width>99</width> <width>99</width>
<html> <html>
...@@ -9156,28 +9608,56 @@ ...@@ -9156,28 +9608,56 @@
<color>553648127</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Eligible for Extra Work :</text>
<border>0</border>
<color>0</color>
<x>17</x>
<y>1475</y>
<height>16</height>
<width>131</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eligible_ot_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>176</id> <id>53</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>830</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>209</x> <x>153</x>
<y>55</y> <y>1295</y>
<height>16</height> <height>16</height>
<width>105</width> <width>69</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname_long</name> <name>mode_app</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>30</limit> <limit>50</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -9196,26 +9676,26 @@ ...@@ -9196,26 +9676,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>177</id> <id>58</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>890</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>319</x> <x>153</x>
<y>55</y> <y>1355</y>
<height>16</height> <height>16</height>
<width>105</width> <width>49</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname_long</name> <name>proc_group</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>30</limit> <limit>5</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -9232,29 +9712,56 @@ ...@@ -9232,29 +9712,56 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retire Age (Months) :</text>
<border>0</border>
<color>0</color>
<x>17</x>
<y>1274</y>
<height>16</height>
<width>131</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_age_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>178</id> <id>180</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>810</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>429</x> <x>153</x>
<y>55</y> <y>1274</y>
<height>16</height> <height>16</height>
<width>105</width> <width>49</width>
<format>[general]</format> <format>##0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname_long</name> <name>retirement_age</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>30</limit> <limit>3</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -9270,13 +9777,111 @@ ...@@ -9270,13 +9777,111 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Date :</text>
<border>0</border>
<color>0</color>
<x>358</x>
<y>1274</y>
<height>16</height>
<width>103</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_date_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>52</id>
<alignment>0</alignment>
<tabsequence>800</tabsequence>
<border>5</border>
<color>0</color>
<x>465</x>
<y>1254</y>
<height>16</height>
<width>69</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>date_join</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</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>
<ColumnObject>
<band>Detail</band>
<id>181</id>
<alignment>0</alignment>
<tabsequence>820</tabsequence>
<border>5</border>
<color>0</color>
<x>465</x>
<y>1274</y>
<height>16</height>
<width>69</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</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>
<GroupBox> <GroupBox>
<band>Detail</band> <band>Detail</band>
<text>Payroll</text> <text>Payroll</text>
<border>2</border> <border>2</border>
<color>0</color> <color>0</color>
<x>5</x> <x>5</x>
<y>1714</y> <y>1696</y>
<height>358</height> <height>358</height>
<width>552</width> <width>552</width>
<name>gb_4</name> <name>gb_4</name>
...@@ -9294,6 +9899,87 @@ ...@@ -9294,6 +9899,87 @@
<color>553648127</color> <color>553648127</color>
</background> </background>
</GroupBox> </GroupBox>
<GroupBox>
<band>Detail</band>
<text>Others</text>
<border>2</border>
<color>0</color>
<x>5</x>
<y>2062</y>
<height>91</height>
<width>552</width>
<name>gb_5</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Other Info:</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>2089</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>other_info_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>
<ComputedField>
<band>Detail</band>
<alignment>0</alignment>
<expression>&quot; &quot;</expression>
<border>0</border>
<color>0</color>
<x>156</x>
<y>2111</y>
<height>19</height>
<width>19</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_acc_col</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-12</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ComputedField>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -9301,7 +9987,7 @@ ...@@ -9301,7 +9987,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>37</x> <x>37</x>
<y>1767</y> <y>1749</y>
<height>16</height> <height>16</height>
<width>111</width> <width>111</width>
<html> <html>
...@@ -9326,11 +10012,11 @@ ...@@ -9326,11 +10012,11 @@
<band>Detail</band> <band>Detail</band>
<id>73</id> <id>73</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>153</x> <x>153</x>
<y>1767</y> <y>1749</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<format>##,##,##0.00</format> <format>##,##,##0.00</format>
...@@ -9368,7 +10054,7 @@ ...@@ -9368,7 +10054,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>86</x> <x>86</x>
<y>1809</y> <y>1791</y>
<height>16</height> <height>16</height>
<width>62</width> <width>62</width>
<html> <html>
...@@ -9393,11 +10079,11 @@ ...@@ -9393,11 +10079,11 @@
<band>Detail</band> <band>Detail</band>
<id>76</id> <id>76</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>153</x> <x>153</x>
<y>1809</y> <y>1791</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<format>[general]</format> <format>[general]</format>
...@@ -9434,7 +10120,7 @@ ...@@ -9434,7 +10120,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>57</x> <x>57</x>
<y>1830</y> <y>1812</y>
<height>16</height> <height>16</height>
<width>91</width> <width>91</width>
<html> <html>
...@@ -9459,11 +10145,11 @@ ...@@ -9459,11 +10145,11 @@
<band>Detail</band> <band>Detail</band>
<id>78</id> <id>78</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>153</x> <x>153</x>
<y>1830</y> <y>1812</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<format>[general]</format> <format>[general]</format>
...@@ -9497,11 +10183,11 @@ ...@@ -9497,11 +10183,11 @@
<band>Detail</band> <band>Detail</band>
<id>139</id> <id>139</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>153</x> <x>153</x>
<y>2040</y> <y>2022</y>
<height>16</height> <height>16</height>
<width>64</width> <width>64</width>
<format>[general]</format> <format>[general]</format>
...@@ -9536,7 +10222,7 @@ ...@@ -9536,7 +10222,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>63</x> <x>63</x>
<y>1851</y> <y>1833</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
<html> <html>
...@@ -9564,7 +10250,7 @@ ...@@ -9564,7 +10250,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>56</x> <x>56</x>
<y>1872</y> <y>1854</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<html> <html>
...@@ -9592,7 +10278,7 @@ ...@@ -9592,7 +10278,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>56</x> <x>56</x>
<y>1893</y> <y>1875</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<html> <html>
...@@ -9620,7 +10306,7 @@ ...@@ -9620,7 +10306,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>56</x> <x>56</x>
<y>1914</y> <y>1896</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<html> <html>
...@@ -9648,7 +10334,7 @@ ...@@ -9648,7 +10334,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>50</x> <x>50</x>
<y>2019</y> <y>2001</y>
<height>16</height> <height>16</height>
<width>98</width> <width>98</width>
<html> <html>
...@@ -9676,7 +10362,7 @@ ...@@ -9676,7 +10362,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>56</x> <x>56</x>
<y>2040</y> <y>2022</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<html> <html>
...@@ -9701,11 +10387,11 @@ ...@@ -9701,11 +10387,11 @@
<band>Detail</band> <band>Detail</band>
<id>83</id> <id>83</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>153</x> <x>153</x>
<y>1851</y> <y>1833</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format> <format>[general]</format>
...@@ -9742,7 +10428,7 @@ ...@@ -9742,7 +10428,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>56</x> <x>56</x>
<y>1956</y> <y>1938</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<html> <html>
...@@ -9767,11 +10453,11 @@ ...@@ -9767,11 +10453,11 @@
<band>Detail</band> <band>Detail</band>
<id>89</id> <id>89</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>153</x> <x>153</x>
<y>1956</y> <y>1938</y>
<height>16</height> <height>16</height>
<width>58</width> <width>58</width>
<format>[general]</format> <format>[general]</format>
...@@ -9808,7 +10494,7 @@ ...@@ -9808,7 +10494,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>56</x> <x>56</x>
<y>1977</y> <y>1959</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<html> <html>
...@@ -9833,11 +10519,11 @@ ...@@ -9833,11 +10519,11 @@
<band>Detail</band> <band>Detail</band>
<id>92</id> <id>92</id>
<alignment>1</alignment> <alignment>1</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>
<y>1977</y> <y>1959</y>
<height>16</height> <height>16</height>
<width>52</width> <width>52</width>
<format>[general]</format> <format>[general]</format>
...@@ -9874,7 +10560,7 @@ ...@@ -9874,7 +10560,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>56</x> <x>56</x>
<y>1998</y> <y>1980</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<html> <html>
...@@ -9899,11 +10585,11 @@ ...@@ -9899,11 +10585,11 @@
<band>Detail</band> <band>Detail</band>
<id>133</id> <id>133</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>153</x> <x>153</x>
<y>2020</y> <y>2002</y>
<height>16</height> <height>16</height>
<width>210</width> <width>210</width>
<format>[general]</format> <format>[general]</format>
...@@ -9940,7 +10626,7 @@ ...@@ -9940,7 +10626,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>153</x> <x>153</x>
<y>1998</y> <y>1980</y>
<height>16</height> <height>16</height>
<width>141</width> <width>141</width>
<format>[general]</format> <format>[general]</format>
...@@ -9975,7 +10661,7 @@ ...@@ -9975,7 +10661,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>238</x> <x>238</x>
<y>1872</y> <y>1854</y>
<height>16</height> <height>16</height>
<width>77</width> <width>77</width>
<html> <html>
...@@ -10000,11 +10686,11 @@ ...@@ -10000,11 +10686,11 @@
<band>Detail</band> <band>Detail</band>
<id>75</id> <id>75</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>1140</tabsequence> <tabsequence>1130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>452</x> <x>452</x>
<y>1767</y> <y>1749</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<format>##,##,##0.00</format> <format>##,##,##0.00</format>
...@@ -10039,11 +10725,11 @@ ...@@ -10039,11 +10725,11 @@
<band>Detail</band> <band>Detail</band>
<id>72</id> <id>72</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>457</x> <x>457</x>
<y>1788</y> <y>1770</y>
<height>16</height> <height>16</height>
<width>78</width> <width>78</width>
<format>[general]</format> <format>[general]</format>
...@@ -10077,11 +10763,11 @@ ...@@ -10077,11 +10763,11 @@
<band>Detail</band> <band>Detail</band>
<id>74</id> <id>74</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>457</x> <x>457</x>
<y>1809</y> <y>1791</y>
<height>16</height> <height>16</height>
<width>78</width> <width>78</width>
<format>[general]</format> <format>[general]</format>
...@@ -10115,11 +10801,11 @@ ...@@ -10115,11 +10801,11 @@
<band>Detail</band> <band>Detail</band>
<id>80</id> <id>80</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>472</x> <x>472</x>
<y>1830</y> <y>1812</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format> <format>[general]</format>
...@@ -10153,11 +10839,11 @@ ...@@ -10153,11 +10839,11 @@
<band>Detail</band> <band>Detail</band>
<id>84</id> <id>84</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>472</x> <x>472</x>
<y>1851</y> <y>1833</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format> <format>[general]</format>
...@@ -10195,7 +10881,7 @@ ...@@ -10195,7 +10881,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>466</x> <x>466</x>
<y>1977</y> <y>1959</y>
<height>16</height> <height>16</height>
<width>69</width> <width>69</width>
<format>[general]</format> <format>[general]</format>
...@@ -10233,7 +10919,7 @@ ...@@ -10233,7 +10919,7 @@
<border>5</border> <border>5</border>
<color>255</color> <color>255</color>
<x>459</x> <x>459</x>
<y>1998</y> <y>1980</y>
<height>16</height> <height>16</height>
<width>76</width> <width>76</width>
<format>[general]</format> <format>[general]</format>
...@@ -10267,11 +10953,11 @@ ...@@ -10267,11 +10953,11 @@
<band>Detail</band> <band>Detail</band>
<id>146</id> <id>146</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>475</x> <x>475</x>
<y>2019</y> <y>2001</y>
<height>16</height> <height>16</height>
<width>60</width> <width>60</width>
<format>[general]</format> <format>[general]</format>
...@@ -10303,11 +10989,11 @@ ...@@ -10303,11 +10989,11 @@
<band>Detail</band> <band>Detail</band>
<id>158</id> <id>158</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>475</x> <x>475</x>
<y>2040</y> <y>2022</y>
<height>16</height> <height>16</height>
<width>60</width> <width>60</width>
<format>[general]</format> <format>[general]</format>
...@@ -10342,7 +11028,7 @@ ...@@ -10342,7 +11028,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>56</x> <x>56</x>
<y>1746</y> <y>1728</y>
<height>16</height> <height>16</height>
<width>92</width> <width>92</width>
<html> <html>
...@@ -10367,11 +11053,11 @@ ...@@ -10367,11 +11053,11 @@
<band>Detail</band> <band>Detail</band>
<id>71</id> <id>71</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>153</x> <x>153</x>
<y>1746</y> <y>1728</y>
<height>16</height> <height>16</height>
<width>85</width> <width>85</width>
<format>[general]</format> <format>[general]</format>
...@@ -10403,11 +11089,11 @@ ...@@ -10403,11 +11089,11 @@
<band>Detail</band> <band>Detail</band>
<id>69</id> <id>69</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1120</tabsequence> <tabsequence>1110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>457</x> <x>457</x>
<y>1746</y> <y>1728</y>
<height>16</height> <height>16</height>
<width>78</width> <width>78</width>
<format>[general]</format> <format>[general]</format>
...@@ -10442,7 +11128,7 @@ ...@@ -10442,7 +11128,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>389</x> <x>389</x>
<y>1998</y> <y>1980</y>
<height>16</height> <height>16</height>
<width>65</width> <width>65</width>
<html> <html>
...@@ -10470,7 +11156,7 @@ ...@@ -10470,7 +11156,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>395</x> <x>395</x>
<y>1809</y> <y>1791</y>
<height>16</height> <height>16</height>
<width>58</width> <width>58</width>
<html> <html>
...@@ -10498,7 +11184,7 @@ ...@@ -10498,7 +11184,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>393</x> <x>393</x>
<y>1830</y> <y>1812</y>
<height>16</height> <height>16</height>
<width>74</width> <width>74</width>
<html> <html>
...@@ -10526,7 +11212,7 @@ ...@@ -10526,7 +11212,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>395</x> <x>395</x>
<y>1851</y> <y>1833</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
...@@ -10554,7 +11240,7 @@ ...@@ -10554,7 +11240,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>86</x> <x>86</x>
<y>1788</y> <y>1770</y>
<height>16</height> <height>16</height>
<width>62</width> <width>62</width>
<html> <html>
...@@ -10579,11 +11265,11 @@ ...@@ -10579,11 +11265,11 @@
<band>Detail</band> <band>Detail</band>
<id>70</id> <id>70</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>153</x> <x>153</x>
<y>1788</y> <y>1770</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<format>[general]</format> <format>[general]</format>
...@@ -10620,7 +11306,7 @@ ...@@ -10620,7 +11306,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>242</x> <x>242</x>
<y>1788</y> <y>1770</y>
<height>16</height> <height>16</height>
<width>38</width> <width>38</width>
<html> <html>
...@@ -10648,7 +11334,7 @@ ...@@ -10648,7 +11334,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>402</x> <x>402</x>
<y>1788</y> <y>1770</y>
<height>16</height> <height>16</height>
<width>51</width> <width>51</width>
<html> <html>
...@@ -10676,7 +11362,7 @@ ...@@ -10676,7 +11362,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>47</x> <x>47</x>
<y>1935</y> <y>1917</y>
<height>16</height> <height>16</height>
<width>101</width> <width>101</width>
<html> <html>
...@@ -10701,11 +11387,11 @@ ...@@ -10701,11 +11387,11 @@
<band>Detail</band> <band>Detail</band>
<id>82</id> <id>82</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>153</x> <x>153</x>
<y>1935</y> <y>1917</y>
<height>16</height> <height>16</height>
<width>58</width> <width>58</width>
<format>[general]</format> <format>[general]</format>
...@@ -10737,11 +11423,11 @@ ...@@ -10737,11 +11423,11 @@
<band>Detail</band> <band>Detail</band>
<id>66</id> <id>66</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>472</x> <x>472</x>
<y>1935</y> <y>1917</y>
<height>16</height> <height>16</height>
<width>63</width> <width>63</width>
<format>[general]</format> <format>[general]</format>
...@@ -10778,7 +11464,7 @@ ...@@ -10778,7 +11464,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>366</x> <x>366</x>
<y>1956</y> <y>1938</y>
<height>16</height> <height>16</height>
<width>82</width> <width>82</width>
<html> <html>
...@@ -10806,7 +11492,7 @@ ...@@ -10806,7 +11492,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>381</x> <x>381</x>
<y>1977</y> <y>1959</y>
<height>16</height> <height>16</height>
<width>81</width> <width>81</width>
<html> <html>
...@@ -10834,7 +11520,7 @@ ...@@ -10834,7 +11520,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>371</x> <x>371</x>
<y>2019</y> <y>2001</y>
<height>16</height> <height>16</height>
<width>100</width> <width>100</width>
<html> <html>
...@@ -10862,7 +11548,7 @@ ...@@ -10862,7 +11548,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>344</x> <x>344</x>
<y>2040</y> <y>2022</y>
<height>16</height> <height>16</height>
<width>127</width> <width>127</width>
<html> <html>
...@@ -10890,7 +11576,7 @@ ...@@ -10890,7 +11576,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>332</x> <x>332</x>
<y>1767</y> <y>1749</y>
<height>16</height> <height>16</height>
<width>116</width> <width>116</width>
<html> <html>
...@@ -10918,7 +11604,7 @@ ...@@ -10918,7 +11604,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>369</x> <x>369</x>
<y>1746</y> <y>1728</y>
<height>16</height> <height>16</height>
<width>84</width> <width>84</width>
<html> <html>
...@@ -10943,11 +11629,11 @@ ...@@ -10943,11 +11629,11 @@
<band>Detail</band> <band>Detail</band>
<id>145</id> <id>145</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>284</x> <x>284</x>
<y>1788</y> <y>1770</y>
<height>16</height> <height>16</height>
<width>111</width> <width>111</width>
<format>[general]</format> <format>[general]</format>
...@@ -10983,7 +11669,7 @@ ...@@ -10983,7 +11669,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>372</x> <x>372</x>
<y>1935</y> <y>1917</y>
<height>16</height> <height>16</height>
<width>95</width> <width>95</width>
<html> <html>
...@@ -11008,11 +11694,11 @@ ...@@ -11008,11 +11694,11 @@
<band>Detail</band> <band>Detail</band>
<id>79</id> <id>79</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1250</tabsequence> <tabsequence>1240</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>319</x> <x>319</x>
<y>1872</y> <y>1854</y>
<height>16</height> <height>16</height>
<width>216</width> <width>216</width>
<format>[general]</format> <format>[general]</format>
...@@ -11046,11 +11732,11 @@ ...@@ -11046,11 +11732,11 @@
<band>Detail</band> <band>Detail</band>
<id>77</id> <id>77</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>153</x> <x>153</x>
<y>1872</y> <y>1854</y>
<height>16</height> <height>16</height>
<width>78</width> <width>78</width>
<format>[general]</format> <format>[general]</format>
...@@ -11084,11 +11770,11 @@ ...@@ -11084,11 +11770,11 @@
<band>Detail</band> <band>Detail</band>
<id>159</id> <id>159</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1260</tabsequence> <tabsequence>1250</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>153</x> <x>153</x>
<y>1893</y> <y>1875</y>
<height>16</height> <height>16</height>
<width>382</width> <width>382</width>
<format>[general]</format> <format>[general]</format>
...@@ -11121,11 +11807,11 @@ ...@@ -11121,11 +11807,11 @@
<band>Detail</band> <band>Detail</band>
<id>96</id> <id>96</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>1320</tabsequence> <tabsequence>1310</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>452</x> <x>452</x>
<y>1956</y> <y>1938</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<format>[general]</format> <format>[general]</format>
...@@ -11159,11 +11845,11 @@ ...@@ -11159,11 +11845,11 @@
<band>Detail</band> <band>Detail</band>
<id>81</id> <id>81</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>153</x> <x>153</x>
<y>1914</y> <y>1896</y>
<height>16</height> <height>16</height>
<width>104</width> <width>104</width>
<format>[general]</format> <format>[general]</format>
...@@ -11200,7 +11886,7 @@ ...@@ -11200,7 +11886,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>288</x> <x>288</x>
<y>1914</y> <y>1896</y>
<height>16</height> <height>16</height>
<width>158</width> <width>158</width>
<html> <html>
...@@ -11225,11 +11911,11 @@ ...@@ -11225,11 +11911,11 @@
<band>Detail</band> <band>Detail</band>
<id>95</id> <id>95</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>452</x> <x>452</x>
<y>1914</y> <y>1896</y>
<height>16</height> <height>16</height>
<width>83</width> <width>83</width>
<format>[general]</format> <format>[general]</format>
...@@ -11259,96 +11945,15 @@ ...@@ -11259,96 +11945,15 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<GroupBox>
<band>Detail</band>
<text>Others</text>
<border>2</border>
<color>0</color>
<x>5</x>
<y>2080</y>
<height>91</height>
<width>552</width>
<name>gb_5</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Other Info:</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>2108</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>other_info_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>
<ComputedField>
<band>Detail</band>
<alignment>0</alignment>
<expression>&quot; &quot;</expression>
<border>0</border>
<color>0</color>
<x>156</x>
<y>2129</y>
<height>19</height>
<width>19</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_acc_col</name>
<visible>0</visible>
<font>
<face>Arial</face>
<height>-12</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ComputedField>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>85</id> <id>85</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>152</x> <x>152</x>
<y>2107</y> <y>2089</y>
<height>16</height> <height>16</height>
<width>381</width> <width>381</width>
<format>[general]</format> <format>[general]</format>
...@@ -11383,12 +11988,12 @@ ...@@ -11383,12 +11988,12 @@
<id>179</id> <id>179</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>255</color>
<x>156</x> <x>482</x>
<y>2151</y> <y>2114</y>
<height>16</height> <height>16</height>
<width>91</width> <width>51</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -11398,79 +12003,8 @@ ...@@ -11398,79 +12003,8 @@
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<imemode>0</imemode> <autoselect>no</autoselect>
</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>
<ColumnObject>
<band>Detail</band>
<id>180</id>
<alignment>0</alignment>
<tabsequence>1090</tabsequence>
<border>5</border>
<color>0</color>
<x>152</x>
<y>1653</y>
<height>15</height>
<width>94</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_age</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>181</id>
<alignment>0</alignment>
<tabsequence>1100</tabsequence>
<border>5</border>
<color>0</color>
<x>152</x>
<y>1672</y>
<height>15</height>
<width>94</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -11483,541 +12017,9 @@ ...@@ -11483,541 +12017,9 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Age(Months) :</text>
<border>0</border>
<color>0</color>
<x>7</x>
<y>1653</y>
<height>15</height>
<width>141</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_age_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>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Retirement Date :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<y>1672</y>
<height>15</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>retirement_date_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>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Joined As :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1254</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>joined_as_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>Mode of Appoint :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1274</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>mode_app_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>Employment Site :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1294</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_site_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>Work Site :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1314</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_site_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>Process Group :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1334</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>proc_group_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>Notice Period :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1354</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>notice_prd_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>Probation.Date :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1374</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>probation_date_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>Confirmation Date :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>1394</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>date_conf_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>Relieved on :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1414</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>relieve_date_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>Normal Rate: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1434</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>normal_rate_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>Eligible for Extra Work :</text>
<border>0</border>
<color>0</color>
<x>17</x>
<y>1454</y>
<height>16</height>
<width>131</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eligible_ot_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>Gratuity Date: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1474</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>gratuity_date_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>Work Table: </text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1494</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_tblno_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>Work Centre :</text>
<border>0</border>
<color>0</color>
<x>56</x>
<y>1514</y>
<height>16</height>
<width>92</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_ctr_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Occupation Code :</text>
<border>0</border>
<color>0</color>
<x>29</x>
<y>1534</y>
<height>16</height>
<width>119</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>occupation_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Pension Scheme :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<y>1554</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>pension_scheme_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Work Location :</text>
<border>0</border>
<color>0</color>
<x>49</x>
<y>1574</y>
<height>16</height>
<width>99</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>work_loc_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>301</height> <height>294</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -238,8 +238,8 @@ ...@@ -238,8 +238,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;:memp_code )&quot; ) ) ARG(NAME = &quot;memp_code&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;:memp_code )&quot; ) ) ARG(NAME = &quot;memp_code&quot; TYPE = string) </retrieve>
...@@ -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>7</x> <x>4</x>
<y>3</y> <y>5</y>
<height>279</height> <height>287</height>
<width>528</width> <width>468</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
...@@ -306,17 +306,17 @@ ...@@ -306,17 +306,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Gender :</text> <text>Employee Code :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>319</x> <x>20</x>
<y>52</y> <y>32</y>
<height>16</height> <height>16</height>
<width>55</width> <width>106</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sex_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>
...@@ -334,17 +334,17 @@ ...@@ -334,17 +334,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Relation :</text> <text>Member Name :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>258</x> <x>20</x>
<y>72</y> <y>52</y>
<height>16</height> <height>16</height>
<width>67</width> <width>106</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>relation_t</name> <name>member_name_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -361,23 +361,23 @@ ...@@ -361,23 +361,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>2</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>131</x> <x>403</x>
<y>52</y> <y>32</y>
<height>16</height> <height>16</height>
<width>185</width> <width>42</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>member_name</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>30</limit> <limit>3</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -394,30 +394,33 @@ ...@@ -394,30 +394,33 @@
</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>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>131</x> <x>131</x>
<y>72</y> <y>32</y>
<height>16</height> <height>16</height>
<width>62</width> <width>90</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date_birth</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>10</limit>
<imemode>0</imemode> <case>upper</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>
...@@ -429,23 +432,23 @@ ...@@ -429,23 +432,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>Occupation :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>20</x>
<y>32</y> <y>113</y>
<height>16</height> <height>16</height>
<width>106</width> <width>106</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>occupation_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -463,17 +466,17 @@ ...@@ -463,17 +466,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Member Name :</text> <text>PF Nominee :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>20</x>
<y>52</y> <y>133</y>
<height>16</height> <height>16</height>
<width>106</width> <width>106</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>member_name_t</name> <name>pf_nominee_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -488,21 +491,29 @@ ...@@ -488,21 +491,29 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>12</id>
<text>Birth Date :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>80</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>131</x>
<y>72</y> <y>133</y>
<height>16</height> <height>19</height>
<width>106</width> <width>64</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>date_birth_t</name> <name>pf_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>
...@@ -512,24 +523,24 @@ ...@@ -512,24 +523,24 @@
<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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Dependent :</text> <text>PF Percentage :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>300</x> <x>245</x>
<y>92</y> <y>133</y>
<height>16</height> <height>16</height>
<width>76</width> <width>131</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>dependent_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>
...@@ -544,21 +555,32 @@ ...@@ -544,21 +555,32 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Qualification :</text> <tabsequence>90</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>284</x> <x>381</x>
<y>156</y> <y>133</y>
<height>16</height> <height>16</height>
<width>92</width> <width>64</width>
<format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code_t</name> <name>pf_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>
...@@ -569,23 +591,23 @@ ...@@ -569,23 +591,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>67108864</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change Term :</text> <text>Gratuity Nominee :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>260</x> <x>20</x>
<y>216</y> <y>156</y>
<height>16</height> <height>16</height>
<width>106</width> <width>106</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_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>
...@@ -596,33 +618,31 @@ ...@@ -596,33 +618,31 @@
<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> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>403</x> <x>131</x>
<y>32</y> <y>156</y>
<height>16</height> <height>17</height>
<width>42</width> <width>64</width>
<format>[general]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>grat_nominee</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>3</limit> <limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -635,30 +655,61 @@ ...@@ -635,30 +655,61 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text> Gratuity Percentage :</text>
<border>0</border>
<color>0</color>
<x>245</x>
<y>156</y>
<height>16</height>
<width>131</width>
<html>
<valueishtml>0</valueishtml>
</html>
<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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>15</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>20</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>379</x> <x>381</x>
<y>52</y> <y>156</y>
<height>14</height> <height>16</height>
<width>66</width> <width>64</width>
<format>[general]</format> <format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sex</name> <name>grat_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>6</limit>
<allowedit>no</allowedit>
<case>upper</case> <case>upper</case>
<format>##0.00</format>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -676,23 +727,23 @@ ...@@ -676,23 +727,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>330</x> <x>131</x>
<y>72</y> <y>52</y>
<height>16</height> <height>16</height>
<width>115</width> <width>185</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>relation</name> <name>member_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>20</limit> <limit>30</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -714,61 +765,24 @@ ...@@ -714,61 +765,24 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>7</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>381</x>
<y>92</y>
<height>16</height>
<width>64</width>
<format>[Yes/No]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>dependent</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</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>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>1</alignment>
<tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>381</x> <x>131</x>
<y>112</y> <y>113</y>
<height>16</height> <height>16</height>
<width>64</width> <width>155</width>
<format>##0.00</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_perc</name> <name>occupation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>6</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>
...@@ -787,32 +801,21 @@ ...@@ -787,32 +801,21 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>15</id>
<alignment>1</alignment> <alignment>1</alignment>
<tabsequence>100</tabsequence> <text>Birth Date :</text>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>381</x> <x>20</x>
<y>135</y> <y>72</y>
<height>16</height> <height>16</height>
<width>64</width> <width>106</width>
<format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_perc</name> <name>date_birth_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>
...@@ -822,35 +825,25 @@ ...@@ -822,35 +825,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>19</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Dependent :</text>
<tabsequence>120</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>382</x> <x>50</x>
<y>157</y> <y>92</y>
<height>16</height> <height>16</height>
<width>64</width> <width>76</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code</name> <name>dependent_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>
...@@ -860,31 +853,31 @@ ...@@ -860,31 +853,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>21</id> <id>8</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>140</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>381</x> <x>131</x>
<y>176</y> <y>92</y>
<height>16</height> <height>16</height>
<width>64</width> <width>64</width>
<format>[Yes/No]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>group_mediclaim</name> <name>dependent</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="ddlb">
<limit>1</limit> <limit>0</limit>
<allowedit>no</allowedit> <allowedit>no</allowedit>
<case>upper</case> <case>any</case>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -897,33 +890,24 @@ ...@@ -897,33 +890,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</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>Relation :</text>
<tabsequence>160</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>381</x> <x>258</x>
<y>196</y> <y>92</y>
<height>16</height> <height>16</height>
<width>64</width> <width>67</width>
<format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_perc</name> <name>relation_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>any</case>
<format>##0.00</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>
...@@ -933,30 +917,30 @@ ...@@ -933,30 +917,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>11</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>371</x> <x>330</x>
<y>216</y> <y>92</y>
<height>16</height> <height>16</height>
<width>74</width> <width>115</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>relation</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>20</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll> <autohscroll>yes</autohscroll>
...@@ -975,21 +959,28 @@ ...@@ -975,21 +959,28 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>4</id>
<text> Gratuity Percentage :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>30</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>245</x> <x>131</x>
<y>135</y> <y>72</y>
<height>16</height> <height>16</height>
<width>131</width> <width>62</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_perc_t</name> <name>date_birth</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>
...@@ -999,24 +990,24 @@ ...@@ -999,24 +990,24 @@
<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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>PF Percentage :</text> <text>Gender :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>245</x> <x>319</x>
<y>112</y> <y>52</y>
<height>16</height> <height>16</height>
<width>131</width> <width>55</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_perc_t</name> <name>sex_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1034,51 +1025,23 @@ ...@@ -1034,51 +1025,23 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Group Mediclaim :</text> <text>Is Alive :</text>
<border>0</border>
<color>0</color>
<x>245</x>
<y>176</y>
<height>16</height>
<width>131</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>group_mediclaim_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>2</mode>
<color>67108864</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text> Pension Percentage :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>245</x> <x>268</x>
<y>196</y> <y>72</y>
<height>16</height> <height>15</height>
<width>131</width> <width>106</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_perc_t</name> <name>is_alive_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Liberation Sans</face>
<height>-10</height> <height>-10</height>
<weight>400</weight> <weight>400</weight>
<family>1</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
...@@ -1089,25 +1052,25 @@ ...@@ -1089,25 +1052,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>22</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>130</x> <x>379</x>
<y>92</y> <y>52</y>
<height>16</height> <height>14</height>
<width>64</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>is_alive</name> <name>sex</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>any</case> <case>upper</case>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1120,60 +1083,30 @@ ...@@ -1120,60 +1083,30 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Is Alive :</text>
<border>0</border>
<color>0</color>
<x>19</x>
<y>93</y>
<height>15</height>
<width>106</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>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>131</x> <x>379</x>
<y>32</y> <y>72</y>
<height>16</height> <height>14</height>
<width>90</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>is_alive</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>10</limit> <limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1186,34 +1119,24 @@ ...@@ -1186,34 +1119,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>7</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Pension Nominee :</text>
<tabsequence>70</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>20</x>
<y>113</y> <y>179</y>
<height>16</height> <height>16</height>
<width>110</width> <width>106</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>occupation</name> <name>pen_nominee_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>
...@@ -1224,24 +1147,32 @@ ...@@ -1224,24 +1147,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>16</id>
<text>Occupation :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>120</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>20</x> <x>131</x>
<y>113</y> <y>179</y>
<height>16</height> <height>16</height>
<width>106</width> <width>64</width>
<format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>occupation_t</name> <name>pen_nominee</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb">
<limit>0</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>
...@@ -1251,24 +1182,24 @@ ...@@ -1251,24 +1182,24 @@
<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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>PF Nominee :</text> <text> Pension Percentage :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>245</x>
<y>133</y> <y>179</y>
<height>16</height> <height>16</height>
<width>106</width> <width>131</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_nominee_t</name> <name>pen_perc_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1279,31 +1210,32 @@ ...@@ -1279,31 +1210,32 @@
<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>12</id> <id>17</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>381</x>
<y>133</y> <y>179</y>
<height>19</height> <height>16</height>
<width>64</width> <width>64</width>
<format>[Yes/No]</format> <format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pf_nominee</name> <name>pen_perc</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>6</limit>
<allowedit>no</allowedit> <case>any</case>
<case>upper</case> <format>##0.00</format>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1322,17 +1254,17 @@ ...@@ -1322,17 +1254,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Gratuity Nominee :</text> <text>Physical Status :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>20</x>
<y>156</y> <y>200</y>
<height>16</height> <height>16</height>
<width>106</width> <width>106</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_nominee_t</name> <name>physical_status_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1349,25 +1281,27 @@ ...@@ -1349,25 +1281,27 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>14</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>131</x>
<y>156</y> <y>200</y>
<height>17</height> <height>16</height>
<width>64</width> <width>74</width>
<format>[Yes/No]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>grat_nominee</name> <name>physical_status</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>1</limit> <limit>1</limit>
<allowedit>no</allowedit> <case>any</case>
<case>upper</case> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1380,23 +1314,23 @@ ...@@ -1380,23 +1314,23 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Physical Status :</text> <text>Qualification :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>284</x>
<y>177</y> <y>200</y>
<height>16</height> <height>16</height>
<width>106</width> <width>92</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>physical_status_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>
...@@ -1407,29 +1341,29 @@ ...@@ -1407,29 +1341,29 @@
<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>18</id> <id>19</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>130</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>382</x>
<y>177</y> <y>200</y>
<height>16</height> <height>16</height>
<width>74</width> <width>64</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>physical_status</name> <name>qlf_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>1</limit> <limit>5</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1456,7 +1390,7 @@ ...@@ -1456,7 +1390,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>20</x>
<y>197</y> <y>220</y>
<height>16</height> <height>16</height>
<width>106</width> <width>106</width>
<html> <html>
...@@ -1481,11 +1415,11 @@ ...@@ -1481,11 +1415,11 @@
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>150</tabsequence> <tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>131</x>
<y>197</y> <y>220</y>
<height>16</height> <height>16</height>
<width>64</width> <width>64</width>
<format>[Yes/No]</format> <format>[Yes/No]</format>
...@@ -1516,17 +1450,17 @@ ...@@ -1516,17 +1450,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Pension Nominee :</text> <text>Group Mediclaim :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>245</x>
<y>217</y> <y>220</y>
<height>16</height> <height>16</height>
<width>106</width> <width>131</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_nominee_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>
...@@ -1543,25 +1477,25 @@ ...@@ -1543,25 +1477,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>170</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>381</x>
<y>217</y> <y>220</y>
<height>16</height> <height>16</height>
<width>64</width> <width>64</width>
<format>[Yes/No]</format> <format>[Yes/No]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pen_nominee</name> <name>group_mediclaim</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>
...@@ -1574,7 +1508,7 @@ ...@@ -1574,7 +1508,7 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
...@@ -1584,7 +1518,7 @@ ...@@ -1584,7 +1518,7 @@
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>20</x>
<y>237</y> <y>241</y>
<height>16</height> <height>16</height>
<width>106</width> <width>106</width>
<html> <html>
...@@ -1605,6 +1539,69 @@ ...@@ -1605,6 +1539,69 @@
<color>67108864</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Date :</text>
<border>0</border>
<color>0</color>
<x>20</x>
<y>261</y>
<height>16</height>
<width>106</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_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>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>131</x>
<y>261</y>
<height>16</height>
<width>74</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>9</id>
...@@ -1613,7 +1610,7 @@ ...@@ -1613,7 +1610,7 @@
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>131</x> <x>131</x>
<y>237</y> <y>241</y>
<height>16</height> <height>16</height>
<width>74</width> <width>74</width>
<format>[general]</format> <format>[general]</format>
...@@ -1646,17 +1643,17 @@ ...@@ -1646,17 +1643,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Change Date :</text> <text>Change Term :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>20</x> <x>260</x>
<y>257</y> <y>241</y>
<height>16</height> <height>16</height>
<width>106</width> <width>106</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_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>
...@@ -1673,25 +1670,28 @@ ...@@ -1673,25 +1670,28 @@
</TextObject> </TextObject>
<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>0</color>
<x>131</x> <x>371</x>
<y>257</y> <y>241</y>
<height>16</height> <height>16</height>
<width>74</width> <width>74</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>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>115</height> <height>134</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
<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>
...@@ -95,8 +94,17 @@ ...@@ -95,8 +94,17 @@
<item display="No" data="N"/> <item display="No" data="N"/>
</values> </values>
</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;)WHERE( EXP1 =&quot;emplang.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <table_column>
<update>emplang</update> <type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>emplang.line_no</dbname>
<initial>0</initial>
</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>
<update>EMPLANG</update>
<updatewhere>1</updatewhere> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -111,7 +119,7 @@ ...@@ -111,7 +119,7 @@
<color>0</color> <color>0</color>
<x>5</x> <x>5</x>
<y>5</y> <y>5</y>
<height>100</height> <height>115</height>
<width>458</width> <width>458</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
...@@ -194,44 +202,6 @@ ...@@ -194,44 +202,6 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>119</x>
<y>29</y>
<height>16</height>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<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>
<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>
...@@ -296,34 +266,6 @@ ...@@ -296,34 +266,6 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Read :</text>
<border>0</border>
<color>0</color>
<x>74</x>
<y>60</y>
<height>16</height>
<width>41</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>read_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>
...@@ -452,6 +394,137 @@ ...@@ -452,6 +394,137 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>119</x>
<y>29</y>
<height>16</height>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<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>
<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>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>119</x>
<y>90</y>
<height>16</height>
<width>53</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>line_no</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>
<band>Detail</band>
<alignment>1</alignment>
<text>Read :</text>
<border>0</border>
<color>0</color>
<x>74</x>
<y>60</y>
<height>16</height>
<width>41</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>read_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>Line No. :</text>
<border>0</border>
<color>0</color>
<x>41</x>
<y>90</y>
<height>16</height>
<width>74</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>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>232</height> <height>271</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -137,7 +137,41 @@ ...@@ -137,7 +137,41 @@
<name>qualification_descr</name> <name>qualification_descr</name>
<dbname>qualification.descr</dbname> <dbname>qualification.descr</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empqual&quot; ) TABLE(NAME=&quot;qualification&quot; ) COLUMN(NAME=&quot;empqual.emp_code&quot;) COLUMN(NAME=&quot;empqual.seq_no&quot;) COLUMN(NAME=&quot;empqual.qlf_code&quot;) COLUMN(NAME=&quot;empqual.institute&quot;) COLUMN(NAME=&quot;empqual.subject1&quot;) COLUMN(NAME=&quot;empqual.subject2&quot;) COLUMN(NAME=&quot;empqual.subject3&quot;) COLUMN(NAME=&quot;empqual.subject4&quot;) COLUMN(NAME=&quot;empqual.pass_year&quot;) COLUMN(NAME=&quot;empqual.class&quot;) COLUMN(NAME=&quot;empqual.perc&quot;) COLUMN(NAME=&quot;empqual.print_seq&quot;) COLUMN(NAME=&quot;qualification.descr&quot;) JOIN (LEFT=&quot;empqual.qlf_code&quot; OP =&quot;=&quot;RIGHT=&quot;qualification.qlf_code&quot; )WHERE( EXP1 =&quot;empqual.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:memp_code&quot; ) ) ARG(NAME = &quot;memp_code&quot; TYPE = string) </retrieve> <table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>course_type</name>
<dbname>empqual.course_type</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>course_duration</name>
<dbname>empqual.course_duration</dbname>
<initial>0</initial>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>count_code__qual</name>
<dbname>empqual.count_code__qual</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>qual_country_descr</name>
<dbname>qual_country_descr</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>course_type_descr</name>
<dbname>course_type_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;empqual&quot; ) TABLE(NAME=&quot;qualification&quot; ) COLUMN(NAME=&quot;empqual.emp_code&quot;) COLUMN(NAME=&quot;empqual.seq_no&quot;) COLUMN(NAME=&quot;empqual.qlf_code&quot;) COLUMN(NAME=&quot;empqual.institute&quot;) COLUMN(NAME=&quot;empqual.subject1&quot;) COLUMN(NAME=&quot;empqual.subject2&quot;) COLUMN(NAME=&quot;empqual.subject3&quot;) COLUMN(NAME=&quot;empqual.subject4&quot;) COLUMN(NAME=&quot;empqual.pass_year&quot;) COLUMN(NAME=&quot;empqual.class&quot;) COLUMN(NAME=&quot;empqual.perc&quot;) COLUMN(NAME=&quot;empqual.print_seq&quot;) COLUMN(NAME=&quot;qualification.descr&quot;) COLUMN(NAME=&quot;empqual.course_type&quot;) COLUMN(NAME=&quot;empqual.course_duration&quot;) COLUMN(NAME=&quot;empqual.count_code__qual&quot;) COMPUTE(NAME=&quot;FN_GET_COUNT_DESCR(empqual.count_code__qual) as qual_country_descr&quot;) COMPUTE(NAME=&quot;FN_GET_GEN_DESCR(&apos;COURSE_TYPE&apos; , &apos;W_EMP_COMPLETE&apos; , trim(empqual.course_type) , &apos;D&apos;) as course_type_descr&quot;) JOIN (LEFT=&quot;empqual.qlf_code&quot; OP =&quot;=&quot;RIGHT=&quot;qualification.qlf_code&quot; )WHERE( EXP1 =&quot;empqual.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:memp_code&quot; ) ) ARG(NAME = &quot;memp_code&quot; TYPE = string) </retrieve>
<update>empqual</update> <update>empqual</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -153,8 +187,8 @@ ...@@ -153,8 +187,8 @@
<color>33554432</color> <color>33554432</color>
<x>6</x> <x>6</x>
<y>5</y> <y>5</y>
<height>218</height> <height>261</height>
<width>505</width> <width>521</width>
<name>gb_1</name> <name>gb_1</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
...@@ -176,8 +210,8 @@ ...@@ -176,8 +210,8 @@
<text>Employee Code :</text> <text>Employee Code :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>25</x> <x>42</x>
<y>36</y> <y>44</y>
<height>16</height> <height>16</height>
<width>114</width> <width>114</width>
<html> <html>
...@@ -204,8 +238,8 @@ ...@@ -204,8 +238,8 @@
<text>Seq No :</text> <text>Seq No :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>261</x> <x>278</x>
<y>36</y> <y>44</y>
<height>16</height> <height>16</height>
<width>56</width> <width>56</width>
<html> <html>
...@@ -228,23 +262,23 @@ ...@@ -228,23 +262,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>1</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>322</x> <x>161</x>
<y>36</y> <y>44</y>
<height>16</height> <height>16</height>
<width>36</width> <width>96</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>line_no</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>2</limit> <limit>10</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -264,25 +298,81 @@ ...@@ -264,25 +298,81 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Qualification :</text>
<border>0</border>
<color>0</color>
<x>42</x>
<y>68</y>
<height>16</height>
<width>114</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>qlf_code_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>Institute :</text>
<border>0</border>
<color>0</color>
<x>93</x>
<y>89</y>
<height>16</height>
<width>63</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>institute_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>1</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>144</x> <x>161</x>
<y>36</y> <y>110</y>
<height>16</height> <height>16</height>
<width>96</width> <width>103</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>subject1</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>20</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -299,23 +389,23 @@ ...@@ -299,23 +389,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>Print Seq :</text> <text>Subject1 :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>380</x> <x>42</x>
<y>36</y> <y>110</y>
<height>16</height> <height>16</height>
<width>64</width> <width>114</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>print_seq_t</name> <name>subject1_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -333,17 +423,17 @@ ...@@ -333,17 +423,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Qualification :</text> <text>Subject2 :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>25</x> <x>312</x>
<y>60</y> <y>110</y>
<height>16</height> <height>16</height>
<width>114</width> <width>82</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code_t</name> <name>subject2_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -361,17 +451,17 @@ ...@@ -361,17 +451,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>0</border>
<color>0</color> <color>0</color>
<x>76</x> <x>42</x>
<y>81</y> <y>131</y>
<height>16</height> <height>16</height>
<width>63</width> <width>114</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>
...@@ -388,20 +478,96 @@ ...@@ -388,20 +478,96 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>144</x> <x>399</x>
<y>102</y> <y>110</y>
<height>16</height> <height>16</height>
<width>103</width> <width>103</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject1</name> <name>subject2</name>
<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>
<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>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>161</x>
<y>89</y>
<height>16</height>
<width>341</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>institute</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>upper</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>399</x>
<y>131</y>
<height>16</height>
<width>103</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>subject4</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>20</limit> <limit>20</limit>
...@@ -427,17 +593,17 @@ ...@@ -427,17 +593,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Subject1 :</text> <text>Subject4 :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>25</x> <x>312</x>
<y>102</y> <y>131</y>
<height>16</height> <height>16</height>
<width>114</width> <width>82</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject1_t</name> <name>subject4_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -455,17 +621,17 @@ ...@@ -455,17 +621,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Subject2 :</text> <text>Class :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>295</x> <x>337</x>
<y>102</y> <y>152</y>
<height>16</height> <height>16</height>
<width>82</width> <width>57</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject2_t</name> <name>class_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -487,8 +653,8 @@ ...@@ -487,8 +653,8 @@
<tabsequence>60</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>144</x> <x>161</x>
<y>123</y> <y>131</y>
<height>16</height> <height>16</height>
<width>103</width> <width>103</width>
<format>[general]</format> <format>[general]</format>
...@@ -521,17 +687,17 @@ ...@@ -521,17 +687,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Subject3 :</text> <text>Year :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>25</x> <x>42</x>
<y>123</y> <y>152</y>
<height>16</height> <height>16</height>
<width>114</width> <width>114</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject3_t</name> <name>pass_year_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -546,20 +712,58 @@ ...@@ -546,20 +712,58 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>1</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>466</x>
<y>44</y>
<height>16</height>
<width>36</width>
<format>###</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>print_seq</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<format>###</format>
<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>1090519039</color>
</background>
</ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Subject4 :</text> <text>Print Seq :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>295</x> <x>397</x>
<y>123</y> <y>44</y>
<height>16</height> <height>16</height>
<width>82</width> <width>64</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject4_t</name> <name>print_seq_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -576,23 +780,23 @@ ...@@ -576,23 +780,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>144</x> <x>161</x>
<y>144</y> <y>68</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>pass_year</name> <name>qlf_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>4</limit> <limit>5</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -612,21 +816,31 @@ ...@@ -612,21 +816,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>Year :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>80</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>25</x> <x>161</x>
<y>144</y> <y>152</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>pass_year_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>
...@@ -636,25 +850,35 @@ ...@@ -636,25 +850,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>2</id>
<text>Class :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>225</x> <color>255</color>
<y>144</y> <x>339</x>
<y>44</y>
<height>16</height> <height>16</height>
<width>57</width> <width>36</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>class_t</name> <name>line_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>2</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>
...@@ -664,33 +888,32 @@ ...@@ -664,33 +888,32 @@
<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>10</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>286</x> <x>238</x>
<y>144</y> <y>68</y>
<height>16</height> <height>16</height>
<width>99</width> <width>264</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>class</name> <name>qualification_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>4</limit> <limit>0</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>
...@@ -703,24 +926,33 @@ ...@@ -703,24 +926,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>17</id>
<text>Perc :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>391</x> <color>255</color>
<y>144</y> <x>161</x>
<y>241</y>
<height>16</height> <height>16</height>
<width>49</width> <width>118</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>perc_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>
...@@ -730,31 +962,30 @@ ...@@ -730,31 +962,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>449</x> <x>384</x>
<y>36</y> <y>241</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>
...@@ -769,28 +1000,28 @@ ...@@ -769,28 +1000,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>6</id> <id>10</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>90</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>382</x> <x>399</x>
<y>102</y> <y>152</y>
<height>16</height> <height>16</height>
<width>103</width> <width>103</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject2</name> <name>class</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>20</limit> <limit>4</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -810,31 +1041,21 @@ ...@@ -810,31 +1041,21 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Percentage :</text>
<tabsequence>70</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>382</x> <x>42</x>
<y>123</y> <y>173</y>
<height>16</height> <height>16</height>
<width>103</width> <width>114</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>subject4</name> <name>perc_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>
...@@ -844,10 +1065,38 @@ ...@@ -844,10 +1065,38 @@
<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>
<band>Detail</band>
<alignment>1</alignment>
<text>Duration in Months :</text>
<border>0</border>
<color>0</color>
<x>29</x>
<y>194</y>
<height>16</height>
<width>127</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>course_duration_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>11</id> <id>11</id>
...@@ -855,10 +1104,10 @@ ...@@ -855,10 +1104,10 @@
<tabsequence>100</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>445</x> <x>161</x>
<y>144</y> <y>173</y>
<height>16</height> <height>16</height>
<width>40</width> <width>53</width>
<format>##0.00</format> <format>##0.00</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -889,27 +1138,26 @@ ...@@ -889,27 +1138,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>20</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>144</x> <x>430</x>
<y>60</y> <y>173</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qlf_code</name> <name>course_type</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>5</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>
...@@ -925,26 +1173,54 @@ ...@@ -925,26 +1173,54 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Course Type :</text>
<border>0</border>
<color>0</color>
<x>311</x>
<y>173</y>
<height>16</height>
<width>114</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>course_type_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>13</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>221</x> <x>161</x>
<y>60</y> <y>194</y>
<height>16</height> <height>16</height>
<width>264</width> <width>36</width>
<format>[general]</format> <format>##0</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>qualification_descr</name> <name>course_duration</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>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -959,32 +1235,59 @@ ...@@ -959,32 +1235,59 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</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>4</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>144</x> <x>430</x>
<y>81</y> <y>194</y>
<height>16</height> <height>16</height>
<width>341</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>institute</name> <name>count_code__qual</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>40</limit> <limit>5</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>
......
...@@ -385,7 +385,7 @@ ...@@ -385,7 +385,7 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg User :</text> <text>Change User :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>10</x> <x>10</x>
...@@ -413,7 +413,7 @@ ...@@ -413,7 +413,7 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Date :</text> <text>Change Date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>10</x> <x>10</x>
...@@ -553,7 +553,7 @@ ...@@ -553,7 +553,7 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Term :</text> <text>Change Term :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>322</x> <x>322</x>
......
...@@ -69,7 +69,6 @@ ...@@ -69,7 +69,6 @@
<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>
...@@ -125,7 +124,29 @@ ...@@ -125,7 +124,29 @@
<dbname>empexperience.print_seq</dbname> <dbname>empexperience.print_seq</dbname>
<initial>0</initial> <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;)WHERE( EXP1 =&quot;empexperience.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:as_empcode&quot; ) ) ARG(NAME = &quot;as_empcode&quot; TYPE = string) </retrieve> <table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>count_code__work</name>
<dbname>empexperience.count_code__work</dbname>
</table_column>
<table_column>
<type size="4000">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>work_country_descr</name>
<dbname>work_country_descr</dbname>
</table_column>
<table_column>
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>empexperience.line_no</dbname>
<initial>0</initial>
</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>
<update>empexperience</update> <update>empexperience</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
...@@ -270,44 +291,6 @@ ...@@ -270,44 +291,6 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>126</x>
<y>78</y>
<height>16</height>
<width>248</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>designation</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>25</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>1090519039</color>
</background>
</ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
...@@ -455,6 +438,44 @@ ...@@ -455,6 +438,44 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>126</x>
<y>56</y>
<height>16</height>
<width>248</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>organisation</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>25</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>4</id>
...@@ -490,6 +511,147 @@ ...@@ -490,6 +511,147 @@
<color>1090519039</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Country of Work :</text>
<border>0</border>
<color>0</color>
<x>12</x>
<y>144</y>
<height>16</height>
<width>110</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>count_code__work_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>3</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>126</x>
<y>78</y>
<height>16</height>
<width>248</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>designation</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>25</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>126</x>
<y>34</y>
<height>16</height>
<width>86</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<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>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>314</x>
<y>122</y>
<height>16</height>
<width>60</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>curr_code</name>
<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>
<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>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>6</id>
...@@ -531,25 +693,26 @@ ...@@ -531,25 +693,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>80</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>126</x> <x>126</x>
<y>144</y> <y>144</y>
<height>16</height> <height>16</height>
<width>62</width> <width>60</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>count_code__work</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>5</limit>
<case>any</case> <case>upper</case>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -562,17 +725,17 @@ ...@@ -562,17 +725,17 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Date :</text> <text>Change Date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>27</x> <x>27</x>
<y>144</y> <y>166</y>
<height>16</height> <height>16</height>
<width>95</width> <width>95</width>
<html> <html>
...@@ -596,13 +759,13 @@ ...@@ -596,13 +759,13 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg User :</text> <text>Change User :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>217</x> <x>199</x>
<y>144</y> <y>166</y>
<height>16</height> <height>16</height>
<width>67</width> <width>85</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -621,29 +784,57 @@ ...@@ -621,29 +784,57 @@
<color>553648127</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Term :</text>
<border>0</border>
<color>0</color>
<x>27</x>
<y>188</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>11</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>70</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>314</x> <x>321</x>
<y>122</y> <y>34</y>
<height>16</height> <height>16</height>
<width>60</width> <width>53</width>
<format>[general]</format> <format>###</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>curr_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>
...@@ -661,25 +852,26 @@ ...@@ -661,25 +852,26 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>13</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>289</x> <x>192</x>
<y>144</y> <y>144</y>
<height>16</height> <height>16</height>
<width>85</width> <width>182</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>work_country_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>
<autoselect>yes</autoselect> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -692,24 +884,32 @@ ...@@ -692,24 +884,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>8</id>
<text>Chg Term :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>27</x> <color>255</color>
<x>126</x>
<y>166</y> <y>166</y>
<height>16</height> <height>16</height>
<width>95</width> <width>62</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>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>
...@@ -719,31 +919,30 @@ ...@@ -719,31 +919,30 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>553648127</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>10</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>126</x> <x>289</x>
<y>34</y> <y>166</y>
<height>16</height> <height>16</height>
<width>86</width> <width>85</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>0</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
...@@ -766,9 +965,9 @@ ...@@ -766,9 +965,9 @@
<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>126</x> <x>126</x>
<y>166</y> <y>188</y>
<height>16</height> <height>16</height>
<width>86</width> <width>86</width>
<format>[general]</format> <format>[general]</format>
...@@ -793,34 +992,24 @@ ...@@ -793,34 +992,24 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Line No. :</text>
<tabsequence>20</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>126</x> <x>242</x>
<y>56</y> <y>188</y>
<height>16</height> <height>16</height>
<width>248</width> <width>74</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>organisation</name> <name>line_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>25</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>
...@@ -830,31 +1019,30 @@ ...@@ -830,31 +1019,30 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>553648127</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>14</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>321</x> <x>321</x>
<y>34</y> <y>188</y>
<height>16</height> <height>16</height>
<width>53</width> <width>53</width>
<format>###</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>print_seq</name> <name>line_no</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>
<format>###</format>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
...@@ -869,7 +1057,7 @@ ...@@ -869,7 +1057,7 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>195</height> <height>157</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>
...@@ -134,44 +133,48 @@ ...@@ -134,44 +133,48 @@
<type>string</type> <type>string</type>
</argument> </argument>
</TableDefinition> </TableDefinition>
<GroupBox> <TextObject>
<band>Detail</band> <band>Detail</band>
<text>Bank Detail</text> <alignment>1</alignment>
<border>2</border> <text>Emp Code:</text>
<border>0</border>
<color>33554432</color> <color>33554432</color>
<x>9</x> <x>12</x>
<y>6</y> <y>7</y>
<height>184</height> <height>16</height>
<width>511</width> <width>72</width>
<name>gb_1</name> <html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Times New Roman</face>
<height>-12</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>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</GroupBox> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Employee Code :</text> <text>Bank Name:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>12</x>
<y>43</y> <y>31</y>
<height>16</height> <height>16</height>
<width>108</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_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>
...@@ -189,17 +192,17 @@ ...@@ -189,17 +192,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Bank Name :</text> <text>Bank A/c No:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>6</x>
<y>64</y> <y>53</y>
<height>16</height> <height>16</height>
<width>108</width> <width>78</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_name_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>
...@@ -217,17 +220,17 @@ ...@@ -217,17 +220,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Bank A/c No :</text> <text>Bank Code:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>192</x>
<y>85</y> <y>7</y>
<height>16</height> <height>16</height>
<width>108</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>bank_acct_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>
...@@ -245,11 +248,11 @@ ...@@ -245,11 +248,11 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Station Code :</text> <text>Station Code:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>366</x> <x>201</x>
<y>85</y> <y>32</y>
<height>16</height> <height>16</height>
<width>79</width> <width>79</width>
<html> <html>
...@@ -270,31 +273,21 @@ ...@@ -270,31 +273,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>Amount:</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>134</x> <x>186</x>
<y>43</y> <y>80</y>
<height>16</height> <height>16</height>
<width>88</width> <width>72</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>amount_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>
...@@ -304,32 +297,33 @@ ...@@ -304,32 +297,33 @@
<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>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>450</x> <x>88</x>
<y>85</y> <y>7</y>
<height>16</height> <height>16</height>
<width>58</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>stan_code</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>5</limit> <limit>10</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>
...@@ -352,10 +346,10 @@ ...@@ -352,10 +346,10 @@
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>134</x> <x>88</x>
<y>64</y> <y>32</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>
...@@ -383,77 +377,30 @@ ...@@ -383,77 +377,30 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Amount Type :</text>
<border>0</border>
<color>33554432</color>
<x>22</x>
<y>106</y>
<height>16</height>
<width>108</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>amt_type_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>Bank Code :</text>
<border>0</border>
<color>33554432</color>
<x>343</x>
<y>43</y>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>bank_code_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>10</id>
<text>Amount :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color> <color>33554432</color>
<x>343</x> <x>88</x>
<y>106</y> <y>56</y>
<height>16</height> <height>16</height>
<width>72</width> <width>246</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>bank_acct</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>
...@@ -463,10 +410,10 @@ ...@@ -463,10 +410,10 @@
<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>2</id> <id>2</id>
...@@ -474,10 +421,10 @@ ...@@ -474,10 +421,10 @@
<tabsequence>10</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>420</x> <x>268</x>
<y>43</y> <y>7</y>
<height>16</height> <height>16</height>
<width>88</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -486,7 +433,7 @@ ...@@ -486,7 +433,7 @@
<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>
...@@ -507,23 +454,23 @@ ...@@ -507,23 +454,23 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>9</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>134</x> <x>282</x>
<y>85</y> <y>32</y>
<height>16</height> <height>16</height>
<width>225</width> <width>52</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>
...@@ -544,25 +491,27 @@ ...@@ -544,25 +491,27 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>5</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>50</tabsequence> <tabsequence>60</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>134</x> <x>262</x>
<y>106</y> <y>80</y>
<height>16</height> <height>16</height>
<width>106</width> <width>72</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amt_type</name> <name>amount</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>14</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -580,28 +529,25 @@ ...@@ -580,28 +529,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>4</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>50</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>420</x> <x>88</x>
<y>106</y> <y>80</y>
<height>16</height> <height>16</height>
<width>88</width> <width>77</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>
...@@ -624,8 +570,8 @@ ...@@ -624,8 +570,8 @@
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>33554432</color> <color>33554432</color>
<x>134</x> <x>88</x>
<y>127</y> <y>102</y>
<height>19</height> <height>19</height>
<width>66</width> <width>66</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
...@@ -658,23 +604,23 @@ ...@@ -658,23 +604,23 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Date :</text> <text>Amt Type:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>22</x> <x>12</x>
<y>127</y> <y>80</y>
<height>19</height> <height>16</height>
<width>108</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date_t</name> <name>amt_type_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>
...@@ -686,17 +632,17 @@ ...@@ -686,17 +632,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Term :</text> <text>Chg Date:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>208</x> <x>12</x>
<y>127</y> <y>103</y>
<height>19</height> <height>16</height>
<width>72</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term_t</name> <name>chg_date_t</name>
<visible>0</visible> <visible>0</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
...@@ -713,23 +659,23 @@ ...@@ -713,23 +659,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</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>33554432</color>
<x>286</x> <x>88</x>
<y>127</y> <y>124</y>
<height>19</height> <height>19</height>
<width>77</width> <width>66</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>chg_user</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>10</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -752,13 +698,13 @@ ...@@ -752,13 +698,13 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg User :</text> <text>Chg User:</text>
<border>0</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>372</x> <x>12</x>
<y>127</y> <y>124</y>
<height>19</height> <height>16</height>
<width>65</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
...@@ -779,23 +725,23 @@ ...@@ -779,23 +725,23 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</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>33554432</color>
<x>442</x> <x>238</x>
<y>127</y> <y>101</y>
<height>19</height> <height>19</height>
<width>66</width> <width>96</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>chg_term</name>
<visible>0</visible> <visible>0</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>15</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -815,6 +761,34 @@ ...@@ -815,6 +761,34 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Chg Term:</text>
<border>0</border>
<color>33554432</color>
<x>162</x>
<y>102</y>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_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>
<HtmlTable> <HtmlTable>
<border>1</border> <border>1</border>
</HtmlTable> </HtmlTable>
......
$PBExportHeader$d_emp_temp11.srd $PBExportHeader$d_emp_temp11.srd
$PBExportComments$Employee details
release 9; release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 ) datawindow(units=1 timer_interval=0 color=79741120 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=20 color="536870912" ) header(height=21 color="536870912" )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=21 color="536870912" ) detail(height=22 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee.emp_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee.emp_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=contact_code dbname="employee.contact_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=emp_type dbname="employee.emp_type" )
column=(type=char(5) update=yes updatewhereclause=yes name=design_code dbname="employee.design_code" )
column=(type=char(25) update=yes updatewhereclause=yes name=designation dbname="employee.designation" ) column=(type=char(25) update=yes updatewhereclause=yes name=designation dbname="employee.designation" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__link dbname="employee.emp_code__link" )
column=(type=char(5) update=yes updatewhereclause=yes name=emp_class dbname="employee.emp_class" )
column=(type=char(5) update=yes updatewhereclause=yes name=dept_code dbname="employee.dept_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=dept_code dbname="employee.dept_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=cadre_code dbname="employee.cadre" ) column=(type=char(5) update=yes updatewhereclause=yes name=grade dbname="employee.grade" )
column=(type=char(5) update=yes updatewhereclause=yes name=grade_code dbname="employee.grade" ) column=(type=char(5) update=yes updatewhereclause=yes name=cadre dbname="employee.cadre" )
column=(type=char(40) updatewhereclause=yes name=cadre_descr dbname="cadre.descr" ) column=(type=char(5) update=yes updatewhereclause=yes name=emp_site dbname="employee.emp_site" )
column=(type=char(40) updatewhereclause=yes name=grade_descr dbname="grade.descr" )
column=(type=char(10) update=yes updatewhereclause=yes name=report_to dbname="employee.report_to" )
column=(type=char(10) update=yes updatewhereclause=yes name=report_to__admin dbname="employee.report_to__admin" )
column=(type=char(10) update=yes updatewhereclause=yes name=pos_code dbname="employee.pos_code" )
column=(type=char(4000) updatewhereclause=yes name=pos_code_descr dbname="pos_code_descr" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__hod dbname="employee.emp_code__hod" )
column=(type=char(4000) updatewhereclause=yes name=emp_code_hod__fname dbname="emp_code_hod__fname" )
column=(type=char(4000) updatewhereclause=yes name=emp_code_hod__lname dbname="emp_code_hod__lname" )
column=(type=char(5) update=yes updatewhereclause=yes name=func_group dbname="employee.func_group" )
column=(type=char(5) update=yes updatewhereclause=yes name=parent_dept dbname="employee.parent_dept" )
column=(type=char(4000) updatewhereclause=yes name=parent_dept_descr dbname="parent_dept_descr" )
column=(type=char(4000) updatewhereclause=yes name=func_group_descr dbname="func_group_descr" )
column=(type=char(40) updatewhereclause=yes name=department_desrc dbname="department.descr" )
column=(type=char(1) update=yes updatewhereclause=yes name=insider_trading_opt dbname="employee.insider_trading_opt" )
column=(type=char(5) updatewhereclause=yes name=emp_site dbname="employee.emp_site" )
column=(type=char(5) updatewhereclause=yes name=pay_site dbname="employee.pay_site" )
column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" )
column=(type=char(30) update=yes updatewhereclause=yes name=emp_fname_long dbname="employee.emp_fname_long" ) column=(type=char(30) update=yes updatewhereclause=yes name=emp_fname_long dbname="employee.emp_fname_long" )
column=(type=char(30) update=yes updatewhereclause=yes name=emp_lname_long dbname="employee.emp_lname_long" ) column=(type=char(30) update=yes updatewhereclause=yes name=emp_lname_long dbname="employee.emp_lname_long" )
column=(type=char(30) update=yes updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" ) column=(type=char(30) update=yes updatewhereclause=yes name=emp_mname_long dbname="employee.emp_mname_long" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) TABLE(NAME=~"cadre~" ) TABLE(NAME=~"department~" ) TABLE(NAME=~"grade~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.contact_code~") COLUMN(NAME=~"employee.emp_type~") COLUMN(NAME=~"employee.design_code~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"employee.emp_code__link~") COLUMN(NAME=~"employee.emp_class~") COLUMN(NAME=~"employee.dept_code~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"cadre.descr~") COLUMN(NAME=~"grade.descr~") COLUMN(NAME=~"employee.report_to~") COLUMN(NAME=~"employee.report_to__admin~") COLUMN(NAME=~"employee.pos_code~") COMPUTE(NAME=~"FN_GET_POS_DESCR(employee.emp_code,employee.dept_code,employee.pos_code) pos_code_descr~") COLUMN(NAME=~"employee.emp_code__hod~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__hod,'F') emp_code_hod__fname~") COMPUTE(NAME=~"FN_GET_EMP_NAME(employee.emp_code__hod,'L') emp_code_hod__lname~") COLUMN(NAME=~"employee.func_group~") COLUMN(NAME=~"employee.parent_dept~") COMPUTE(NAME=~"FN_GET_DEPT_DESCR(employee.parent_dept) parent_dept_descr~") COMPUTE(NAME=~"FN_GET_DEPT_DESCR(employee.func_group) func_group_descr~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"employee.insider_trading_opt~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"employee.pay_site~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.emp_mname_long~") JOIN (LEFT=~"employee.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" ) JOIN (LEFT=~"employee.cadre~" OP =~"=~"RIGHT=~"cadre.cadre_code~" ) JOIN (LEFT=~"employee.grade~" OP =~"=~"RIGHT=~"grade.grade_code~" )WHERE( EXP1 =~"FN_FILTER_TEMPEMP(EMPLOYEE.EMP_TYPE)~" OP =~">~" EXP2 =~"0~" ) ) " update="EMPLOYEE" updatewhere=0 updatekeyinplace=no ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee.emp_code~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"employee.dept_code~") COLUMN(NAME=~"employee.grade~") COLUMN(NAME=~"employee.cadre~") COLUMN(NAME=~"employee.emp_site~") COLUMN(NAME=~"employee.emp_fname_long~") COLUMN(NAME=~"employee.emp_lname_long~") COLUMN(NAME=~"employee.emp_mname_long~")WHERE( EXP1 =~"DDF_CHK_SPLCHAR(EMP_CODE)~" OP =~"=~" EXP2 =~"0~" ) ) " update="employee" updatewhere=1 updatekeyinplace=no )
text(band=header alignment="2" text="Employee Code" border="6" color="33554432" x="2" y="2" height="16" width="103" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Employee Code" border="6" color="0" x="2" y="3" height="16" width="88" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="First Name " border="6" color="33554432" x="107" y="2" height="16" width="199" html.valueishtml="0" name=emp_fname_long_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="First Name" border="6" color="33554432" x="92" y="3" height="16" width="141" html.valueishtml="0" name=emp_fname_long_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Middle Name " border="6" color="33554432" x="308" y="2" height="16" width="183" html.valueishtml="0" name=emp_mname_long_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Middle Name" border="6" color="33554432" x="235" y="3" height="16" width="163" html.valueishtml="0" name=emp_mname_long_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Last Name" border="6" color="33554432" x="493" y="2" height="16" width="183" html.valueishtml="0" name=emp_lname_long_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Last Name " border="6" color="33554432" x="400" y="3" height="16" width="146" html.valueishtml="0" name=emp_lname_long_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Contact Code" border="6" color="33554432" x="678" y="2" height="16" width="91" html.valueishtml="0" name=contact_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Designation" border="6" color="0" x="548" y="3" height="16" width="146" html.valueishtml="0" name=designation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Type" border="6" color="33554432" x="771" y="2" height="16" width="59" html.valueishtml="0" name=emp_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Department" border="6" color="0" x="696" y="3" height="16" width="70" html.valueishtml="0" name=dept_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Design Code" border="6" color="33554432" x="832" y="2" height="16" width="85" html.valueishtml="0" name=design_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Grade" border="6" color="0" x="768" y="3" height="16" width="40" html.valueishtml="0" name=grade_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Designation" border="6" color="33554432" x="919" y="2" height="16" width="233" html.valueishtml="0" name=designation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Cadre" border="6" color="0" x="810" y="3" height="16" width="47" html.valueishtml="0" name=cadre_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Link Code" border="6" color="33554432" x="1154" y="2" height="16" width="93" html.valueishtml="0" name=emp_code__link_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Employment Site" border="6" color="0" x="859" y="3" height="16" width="95" html.valueishtml="0" name=emp_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Class" border="6" color="33554432" x="1249" y="2" height="16" width="64" html.valueishtml="0" name=emp_class_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="1" height="18" width="88" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Sub Department" border="6" color="33554432" x="1315" y="2" height="16" width="109" html.valueishtml="0" name=dept_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="0" tabsequence=20 border="5" color="0" x="92" y="1" height="18" width="141" format="[general]" html.valueishtml="0" name=emp_fname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Cadre" border="6" color="33554432" x="1426" y="2" height="16" width="69" html.valueishtml="0" name=cadre_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=9 alignment="0" tabsequence=30 border="5" color="0" x="235" y="1" height="18" width="163" format="[general]" html.valueishtml="0" name=emp_mname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Grade" border="6" color="33554432" x="1497" y="2" height="16" width="73" html.valueishtml="0" name=grade_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=8 alignment="0" tabsequence=40 border="5" color="0" x="400" y="1" height="18" width="146" format="[general]" html.valueishtml="0" name=emp_lname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Sub Department Description " border="6" color="33554432" x="1572" y="2" height="16" width="238" html.valueishtml="0" name=department_desrc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=50 border="5" color="0" x="548" y="1" height="18" width="146" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Cadre Description " border="6" color="33554432" x="1812" y="2" height="16" width="194" html.valueishtml="0" name=cadre_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=60 border="5" color="0" x="696" y="1" height="18" width="70" format="[general]" html.valueishtml="0" name=dept_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Grade Description" border="6" color="33554432" x="2008" y="2" height="16" width="189" html.valueishtml="0" name=grade_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=70 border="5" color="0" x="768" y="1" height="18" width="40" format="[general]" html.valueishtml="0" name=grade visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Report To" border="6" color="33554432" x="2199" y="2" height="16" width="66" html.valueishtml="0" name=report_to_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=5 alignment="0" tabsequence=80 border="5" color="0" x="810" y="1" height="18" width="47" format="[general]" html.valueishtml="0" name=cadre visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Report To Admin" border="6" color="33554432" x="2267" y="2" height="16" width="117" html.valueishtml="0" name=report_to__admin_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=6 alignment="0" tabsequence=90 border="5" color="0" x="859" y="1" height="18" width="95" format="[general]" html.valueishtml="0" name=emp_site visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Department Head" border="6" color="33554432" x="2386" y="2" height="16" width="114" html.valueishtml="0" name=emp_code__hod_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Position Code" border="6" color="33554432" x="2502" y="2" height="16" width="86" html.valueishtml="0" name=pos_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Position Description" border="6" color="33554432" x="2590" y="2" height="16" width="210" html.valueishtml="0" name=pos_code_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="First Name of Department Head " border="6" color="33554432" x="2802" y="2" height="16" width="198" html.valueishtml="0" name=emp_code_hod__fname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Last Name of Department Head" border="6" color="33554432" x="3002" y="2" height="16" width="208" html.valueishtml="0" name=emp_code_hod__lname_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Functional Group" border="6" color="33554432" x="3212" y="2" height="16" width="109" html.valueishtml="0" name=func_group_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Parent Dept" border="6" color="33554432" x="3323" y="2" height="16" width="86" html.valueishtml="0" name=parent_dept_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Parent Dept Descr" border="6" color="33554432" x="3411" y="2" height="16" width="223" html.valueishtml="0" name=parent_dept_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Functional Group Description" border="6" color="33554432" x="3636" y="2" height="16" width="262" html.valueishtml="0" name=func_group_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Insider Trading" border="6" color="33554432" x="3900" y="2" height="16" width="90" html.valueishtml="0" name=insider_trading_opt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Employment Site" border="6" color="33554432" x="3992" y="2" height="16" width="96" html.valueishtml="0" name=emp_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Payroll Site" border="6" color="33554432" x="4090" y="2" height="16" width="66" html.valueishtml="0" name=pay_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Work Site" border="6" color="33554432" x="4158" y="2" height="16" width="61" html.valueishtml="0" name=work_site_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="5" color="33554432" x="4158" y="2" height="19" width="61" format="[general]" html.valueishtml="0" name=work_site visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=27 alignment="0" tabsequence=32766 border="0" color="33554432" x="4090" y="2" height="19" width="66" format="[general]" html.valueishtml="0" name=pay_site visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=26 alignment="0" tabsequence=32766 border="0" color="33554432" x="3992" y="2" height="19" width="96" format="[general]" html.valueishtml="0" name=emp_site visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=25 alignment="0" tabsequence=32766 border="5" color="33554432" x="3900" y="2" height="19" width="90" format="[general]" html.valueishtml="0" name=insider_trading_opt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="33554432" x="3636" y="2" height="19" width="262" format="[general]" html.valueishtml="0" name=func_group_descr visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="33554432" x="3411" y="2" height="19" width="223" format="[general]" html.valueishtml="0" name=parent_dept_descr visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="5" color="33554432" x="3323" y="2" height="19" width="86" format="[general]" html.valueishtml="0" name=parent_dept visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="33554432" x="3212" y="2" height="19" width="109" format="[general]" html.valueishtml="0" name=func_group visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="33554432" x="3002" y="2" height="19" width="208" format="[general]" html.valueishtml="0" name=emp_code_hod__lname visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="33554432" x="2802" y="2" height="19" width="198" format="[general]" html.valueishtml="0" name=emp_code_hod__fname visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="33554432" x="2590" y="2" height="19" width="210" format="[general]" html.valueishtml="0" name=pos_code_descr visible="1" edit.limit=4000 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="33554432" x="2502" y="2" height="19" width="86" format="[general]" html.valueishtml="0" name=pos_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="33554432" x="2386" y="2" height="19" width="114" format="[general]" html.valueishtml="0" name=emp_code__hod visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="33554432" x="2267" y="2" height="19" width="117" format="[general]" html.valueishtml="0" name=report_to__admin visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="33554432" x="2199" y="2" height="19" width="66" format="[general]" html.valueishtml="0" name=report_to visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="33554432" x="2008" y="2" height="19" width="189" format="[general]" html.valueishtml="0" name=grade_descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="33554432" x="1812" y="2" height="19" width="194" format="[general]" html.valueishtml="0" name=cadre_descr visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="33554432" x="1572" y="2" height="19" width="238" format="[general]" html.valueishtml="0" name=department_desrc visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="1497" y="2" height="19" width="73" format="[general]" html.valueishtml="0" name=grade_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="1426" y="2" height="19" width="69" format="[general]" html.valueishtml="0" name=cadre_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="1315" y="2" height="19" width="109" format="[general]" html.valueishtml="0" name=dept_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="1249" y="2" height="19" width="64" format="[general]" html.valueishtml="0" name=emp_class visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="1154" y="2" height="19" width="93" format="[general]" html.valueishtml="0" name=emp_code__link visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="33554432" x="919" y="2" height="19" width="233" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="832" y="2" height="19" width="85" format="[general]" html.valueishtml="0" name=design_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="771" y="2" height="19" width="59" format="[general]" html.valueishtml="0" name=emp_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="678" y="2" height="19" width="91" format="[general]" html.valueishtml="0" name=contact_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="33554432" x="493" y="2" height="19" width="183" format="[general]" html.valueishtml="0" name=emp_lname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="33554432" x="308" y="2" height="19" width="183" format="[general]" html.valueishtml="0" name=emp_mname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=29 alignment="0" tabsequence=32766 border="5" color="33554432" x="107" y="2" height="19" width="199" format="[general]" html.valueishtml="0" name=emp_fname_long visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="19" width="103" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="emp_basic_info_brow" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><untitled><untitled_row __pbband=~"detail~"><employee_emp_code>emp_code</employee_emp_code><employee_emp_fname>emp_fname</employee_emp_fname><employee_emp_mname>emp_mname</employee_emp_mname><employee_emp_lname>emp_lname</employee_emp_lname><employee_emp_type>emp_type</employee_emp_type><employee_designation>designation</employee_designation><employee_dept_code>dept_code</employee_dept_code><employee_cadre>cadre_code</employee_cadre><employee_grade>grade_code</employee_grade><cadre_descr>cadre_descr</cadre_descr><grade_descr>grade_descr</grade_descr><employee_report_to>report_to</employee_report_to><employee_emp_code__link>emp_code__link</employee_emp_code__link><department_descr/><employee_contact_code>contact_code</employee_contact_code><employee_design_code>design_code</employee_design_code><employee_report_to__admin>report_to__admin</employee_report_to__admin><employee_emp_class>emp_class</employee_emp_class><employee_emp_code__hod>emp_code__hod</employee_emp_code__hod><employee_pos_code>pos_code</employee_pos_code><emp_code_hod__fname>emp_code_hod__fname</emp_code_hod__fname><emp_code_hod__lname>emp_code_hod__lname</emp_code_hod__lname><pos_code_descr>pos_code_descr</pos_code_descr><employee_func_group>func_group</employee_func_group><employee_parent_dept>parent_dept</employee_parent_dept><parent_dept_descr>parent_dept_descr</parent_dept_descr><func_group_descr>func_group_descr</func_group_descr></untitled_row></untitled>")) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml() import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" ) export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
$PBExportHeader$d_empbank_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
header(height=20 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=21 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee_bank.emp_code" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=bank_code dbname="employee_bank.bank_code" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_name dbname="employee_bank.bank_name" )
column=(type=char(1) update=yes updatewhereclause=yes name=amt_type dbname="employee_bank.amt_type" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="employee_bank.amount" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee_bank.chg_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="employee_bank.chg_term" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee_bank.chg_user" )
column=(type=char(5) update=yes updatewhereclause=yes name=stan_code dbname="employee_bank.stan_code" )
column=(type=char(30) update=yes updatewhereclause=yes name=bank_acct dbname="employee_bank.bank_acct" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee_bank~" ) COLUMN(NAME=~"employee_bank.emp_code~") COLUMN(NAME=~"employee_bank.bank_code~") COLUMN(NAME=~"employee_bank.bank_name~") COLUMN(NAME=~"employee_bank.amt_type~") COLUMN(NAME=~"employee_bank.amount~") COLUMN(NAME=~"employee_bank.chg_date~") COLUMN(NAME=~"employee_bank.chg_term~") COLUMN(NAME=~"employee_bank.chg_user~") COLUMN(NAME=~"employee_bank.stan_code~") COLUMN(NAME=~"employee_bank.bank_acct~")WHERE( EXP1 =~"~~~"EMPLOYEE_BANK~~~".~~~"EMP_CODE~~~"~" OP =~"=~" EXP2 =~":as_empcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="EMPLOYEE_BANK" updatewhere=0 updatekeyinplace=no arguments=(("as_empcode", string)) )
text(band=header alignment="2" text="Emp Code" border="6" color="33554432" x="2" y="2" height="16" width="66" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Bank Code" border="6" color="33554432" x="72" y="2" height="16" width="66" html.valueishtml="0" name=bank_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Bank Name" border="6" color="33554432" x="142" y="2" height="16" width="119" html.valueishtml="0" name=bank_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Bank A/c No." border="6" color="33554432" x="265" y="2" height="16" width="105" html.valueishtml="0" name=bank_acct_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Station Code" border="6" color="33554432" x="374" y="2" height="16" width="90" html.valueishtml="0" name=stan_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Amt Type" border="6" color="33554432" x="468" y="2" height="16" width="56" html.valueishtml="0" name=amt_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Amount" border="6" color="33554432" x="528" y="2" height="16" width="72" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Date" border="6" color="33554432" x="604" y="2" height="16" width="66" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Chg Term" border="6" color="33554432" x="674" y="2" height="16" width="66" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Chg User" border="6" color="33554432" x="744" y="2" height="16" width="66" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="33554432" x="72" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=bank_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="33554432" x="142" y="2" height="16" width="119" format="[general]" html.valueishtml="0" name=bank_name visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="265" y="2" height="16" width="105" format="[general]" html.valueishtml="0" name=stan_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="374" y="2" height="16" width="90" format="[general]" html.valueishtml="0" name=bank_acct visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="33554432" x="468" y="2" height="16" width="56" format="[general]" html.valueishtml="0" name=amt_type visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="1" tabsequence=32766 border="5" color="33554432" x="528" y="2" height="16" width="72" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="604" y="2" height="16" width="66" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="674" y="2" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="744" y="2" height="16" width="67" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
$PBExportHeader$d_empbank_edit.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=157 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="employee_bank.emp_code" )
column=(type=char(10) update=yes updatewhereclause=yes key=yes name=bank_code dbname="employee_bank.bank_code" )
column=(type=char(40) update=yes updatewhereclause=yes name=bank_name dbname="employee_bank.bank_name" )
column=(type=char(1) update=yes updatewhereclause=yes name=amt_type dbname="employee_bank.amt_type" initial="F" values="Fixed F/Percentage P/" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="employee_bank.amount" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee_bank.chg_date" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="employee_bank.chg_term" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee_bank.chg_user" )
column=(type=char(5) update=yes updatewhereclause=yes name=stan_code dbname="employee_bank.stan_code" )
column=(type=char(30) update=yes updatewhereclause=yes name=bank_acct dbname="employee_bank.bank_acct" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee_bank~" ) COLUMN(NAME=~"employee_bank.emp_code~") COLUMN(NAME=~"employee_bank.bank_code~") COLUMN(NAME=~"employee_bank.bank_name~") COLUMN(NAME=~"employee_bank.amt_type~") COLUMN(NAME=~"employee_bank.amount~") COLUMN(NAME=~"employee_bank.chg_date~") COLUMN(NAME=~"employee_bank.chg_term~") COLUMN(NAME=~"employee_bank.chg_user~") COLUMN(NAME=~"employee_bank.stan_code~") COLUMN(NAME=~"employee_bank.bank_acct~")WHERE( EXP1 =~"~~~"EMPLOYEE_BANK~~~".~~~"EMP_CODE~~~"~" OP =~"=~" EXP2 =~":as_empcode~" LOGIC =~"And~" ) WHERE( EXP1 =~"~~~"EMPLOYEE_BANK~~~".~~~"BANK_CODE~~~"~" OP =~"=~" EXP2 =~":as_bankcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) ARG(NAME = ~"as_bankcode~" TYPE = string) " update="EMPLOYEE_BANK" updatewhere=1 updatekeyinplace=no arguments=(("as_empcode", string),("as_bankcode", string)) )
text(band=detail alignment="1" text="Emp Code:" border="0" color="33554432" x="12" y="7" height="16" width="72" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank Name:" border="0" color="33554432" x="12" y="31" height="16" width="72" html.valueishtml="0" name=bank_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank A/c No:" border="0" color="33554432" x="6" y="53" height="16" width="78" html.valueishtml="0" name=bank_acct_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Bank Code:" border="0" color="33554432" x="192" y="7" height="16" width="72" html.valueishtml="0" name=bank_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Station Code:" border="0" color="33554432" x="201" y="32" height="16" width="79" html.valueishtml="0" name=stan_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Amount:" border="0" color="33554432" x="186" y="80" height="16" width="72" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="33554432" x="88" y="7" height="16" width="66" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="33554432" x="88" y="32" height="16" width="110" format="[general]" html.valueishtml="0" name=bank_name visible="1" edit.limit=40 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=40 border="5" color="33554432" x="88" y="56" height="16" width="246" format="[general]" html.valueishtml="0" name=bank_acct visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="33554432" x="268" y="7" height="16" width="66" format="[general]" html.valueishtml="0" name=bank_code visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=30 border="5" color="33554432" x="282" y="32" height="16" width="52" format="[general]" html.valueishtml="0" name=stan_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="1" tabsequence=60 border="5" color="33554432" x="262" y="80" height="16" width="72" format="[general]" html.valueishtml="0" name=amount visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=50 border="5" color="33554432" x="88" y="80" height="16" width="77" format="[general]" html.valueishtml="0" name=amt_type visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="33554432" x="88" y="102" height="19" width="66" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Amt Type:" border="0" color="33554432" x="12" y="80" height="16" width="72" html.valueishtml="0" name=amt_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Date:" border="0" color="33554432" x="12" y="103" height="16" width="72" html.valueishtml="0" name=chg_date_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="88" y="124" height="19" width="66" format="[general]" html.valueishtml="0" name=chg_user visible="0" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Chg User:" border="0" color="33554432" x="12" y="124" height="16" width="72" html.valueishtml="0" name=chg_user_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="33554432" x="238" y="101" height="19" width="96" format="[general]" html.valueishtml="0" name=chg_term visible="0" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="33554432" x="162" y="102" height="16" width="72" html.valueishtml="0" name=chg_term_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
...@@ -8,7 +8,7 @@ detail(height=22 color="536870912" ) ...@@ -8,7 +8,7 @@ detail(height=22 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="empexperience.emp_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="empexperience.emp_code" )
column=(type=char(25) update=yes updatewhereclause=yes name=organisation dbname="empexperience.organisation" ) column=(type=char(25) update=yes updatewhereclause=yes name=organisation dbname="empexperience.organisation" )
column=(type=char(25) update=yes updatewhereclause=yes name=designation dbname="empexperience.designation" ) column=(type=char(25) update=yes updatewhereclause=yes name=designation dbname="empexperience.designation" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=from_date dbname="empexperience.from_date" ) column=(type=datetime update=yes updatewhereclause=yes name=from_date dbname="empexperience.from_date" )
column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="empexperience.to_date" ) column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="empexperience.to_date" )
column=(type=decimal(2) update=yes updatewhereclause=yes name=gross_amt dbname="empexperience.gross_amt" initial="0" ) column=(type=decimal(2) update=yes updatewhereclause=yes name=gross_amt dbname="empexperience.gross_amt" initial="0" )
column=(type=char(5) update=yes updatewhereclause=yes name=curr_code dbname="empexperience.curr_code" initial="RS" ) column=(type=char(5) update=yes updatewhereclause=yes name=curr_code dbname="empexperience.curr_code" initial="RS" )
...@@ -16,7 +16,10 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -16,7 +16,10 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="empexperience.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="empexperience.chg_term" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="empexperience.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="empexperience.chg_user" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=print_seq dbname="empexperience.print_seq" initial="0" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=print_seq dbname="empexperience.print_seq" initial="0" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empexperience~" ) COLUMN(NAME=~"empexperience.emp_code~") COLUMN(NAME=~"empexperience.organisation~") COLUMN(NAME=~"empexperience.designation~") COLUMN(NAME=~"empexperience.from_date~") COLUMN(NAME=~"empexperience.to_date~") COLUMN(NAME=~"empexperience.gross_amt~") COLUMN(NAME=~"empexperience.curr_code~") COLUMN(NAME=~"empexperience.chg_date~") COLUMN(NAME=~"empexperience.chg_term~") COLUMN(NAME=~"empexperience.chg_user~") COLUMN(NAME=~"empexperience.print_seq~")WHERE( EXP1 =~"empexperience.emp_code~" OP =~"=~" EXP2 =~":as_empcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="empexperience" updatewhere=1 updatekeyinplace=no arguments=(("as_empcode", string)) sort="emp_code A " ) column=(type=char(5) update=yes updatewhereclause=yes name=count_code__work dbname="empexperience.count_code__work" )
column=(type=char(4000) updatewhereclause=yes name=work_country_descr dbname="work_country_descr" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="empexperience.line_no" initial="0" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empexperience~" ) COLUMN(NAME=~"empexperience.emp_code~") COLUMN(NAME=~"empexperience.organisation~") COLUMN(NAME=~"empexperience.designation~") COLUMN(NAME=~"empexperience.from_date~") COLUMN(NAME=~"empexperience.to_date~") COLUMN(NAME=~"empexperience.gross_amt~") COLUMN(NAME=~"empexperience.curr_code~") COLUMN(NAME=~"empexperience.chg_date~") COLUMN(NAME=~"empexperience.chg_term~") COLUMN(NAME=~"empexperience.chg_user~") COLUMN(NAME=~"empexperience.print_seq~") COLUMN(NAME=~"empexperience.count_code__work~") COMPUTE(NAME=~"FN_GET_COUNT_DESCR(empexperience.count_code__work) as work_country_descr~") COLUMN(NAME=~"empexperience.line_no~")WHERE( EXP1 =~"empexperience.emp_code~" OP =~"=~" EXP2 =~":as_empcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="EMPEXPERIENCE" updatewhere=1 updatekeyinplace=no arguments=(("as_empcode", string)) sort="emp_code A " )
text(band=header alignment="0" text="Employee Code" border="6" color="0" x="2" y="2" height="16" width="89" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="0" text="Employee Code" border="6" color="0" x="2" y="2" height="16" width="89" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Organisation" border="6" color="0" x="93" y="2" height="16" width="145" html.valueishtml="0" name=organisation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="0" text="Organisation" border="6" color="0" x="93" y="2" height="16" width="145" html.valueishtml="0" name=organisation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Designation" border="6" color="0" x="240" y="2" height="16" width="146" html.valueishtml="0" name=designation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="0" text="Designation" border="6" color="0" x="240" y="2" height="16" width="146" html.valueishtml="0" name=designation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
...@@ -28,6 +31,9 @@ text(band=header alignment="0" text="Change Date" border="6" color="0" x="713" y ...@@ -28,6 +31,9 @@ text(band=header alignment="0" text="Change Date" border="6" color="0" x="713" y
text(band=header alignment="0" text="Change Term" border="6" color="0" x="797" y="2" height="16" width="87" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Change Term" border="6" color="0" x="797" y="2" height="16" width="87" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Change User" border="6" color="0" x="886" y="2" height="16" width="80" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Change User" border="6" color="0" x="886" y="2" height="16" width="80" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="1" text="Print Seq" border="6" color="33554432" x="968" y="2" height="16" width="71" html.valueishtml="0" name=print_seq_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="1" text="Print Seq" border="6" color="33554432" x="968" y="2" height="16" width="71" html.valueishtml="0" name=print_seq_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Country Code" border="6" color="33554432" x="1041" y="2" height="16" width="95" html.valueishtml="0" name=count_code__work_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Work Country Name" border="6" color="33554432" x="1138" y="2" height="16" width="296" html.valueishtml="0" name=work_country_descr_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Line No" border="6" color="33554432" x="1436" y="2" height="16" width="59" html.valueishtml="0" name=line_no_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="1" height="19" width="89" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="1" height="19" width="89" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=6 alignment="1" tabsequence=32766 border="5" color="0" x="525" y="1" height="19" width="95" format="[general]" html.valueishtml="0" name=gross_amt visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=6 alignment="1" tabsequence=32766 border="5" color="0" x="525" y="1" height="19" width="95" format="[general]" html.valueishtml="0" name=gross_amt visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="0" x="457" y="1" height="19" width="66" format="[shortdate] [time]" html.valueishtml="0" name=to_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="0" x="457" y="1" height="19" width="66" format="[shortdate] [time]" html.valueishtml="0" name=to_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
...@@ -39,6 +45,9 @@ column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x=" ...@@ -39,6 +45,9 @@ column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="713" y="1" height="19" width="82" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="713" y="1" height="19" width="82" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="886" y="1" height="19" width="80" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="886" y="1" height="19" width="80" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="0" x="968" y="1" height="19" width="71" format="[general]" html.valueishtml="0" name=print_seq visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="0" x="968" y="1" height="19" width="71" format="[general]" html.valueishtml="0" name=print_seq visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="1041" y="1" height="19" width="95" format="[general]" html.valueishtml="0" name=count_code__work visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="1138" y="1" height="19" width="296" format="[general]" html.valueishtml="0" name=work_country_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="1436" y="1" height="19" width="59" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
...@@ -7,7 +7,7 @@ detail(height=230 color="536870912" ) ...@@ -7,7 +7,7 @@ detail(height=230 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="empexperience.emp_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="empexperience.emp_code" )
column=(type=char(25) update=yes updatewhereclause=yes name=organisation dbname="empexperience.organisation" ) column=(type=char(25) update=yes updatewhereclause=yes name=organisation dbname="empexperience.organisation" )
column=(type=char(25) update=yes updatewhereclause=yes name=designation dbname="empexperience.designation" ) column=(type=char(25) update=yes updatewhereclause=yes name=designation dbname="empexperience.designation" )
column=(type=datetime update=yes updatewhereclause=yes key=yes name=from_date dbname="empexperience.from_date" ) column=(type=datetime update=yes updatewhereclause=yes name=from_date dbname="empexperience.from_date" )
column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="empexperience.to_date" ) column=(type=datetime update=yes updatewhereclause=yes name=to_date dbname="empexperience.to_date" )
column=(type=decimal(2) update=yes updatewhereclause=yes name=gross_amt dbname="empexperience.gross_amt" initial="0" ) column=(type=decimal(2) update=yes updatewhereclause=yes name=gross_amt dbname="empexperience.gross_amt" initial="0" )
column=(type=char(5) update=yes updatewhereclause=yes name=curr_code dbname="empexperience.curr_code" initial="RS" ) column=(type=char(5) update=yes updatewhereclause=yes name=curr_code dbname="empexperience.curr_code" initial="RS" )
...@@ -15,30 +15,38 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -15,30 +15,38 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="empexperience.chg_term" ) column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="empexperience.chg_term" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="empexperience.chg_user" ) column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="empexperience.chg_user" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=print_seq dbname="empexperience.print_seq" initial="0" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=print_seq dbname="empexperience.print_seq" initial="0" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empexperience~" ) COLUMN(NAME=~"empexperience.emp_code~") COLUMN(NAME=~"empexperience.organisation~") COLUMN(NAME=~"empexperience.designation~") COLUMN(NAME=~"empexperience.from_date~") COLUMN(NAME=~"empexperience.to_date~") COLUMN(NAME=~"empexperience.gross_amt~") COLUMN(NAME=~"empexperience.curr_code~") COLUMN(NAME=~"empexperience.chg_date~") COLUMN(NAME=~"empexperience.chg_term~") COLUMN(NAME=~"empexperience.chg_user~") COLUMN(NAME=~"empexperience.print_seq~")WHERE( EXP1 =~"empexperience.emp_code~" OP =~"=~" EXP2 =~":as_empcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="empexperience" updatewhere=0 updatekeyinplace=no arguments=(("as_empcode", string)) ) column=(type=char(5) update=yes updatewhereclause=yes name=count_code__work dbname="empexperience.count_code__work" )
column=(type=char(4000) updatewhereclause=yes name=work_country_descr dbname="work_country_descr" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="empexperience.line_no" initial="0" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empexperience~" ) COLUMN(NAME=~"empexperience.emp_code~") COLUMN(NAME=~"empexperience.organisation~") COLUMN(NAME=~"empexperience.designation~") COLUMN(NAME=~"empexperience.from_date~") COLUMN(NAME=~"empexperience.to_date~") COLUMN(NAME=~"empexperience.gross_amt~") COLUMN(NAME=~"empexperience.curr_code~") COLUMN(NAME=~"empexperience.chg_date~") COLUMN(NAME=~"empexperience.chg_term~") COLUMN(NAME=~"empexperience.chg_user~") COLUMN(NAME=~"empexperience.print_seq~") COLUMN(NAME=~"empexperience.count_code__work~") COMPUTE(NAME=~"FN_GET_COUNT_DESCR(empexperience.count_code__work) as work_country_descr~") COLUMN(NAME=~"empexperience.line_no~")WHERE( EXP1 =~"empexperience.emp_code~" OP =~"=~" EXP2 =~":as_empcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="empexperience" updatewhere=0 updatekeyinplace=no arguments=(("as_empcode", string)) )
groupbox(band=detail text="Experience"border="2" color="33554432" x="6" y="6" height="215" width="403" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) groupbox(band=detail text="Experience"border="2" color="33554432" x="6" y="6" height="215" width="403" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Designation :" border="0" color="0" x="27" y="78" height="16" width="95" html.valueishtml="0" name=designation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Designation :" border="0" color="0" x="27" y="78" height="16" width="95" html.valueishtml="0" name=designation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="16" y="34" height="16" width="106" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="16" y="34" height="16" width="106" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Print Seq :" border="5" color="0" x="250" y="34" height="16" width="66" html.valueishtml="0" name=print_seq_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Print Seq :" border="5" color="0" x="250" y="34" height="16" width="66" html.valueishtml="0" name=print_seq_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Organisation :" border="0" color="0" x="27" y="56" height="16" width="95" html.valueishtml="0" name=organisation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Organisation :" border="0" color="0" x="27" y="56" height="16" width="95" html.valueishtml="0" name=organisation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="126" y="78" height="16" width="248" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="From Date :" border="0" color="0" x="27" y="100" height="16" width="95" html.valueishtml="0" name=from_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="From Date :" border="0" color="0" x="27" y="100" height="16" width="95" html.valueishtml="0" name=from_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="To Date :" border="0" color="0" x="243" y="100" height="16" width="64" html.valueishtml="0" name=to_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="To Date :" border="0" color="0" x="243" y="100" height="16" width="64" html.valueishtml="0" name=to_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="312" y="100" height="16" width="62" format="[shortdate] [time]" html.valueishtml="0" name=to_date visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="312" y="100" height="16" width="62" format="[shortdate] [time]" html.valueishtml="0" name=to_date visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Gross Amount :" border="0" color="0" x="27" y="122" height="16" width="95" html.valueishtml="0" name=gross_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Gross Amount :" border="0" color="0" x="27" y="122" height="16" width="95" html.valueishtml="0" name=gross_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Currency Code :" border="0" color="0" x="214" y="122" height="16" width="95" html.valueishtml="0" name=curr_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Currency Code :" border="0" color="0" x="214" y="122" height="16" width="95" html.valueishtml="0" name=curr_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="126" y="56" height="16" width="248" format="[general]" html.valueishtml="0" name=organisation visible="1" edit.limit=25 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="0" x="126" y="100" height="16" width="62" format="[shortdate] [time]" html.valueishtml="0" name=from_date visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="0" x="126" y="100" height="16" width="62" format="[shortdate] [time]" html.valueishtml="0" name=from_date visible="1" editmask.mask="DD/MM/YY" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=6 alignment="1" tabsequence=60 border="5" color="0" x="126" y="122" height="16" width="67" format="########0.00" html.valueishtml="0" name=gross_amt visible="1" edit.limit=12 edit.case=any edit.format="########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Country of Work :" border="0" color="0" x="12" y="144" height="16" width="110" html.valueishtml="0" name=count_code__work_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="126" y="144" height="16" width="62" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="126" y="78" height="16" width="248" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="27" y="144" height="16" width="95" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Change User :" border="0" color="0" x="199" y="144" height="16" width="85" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="0" x="314" y="122" height="16" width="60" format="[general]" html.valueishtml="0" name=curr_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="289" y="144" height="16" width="85" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change Term :" border="0" color="0" x="27" y="166" height="16" width="95" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="126" y="34" height="16" width="86" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="126" y="34" height="16" width="86" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="126" y="166" height="16" width="86" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="0" x="314" y="122" height="16" width="60" format="[general]" html.valueishtml="0" name=curr_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="0" x="126" y="56" height="16" width="248" format="[general]" html.valueishtml="0" name=organisation visible="1" edit.limit=25 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=6 alignment="1" tabsequence=60 border="5" color="0" x="126" y="122" height="16" width="67" format="########0.00" html.valueishtml="0" name=gross_amt visible="1" edit.limit=12 edit.case=any edit.format="########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=12 alignment="0" tabsequence=80 border="5" color="0" x="126" y="144" height="16" width="60" format="[general]" html.valueishtml="0" name=count_code__work visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="27" y="166" height="16" width="95" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Change User :" border="0" color="0" x="199" y="166" height="16" width="85" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Change Term :" border="0" color="0" x="27" y="188" height="16" width="95" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=11 alignment="1" tabsequence=10 border="5" color="0" x="321" y="34" height="16" width="53" format="###" html.valueishtml="0" name=print_seq visible="1" edit.limit=0 edit.case=any edit.format="###" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=11 alignment="1" tabsequence=10 border="5" color="0" x="321" y="34" height="16" width="53" format="###" html.valueishtml="0" name=print_seq visible="1" edit.limit=0 edit.case=any edit.format="###" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="192" y="144" height="16" width="182" format="[general]" html.valueishtml="0" name=work_country_descr visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="255" x="126" y="166" height="16" width="62" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="255" x="289" y="166" height="16" width="85" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="255" x="126" y="188" height="16" width="86" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Line No. :" border="0" color="0" x="242" y="188" height="16" width="74" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="255" x="321" y="188" height="16" width="53" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
...@@ -26,7 +26,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -26,7 +26,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code dbname="empfamily.qlf_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code dbname="empfamily.qlf_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=adopted dbname="empfamily.adopted" initial="N" ) column=(type=char(1) update=yes updatewhereclause=yes name=adopted dbname="empfamily.adopted" initial="N" )
column=(type=char(1) update=yes updatewhereclause=yes name=group_mediclaim dbname="empfamily.group_mediclaim" ) column=(type=char(1) update=yes updatewhereclause=yes name=group_mediclaim dbname="empfamily.group_mediclaim" )
column=(type=char(1) update=yes updatewhereclause=yes name=is_alive dbname="empfamily.is_alive" initial="Y" values="YES Y/NO N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=is_alive dbname="empfamily.is_alive" initial="Y" values="Yes Y/No N/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empfamily~" ) COLUMN(NAME=~"empfamily.emp_code~") COLUMN(NAME=~"empfamily.seq_no~") COLUMN(NAME=~"empfamily.member_name~") COLUMN(NAME=~"empfamily.date_birth~") COLUMN(NAME=~"empfamily.sex~") COLUMN(NAME=~"empfamily.relation~") COLUMN(NAME=~"empfamily.occupation~") COLUMN(NAME=~"empfamily.dependent~") COLUMN(NAME=~"empfamily.chg_user~") COLUMN(NAME=~"empfamily.chg_date~") COLUMN(NAME=~"empfamily.chg_term~") COLUMN(NAME=~"empfamily.pf_nominee~") COLUMN(NAME=~"empfamily.pf_perc~") COLUMN(NAME=~"empfamily.grat_nominee~") COLUMN(NAME=~"empfamily.grat_perc~") COLUMN(NAME=~"empfamily.pen_nominee~") COLUMN(NAME=~"empfamily.pen_perc~") COLUMN(NAME=~"empfamily.physical_status~") COLUMN(NAME=~"empfamily.qlf_code~") COLUMN(NAME=~"empfamily.adopted~") COLUMN(NAME=~"empfamily.group_mediclaim~") COLUMN(NAME=~"empfamily.is_alive~")WHERE( EXP1 =~"( empfamily.emp_code~" OP =~"=~" EXP2 =~":as_empcode )~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="EMPFAMILY" updatewhere=0 updatekeyinplace=no arguments=(("as_empcode", string)) sort="emp_code A line_no A " ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empfamily~" ) COLUMN(NAME=~"empfamily.emp_code~") COLUMN(NAME=~"empfamily.seq_no~") COLUMN(NAME=~"empfamily.member_name~") COLUMN(NAME=~"empfamily.date_birth~") COLUMN(NAME=~"empfamily.sex~") COLUMN(NAME=~"empfamily.relation~") COLUMN(NAME=~"empfamily.occupation~") COLUMN(NAME=~"empfamily.dependent~") COLUMN(NAME=~"empfamily.chg_user~") COLUMN(NAME=~"empfamily.chg_date~") COLUMN(NAME=~"empfamily.chg_term~") COLUMN(NAME=~"empfamily.pf_nominee~") COLUMN(NAME=~"empfamily.pf_perc~") COLUMN(NAME=~"empfamily.grat_nominee~") COLUMN(NAME=~"empfamily.grat_perc~") COLUMN(NAME=~"empfamily.pen_nominee~") COLUMN(NAME=~"empfamily.pen_perc~") COLUMN(NAME=~"empfamily.physical_status~") COLUMN(NAME=~"empfamily.qlf_code~") COLUMN(NAME=~"empfamily.adopted~") COLUMN(NAME=~"empfamily.group_mediclaim~") COLUMN(NAME=~"empfamily.is_alive~")WHERE( EXP1 =~"( empfamily.emp_code~" OP =~"=~" EXP2 =~":as_empcode )~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="EMPFAMILY" updatewhere=0 updatekeyinplace=no arguments=(("as_empcode", string)) sort="emp_code A line_no A " )
text(band=header alignment="0" text="Sr." border="6" color="0" x="2" y="3" height="16" width="29" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="0" text="Sr." border="6" color="0" x="2" y="3" height="16" width="29" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Qualification" border="6" color="0" x="1224" y="3" height="16" width="80" html.valueishtml="0" name=qulf_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="0" text="Qualification" border="6" color="0" x="1224" y="3" height="16" width="80" html.valueishtml="0" name=qulf_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
...@@ -46,6 +46,10 @@ text(band=header alignment="0" text="Adopted" border="6" color="0" x="1306" y="3 ...@@ -46,6 +46,10 @@ text(band=header alignment="0" text="Adopted" border="6" color="0" x="1306" y="3
text(band=header alignment="0" text="Pension Nominee" border="6" color="0" x="1361" y="3" height="16" width="111" html.valueishtml="0" name=pen_nominee_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Pension Nominee" border="6" color="0" x="1361" y="3" height="16" width="111" html.valueishtml="0" name=pen_nominee_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Pension Percentage " border="6" color="0" x="1474" y="3" height="16" width="117" html.valueishtml="0" name=pen_perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Pension Percentage " border="6" color="0" x="1474" y="3" height="16" width="117" html.valueishtml="0" name=pen_perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Group Mediclaim" border="6" color="0" x="1593" y="3" height="16" width="101" html.valueishtml="0" name=group_mediclaim_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="0" text="Group Mediclaim" border="6" color="0" x="1593" y="3" height="16" width="101" html.valueishtml="0" name=group_mediclaim_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Change User" border="6" color="0" x="1807" y="3" height="16" width="92" html.valueishtml="0" name=chg_user_t visible="1~t'false'" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Change Term" border="6" color="0" x="1901" y="3" height="16" width="88" html.valueishtml="0" name=chg_term_t visible="1~t'false'" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Change Date" border="6" color="0" x="1991" y="3" height="16" width="85" html.valueishtml="0" name=chg_date_t visible="1~t'false'" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Is Alive" border="6" color="33554432" x="1696" y="3" height="16" width="109" html.valueishtml="0" name=is_alive_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="2" height="16" width="29" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="2" height="16" width="29" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="33" y="2" height="16" width="95" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="33" y="2" height="16" width="95" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="130" y="2" height="16" width="131" format="[general]" html.valueishtml="0" name=member_name visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="130" y="2" height="16" width="131" format="[general]" html.valueishtml="0" name=member_name visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
...@@ -64,14 +68,10 @@ column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="0" x= ...@@ -64,14 +68,10 @@ column(band=detail id=20 alignment="0" tabsequence=32766 border="5" color="0" x=
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="0" x="1361" y="2" height="16" width="111" format="[general]" html.valueishtml="0" name=pen_nominee visible="1~t0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="0" x="1361" y="2" height="16" width="111" format="[general]" html.valueishtml="0" name=pen_nominee visible="1~t0" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="1474" y="2" height="16" width="117" format="###.##" html.valueishtml="0" name=pen_perc visible="1~t0" edit.limit=6 edit.case=any edit.format="###.##" edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="1474" y="2" height="16" width="117" format="###.##" html.valueishtml="0" name=pen_perc visible="1~t0" edit.limit=6 edit.case=any edit.format="###.##" edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="0" x="1593" y="2" height="16" width="101" format="[general]" html.valueishtml="0" name=group_mediclaim visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=21 alignment="0" tabsequence=32766 border="0" color="0" x="1593" y="2" height="16" width="101" format="[general]" html.valueishtml="0" name=group_mediclaim visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=header alignment="0" text="Change User" border="6" color="0" x="1807" y="3" height="16" width="92" html.valueishtml="0" name=chg_user_t visible="1~t'false'" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Change Term" border="6" color="0" x="1901" y="3" height="16" width="88" html.valueishtml="0" name=chg_term_t visible="1~t'false'" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Change Date" border="6" color="0" x="1991" y="3" height="16" width="85" html.valueishtml="0" name=chg_date_t visible="1~t'false'" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Is Alive" border="6" color="33554432" x="1696" y="3" height="16" width="109" html.valueishtml="0" name=is_alive_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="1807" y="2" height="16" width="92" format="[general]" html.valueishtml="0" name=chg_user visible="1~t'false'" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="1807" y="2" height="16" width="92" format="[general]" html.valueishtml="0" name=chg_user visible="1~t'false'" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="1901" y="2" height="16" width="88" format="[general]" html.valueishtml="0" name=chg_term visible="1~t'false'" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="1901" y="2" height="16" width="88" format="[general]" html.valueishtml="0" name=chg_term visible="1~t'false'" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="1991" y="2" height="16" width="85" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1~t'false'" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="1991" y="2" height="16" width="85" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1~t'false'" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="0" x="1696" y="2" height="16" width="109" format="[general]" html.valueishtml="0" name=is_alive visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=22 alignment="0" tabsequence=32766 border="0" color="0" x="1696" y="2" height="16" width="109" format="[general]" html.valueishtml="0" name=is_alive visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
...@@ -3,7 +3,7 @@ release 9; ...@@ -3,7 +3,7 @@ release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ) datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=301 color="536870912" ) detail(height=294 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="empfamily.emp_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="empfamily.emp_code" )
column=(type=char(3) update=yes updatewhereclause=yes key=yes name=line_no dbname="empfamily.seq_no" ) column=(type=char(3) update=yes updatewhereclause=yes key=yes name=line_no dbname="empfamily.seq_no" )
column=(type=char(30) update=yes updatewhereclause=yes name=member_name dbname="empfamily.member_name" ) column=(type=char(30) update=yes updatewhereclause=yes name=member_name dbname="empfamily.member_name" )
...@@ -25,53 +25,53 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -25,53 +25,53 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code dbname="empfamily.qlf_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code dbname="empfamily.qlf_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=adopted dbname="empfamily.adopted" initial="N" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=adopted dbname="empfamily.adopted" initial="N" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=group_mediclaim dbname="empfamily.group_mediclaim" initial="N" values="Yes Y/No N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=group_mediclaim dbname="empfamily.group_mediclaim" initial="N" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=is_alive dbname="empfamily.is_alive" initial="Y" values="YES Y/NO N/" ) column=(type=char(1) update=yes updatewhereclause=yes name=is_alive dbname="empfamily.is_alive" initial="Y" values="Yes Y/No N/" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empfamily~" ) COLUMN(NAME=~"empfamily.emp_code~") COLUMN(NAME=~"empfamily.seq_no~") COLUMN(NAME=~"empfamily.member_name~") COLUMN(NAME=~"empfamily.date_birth~") COLUMN(NAME=~"empfamily.sex~") COLUMN(NAME=~"empfamily.relation~") COLUMN(NAME=~"empfamily.occupation~") COLUMN(NAME=~"empfamily.dependent~") COLUMN(NAME=~"empfamily.chg_user~") COLUMN(NAME=~"empfamily.chg_date~") COLUMN(NAME=~"empfamily.chg_term~") COLUMN(NAME=~"empfamily.pf_nominee~") COLUMN(NAME=~"empfamily.pf_perc~") COLUMN(NAME=~"empfamily.grat_nominee~") COLUMN(NAME=~"empfamily.grat_perc~") COLUMN(NAME=~"empfamily.pen_nominee~") COLUMN(NAME=~"empfamily.pen_perc~") COLUMN(NAME=~"empfamily.physical_status~") COLUMN(NAME=~"empfamily.qlf_code~") COLUMN(NAME=~"empfamily.adopted~") COLUMN(NAME=~"empfamily.group_mediclaim~") COLUMN(NAME=~"empfamily.is_alive~")WHERE( EXP1 =~"( empfamily.emp_code~" OP =~"=~" EXP2 =~":memp_code )~" ) ) ARG(NAME = ~"memp_code~" TYPE = string) " update="EMPFAMILY" updatewhere=0 updatekeyinplace=no arguments=(("memp_code", string)) ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empfamily~" ) COLUMN(NAME=~"empfamily.emp_code~") COLUMN(NAME=~"empfamily.seq_no~") COLUMN(NAME=~"empfamily.member_name~") COLUMN(NAME=~"empfamily.date_birth~") COLUMN(NAME=~"empfamily.sex~") COLUMN(NAME=~"empfamily.relation~") COLUMN(NAME=~"empfamily.occupation~") COLUMN(NAME=~"empfamily.dependent~") COLUMN(NAME=~"empfamily.chg_user~") COLUMN(NAME=~"empfamily.chg_date~") COLUMN(NAME=~"empfamily.chg_term~") COLUMN(NAME=~"empfamily.pf_nominee~") COLUMN(NAME=~"empfamily.pf_perc~") COLUMN(NAME=~"empfamily.grat_nominee~") COLUMN(NAME=~"empfamily.grat_perc~") COLUMN(NAME=~"empfamily.pen_nominee~") COLUMN(NAME=~"empfamily.pen_perc~") COLUMN(NAME=~"empfamily.physical_status~") COLUMN(NAME=~"empfamily.qlf_code~") COLUMN(NAME=~"empfamily.adopted~") COLUMN(NAME=~"empfamily.group_mediclaim~") COLUMN(NAME=~"empfamily.is_alive~")WHERE( EXP1 =~"( empfamily.emp_code~" OP =~"=~" EXP2 =~":memp_code )~" ) ) ARG(NAME = ~"memp_code~" TYPE = string) " update="EMPFAMILY" updatewhere=0 updatekeyinplace=no arguments=(("memp_code", string)) )
groupbox(band=detail text="Member Detail"border="2" color="0" x="7" y="3" height="279" width="528" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) groupbox(band=detail text="Member Detail"border="2" color="0" x="4" y="5" height="287" width="468" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Seq No :" border="0" color="0" x="321" y="32" height="16" width="77" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Seq No :" border="0" color="0" x="321" y="32" height="16" width="77" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Gender :" border="0" color="0" x="319" y="52" height="16" width="55" html.valueishtml="0" name=sex_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Relation :" border="0" color="0" x="258" y="72" height="16" width="67" html.valueishtml="0" name=relation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="0" x="131" y="52" height="16" width="185" format="[general]" html.valueishtml="0" name=member_name visible="1" edit.limit=30 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="131" y="72" height="16" width="62" format="[shortdate] [time]" html.valueishtml="0" name=date_birth visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="20" y="32" height="16" width="106" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="20" y="32" height="16" width="106" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Member Name :" border="0" color="0" x="20" y="52" height="16" width="106" html.valueishtml="0" name=member_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Member Name :" border="0" color="0" x="20" y="52" height="16" width="106" html.valueishtml="0" name=member_name_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Birth Date :" border="0" color="0" x="20" y="72" height="16" width="106" html.valueishtml="0" name=date_birth_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Dependent :" border="0" color="0" x="300" y="92" height="16" width="76" html.valueishtml="0" name=dependent_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Qualification :" border="0" color="0" x="284" y="156" height="16" width="92" html.valueishtml="0" name=qlf_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Change Term :" border="0" color="0" x="260" y="216" height="16" width="106" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="403" y="32" height="16" width="42" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="403" y="32" height="16" width="42" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=5 alignment="0" tabsequence=20 border="5" color="0" x="379" y="52" height="14" width="66" format="[general]" html.valueishtml="0" name=sex visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=6 alignment="0" tabsequence=40 border="5" color="0" x="330" y="72" height="16" width="115" format="[general]" html.valueishtml="0" name=relation visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=8 alignment="0" tabsequence=60 border="5" color="0" x="381" y="92" height="16" width="64" format="[Yes/No]" html.valueishtml="0" name=dependent visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=13 alignment="1" tabsequence=80 border="5" color="0" x="381" y="112" height="16" width="64" format="##0.00" html.valueishtml="0" name=pf_perc visible="1" edit.limit=6 edit.case=upper edit.format="##0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=15 alignment="1" tabsequence=100 border="5" color="0" x="381" y="135" height="16" width="64" format="##0.00" html.valueishtml="0" name=grat_perc visible="1" edit.limit=6 edit.case=upper edit.format="##0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=19 alignment="0" tabsequence=120 border="5" color="0" x="382" y="157" height="16" width="64" format="[general]" html.valueishtml="0" name=qlf_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=21 alignment="0" tabsequence=140 border="5" color="0" x="381" y="176" height="16" width="64" format="[Yes/No]" html.valueishtml="0" name=group_mediclaim visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=160 border="5" color="0" x="381" y="196" height="16" width="64" format="##0.00" html.valueishtml="0" name=pen_perc visible="1" edit.limit=6 edit.case=any edit.format="##0.00" edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="371" y="216" height="16" width="74" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text=" Gratuity Percentage :" border="0" color="0" x="245" y="135" height="16" width="131" html.valueishtml="0" name=grat_perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="PF Percentage :" border="0" color="0" x="245" y="112" height="16" width="131" html.valueishtml="0" name=pf_perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Group Mediclaim :" border="0" color="0" x="245" y="176" height="16" width="131" html.valueishtml="0" name=group_mediclaim_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text=" Pension Percentage :" border="0" color="0" x="245" y="196" height="16" width="131" html.valueishtml="0" name=pen_perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=22 alignment="0" tabsequence=50 border="5" color="0" x="130" y="92" height="16" width="64" format="[general]" html.valueishtml="0" name=is_alive visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Is Alive :" border="0" color="0" x="19" y="93" height="15" width="106" html.valueishtml="0" name=is_alive_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="131" y="32" height="16" width="90" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="131" y="32" height="16" width="90" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="0" x="131" y="113" height="16" width="110" format="[general]" html.valueishtml="0" name=occupation visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Occupation :" border="0" color="0" x="20" y="113" height="16" width="106" html.valueishtml="0" name=occupation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Occupation :" border="0" color="0" x="20" y="113" height="16" width="106" html.valueishtml="0" name=occupation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="PF Nominee :" border="0" color="0" x="20" y="133" height="16" width="106" html.valueishtml="0" name=pf_nominee_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="PF Nominee :" border="0" color="0" x="20" y="133" height="16" width="106" html.valueishtml="0" name=pf_nominee_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=90 border="5" color="0" x="131" y="133" height="19" width="64" format="[Yes/No]" html.valueishtml="0" name=pf_nominee visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=12 alignment="0" tabsequence=80 border="5" color="0" x="131" y="133" height="19" width="64" format="[Yes/No]" html.valueishtml="0" name=pf_nominee visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="PF Percentage :" border="0" color="0" x="245" y="133" height="16" width="131" html.valueishtml="0" name=pf_perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="1" tabsequence=90 border="5" color="0" x="381" y="133" height="16" width="64" format="##0.00" html.valueishtml="0" name=pf_perc visible="1" edit.limit=6 edit.case=upper edit.format="##0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Gratuity Nominee :" border="0" color="0" x="20" y="156" height="16" width="106" html.valueishtml="0" name=grat_nominee_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Gratuity Nominee :" border="0" color="0" x="20" y="156" height="16" width="106" html.valueishtml="0" name=grat_nominee_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=110 border="5" color="0" x="131" y="156" height="17" width="64" format="[Yes/No]" html.valueishtml="0" name=grat_nominee visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=14 alignment="0" tabsequence=100 border="5" color="0" x="131" y="156" height="17" width="64" format="[Yes/No]" html.valueishtml="0" name=grat_nominee visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Physical Status :" border="0" color="0" x="20" y="177" height="16" width="106" html.valueishtml="0" name=physical_status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text=" Gratuity Percentage :" border="0" color="0" x="245" y="156" height="16" width="131" html.valueishtml="0" name=grat_perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=130 border="5" color="0" x="131" y="177" height="16" width="74" format="[general]" html.valueishtml="0" name=physical_status visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=15 alignment="1" tabsequence=110 border="5" color="0" x="381" y="156" height="16" width="64" format="##0.00" html.valueishtml="0" name=grat_perc visible="1" edit.limit=6 edit.case=upper edit.format="##0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Adopted :" border="0" color="0" x="20" y="197" height="16" width="106" html.valueishtml="0" name=adopted_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="0" x="131" y="52" height="16" width="185" format="[general]" html.valueishtml="0" name=member_name visible="1" edit.limit=30 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=20 alignment="0" tabsequence=150 border="5" color="0" x="131" y="197" height="16" width="64" format="[Yes/No]" html.valueishtml="0" name=adopted visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="0" x="131" y="113" height="16" width="155" format="[general]" html.valueishtml="0" name=occupation visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Pension Nominee :" border="0" color="0" x="20" y="217" height="16" width="106" html.valueishtml="0" name=pen_nominee_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=detail alignment="1" text="Birth Date :" border="0" color="0" x="20" y="72" height="16" width="106" html.valueishtml="0" name=date_birth_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=170 border="5" color="0" x="131" y="217" height="16" width="64" format="[Yes/No]" html.valueishtml="0" name=pen_nominee visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Dependent :" border="0" color="0" x="50" y="92" height="16" width="76" html.valueishtml="0" name=dependent_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Change User :" border="0" color="0" x="20" y="237" height="16" width="106" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=8 alignment="0" tabsequence=50 border="5" color="0" x="131" y="92" height="16" width="64" format="[Yes/No]" html.valueishtml="0" name=dependent visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="131" y="237" height="16" width="74" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Relation :" border="0" color="0" x="258" y="92" height="16" width="67" html.valueishtml="0" name=relation_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="20" y="257" height="16" width="106" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="0" x="330" y="92" height="16" width="115" format="[general]" html.valueishtml="0" name=relation visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="131" y="257" height="16" width="74" format="dd/mm/yy" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="131" y="72" height="16" width="62" format="[shortdate] [time]" html.valueishtml="0" name=date_birth visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Gender :" border="0" color="0" x="319" y="52" height="16" width="55" html.valueishtml="0" name=sex_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Is Alive :" border="0" color="0" x="268" y="72" height="15" width="106" html.valueishtml="0" name=is_alive_t visible="1" font.face="Liberation Sans" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=5 alignment="0" tabsequence=20 border="5" color="0" x="379" y="52" height="14" width="66" format="[general]" html.valueishtml="0" name=sex visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=22 alignment="0" tabsequence=40 border="5" color="0" x="379" y="72" height="14" width="66" format="[general]" html.valueishtml="0" name=is_alive visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Pension Nominee :" border="0" color="0" x="20" y="179" height="16" width="106" html.valueishtml="0" name=pen_nominee_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=16 alignment="0" tabsequence=120 border="5" color="0" x="131" y="179" height="16" width="64" format="[Yes/No]" html.valueishtml="0" name=pen_nominee visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text=" Pension Percentage :" border="0" color="0" x="245" y="179" height="16" width="131" html.valueishtml="0" name=pen_perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=17 alignment="0" tabsequence=130 border="5" color="0" x="381" y="179" height="16" width="64" format="##0.00" html.valueishtml="0" name=pen_perc visible="1" edit.limit=6 edit.case=any edit.format="##0.00" edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Physical Status :" border="0" color="0" x="20" y="200" height="16" width="106" html.valueishtml="0" name=physical_status_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=140 border="5" color="0" x="131" y="200" height="16" width="74" format="[general]" html.valueishtml="0" name=physical_status visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Qualification :" border="0" color="0" x="284" y="200" height="16" width="92" html.valueishtml="0" name=qlf_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=19 alignment="0" tabsequence=150 border="5" color="0" x="382" y="200" height="16" width="64" format="[general]" html.valueishtml="0" name=qlf_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Adopted :" border="0" color="0" x="20" y="220" height="16" width="106" html.valueishtml="0" name=adopted_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=20 alignment="0" tabsequence=160 border="5" color="0" x="131" y="220" height="16" width="64" format="[Yes/No]" html.valueishtml="0" name=adopted visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Group Mediclaim :" border="0" color="0" x="245" y="220" height="16" width="131" html.valueishtml="0" name=group_mediclaim_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=21 alignment="0" tabsequence=170 border="5" color="0" x="381" y="220" height="16" width="64" format="[Yes/No]" html.valueishtml="0" name=group_mediclaim visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=upper ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Change User :" border="0" color="0" x="20" y="241" height="16" width="106" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Change Date :" border="0" color="0" x="20" y="261" height="16" width="106" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="131" y="261" height="16" width="74" format="dd/mm/yy" html.valueishtml="0" name=chg_date visible="1" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="131" y="241" height="16" width="74" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Change Term :" border="0" color="0" x="260" y="241" height="16" width="106" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="371" y="241" height="16" width="74" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
$PBExportHeader$d_emplang_brow.srd
release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=19 color="536870912" )
summary(height=0 color="536870912" )
footer(height=3 color="536870912" )
detail(height=21 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="emplang.emp_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=language dbname="emplang.language" )
column=(type=char(1) update=yes updatewhereclause=yes name=read dbname="emplang.read" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=write dbname="emplang.write" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=speak dbname="emplang.speak" values="Yes Y/No N/" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="emplang.line_no" initial="0" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emplang~" ) COLUMN(NAME=~"emplang.emp_code~") COLUMN(NAME=~"emplang.language~") COLUMN(NAME=~"emplang.read~") COLUMN(NAME=~"emplang.write~") COLUMN(NAME=~"emplang.speak~") COLUMN(NAME=~"emplang.line_no~")WHERE( EXP1 =~"emplang.emp_code~" OP =~"=~" EXP2 =~":as_empcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="EMPLANG" updatewhere=1 updatekeyinplace=no arguments=(("as_empcode", string)) )
text(band=header alignment="0" text="Employee Code" border="6" color="0" x="2" y="2" height="16" width="96" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Language" border="6" color="0" x="100" y="2" height="16" width="101" html.valueishtml="0" name=language_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Read" border="6" color="0" x="203" y="2" height="16" width="57" html.valueishtml="0" name=read_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Write" border="6" color="0" x="262" y="2" height="16" width="51" html.valueishtml="0" name=write_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Speak" border="6" color="0" x="315" y="2" height="16" width="55" html.valueishtml="0" name=speak_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Line No" border="6" color="0" x="372" y="2" height="16" width="65" html.valueishtml="0" name=line_no_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="1" height="18" width="96" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="100" y="1" height="18" width="101" format="[general]" html.valueishtml="0" name=language visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="203" y="1" height="18" width="57" format="[general]" html.valueishtml="0" name=read visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="0" x="262" y="1" height="18" width="51" format="[general]" html.valueishtml="0" name=write visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="0" x="315" y="1" height="18" width="55" format="[general]" html.valueishtml="0" name=speak visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="0" x="372" y="1" height="18" width="65" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
$PBExportHeader$d_emplang_edit.srd
release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=134 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="emplang.emp_code" )
column=(type=char(10) update=yes updatewhereclause=yes name=language dbname="emplang.language" )
column=(type=char(1) update=yes updatewhereclause=yes name=read dbname="emplang.read" initial="Y" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=write dbname="emplang.write" initial="Y" values="Yes Y/No N/" )
column=(type=char(1) update=yes updatewhereclause=yes name=speak dbname="emplang.speak" initial="Y" values="Yes Y/No N/" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="emplang.line_no" initial="0" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"emplang~" ) COLUMN(NAME=~"emplang.emp_code~") COLUMN(NAME=~"emplang.language~") COLUMN(NAME=~"emplang.read~") COLUMN(NAME=~"emplang.write~") COLUMN(NAME=~"emplang.speak~") COLUMN(NAME=~"emplang.line_no~")WHERE( EXP1 =~"emplang.emp_code~" OP =~"=~" EXP2 =~":as_empcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="EMPLANG" updatewhere=1 updatekeyinplace=no arguments=(("as_empcode", string)) )
groupbox(band=detail text="Language"border="2" color="0" x="5" y="5" height="115" width="458" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Language :" border="0" color="0" x="250" y="29" height="16" width="75" html.valueishtml="0" name=language_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="330" y="29" height="16" width="105" format="[general]" html.valueishtml="0" name=language visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="13" y="29" height="16" width="102" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="119" y="60" height="16" width="52" format="[general]" html.valueishtml="0" name=read visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Write :" border="0" color="0" x="191" y="60" height="16" width="56" html.valueishtml="0" name=write_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="251" y="60" height="16" width="52" format="[general]" html.valueishtml="0" name=write visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Speak :" border="0" color="0" x="327" y="60" height="16" width="52" html.valueishtml="0" name=speak_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=40 border="5" color="0" x="383" y="60" height="16" width="52" format="[general]" html.valueishtml="0" name=speak visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="119" y="29" height="16" width="73" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x="119" y="90" height="16" width="53" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Read :" border="0" color="0" x="74" y="60" height="16" width="41" html.valueishtml="0" name=read_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Line No. :" border="0" color="0" x="41" y="90" height="16" width="74" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
...@@ -18,7 +18,12 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -18,7 +18,12 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=decimal(2) update=yes updatewhereclause=yes name=perc dbname="empqual.perc" initial="0.00" ) column=(type=decimal(2) update=yes updatewhereclause=yes name=perc dbname="empqual.perc" initial="0.00" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=print_seq dbname="empqual.print_seq" initial="0" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=print_seq dbname="empqual.print_seq" initial="0" )
column=(type=char(40) updatewhereclause=yes name=qualification_descr dbname="qualification.descr" ) column=(type=char(40) updatewhereclause=yes name=qualification_descr dbname="qualification.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empqual~" ) TABLE(NAME=~"qualification~" ) COLUMN(NAME=~"empqual.emp_code~") COLUMN(NAME=~"empqual.seq_no~") COLUMN(NAME=~"empqual.qlf_code~") COLUMN(NAME=~"empqual.institute~") COLUMN(NAME=~"empqual.subject1~") COLUMN(NAME=~"empqual.subject2~") COLUMN(NAME=~"empqual.subject3~") COLUMN(NAME=~"empqual.subject4~") COLUMN(NAME=~"empqual.pass_year~") COLUMN(NAME=~"empqual.class~") COLUMN(NAME=~"empqual.perc~") COLUMN(NAME=~"empqual.print_seq~") COLUMN(NAME=~"qualification.descr~") JOIN (LEFT=~"qualification.qlf_code~" OP =~"=~"RIGHT=~"empqual.qlf_code~" )WHERE( EXP1 =~"empqual.emp_code~" OP =~"=~" EXP2 =~":as_empcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="empqual" updatewhere=0 updatekeyinplace=no arguments=(("as_empcode", string)) sort="emp_code A line_no A " ) column=(type=char(5) update=yes updatewhereclause=yes name=course_type dbname="empqual.course_type" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=course_duration dbname="empqual.course_duration" )
column=(type=char(5) update=yes updatewhereclause=yes name=count_code__qual dbname="empqual.count_code__qual" )
column=(type=char(4000) updatewhereclause=yes name=qual_country_descr dbname="qual_country_descr" )
column=(type=char(4000) updatewhereclause=yes name=course_type_descr dbname="course_type_descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empqual~" ) TABLE(NAME=~"qualification~" ) COLUMN(NAME=~"empqual.emp_code~") COLUMN(NAME=~"empqual.seq_no~") COLUMN(NAME=~"empqual.qlf_code~") COLUMN(NAME=~"empqual.institute~") COLUMN(NAME=~"empqual.subject1~") COLUMN(NAME=~"empqual.subject2~") COLUMN(NAME=~"empqual.subject3~") COLUMN(NAME=~"empqual.subject4~") COLUMN(NAME=~"empqual.pass_year~") COLUMN(NAME=~"empqual.class~") COLUMN(NAME=~"empqual.perc~") COLUMN(NAME=~"empqual.print_seq~") COLUMN(NAME=~"qualification.descr~") COLUMN(NAME=~"empqual.course_type~") COLUMN(NAME=~"empqual.course_duration~") COLUMN(NAME=~"empqual.count_code__qual~") COMPUTE(NAME=~"FN_GET_COUNT_DESCR(empqual.count_code__qual) as qual_country_descr~") COMPUTE(NAME=~"FN_GET_GEN_DESCR('COURSE_TYPE' , 'W_EMP_COMPLETE' , trim(empqual.course_type) , 'D') as course_type_descr~") JOIN (LEFT=~"qualification.qlf_code~" OP =~"=~"RIGHT=~"empqual.qlf_code~" )WHERE( EXP1 =~"empqual.emp_code~" OP =~"=~" EXP2 =~":as_empcode~" ) ) ARG(NAME = ~"as_empcode~" TYPE = string) " update="empqual" updatewhere=0 updatekeyinplace=no arguments=(("as_empcode", string)) sort="emp_code A line_no A " )
text(band=header alignment="0" text="Sr No" border="6" color="0" x="2" y="2" height="16" width="41" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Sr No" border="6" color="0" x="2" y="2" height="16" width="41" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Employee Code" border="6" color="0" x="45" y="2" height="16" width="91" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Employee Code" border="6" color="0" x="45" y="2" height="16" width="91" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Qualification" border="6" color="0" x="138" y="2" height="16" width="78" html.valueishtml="0" name=qlf_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Qualification" border="6" color="0" x="138" y="2" height="16" width="78" html.valueishtml="0" name=qlf_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -30,8 +35,13 @@ text(band=header alignment="0" text="Subject4" border="6" color="0" x="844" y="2 ...@@ -30,8 +35,13 @@ text(band=header alignment="0" text="Subject4" border="6" color="0" x="844" y="2
text(band=header alignment="0" text="Year" border="6" color="0" x="939" y="2" height="16" width="41" html.valueishtml="0" name=pass_year_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Year" border="6" color="0" x="939" y="2" height="16" width="41" html.valueishtml="0" name=pass_year_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Class" border="6" color="0" x="982" y="2" height="16" width="39" html.valueishtml="0" name=class_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Class" border="6" color="0" x="982" y="2" height="16" width="39" html.valueishtml="0" name=class_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Percentage" border="6" color="0" x="1023" y="2" height="16" width="81" html.valueishtml="0" name=perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Percentage" border="6" color="0" x="1023" y="2" height="16" width="81" html.valueishtml="0" name=perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="1" text="Print Seq" border="6" color="0" x="1106" y="2" height="16" width="57" html.valueishtml="0" name=print_seq_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Qualification Description" border="6" color="0" x="218" y="2" height="16" width="198" html.valueishtml="0" name=qualification_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Qualification Description" border="6" color="0" x="218" y="2" height="16" width="198" html.valueishtml="0" name=qualification_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="1" text="Print Seq" border="6" color="0" x="1106" y="2" height="16" width="57" html.valueishtml="0" name=print_seq_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Course Type" border="6" color="0" x="1165" y="1" height="16" width="78" html.valueishtml="0" name=course_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Duration" border="6" color="0" x="1471" y="1" height="16" width="60" html.valueishtml="0" name=course_duration_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Country Code" border="6" color="0" x="1533" y="1" height="16" width="89" html.valueishtml="0" name=count_code__qual_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Course Type Description" border="6" color="0" x="1245" y="1" height="16" width="224" html.valueishtml="0" name=course_type_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Country Name" border="6" color="0" x="1624" y="1" height="16" width="269" html.valueishtml="0" name=qual_country_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="1" height="16" width="41" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="1" height="16" width="41" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="0" x="1023" y="1" height="16" width="81" format="[general]" html.valueishtml="0" name=perc visible="1" editmask.mask="###,###.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=11 alignment="1" tabsequence=32766 border="5" color="0" x="1023" y="1" height="16" width="81" format="[general]" html.valueishtml="0" name=perc visible="1" editmask.mask="###,###.00" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="982" y="1" height="16" width="39" format="[general]" html.valueishtml="0" name=class visible="1" edit.limit=4 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="982" y="1" height="16" width="39" format="[general]" html.valueishtml="0" name=class visible="1" edit.limit=4 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
...@@ -45,6 +55,11 @@ column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x=" ...@@ -45,6 +55,11 @@ column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="939" y="1" height="16" width="41" format="[general]" html.valueishtml="0" name=pass_year visible="1" edit.limit=4 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="939" y="1" height="16" width="41" format="[general]" html.valueishtml="0" name=pass_year visible="1" edit.limit=4 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="1" tabsequence=32766 border="5" color="0" x="1106" y="1" height="16" width="57" format="[general]" html.valueishtml="0" name=print_seq visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=12 alignment="1" tabsequence=32766 border="5" color="0" x="1106" y="1" height="16" width="57" format="[general]" html.valueishtml="0" name=print_seq visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="218" y="1" height="16" width="198" format="[general]" html.valueishtml="0" name=qualification_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="218" y="1" height="16" width="198" format="[general]" html.valueishtml="0" name=qualification_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="0" x="1165" y="1" height="16" width="78" format="[general]" html.valueishtml="0" name=course_type visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="0" x="1471" y="1" height="16" width="60" format="[general]" html.valueishtml="0" name=course_duration visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="0" x="1533" y="1" height="16" width="89" format="[general]" html.valueishtml="0" name=count_code__qual visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="0" x="1245" y="1" height="16" width="224" format="[general]" html.valueishtml="0" name=course_type_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="0" x="1624" y="1" height="16" width="269" format="[general]" html.valueishtml="0" name=qual_country_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
...@@ -3,7 +3,7 @@ release 9; ...@@ -3,7 +3,7 @@ release 9;
datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no ) datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" ) summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=232 color="536870912" ) detail(height=271 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="empqual.emp_code" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_code dbname="empqual.emp_code" )
column=(type=char(2) update=yes updatewhereclause=yes key=yes name=line_no dbname="empqual.seq_no" ) column=(type=char(2) update=yes updatewhereclause=yes key=yes name=line_no dbname="empqual.seq_no" )
column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code dbname="empqual.qlf_code" ) column=(type=char(5) update=yes updatewhereclause=yes name=qlf_code dbname="empqual.qlf_code" )
...@@ -17,33 +17,46 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co ...@@ -17,33 +17,46 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=emp_co
column=(type=decimal(2) update=yes updatewhereclause=yes name=perc dbname="empqual.perc" initial="0.00" ) column=(type=decimal(2) update=yes updatewhereclause=yes name=perc dbname="empqual.perc" initial="0.00" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=print_seq dbname="empqual.print_seq" initial="0" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=print_seq dbname="empqual.print_seq" initial="0" )
column=(type=char(40) updatewhereclause=yes name=qualification_descr dbname="qualification.descr" ) column=(type=char(40) updatewhereclause=yes name=qualification_descr dbname="qualification.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empqual~" ) TABLE(NAME=~"qualification~" ) COLUMN(NAME=~"empqual.emp_code~") COLUMN(NAME=~"empqual.seq_no~") COLUMN(NAME=~"empqual.qlf_code~") COLUMN(NAME=~"empqual.institute~") COLUMN(NAME=~"empqual.subject1~") COLUMN(NAME=~"empqual.subject2~") COLUMN(NAME=~"empqual.subject3~") COLUMN(NAME=~"empqual.subject4~") COLUMN(NAME=~"empqual.pass_year~") COLUMN(NAME=~"empqual.class~") COLUMN(NAME=~"empqual.perc~") COLUMN(NAME=~"empqual.print_seq~") COLUMN(NAME=~"qualification.descr~") JOIN (LEFT=~"empqual.qlf_code~" OP =~"=~"RIGHT=~"qualification.qlf_code~" )WHERE( EXP1 =~"empqual.emp_code~" OP =~"=~" EXP2 =~":memp_code~" ) ) ARG(NAME = ~"memp_code~" TYPE = string) " update="empqual" updatewhere=0 updatekeyinplace=no arguments=(("memp_code", string)) ) column=(type=char(5) update=yes updatewhereclause=yes name=course_type dbname="empqual.course_type" )
groupbox(band=detail text="Qualification"border="2" color="33554432" x="6" y="5" height="218" width="505" name=gb_1 visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) column=(type=decimal(0) update=yes updatewhereclause=yes name=course_duration dbname="empqual.course_duration" initial="0" )
text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="25" y="36" height="16" width="114" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(5) update=yes updatewhereclause=yes name=count_code__qual dbname="empqual.count_code__qual" )
text(band=detail alignment="1" text="Seq No :" border="0" color="0" x="261" y="36" height="16" width="56" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column=(type=char(4000) updatewhereclause=yes name=qual_country_descr dbname="qual_country_descr" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="322" y="36" height="16" width="36" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=2 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column=(type=char(4000) updatewhereclause=yes name=course_type_descr dbname="course_type_descr" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="144" y="36" height="16" width="96" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"empqual~" ) TABLE(NAME=~"qualification~" ) COLUMN(NAME=~"empqual.emp_code~") COLUMN(NAME=~"empqual.seq_no~") COLUMN(NAME=~"empqual.qlf_code~") COLUMN(NAME=~"empqual.institute~") COLUMN(NAME=~"empqual.subject1~") COLUMN(NAME=~"empqual.subject2~") COLUMN(NAME=~"empqual.subject3~") COLUMN(NAME=~"empqual.subject4~") COLUMN(NAME=~"empqual.pass_year~") COLUMN(NAME=~"empqual.class~") COLUMN(NAME=~"empqual.perc~") COLUMN(NAME=~"empqual.print_seq~") COLUMN(NAME=~"qualification.descr~") COLUMN(NAME=~"empqual.course_type~") COLUMN(NAME=~"empqual.course_duration~") COLUMN(NAME=~"empqual.count_code__qual~") COMPUTE(NAME=~"FN_GET_COUNT_DESCR(empqual.count_code__qual) as qual_country_descr~") COMPUTE(NAME=~"FN_GET_GEN_DESCR('COURSE_TYPE' , 'W_EMP_COMPLETE' , trim(empqual.course_type) , 'D') as course_type_descr~") JOIN (LEFT=~"empqual.qlf_code~" OP =~"=~"RIGHT=~"qualification.qlf_code~" )WHERE( EXP1 =~"empqual.emp_code~" OP =~"=~" EXP2 =~":memp_code~" ) ) ARG(NAME = ~"memp_code~" TYPE = string) " update="empqual" updatewhere=0 updatekeyinplace=no arguments=(("memp_code", string)) )
text(band=detail alignment="1" text="Print Seq :" border="0" color="0" x="380" y="36" height="16" width="64" html.valueishtml="0" name=print_seq_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) groupbox(band=detail text="Qualification"border="2" color="33554432" x="6" y="5" height="261" width="521" name=gb_1 visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Qualification :" border="0" color="0" x="25" y="60" height="16" width="114" html.valueishtml="0" name=qlf_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="42" y="44" height="16" width="114" html.valueishtml="0" name=emp_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Institute :" border="0" color="0" x="76" y="81" height="16" width="63" html.valueishtml="0" name=institute_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Seq No :" border="0" color="0" x="278" y="44" height="16" width="56" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=40 border="5" color="0" x="144" y="102" height="16" width="103" format="[general]" html.valueishtml="0" name=subject1 visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="161" y="44" height="16" width="96" format="[general]" html.valueishtml="0" name=emp_code visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Subject1 :" border="0" color="0" x="25" y="102" height="16" width="114" html.valueishtml="0" name=subject1_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Qualification :" border="0" color="0" x="42" y="68" height="16" width="114" html.valueishtml="0" name=qlf_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Subject2 :" border="0" color="0" x="295" y="102" height="16" width="82" html.valueishtml="0" name=subject2_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Institute :" border="0" color="0" x="93" y="89" height="16" width="63" html.valueishtml="0" name=institute_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Subject3 :" border="0" color="0" x="25" y="123" height="16" width="114" html.valueishtml="0" name=subject3_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=5 alignment="0" tabsequence=40 border="5" color="0" x="161" y="110" height="16" width="103" format="[general]" html.valueishtml="0" name=subject1 visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=12 alignment="1" tabsequence=10 border="5" color="0" x="449" y="36" height="16" width="36" format="###" html.valueishtml="0" name=print_seq visible="1" edit.limit=0 edit.case=any edit.format="###" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Subject1 :" border="0" color="0" x="42" y="110" height="16" width="114" html.valueishtml="0" name=subject1_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=50 border="5" color="0" x="382" y="102" height="16" width="103" format="[general]" html.valueishtml="0" name=subject2 visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Subject2 :" border="0" color="0" x="312" y="110" height="16" width="82" html.valueishtml="0" name=subject2_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="144" y="60" height="16" width="72" format="[general]" html.valueishtml="0" name=qlf_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Subject3 :" border="0" color="0" x="42" y="131" height="16" width="114" html.valueishtml="0" name=subject3_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="221" y="60" height="16" width="264" format="[general]" html.valueishtml="0" name=qualification_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=6 alignment="0" tabsequence=50 border="5" color="0" x="399" y="110" height="16" width="103" format="[general]" html.valueishtml="0" name=subject2 visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="144" y="81" height="16" width="341" format="[general]" html.valueishtml="0" name=institute visible="1" edit.limit=40 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="161" y="89" height="16" width="341" format="[general]" html.valueishtml="0" name=institute visible="1" edit.limit=40 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=8 alignment="0" tabsequence=70 border="5" color="0" x="382" y="123" height="16" width="103" format="[general]" html.valueishtml="0" name=subject4 visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=8 alignment="0" tabsequence=70 border="5" color="0" x="399" y="131" height="16" width="103" format="[general]" html.valueishtml="0" name=subject4 visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=10 alignment="0" tabsequence=90 border="5" color="0" x="382" y="144" height="16" width="103" format="[general]" html.valueishtml="0" name=class visible="1" edit.limit=4 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Subject4 :" border="0" color="0" x="312" y="131" height="16" width="82" html.valueishtml="0" name=subject4_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Subject4 :" border="0" color="0" x="295" y="123" height="16" width="82" html.valueishtml="0" name=subject4_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Class :" border="0" color="0" x="337" y="152" height="16" width="57" html.valueishtml="0" name=class_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Class :" border="0" color="0" x="320" y="144" height="16" width="57" html.valueishtml="0" name=class_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=7 alignment="0" tabsequence=60 border="5" color="0" x="161" y="131" height="16" width="103" format="[general]" html.valueishtml="0" name=subject3 visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=7 alignment="0" tabsequence=60 border="5" color="0" x="144" y="123" height="16" width="103" format="[general]" html.valueishtml="0" name=subject3 visible="1" edit.limit=20 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=detail alignment="1" text="Year :" border="0" color="0" x="42" y="152" height="16" width="114" html.valueishtml="0" name=pass_year_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=80 border="5" color="0" x="144" y="144" height="16" width="72" format="[general]" html.valueishtml="0" name=pass_year visible="1" edit.limit=4 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=12 alignment="1" tabsequence=10 border="5" color="0" x="466" y="44" height="16" width="36" format="###" html.valueishtml="0" name=print_seq visible="1" edit.limit=0 edit.case=any edit.format="###" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Year :" border="0" color="0" x="25" y="144" height="16" width="114" html.valueishtml="0" name=pass_year_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Print Seq :" border="0" color="0" x="397" y="44" height="16" width="64" html.valueishtml="0" name=print_seq_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="1" tabsequence=100 border="5" color="0" x="144" y="165" height="16" width="53" format="##0.00" html.valueishtml="0" name=perc visible="1" edit.limit=5 edit.case=upper edit.format="##0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="161" y="68" height="16" width="72" format="[general]" html.valueishtml="0" name=qlf_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Percentage :" border="0" color="0" x="25" y="165" height="16" width="114" html.valueishtml="0" name=perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=9 alignment="0" tabsequence=80 border="5" color="0" x="161" y="152" height="16" width="72" format="[general]" html.valueishtml="0" name=pass_year visible="1" edit.limit=4 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="339" y="44" height="16" width="36" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=2 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="238" y="68" height="16" width="264" format="[general]" html.valueishtml="0" name=qualification_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="255" x="161" y="241" height="16" width="118" format="[general]" html.valueishtml="0" name=qual_country_descr visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="255" x="384" y="241" height="16" width="118" format="[general]" html.valueishtml="0" name=course_type_descr visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=10 alignment="0" tabsequence=90 border="5" color="0" x="399" y="152" height="16" width="103" format="[general]" html.valueishtml="0" name=class visible="1" edit.limit=4 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Percentage :" border="0" color="0" x="42" y="173" height="16" width="114" html.valueishtml="0" name=perc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Duration in Months :" border="0" color="0" x="29" y="194" height="16" width="127" html.valueishtml="0" name=course_duration_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="1" tabsequence=100 border="5" color="0" x="161" y="173" height="16" width="53" format="##0.00" html.valueishtml="0" name=perc visible="1" edit.limit=5 edit.case=upper edit.format="##0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=14 alignment="0" tabsequence=110 border="5" color="0" x="430" y="173" height="16" width="72" format="[general]" html.valueishtml="0" name=course_type visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Course Type :" border="0" color="0" x="311" y="173" height="16" width="114" html.valueishtml="0" name=course_type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=15 alignment="0" tabsequence=120 border="5" color="0" x="161" y="194" height="16" width="36" format="##0" html.valueishtml="0" name=course_duration visible="1" edit.limit=3 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Country of Qualification :" border="0" color="0" x="278" y="194" height="16" width="147" html.valueishtml="0" name=count_code__qual_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=16 alignment="0" tabsequence=130 border="5" color="0" x="430" y="194" height="16" width="72" format="[general]" html.valueishtml="0" name=count_code__qual visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment