Commit 4f5ab852 authored by ysawant's avatar ysawant

*Updated components of Employee Address Change Menu

emp_add_chg11.xml
emp_add_chg21.xml
d_emp_add_chg_brow.srd
d_emp_add_chg_edit.srd
EmpAddChangeConfirm.java
EmpAddChgCnc.java
w_emp_add_chg_v1.sql
EmpAddChange.java
EmpAddChangeLocal.java
EmpAddChangeRemote.java


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@213273 ce508802-f39f-4f6c-b175-0d175dae99d5
parent a1ef15ba
---------------------------------------------[START]
update obj_forms set disp_metadata='
<html>
<b style="white-space: normal !important; word-break: break-word;">{emp_fname} {emp_lname} <span class = "optional">[{emp_code}]</span></b>
<span style="float:right;"> <b>{tran_date} </b></span>
<br/> Emp Code :<b>({emp_code})</b> , Confirmed :<b> {confirmed}</b>,
<br/> Current City :<b>{cur_city}</b> , Current State :<b> {cur_state}</b> , Work Site :<b> {work_site}</b>
<span style="float:right;"> <b>{tran_id} </b></span>
</html>' where WIN_NAME='w_emp_add_chg';
update OBJ_ACTIONS set image='ibase/resource/objaction/add.svg', DISPLAY_MODE='2' where OBJ_NAME='emp_add_chg' and TITLE='Add';
update OBJ_ACTIONS set image='ibase/resource/objaction/edit.svg', DISPLAY_MODE='2' where OBJ_NAME='emp_add_chg' and TITLE='Edit';
update OBJ_ACTIONS set IMAGE='ibase/resource/objaction/exprtExl.svg',service_code='a',RIGHTS_CHAR='B',TITLE='Export2XLS',form_no='1',service_handler=null,placement = null,ACTION_TYPE='S',DISPLAY_MODE='1' where obj_name='emp_add_chg' and (DESCRIPTION = 'Export Excel' OR DESCRIPTION = 'Export To Excel');
update OBJ_ACTIONS set IMAGE='ibase/resource/objaction/Audit-trail.svg',RIGHTS_CHAR = 'X',SHOW_IN_PANEL = '1' ,DISPLAY_MODE = '2' where OBJ_NAME = 'emp_add_chg' and ( TITLE='View Audit' OR TITLE='Audit Trail' );
update OBJ_ACTIONS set image='ibase/resource/objaction/confirm.svg', DISPLAY_MODE='1', SHOW_CONFIRM='000' where OBJ_NAME='emp_add_chg'and TITLE='Confirm';
update OBJ_ACTIONS set image='ibase/resource/objaction/cancel.svg', DISPLAY_MODE='1', SHOW_CONFIRM='000' where OBJ_NAME='emp_add_chg' and TITLE='Cancel';
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','W_EMP_ADD_CHG','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,'Employee Master',0,0,to_date('30-10-10','DD-MM-RR'),'VISHAL','VISHAL','0',null,':emp_code,:emp_code,:emp_code,:emp_code,:emp_code',2,null,null,null,null,null,null,'2',null,'3','EmpImages','code','name','2',null,null,null,null,null,null,null);
update POPHELP set SQL_STR='SELECT RTRIM(SH_DESCR) CUR_CITY FROM STATION WHERE SH_DESCR LIKE ''%?%'' AND LENGTH(''?'')>=3',DIST_OPT = '1',HELP_OPTION='2', SQL_INPUT=':cur_city,:cur_city', THUMB_OBJ='CityImages',THUMB_IMAGE_COL='cur_city',THUMB_ALT_COL='cur_city' where MOD_NAME='W_EMP_ADD_CHG' and FIELD_NAME='CUR_CITY';
update POPHELP set SQL_STR='SELECT RTRIM(SH_DESCR) PER_CITY FROM STATION WHERE SH_DESCR LIKE ''%?%'' AND LENGTH(''?'')>=3',DIST_OPT = '1',HELP_OPTION='2', SQL_INPUT=':per_city,:per_city', THUMB_OBJ='CityImages',THUMB_IMAGE_COL='per_city',THUMB_ALT_COL='per_city' where MOD_NAME='W_EMP_ADD_CHG' and FIELD_NAME='PER_CITY';
update POPHELP set AUTO_FILL_LEN = 3, AUTO_MIN_LENGTH = 2 , HELP_OPTION = 2 where MOD_NAME = 'W_EMP_ADD_CHG';
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('ADCHGSUCC','Transaction Confirmed!','Operation successfully completed','P','Y',null,null,null,to_date('23-07-01','DD-MM-RR'),'SUN','96NAVEENK',null,null);
---------------------------------------------[END]
...@@ -58,30 +58,41 @@ ...@@ -58,30 +58,41 @@
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_code</name> <name>emp_code</name>
<dbname>employee_add_change.emp_code</dbname> <dbname>employee_add_change.emp_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>confirmed</name> <name>confirmed</name>
<dbname>employee_add_change.confirmed</dbname> <dbname>employee_add_change.confirmed</dbname>
<initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
<item display="Cancelled" data="X"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>conf_date</name> <name>conf_date</name>
<dbname>employee_add_change.conf_date</dbname> <dbname>employee_add_change.conf_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>emp_code__aprv</name> <name>emp_code__aprv</name>
<dbname>employee_add_change.emp_code__aprv</dbname> <dbname>employee_add_change.emp_code__aprv</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>tran_date</name> <name>tran_date</name>
<dbname>employee_add_change.tran_date</dbname> <dbname>employee_add_change.tran_date</dbname>
...@@ -110,8 +121,148 @@ ...@@ -110,8 +121,148 @@
<name>work_site</name> <name>work_site</name>
<dbname>employee.work_site</dbname> <dbname>employee.work_site</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_add_change&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee_add_change.tran_id&quot;) COLUMN(NAME=&quot;employee_add_change.emp_code&quot;) COLUMN(NAME=&quot;employee_add_change.confirmed&quot;) COLUMN(NAME=&quot;employee_add_change.conf_date&quot;) COLUMN(NAME=&quot;employee_add_change.emp_code__aprv&quot;) COLUMN(NAME=&quot;employee_add_change.tran_date&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.work_site&quot;) JOIN (LEFT=&quot;employee_add_change.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( ( employee_add_change.tran_date&quot; OP =&quot;between&quot; EXP2 =&quot;:tran_date__fr and :tran_date__to ) )&quot; ) ) ARG(NAME = &quot;tran_date__fr&quot; TYPE = datetime) ARG(NAME = &quot;tran_date__to&quot; TYPE = datetime) </retrieve> <table_column>
<update>employee_add_change</update> <type size="50">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cur_add1</name>
<dbname>employee_add_change.cur_add1</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cur_add2</name>
<dbname>employee_add_change.cur_add2</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cur_add3</name>
<dbname>employee_add_change.cur_add3</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cur_city</name>
<dbname>employee_add_change.cur_city</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cur_state</name>
<dbname>employee_add_change.cur_state</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cur_pin</name>
<dbname>employee_add_change.cur_pin</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cur_tel1</name>
<dbname>employee_add_change.cur_tel1</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cur_tel2</name>
<dbname>employee_add_change.cur_tel2</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>cur_tel3</name>
<dbname>employee_add_change.cur_tel3</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>per_add1</name>
<dbname>employee_add_change.per_add1</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>per_add2</name>
<dbname>employee_add_change.per_add2</dbname>
</table_column>
<table_column>
<type size="50">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>per_add3</name>
<dbname>employee_add_change.per_add3</dbname>
</table_column>
<table_column>
<type size="20">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>per_city</name>
<dbname>employee_add_change.per_city</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>per_state</name>
<dbname>employee_add_change.per_state</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>per_pin</name>
<dbname>employee_add_change.per_pin</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>per_tel</name>
<dbname>employee_add_change.per_tel</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>employee_add_change.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>employee_add_change.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>employee_add_change.chg_term</dbname>
</table_column>
<table_column>
<type size="25">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ime_no</name>
<dbname>employee_add_change.ime_no</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_add_change&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;employee_add_change.tran_id&quot;) COLUMN(NAME=&quot;employee_add_change.emp_code&quot;) COLUMN(NAME=&quot;employee_add_change.confirmed&quot;) COLUMN(NAME=&quot;employee_add_change.conf_date&quot;) COLUMN(NAME=&quot;employee_add_change.emp_code__aprv&quot;) COLUMN(NAME=&quot;employee_add_change.tran_date&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.work_site&quot;) COLUMN(NAME=&quot;employee_add_change.cur_add1&quot;) COLUMN(NAME=&quot;employee_add_change.cur_add2&quot;) COLUMN(NAME=&quot;employee_add_change.cur_add3&quot;) COLUMN(NAME=&quot;employee_add_change.cur_city&quot;) COLUMN(NAME=&quot;employee_add_change.cur_state&quot;) COLUMN(NAME=&quot;employee_add_change.cur_pin&quot;) COLUMN(NAME=&quot;employee_add_change.cur_tel1&quot;) COLUMN(NAME=&quot;employee_add_change.cur_tel2&quot;) COLUMN(NAME=&quot;employee_add_change.cur_tel3&quot;) COLUMN(NAME=&quot;employee_add_change.per_add1&quot;) COLUMN(NAME=&quot;employee_add_change.per_add2&quot;) COLUMN(NAME=&quot;employee_add_change.per_add3&quot;) COLUMN(NAME=&quot;employee_add_change.per_city&quot;) COLUMN(NAME=&quot;employee_add_change.per_state&quot;) COLUMN(NAME=&quot;employee_add_change.per_pin&quot;) COLUMN(NAME=&quot;employee_add_change.per_tel&quot;) COLUMN(NAME=&quot;employee_add_change.chg_date&quot;) COLUMN(NAME=&quot;employee_add_change.chg_user&quot;) COLUMN(NAME=&quot;employee_add_change.chg_term&quot;) COLUMN(NAME=&quot;employee_add_change.ime_no&quot;) JOIN (LEFT=&quot;employee_add_change.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( ( employee_add_change.tran_date&quot; OP =&quot;between&quot; EXP2 =&quot;:tran_date__fr and :tran_date__to ) )&quot; ) ) ARG(NAME = &quot;tran_date__fr&quot; TYPE = datetime) ARG(NAME = &quot;tran_date__to&quot; TYPE = datetime) </retrieve>
<update>EMPLOYEE_ADD_CHANGE</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -294,7 +445,7 @@ ...@@ -294,7 +445,7 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Conf Date</text> <text>Confirmation Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>596</x> <x>596</x>
...@@ -322,7 +473,7 @@ ...@@ -322,7 +473,7 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>0</alignment>
<text>Emp Code Aprv</text> <text>Employee Code Aproove</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>661</x> <x>661</x>
...@@ -377,7 +528,7 @@ ...@@ -377,7 +528,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Work Site</text> <text>Work Site</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -403,220 +554,1252 @@ ...@@ -403,220 +554,1252 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>2</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Changed From</text>
<tabsequence>30</tabsequence> <border>6</border>
<border>5</border> <color>33554432</color>
<color>0</color> <x>2060</x>
<x>184</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>66</width> <width>65</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-11</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>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>7</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Current Address1</text>
<tabsequence>40</tabsequence> <border>6</border>
<border>5</border> <color>33554432</color>
<color>0</color> <x>831</x>
<x>252</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>90</width> <width>77</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname</name> <name>cur_add1_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-11</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>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>8</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Current Address2</text>
<tabsequence>50</tabsequence> <border>6</border>
<border>5</border> <color>33554432</color>
<color>0</color> <x>910</x>
<x>344</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>90</width> <width>76</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname</name> <name>cur_add2_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-11</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>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>9</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Current Address3</text>
<tabsequence>60</tabsequence> <border>6</border>
<border>5</border> <color>33554432</color>
<color>0</color> <x>988</x>
<x>436</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>90</width> <width>82</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname</name> <name>cur_add3_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-11</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>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>6</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Current City</text>
<tabsequence>20</tabsequence> <border>6</border>
<border>5</border> <color>33554432</color>
<color>0</color> <x>1072</x>
<x>98</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>84</width> <width>98</width>
<format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date</name> <name>cur_city_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <height>-11</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>2</mode>
<color>1090519039</color> <color>67108864</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Header</band>
<id>3</id> <alignment>2</alignment>
<alignment>0</alignment> <text>Current State</text>
<tabsequence>70</tabsequence> <border>6</border>
<border>5</border> <color>33554432</color>
<color>0</color> <x>1172</x>
<x>528</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>66</width> <width>75</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed</name> <name>employee_add_change_cur_state_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Arial</face>
<height>-10</height> <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>2</alignment>
<text>Current Pin</text>
<border>6</border>
<color>33554432</color>
<x>1249</x>
<y>1</y>
<height>16</height>
<width>58</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_pin_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>2</alignment>
<text>Current Tel1</text>
<border>6</border>
<color>33554432</color>
<x>1309</x>
<y>1</y>
<height>16</height>
<width>51</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_tel1_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>2</alignment>
<text>Current Tel2</text>
<border>6</border>
<color>33554432</color>
<x>1362</x>
<y>1</y>
<height>16</height>
<width>47</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_tel2_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>2</alignment>
<text>Current Tel3</text>
<border>6</border>
<color>33554432</color>
<x>1411</x>
<y>1</y>
<height>16</height>
<width>52</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_tel3_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>2</alignment>
<text>Permanent Add1</text>
<border>6</border>
<color>33554432</color>
<x>1465</x>
<y>1</y>
<height>16</height>
<width>60</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_add1_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>2</alignment>
<text>Permanent Add3</text>
<border>6</border>
<color>33554432</color>
<x>1527</x>
<y>1</y>
<height>16</height>
<width>58</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_add2_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>2</alignment>
<text>Permanent Add3</text>
<border>6</border>
<color>33554432</color>
<x>1587</x>
<y>1</y>
<height>16</height>
<width>52</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_add3_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>2</alignment>
<text>Permanent City</text>
<border>6</border>
<color>33554432</color>
<x>1641</x>
<y>1</y>
<height>16</height>
<width>54</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_city_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>2</alignment>
<text>Permanet State</text>
<border>6</border>
<color>33554432</color>
<x>1697</x>
<y>1</y>
<height>16</height>
<width>55</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_state_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>2</alignment>
<text>Permanent Pin</text>
<border>6</border>
<color>33554432</color>
<x>1754</x>
<y>1</y>
<height>16</height>
<width>43</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_pin_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>2</alignment>
<text>Permanent Tel</text>
<border>6</border>
<color>33554432</color>
<x>1886</x>
<y>1</y>
<height>16</height>
<width>42</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_tel_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>2</alignment>
<text>Changed On</text>
<border>6</border>
<color>33554432</color>
<x>1930</x>
<y>1</y>
<height>16</height>
<width>57</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_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>2</alignment>
<text>Changed By</text>
<border>6</border>
<color>33554432</color>
<x>1989</x>
<y>1</y>
<height>16</height>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_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>2</alignment>
<text>IME No</text>
<border>6</border>
<color>0</color>
<x>1799</x>
<y>1</y>
<height>16</height>
<width>85</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ime_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>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>184</x>
<y>1</y>
<height>16</height>
<width>66</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>252</x>
<y>1</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>344</x>
<y>1</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_mname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>436</x>
<y>1</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>98</x>
<y>1</y>
<height>16</height>
<width>84</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>528</x>
<y>1</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirmed</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>596</x>
<y>1</y>
<height>16</height>
<width>63</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>conf_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<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>5</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
<color>0</color>
<x>661</x>
<y>1</y>
<height>16</height>
<width>103</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv</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>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<y>1</y>
<height>16</height>
<width>94</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</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>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>766</x>
<y>1</y>
<height>16</height>
<width>63</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>
<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>11</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>0</border>
<color>0</color>
<x>831</x>
<y>1</y>
<height>16</height>
<width>77</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_add1</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>12</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<border>0</border>
<color>0</color>
<x>910</x>
<y>1</y>
<height>16</height>
<width>76</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_add2</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>13</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<border>0</border>
<color>0</color>
<x>988</x>
<y>1</y>
<height>16</height>
<width>82</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_add3</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>14</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<border>0</border>
<color>0</color>
<x>1072</x>
<y>1</y>
<height>16</height>
<width>98</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_city</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>15</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>0</border>
<color>0</color>
<x>1172</x>
<y>1</y>
<height>16</height>
<width>75</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_state</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>16</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>0</border>
<color>0</color>
<x>1249</x>
<y>1</y>
<height>16</height>
<width>58</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_pin</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>17</id>
<alignment>0</alignment>
<tabsequence>160</tabsequence>
<border>0</border>
<color>0</color>
<x>1309</x>
<y>1</y>
<height>16</height>
<width>51</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_tel1</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>18</id>
<alignment>0</alignment>
<tabsequence>170</tabsequence>
<border>0</border>
<color>0</color>
<x>1362</x>
<y>1</y>
<height>16</height>
<width>47</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_tel2</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>19</id>
<alignment>0</alignment>
<tabsequence>180</tabsequence>
<border>0</border>
<color>0</color>
<x>1411</x>
<y>1</y>
<height>16</height>
<width>52</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>cur_tel3</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> <weight>400</weight>
<family>1</family> <family>1</family>
<pitch>2</pitch> <pitch>2</pitch>
...@@ -629,27 +1812,25 @@ ...@@ -629,27 +1812,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>190</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>596</x> <x>1465</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>63</width> <width>60</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <name>per_add1</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>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -667,27 +1848,25 @@ ...@@ -667,27 +1848,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>21</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>90</tabsequence> <tabsequence>200</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>661</x> <x>1527</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>103</width> <width>58</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>per_add2</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>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -705,27 +1884,25 @@ ...@@ -705,27 +1884,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>210</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>2</x> <x>1587</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>94</width> <width>52</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>per_add3</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>upper</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>
...@@ -743,20 +1920,272 @@ ...@@ -743,20 +1920,272 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>23</id>
<alignment>0</alignment>
<tabsequence>220</tabsequence>
<border>0</border>
<color>0</color>
<x>1641</x>
<y>1</y>
<height>16</height>
<width>54</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_city</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>24</id>
<alignment>0</alignment>
<tabsequence>230</tabsequence>
<border>0</border>
<color>0</color>
<x>1697</x>
<y>1</y>
<height>16</height>
<width>55</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_state</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>25</id>
<alignment>0</alignment>
<tabsequence>240</tabsequence>
<border>0</border>
<color>0</color>
<x>1754</x>
<y>1</y>
<height>16</height>
<width>43</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_pin</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>26</id>
<alignment>0</alignment>
<tabsequence>260</tabsequence>
<border>0</border>
<color>0</color>
<x>1886</x>
<y>1</y>
<height>16</height>
<width>42</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>per_tel</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>27</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>766</x> <x>1930</x>
<y>1</y> <y>1</y>
<height>16</height> <height>16</height>
<width>63</width> <width>57</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</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>28</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>1989</x>
<y>1</y>
<height>16</height>
<width>69</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>work_site</name> <name>chg_user</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>29</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>0</border>
<color>0</color>
<x>2060</x>
<y>1</y>
<height>16</height>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</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>30</id>
<alignment>0</alignment>
<tabsequence>250</tabsequence>
<border>0</border>
<color>0</color>
<x>1799</x>
<y>1</y>
<height>16</height>
<width>85</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ime_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>458</height> <height>656</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -177,6 +177,11 @@ ...@@ -177,6 +177,11 @@
<name>confirmed</name> <name>confirmed</name>
<dbname>employee_add_change.confirmed</dbname> <dbname>employee_add_change.confirmed</dbname>
<initial>N</initial> <initial>N</initial>
<values>
<item display="Yes" data="Y"/>
<item display="No" data="N"/>
<item display="Cancelled" data="X"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
...@@ -192,27 +197,6 @@ ...@@ -192,27 +197,6 @@
<name>emp_code__aprv</name> <name>emp_code__aprv</name>
<dbname>employee_add_change.emp_code__aprv</dbname> <dbname>employee_add_change.emp_code__aprv</dbname>
</table_column> </table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>employee_add_change.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>employee_add_change.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>employee_add_change.chg_term</dbname>
</table_column>
<table_column> <table_column>
<type size="15">char</type> <type size="15">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -291,8 +275,29 @@ ...@@ -291,8 +275,29 @@
<name>work_site</name> <name>work_site</name>
<dbname>employee.work_site</dbname> <dbname>employee.work_site</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_add_change&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;department&quot; ) COLUMN(NAME=&quot;employee_add_change.tran_id&quot;) COLUMN(NAME=&quot;employee_add_change.emp_code&quot;) COLUMN(NAME=&quot;employee_add_change.cur_add1&quot;) COLUMN(NAME=&quot;employee_add_change.cur_add2&quot;) COLUMN(NAME=&quot;employee_add_change.cur_add3&quot;) COLUMN(NAME=&quot;employee_add_change.cur_city&quot;) COLUMN(NAME=&quot;employee_add_change.cur_state&quot;) COLUMN(NAME=&quot;employee_add_change.cur_pin&quot;) COLUMN(NAME=&quot;employee_add_change.cur_tel1&quot;) COLUMN(NAME=&quot;employee_add_change.cur_tel2&quot;) COLUMN(NAME=&quot;employee_add_change.cur_tel3&quot;) COLUMN(NAME=&quot;employee_add_change.per_add1&quot;) COLUMN(NAME=&quot;employee_add_change.per_add2&quot;) COLUMN(NAME=&quot;employee_add_change.per_add3&quot;) COLUMN(NAME=&quot;employee_add_change.per_city&quot;) COLUMN(NAME=&quot;employee_add_change.per_state&quot;) COLUMN(NAME=&quot;employee_add_change.per_pin&quot;) COLUMN(NAME=&quot;employee_add_change.per_tel&quot;) COLUMN(NAME=&quot;employee_add_change.confirmed&quot;) COLUMN(NAME=&quot;employee_add_change.conf_date&quot;) COLUMN(NAME=&quot;employee_add_change.emp_code__aprv&quot;) COLUMN(NAME=&quot;employee_add_change.chg_date&quot;) COLUMN(NAME=&quot;employee_add_change.chg_user&quot;) COLUMN(NAME=&quot;employee_add_change.chg_term&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;department.descr&quot;) COLUMN(NAME=&quot;employee_add_change.tran_date&quot;) COLUMN(NAME=&quot;employee_add_change.mobile_no&quot;) COLUMN(NAME=&quot;employee_add_change.sms_domain&quot;) COLUMN(NAME=&quot;employee_add_change.email_id_off&quot;) COLUMN(NAME=&quot;employee_add_change.email_id_per&quot;) COLUMN(NAME=&quot;employee_add_change.ime_no&quot;) COLUMN(NAME=&quot;employee.work_site&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_add_change.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( ( employee_add_change.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id ) )&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve> <table_column>
<update>employee_add_change</update> <type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>employee_add_change.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>employee_add_change.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>employee_add_change.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;employee_add_change&quot; ) TABLE(NAME=&quot;employee&quot; ) TABLE(NAME=&quot;department&quot; ) COLUMN(NAME=&quot;employee_add_change.tran_id&quot;) COLUMN(NAME=&quot;employee_add_change.emp_code&quot;) COLUMN(NAME=&quot;employee_add_change.cur_add1&quot;) COLUMN(NAME=&quot;employee_add_change.cur_add2&quot;) COLUMN(NAME=&quot;employee_add_change.cur_add3&quot;) COLUMN(NAME=&quot;employee_add_change.cur_city&quot;) COLUMN(NAME=&quot;employee_add_change.cur_state&quot;) COLUMN(NAME=&quot;employee_add_change.cur_pin&quot;) COLUMN(NAME=&quot;employee_add_change.cur_tel1&quot;) COLUMN(NAME=&quot;employee_add_change.cur_tel2&quot;) COLUMN(NAME=&quot;employee_add_change.cur_tel3&quot;) COLUMN(NAME=&quot;employee_add_change.per_add1&quot;) COLUMN(NAME=&quot;employee_add_change.per_add2&quot;) COLUMN(NAME=&quot;employee_add_change.per_add3&quot;) COLUMN(NAME=&quot;employee_add_change.per_city&quot;) COLUMN(NAME=&quot;employee_add_change.per_state&quot;) COLUMN(NAME=&quot;employee_add_change.per_pin&quot;) COLUMN(NAME=&quot;employee_add_change.per_tel&quot;) COLUMN(NAME=&quot;employee_add_change.confirmed&quot;) COLUMN(NAME=&quot;employee_add_change.conf_date&quot;) COLUMN(NAME=&quot;employee_add_change.emp_code__aprv&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;department.descr&quot;) COLUMN(NAME=&quot;employee_add_change.tran_date&quot;) COLUMN(NAME=&quot;employee_add_change.mobile_no&quot;) COLUMN(NAME=&quot;employee_add_change.sms_domain&quot;) COLUMN(NAME=&quot;employee_add_change.email_id_off&quot;) COLUMN(NAME=&quot;employee_add_change.email_id_per&quot;) COLUMN(NAME=&quot;employee_add_change.ime_no&quot;) COLUMN(NAME=&quot;employee.work_site&quot;) COLUMN(NAME=&quot;employee_add_change.chg_date&quot;) COLUMN(NAME=&quot;employee_add_change.chg_user&quot;) COLUMN(NAME=&quot;employee_add_change.chg_term&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_add_change.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( ( employee_add_change.tran_id&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_id ) )&quot; ) ) ARG(NAME = &quot;tran_id&quot; TYPE = string) </retrieve>
<update>EMPLOYEE_ADD_CHANGE</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -300,20 +305,68 @@ ...@@ -300,20 +305,68 @@
<type>string</type> <type>string</type>
</argument> </argument>
</TableDefinition> </TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>33554432</color>
<x>64</x>
<y>10</y>
<height>462</height>
<width>588</width>
<name>gb_1</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>134217739</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Other</text>
<border>2</border>
<color>0</color>
<x>69</x>
<y>477</y>
<height>56</height>
<width>594</width>
<name>gb_2</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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text></text> <text>Employee Code :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>974</x> <x>438</x>
<y>44</y> <y>36</y>
<height>16</height> <height>16</height>
<width>15</width> <width>89</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_7</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -330,20 +383,20 @@ ...@@ -330,20 +383,20 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>2</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>109</x> <x>533</x>
<y>2</y> <y>36</y>
<height>16</height> <height>16</height>
<width>98</width> <width>85</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_id</name> <name>emp_code</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>10</limit>
...@@ -363,24 +416,24 @@ ...@@ -363,24 +416,24 @@
</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>Tran Date :</text> <text>Changed On :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>216</x> <x>99</x>
<y>2</y> <y>496</y>
<height>16</height> <height>16</height>
<width>65</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_1</name> <name>chg_date_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -390,31 +443,32 @@ ...@@ -390,31 +443,32 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>30</id> <id>34</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>255</color> <color>255</color>
<x>286</x> <x>202</x>
<y>2</y> <y>497</y>
<height>16</height> <height>16</height>
<width>65</width> <width>74</width>
<format>dd/mm/yy</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle> </EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -432,18 +486,18 @@ ...@@ -432,18 +486,18 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Emp Code :</text> <text>Changed By :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>362</x> <x>290</x>
<y>2</y> <y>496</y>
<height>16</height> <height>16</height>
<width>69</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_emp_code_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -459,27 +513,25 @@ ...@@ -459,27 +513,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>2</id> <id>35</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>10</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>255</color>
<x>437</x> <x>365</x>
<y>2</y> <y>496</y>
<height>16</height> <height>16</height>
<width>85</width> <width>74</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>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -492,24 +544,24 @@ ...@@ -492,24 +544,24 @@
</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>Cur Pin :</text> <text>Changed From :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>382</x> <x>457</x>
<y>157</y> <y>496</y>
<height>16</height> <height>16</height>
<width>52</width> <width>84</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_cur_pin_t</name> <name>chg_term_t</name>
<visible>1</visible> <visible>0</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -525,27 +577,25 @@ ...@@ -525,27 +577,25 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>36</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>255</color>
<x>438</x> <x>544</x>
<y>156</y> <y>497</y>
<height>16</height> <height>16</height>
<width>84</width> <width>74</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cur_pin</name> <name>chg_term</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>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -558,23 +608,23 @@ ...@@ -558,23 +608,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>Cur Tel3 :</text> <text>Tran Id :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>371</x> <x>77</x>
<y>180</y> <y>36</y>
<height>16</height> <height>17</height>
<width>52</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_cur_tel3_t</name> <name>tran_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -589,31 +639,21 @@ ...@@ -589,31 +639,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Employee Name :</text>
<tabsequence>50</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>77</x>
<y>156</y> <y>58</y>
<height>16</height> <height>16</height>
<width>141</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cur_city</name> <name>emp_name_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>
...@@ -623,35 +663,25 @@ ...@@ -623,35 +663,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>9</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Designation :</text>
<tabsequence>70</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>77</x>
<y>179</y> <y>80</y>
<height>16</height> <height>16</height>
<width>95</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cur_tel1</name> <name>designation_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</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>
...@@ -661,35 +691,25 @@ ...@@ -661,35 +691,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>12</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Department :</text>
<tabsequence>150</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>77</x>
<y>290</y> <y>102</y>
<height>16</height> <height>16</height>
<width>413</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>per_add1</name> <name>department_descr_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>50</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>
...@@ -699,35 +719,25 @@ ...@@ -699,35 +719,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>13</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Current Address :</text>
<tabsequence>160</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>77</x>
<y>313</y> <y>125</y>
<height>16</height> <height>16</height>
<width>413</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>per_add2</name> <name>cur_add1_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>50</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>
...@@ -737,35 +747,25 @@ ...@@ -737,35 +747,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>14</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Current City :</text>
<tabsequence>170</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>77</x>
<y>336</y> <y>191</y>
<height>16</height> <height>16</height>
<width>413</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>per_add3</name> <name>cur_city_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>50</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>
...@@ -775,35 +775,25 @@ ...@@ -775,35 +775,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>Current Tel1 :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>77</x>
<x>322</x> <y>213</y>
<y>382</y>
<height>16</height> <height>16</height>
<width>32</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>confirmed</name> <name>cur_tel1_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>1</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -813,35 +803,25 @@ ...@@ -813,35 +803,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>15</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Mobile No. :</text>
<tabsequence>180</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>77</x>
<y>359</y> <y>236</y>
<height>16</height> <height>16</height>
<width>146</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>per_city</name> <name>mobile_no_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>
...@@ -851,24 +831,24 @@ ...@@ -851,24 +831,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>1090519039</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Per State :</text> <text>SMS Domain :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>260</x> <x>77</x>
<y>359</y> <y>257</y>
<height>16</height> <height>16</height>
<width>56</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_per_state_t</name> <name>sms_domain_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -883,31 +863,21 @@ ...@@ -883,31 +863,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>16</id> <alignment>1</alignment>
<alignment>0</alignment> <text>E-mail (Regular) :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border> <color>0</color>
<color>255</color> <x>77</x>
<x>322</x> <y>277</y>
<y>359</y>
<height>16</height> <height>16</height>
<width>61</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>per_state</name> <name>email_id_off_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>
...@@ -917,24 +887,24 @@ ...@@ -917,24 +887,24 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>79741120</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Per Pin :</text> <text>E-mail (Other) :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>389</x> <x>77</x>
<y>359</y> <y>302</y>
<height>16</height> <height>16</height>
<width>43</width> <width>100</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_per_pin_t</name> <name>email_id_per_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -949,31 +919,21 @@ ...@@ -949,31 +919,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>17</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Permanent City :</text>
<tabsequence>190</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>437</x> <x>77</x>
<y>359</y> <y>393</y>
<height>16</height> <height>16</height>
<width>85</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>per_pin</name> <name>per_city_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -983,73 +943,53 @@ ...@@ -983,73 +943,53 @@
<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>34</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Permanent Tel :</text>
<tabsequence>140</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>77</x>
<y>268</y> <y>416</y>
<height>16</height> <height>16</height>
<width>413</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>email_id_per</name> <name>per_tel_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>75</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>1</mode>
<color>16777215</color> <color>536870912</color>
</background> </background>
</ColumnObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>33</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Approved By :</text>
<tabsequence>130</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>77</x>
<y>246</y> <y>439</y>
<height>16</height> <height>16</height>
<width>413</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>email_id_off</name> <name>emp_code__aprv_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>75</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>
...@@ -1059,30 +999,30 @@ ...@@ -1059,30 +999,30 @@
<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>32</id> <id>1</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>120</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>109</x> <x>181</x>
<y>223</y> <y>36</y>
<height>16</height> <height>16</height>
<width>413</width> <width>98</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>sms_domain</name> <name>tran_id</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>30</limit> <limit>10</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>
...@@ -1098,31 +1038,32 @@ ...@@ -1098,31 +1038,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>16777215</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>31</id> <id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>100</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>109</x> <x>181</x>
<y>202</y> <y>58</y>
<height>16</height> <height>16</height>
<width>125</width> <width>134</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>mobile_no</name> <name>emp_fname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>15</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1135,24 +1076,34 @@ ...@@ -1135,24 +1076,34 @@
</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>25</id>
<text>IME No :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>306</x> <color>255</color>
<y>202</y> <x>181</x>
<y>80</y>
<height>16</height> <height>16</height>
<width>48</width> <width>413</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ime_no_t</name> <name>designation</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>
...@@ -1162,29 +1113,29 @@ ...@@ -1162,29 +1113,29 @@
<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>11</id> <id>26</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>427</x> <x>181</x>
<y>179</y> <y>102</y>
<height>16</height> <height>16</height>
<width>95</width> <width>413</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cur_tel3</name> <name>department_descr</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>40</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1201,31 +1152,32 @@ ...@@ -1201,31 +1152,32 @@
</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>35</id> <id>3</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>110</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>359</x> <x>181</x>
<y>202</y> <y>125</y>
<height>16</height> <height>16</height>
<width>163</width> <width>413</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ime_no</name> <name>cur_add1</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>50</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1238,31 +1190,32 @@ ...@@ -1238,31 +1190,32 @@
</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>36</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>437</x> <x>181</x>
<y>405</y> <y>147</y>
<height>16</height> <height>16</height>
<width>85</width> <width>413</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>work_site</name> <name>cur_add2</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>50</limit>
<case>any</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>no</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1275,24 +1228,34 @@ ...@@ -1275,24 +1228,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>5</id>
<text>Work Site:</text> <alignment>0</alignment>
<border>0</border> <tabsequence>40</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>335</x> <x>181</x>
<y>405</y> <y>169</y>
<height>16</height> <height>16</height>
<width>97</width> <width>413</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>work_site_t</name> <name>cur_add3</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>50</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>
...@@ -1302,25 +1265,35 @@ ...@@ -1302,25 +1265,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>6</id>
<text>Confirmed :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>50</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>254</x> <x>181</x>
<y>382</y> <y>190</y>
<height>16</height> <height>16</height>
<width>62</width> <width>115</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_confirmed_t</name> <name>cur_city</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1330,25 +1303,35 @@ ...@@ -1330,25 +1303,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>9</id>
<text>Cur Tel2 :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>70</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>211</x> <x>181</x>
<y>180</y> <y>213</y>
<height>16</height> <height>16</height>
<width>52</width> <width>95</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_cur_tel2_t</name> <name>cur_tel1</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</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>
...@@ -1358,33 +1341,32 @@ ...@@ -1358,33 +1341,32 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>28</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>267</x> <x>181</x>
<y>179</y> <y>236</y>
<height>16</height> <height>16</height>
<width>95</width> <width>125</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cur_tel2</name> <name>mobile_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>15</limit>
<case>upper</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1397,24 +1379,34 @@ ...@@ -1397,24 +1379,34 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>29</id>
<alignment>0</alignment> <alignment>0</alignment>
<text>Conf Date :</text> <tabsequence>120</tabsequence>
<border>0</border> <border>5</border>
<color>0</color> <color>0</color>
<x>370</x> <x>181</x>
<y>382</y> <y>257</y>
<height>16</height> <height>16</height>
<width>62</width> <width>413</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_6</name> <name>sms_domain</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>30</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1425,30 +1417,33 @@ ...@@ -1425,30 +1417,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>20</id> <id>30</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>437</x> <x>181</x>
<y>382</y> <y>280</y>
<height>16</height> <height>16</height>
<width>85</width> <width>413</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <name>email_id_off</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask"> <EditStyle style="edit">
<mask>dd/mm/yy</mask> <limit>75</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>
...@@ -1460,29 +1455,29 @@ ...@@ -1460,29 +1455,29 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>18</id> <id>31</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>200</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>181</x>
<y>382</y> <y>302</y>
<height>16</height> <height>16</height>
<width>107</width> <width>413</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>per_tel</name> <name>email_id_per</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>75</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>
...@@ -1492,34 +1487,34 @@ ...@@ -1492,34 +1487,34 @@
<face>Times New Roman</face> <face>Times New Roman</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>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>21</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>109</x> <x>181</x>
<y>405</y> <y>324</y>
<height>16</height> <height>16</height>
<width>102</width> <width>413</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>per_add1</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>50</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1536,28 +1531,28 @@ ...@@ -1536,28 +1531,28 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>28</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>160</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>109</x> <x>181</x>
<y>46</y> <y>347</y>
<height>16</height> <height>16</height>
<width>413</width> <width>413</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>designation</name> <name>per_add2</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>25</limit> <limit>50</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1574,28 +1569,28 @@ ...@@ -1574,28 +1569,28 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>29</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>170</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>109</x> <x>181</x>
<y>68</y> <y>370</y>
<height>16</height> <height>16</height>
<width>413</width> <width>413</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>department_descr</name> <name>per_add3</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>40</limit> <limit>50</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1612,28 +1607,28 @@ ...@@ -1612,28 +1607,28 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>25</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>180</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>109</x> <x>181</x>
<y>24</y> <y>393</y>
<height>16</height> <height>16</height>
<width>134</width> <width>108</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_fname</name> <name>per_city</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>20</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1650,25 +1645,25 @@ ...@@ -1650,25 +1645,25 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>26</id> <id>18</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>200</tabsequence>
<border>5</border> <border>5</border>
<color>255</color> <color>0</color>
<x>248</x> <x>181</x>
<y>24</y> <y>416</y>
<height>16</height> <height>16</height>
<width>134</width> <width>107</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_mname</name> <name>per_tel</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>15</limit>
...@@ -1688,28 +1683,28 @@ ...@@ -1688,28 +1683,28 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>1090519039</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>27</id> <id>21</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>388</x> <x>181</x>
<y>24</y> <y>439</y>
<height>16</height> <height>16</height>
<width>134</width> <width>102</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_lname</name> <name>emp_code__aprv</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>15</limit> <limit>10</limit>
<case>upper</case> <case>upper</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
...@@ -1732,45 +1727,17 @@ ...@@ -1732,45 +1727,17 @@
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Tran Id :</text> <text>Current State :</text>
<border>0</border>
<color>0</color>
<x>3</x>
<y>2</y>
<height>17</height>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>employee_add_change_tran_id_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>Employee Name :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>3</x> <x>303</x>
<y>24</y> <y>191</y>
<height>16</height> <height>16</height>
<width>100</width> <width>76</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_name_t</name> <name>cur_state_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1785,21 +1752,31 @@ ...@@ -1785,21 +1752,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>7</id>
<text>Designation :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>3</x> <color>255</color>
<y>46</y> <x>384</x>
<y>191</y>
<height>16</height> <height>16</height>
<width>100</width> <width>61</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_designation_t</name> <name>cur_state</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>
...@@ -1809,24 +1786,24 @@ ...@@ -1809,24 +1786,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> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Department :</text> <text>Current Tel2 :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>3</x> <x>293</x>
<y>68</y> <y>212</y>
<height>16</height> <height>16</height>
<width>100</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>department_descr_t</name> <name>cur_tel2_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1841,21 +1818,31 @@ ...@@ -1841,21 +1818,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>10</id>
<text>Current Address :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>80</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>3</x> <x>369</x>
<y>91</y> <y>212</y>
<height>16</height> <height>16</height>
<width>100</width> <width>72</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_cur_add1_t</name> <name>cur_tel2</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</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>
...@@ -1865,24 +1852,24 @@ ...@@ -1865,24 +1852,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>Current City :</text> <text>Current Pin :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>3</x> <x>452</x>
<y>157</y> <y>192</y>
<height>16</height> <height>16</height>
<width>100</width> <width>66</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_cur_city_t</name> <name>cur_pin_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1897,21 +1884,31 @@ ...@@ -1897,21 +1884,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>8</id>
<text>Current Tel1 :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>60</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>3</x> <x>522</x>
<y>179</y> <y>191</y>
<height>16</height> <height>16</height>
<width>100</width> <width>84</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_cur_tel1_t</name> <name>cur_pin</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -1921,24 +1918,24 @@ ...@@ -1921,24 +1918,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>E-mail (Regular) :</text> <text>Current Tel3 :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>3</x> <x>452</x>
<y>243</y> <y>212</y>
<height>16</height> <height>16</height>
<width>100</width> <width>72</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_2</name> <name>cur_tel3_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -1953,21 +1950,31 @@ ...@@ -1953,21 +1950,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>11</id>
<text>Permanent Add :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>90</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>3</x> <x>528</x>
<y>290</y> <y>211</y>
<height>16</height> <height>16</height>
<width>100</width> <width>79</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_per_add1_t</name> <name>cur_tel3</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</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>
...@@ -1977,24 +1984,24 @@ ...@@ -1977,24 +1984,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>Permanent Tel :</text> <text>Tran Date :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>3</x> <x>285</x>
<y>382</y> <y>36</y>
<height>16</height> <height>16</height>
<width>100</width> <width>65</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_per_tel_t</name> <name>tran_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -2005,25 +2012,32 @@ ...@@ -2005,25 +2012,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> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>27</id>
<text>Permanent City :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>3</x> <color>255</color>
<y>359</y> <x>355</x>
<y>36</y>
<height>16</height> <height>16</height>
<width>100</width> <width>65</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_per_city_t</name> <name>tran_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -2033,25 +2047,35 @@ ...@@ -2033,25 +2047,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>23</id>
<text>E-mail (Other) :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>3</x> <color>255</color>
<y>268</y> <x>320</x>
<y>58</y>
<height>16</height> <height>16</height>
<width>100</width> <width>134</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_5</name> <name>emp_mname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</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>
...@@ -2061,25 +2085,35 @@ ...@@ -2061,25 +2085,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>24</id>
<text>SMS Domain :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>3</x> <color>255</color>
<y>223</y> <x>460</x>
<y>58</y>
<height>16</height> <height>16</height>
<width>100</width> <width>134</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_4</name> <name>emp_lname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</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>
...@@ -2089,25 +2123,35 @@ ...@@ -2089,25 +2123,35 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>16</id>
<text>Mobile No. :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>3</x> <color>255</color>
<y>202</y> <x>389</x>
<y>393</y>
<height>16</height> <height>16</height>
<width>100</width> <width>61</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_3</name> <name>per_state</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>
...@@ -2117,24 +2161,24 @@ ...@@ -2117,24 +2161,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> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Approved By :</text> <text>Permenant Pin :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>3</x> <x>458</x>
<y>405</y> <y>393</y>
<height>16</height> <height>16</height>
<width>100</width> <width>82</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_emp_code__aprv_t</name> <name>per_pin_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -2149,21 +2193,31 @@ ...@@ -2149,21 +2193,31 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>17</id>
<text>Cur State :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>190</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>254</x> <x>545</x>
<y>156</y> <y>393</y>
<height>16</height> <height>16</height>
<width>57</width> <width>85</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_cur_state_t</name> <name>per_pin</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -2173,33 +2227,31 @@ ...@@ -2173,33 +2227,31 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>1090519039</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>19</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>316</x> <x>360</x>
<y>156</y> <y>414</y>
<height>16</height> <height>16</height>
<width>61</width> <width>59</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cur_state</name> <name>confirmed</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>5</limit> <limit>0</limit>
<case>upper</case> <allowedit>no</allowedit>
<focusrectangle>no</focusrectangle> <case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -2215,28 +2267,21 @@ ...@@ -2215,28 +2267,21 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</ColumnObject> </ColumnObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>22</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <text>Conformation Date :</text>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>109</x> <x>434</x>
<y>428</y> <y>416</y>
<height>16</height> <height>16</height>
<width>80</width> <width>107</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_date</name> <name>conf_date_t</name>
<visible>0</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>
...@@ -2247,24 +2292,31 @@ ...@@ -2247,24 +2292,31 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>79741120</color>
</background> </background>
</ColumnObject> </TextObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>20</id>
<text>Chg User :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>197</x> <color>255</color>
<y>428</y> <x>545</x>
<y>416</y>
<height>16</height> <height>16</height>
<width>69</width> <width>85</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_chg_user_t</name> <name>conf_date</name>
<visible>0</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>
...@@ -2274,25 +2326,25 @@ ...@@ -2274,25 +2326,25 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>536870912</color> <color>79741120</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Chg Date :</text> <text>Work Site:</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>3</x> <x>443</x>
<y>428</y> <y>439</y>
<height>16</height> <height>16</height>
<width>100</width> <width>97</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_chg_date_t</name> <name>work_site_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -2308,27 +2360,26 @@ ...@@ -2308,27 +2360,26 @@
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>23</id> <id>33</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>270</x> <x>545</x>
<y>428</y> <y>439</y>
<height>16</height> <height>16</height>
<width>80</width> <width>85</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_user</name> <name>work_site</name>
<visible>0</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> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -2341,24 +2392,24 @@ ...@@ -2341,24 +2392,24 @@
</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>Chg Term :</text> <text>Confirmed :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>361</x> <x>294</x>
<y>428</y> <y>414</y>
<height>16</height> <height>16</height>
<width>68</width> <width>62</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_add_change_chg_term_t</name> <name>confirmed_t</name>
<visible>0</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -2372,31 +2423,21 @@ ...@@ -2372,31 +2423,21 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<id>24</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Permenant State :</text>
<tabsequence>32766</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>433</x> <x>293</x>
<y>428</y> <y>393</y>
<height>16</height> <height>16</height>
<width>89</width> <width>92</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>chg_term</name> <name>per_state_t</name>
<visible>0</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>15</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>
...@@ -2406,35 +2447,25 @@ ...@@ -2406,35 +2447,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>3</id> <alignment>1</alignment>
<alignment>0</alignment> <text>Permanent Add :</text>
<tabsequence>20</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>64</x>
<y>91</y> <y>324</y>
<height>16</height> <height>16</height>
<width>413</width> <width>100</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cur_add1</name> <name>per_add1_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>50</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>
...@@ -2444,35 +2475,25 @@ ...@@ -2444,35 +2475,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>4</id> <alignment>1</alignment>
<alignment>0</alignment> <text>IME No :</text>
<tabsequence>30</tabsequence> <border>0</border>
<border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>389</x>
<y>113</y> <y>236</y>
<height>16</height> <height>16</height>
<width>413</width> <width>48</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cur_add2</name> <name>ime_no_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>50</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>
...@@ -2482,33 +2503,32 @@ ...@@ -2482,33 +2503,32 @@
<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>5</id> <id>32</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>109</x> <x>442</x>
<y>135</y> <y>236</y>
<height>16</height> <height>16</height>
<width>413</width> <width>163</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>cur_add3</name> <name>ime_no</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>50</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>
...@@ -2521,7 +2541,7 @@ ...@@ -2521,7 +2541,7 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>1090519039</color> <color>16777215</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <HtmlTable>
......
$PBExportHeader$d_emp_add_chg_brow.srd $PBExportHeader$d_emp_add_chg_brow.srd
$PBExportComments$Browse data window for employee address change
release 9; 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 ) 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=20 color="536870912" )
...@@ -7,36 +6,96 @@ summary(height=0 color="536870912" ) ...@@ -7,36 +6,96 @@ summary(height=0 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=19 color="536870912" ) detail(height=19 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="employee_add_change.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="employee_add_change.tran_id" )
column=(type=char(10) updatewhereclause=yes name=emp_code dbname="employee_add_change.emp_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="employee_add_change.emp_code" )
column=(type=char(1) updatewhereclause=yes name=confirmed dbname="employee_add_change.confirmed" ) column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="employee_add_change.confirmed" initial="N" values="Yes Y/No N/Cancelled X/" )
column=(type=datetime updatewhereclause=yes name=conf_date dbname="employee_add_change.conf_date" ) column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="employee_add_change.conf_date" )
column=(type=char(10) updatewhereclause=yes name=emp_code__aprv dbname="employee_add_change.emp_code__aprv" ) column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="employee_add_change.emp_code__aprv" )
column=(type=datetime updatewhereclause=yes name=tran_date dbname="employee_add_change.tran_date" ) column=(type=datetime update=yes updatewhereclause=yes name=tran_date dbname="employee_add_change.tran_date" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" ) column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" ) column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" ) column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee_add_change~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee_add_change.tran_id~") COLUMN(NAME=~"employee_add_change.emp_code~") COLUMN(NAME=~"employee_add_change.confirmed~") COLUMN(NAME=~"employee_add_change.conf_date~") COLUMN(NAME=~"employee_add_change.emp_code__aprv~") COLUMN(NAME=~"employee_add_change.tran_date~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.work_site~") JOIN (LEFT=~"employee_add_change.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"( ( employee_add_change.tran_date~" OP =~"between~" EXP2 =~":tran_date__fr and :tran_date__to ) )~" ) ) ARG(NAME = ~"tran_date__fr~" TYPE = datetime) ARG(NAME = ~"tran_date__to~" TYPE = datetime) " update="employee_add_change" updatewhere=0 updatekeyinplace=no arguments=(("tran_date__fr", datetime),("tran_date__to", datetime)) ) column=(type=char(50) update=yes updatewhereclause=yes name=cur_add1 dbname="employee_add_change.cur_add1" )
column=(type=char(50) update=yes updatewhereclause=yes name=cur_add2 dbname="employee_add_change.cur_add2" )
column=(type=char(50) update=yes updatewhereclause=yes name=cur_add3 dbname="employee_add_change.cur_add3" )
column=(type=char(20) update=yes updatewhereclause=yes name=cur_city dbname="employee_add_change.cur_city" )
column=(type=char(5) update=yes updatewhereclause=yes name=cur_state dbname="employee_add_change.cur_state" )
column=(type=char(10) update=yes updatewhereclause=yes name=cur_pin dbname="employee_add_change.cur_pin" )
column=(type=char(15) update=yes updatewhereclause=yes name=cur_tel1 dbname="employee_add_change.cur_tel1" )
column=(type=char(15) update=yes updatewhereclause=yes name=cur_tel2 dbname="employee_add_change.cur_tel2" )
column=(type=char(15) update=yes updatewhereclause=yes name=cur_tel3 dbname="employee_add_change.cur_tel3" )
column=(type=char(50) update=yes updatewhereclause=yes name=per_add1 dbname="employee_add_change.per_add1" )
column=(type=char(50) update=yes updatewhereclause=yes name=per_add2 dbname="employee_add_change.per_add2" )
column=(type=char(50) update=yes updatewhereclause=yes name=per_add3 dbname="employee_add_change.per_add3" )
column=(type=char(20) update=yes updatewhereclause=yes name=per_city dbname="employee_add_change.per_city" )
column=(type=char(5) update=yes updatewhereclause=yes name=per_state dbname="employee_add_change.per_state" )
column=(type=char(10) update=yes updatewhereclause=yes name=per_pin dbname="employee_add_change.per_pin" )
column=(type=char(15) update=yes updatewhereclause=yes name=per_tel dbname="employee_add_change.per_tel" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee_add_change.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee_add_change.chg_user" )
column=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="employee_add_change.chg_term" )
column=(type=char(25) update=yes updatewhereclause=yes name=ime_no dbname="employee_add_change.ime_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee_add_change~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"employee_add_change.tran_id~") COLUMN(NAME=~"employee_add_change.emp_code~") COLUMN(NAME=~"employee_add_change.confirmed~") COLUMN(NAME=~"employee_add_change.conf_date~") COLUMN(NAME=~"employee_add_change.emp_code__aprv~") COLUMN(NAME=~"employee_add_change.tran_date~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee_add_change.cur_add1~") COLUMN(NAME=~"employee_add_change.cur_add2~") COLUMN(NAME=~"employee_add_change.cur_add3~") COLUMN(NAME=~"employee_add_change.cur_city~") COLUMN(NAME=~"employee_add_change.cur_state~") COLUMN(NAME=~"employee_add_change.cur_pin~") COLUMN(NAME=~"employee_add_change.cur_tel1~") COLUMN(NAME=~"employee_add_change.cur_tel2~") COLUMN(NAME=~"employee_add_change.cur_tel3~") COLUMN(NAME=~"employee_add_change.per_add1~") COLUMN(NAME=~"employee_add_change.per_add2~") COLUMN(NAME=~"employee_add_change.per_add3~") COLUMN(NAME=~"employee_add_change.per_city~") COLUMN(NAME=~"employee_add_change.per_state~") COLUMN(NAME=~"employee_add_change.per_pin~") COLUMN(NAME=~"employee_add_change.per_tel~") COLUMN(NAME=~"employee_add_change.chg_date~") COLUMN(NAME=~"employee_add_change.chg_user~") COLUMN(NAME=~"employee_add_change.chg_term~") COLUMN(NAME=~"employee_add_change.ime_no~") JOIN (LEFT=~"employee_add_change.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"( ( employee_add_change.tran_date~" OP =~"between~" EXP2 =~":tran_date__fr and :tran_date__to ) )~" ) ) ARG(NAME = ~"tran_date__fr~" TYPE = datetime) ARG(NAME = ~"tran_date__to~" TYPE = datetime) " update="EMPLOYEE_ADD_CHANGE" updatewhere=0 updatekeyinplace=no arguments=(("tran_date__fr", datetime),("tran_date__to", datetime)) )
text(band=header alignment="0" text="Emp Code" border="6" color="0" x="184" 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="2" background.color="79741120" ) text(band=header alignment="0" text="Emp Code" border="6" color="0" x="184" 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="2" background.color="79741120" )
text(band=header alignment="0" text="First Name" border="6" color="0" x="252" y="2" height="16" width="90" html.valueishtml="0" name=emp_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="2" background.color="79741120" ) text(band=header alignment="0" text="First Name" border="6" color="0" x="252" y="2" height="16" width="90" html.valueishtml="0" name=emp_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="2" background.color="79741120" )
text(band=header alignment="0" text="Middle Name" border="6" color="0" x="344" y="2" height="16" width="90" html.valueishtml="0" name=emp_mname_t 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="Middle Name" border="6" color="0" x="344" y="2" height="16" width="90" html.valueishtml="0" name=emp_mname_t 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="Last Name" border="6" color="0" x="436" y="2" height="16" width="90" html.valueishtml="0" name=emp_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="2" background.color="79741120" ) text(band=header alignment="0" text="Last Name" border="6" color="0" x="436" y="2" height="16" width="90" html.valueishtml="0" name=emp_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="2" background.color="79741120" )
text(band=header alignment="0" text="Tran Date" border="6" color="0" x="98" y="2" height="16" width="84" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="0" text="Tran Date" border="6" color="0" x="98" y="2" height="16" width="84" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Confirmed" border="6" color="0" x="528" y="2" height="16" width="66" html.valueishtml="0" name=confirmed_t 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="Confirmed" border="6" color="0" x="528" y="2" height="16" width="66" html.valueishtml="0" name=confirmed_t 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="Conf Date" border="6" color="0" x="596" y="2" height="16" width="63" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) text(band=header alignment="0" text="Confirmation Date" border="6" color="0" x="596" y="2" height="16" width="63" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Emp Code Aprv" border="6" color="0" x="661" y="2" height="16" width="103" html.valueishtml="0" name=emp_code__aprv_t 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 Aproove" border="6" color="0" x="661" y="2" height="16" width="103" html.valueishtml="0" name=emp_code__aprv_t 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="Tran ID" border="6" color="0" x="2" y="2" height="16" width="94" html.valueishtml="0" name=tran_id_t 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="Tran ID" border="6" color="0" x="2" y="2" height="16" width="94" html.valueishtml="0" name=tran_id_t 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="Work Site" border="6" color="0" x="766" y="2" height="16" width="63" 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="79741120" ) text(band=header alignment="2" text="Work Site" border="6" color="0" x="766" y="2" height="16" width="63" 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="79741120" )
text(band=header alignment="2" text="Changed From" border="6" color="33554432" x="2060" y="1" height="16" width="65" html.valueishtml="0" name=chg_term_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="2" text="Current Address1" border="6" color="33554432" x="831" y="1" height="16" width="77" html.valueishtml="0" name=cur_add1_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="2" text="Current Address2" border="6" color="33554432" x="910" y="1" height="16" width="76" html.valueishtml="0" name=cur_add2_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="2" text="Current Address3" border="6" color="33554432" x="988" y="1" height="16" width="82" html.valueishtml="0" name=cur_add3_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="2" text="Current City" border="6" color="33554432" x="1072" y="1" height="16" width="98" html.valueishtml="0" name=cur_city_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="2" text="Current State" border="6" color="33554432" x="1172" y="1" height="16" width="75" html.valueishtml="0" name=employee_add_change_cur_state_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="2" text="Current Pin" border="6" color="33554432" x="1249" y="1" height="16" width="58" html.valueishtml="0" name=cur_pin_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="2" text="Current Tel1" border="6" color="33554432" x="1309" y="1" height="16" width="51" html.valueishtml="0" name=cur_tel1_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="2" text="Current Tel2" border="6" color="33554432" x="1362" y="1" height="16" width="47" html.valueishtml="0" name=cur_tel2_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="2" text="Current Tel3" border="6" color="33554432" x="1411" y="1" height="16" width="52" html.valueishtml="0" name=cur_tel3_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="2" text="Permanent Add1" border="6" color="33554432" x="1465" y="1" height="16" width="60" html.valueishtml="0" name=per_add1_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="2" text="Permanent Add3" border="6" color="33554432" x="1527" y="1" height="16" width="58" html.valueishtml="0" name=per_add2_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="2" text="Permanent Add3" border="6" color="33554432" x="1587" y="1" height="16" width="52" html.valueishtml="0" name=per_add3_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="2" text="Permanent City" border="6" color="33554432" x="1641" y="1" height="16" width="54" html.valueishtml="0" name=per_city_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="2" text="Permanet State" border="6" color="33554432" x="1697" y="1" height="16" width="55" html.valueishtml="0" name=per_state_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="2" text="Permanent Pin" border="6" color="33554432" x="1754" y="1" height="16" width="43" html.valueishtml="0" name=per_pin_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="2" text="Permanent Tel" border="6" color="33554432" x="1886" y="1" height="16" width="42" html.valueishtml="0" name=per_tel_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="2" text="Changed On" border="6" color="33554432" x="1930" y="1" height="16" width="57" html.valueishtml="0" name=chg_date_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Changed By" border="6" color="33554432" x="1989" y="1" height="16" width="69" html.valueishtml="0" name=chg_user_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="2" text="IME No" border="6" color="0" x="1799" y="1" height="16" width="85" html.valueishtml="0" name=ime_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="67108864" )
column(band=detail id=2 alignment="0" tabsequence=30 border="5" color="0" x="184" y="1" height="16" width="66" 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="1090519039" ) column(band=detail id=2 alignment="0" tabsequence=30 border="5" color="0" x="184" y="1" height="16" width="66" 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="1090519039" )
column(band=detail id=7 alignment="0" tabsequence=40 border="5" color="0" x="252" y="1" height="16" width="90" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 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="1090519039" ) column(band=detail id=7 alignment="0" tabsequence=40 border="5" color="0" x="252" y="1" height="16" width="90" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=0 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="1090519039" )
column(band=detail id=8 alignment="0" tabsequence=50 border="5" color="0" x="344" y="1" height="16" width="90" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=0 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="1090519039" ) column(band=detail id=8 alignment="0" tabsequence=50 border="5" color="0" x="344" y="1" height="16" width="90" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=0 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="1090519039" )
column(band=detail id=9 alignment="0" tabsequence=60 border="5" color="0" x="436" y="1" height="16" width="90" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 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="1090519039" ) column(band=detail id=9 alignment="0" tabsequence=60 border="5" color="0" x="436" y="1" height="16" width="90" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=0 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="1090519039" )
column(band=detail id=6 alignment="0" tabsequence=20 border="5" color="0" x="98" y="1" height="16" width="84" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" edit.limit=0 edit.case=any 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="1090519039" ) column(band=detail id=6 alignment="0" tabsequence=20 border="5" color="0" x="98" y="1" height="16" width="84" format="[shortdate] [time]" html.valueishtml="0" name=tran_date visible="1" edit.limit=0 edit.case=any 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="1090519039" )
column(band=detail id=3 alignment="0" tabsequence=70 border="5" color="0" x="528" y="1" height="16" width="66" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=1 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=3 alignment="0" tabsequence=70 border="5" color="0" x="528" y="1" height="16" width="66" format="[general]" html.valueishtml="0" name=confirmed 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="1090519039" )
column(band=detail id=4 alignment="0" tabsequence=80 border="5" color="0" x="596" y="1" height="16" width="63" format="[shortdate] [time]" html.valueishtml="0" name=conf_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="1090519039" ) column(band=detail id=4 alignment="0" tabsequence=80 border="5" color="0" x="596" y="1" height="16" width="63" format="[shortdate] [time]" html.valueishtml="0" name=conf_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="1090519039" )
column(band=detail id=5 alignment="0" tabsequence=90 border="5" color="0" x="661" y="1" height="16" width="103" format="[general]" html.valueishtml="0" name=emp_code__aprv 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" ) column(band=detail id=5 alignment="0" tabsequence=90 border="5" color="0" x="661" y="1" height="16" width="103" format="[general]" html.valueishtml="0" name=emp_code__aprv 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" )
column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=1 alignment="0" tabsequence=10 border="5" color="0" x="2" y="1" height="16" width="94" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=0 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="766" y="1" height="16" width="63" format="[general]" html.valueishtml="0" name=work_site 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="766" y="1" height="16" width="63" format="[general]" html.valueishtml="0" name=work_site 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="0" tabsequence=100 border="0" color="0" x="831" y="1" height="16" width="77" format="[general]" html.valueishtml="0" name=cur_add1 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=12 alignment="0" tabsequence=110 border="0" color="0" x="910" y="1" height="16" width="76" format="[general]" html.valueishtml="0" name=cur_add2 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=13 alignment="0" tabsequence=120 border="0" color="0" x="988" y="1" height="16" width="82" format="[general]" html.valueishtml="0" name=cur_add3 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=14 alignment="0" tabsequence=130 border="0" color="0" x="1072" y="1" height="16" width="98" format="[general]" html.valueishtml="0" name=cur_city 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=15 alignment="0" tabsequence=140 border="0" color="0" x="1172" y="1" height="16" width="75" format="[general]" html.valueishtml="0" name=cur_state 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=16 alignment="0" tabsequence=150 border="0" color="0" x="1249" y="1" height="16" width="58" format="[general]" html.valueishtml="0" name=cur_pin 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=17 alignment="0" tabsequence=160 border="0" color="0" x="1309" y="1" height="16" width="51" format="[general]" html.valueishtml="0" name=cur_tel1 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=18 alignment="0" tabsequence=170 border="0" color="0" x="1362" y="1" height="16" width="47" format="[general]" html.valueishtml="0" name=cur_tel2 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=19 alignment="0" tabsequence=180 border="0" color="0" x="1411" y="1" height="16" width="52" format="[general]" html.valueishtml="0" name=cur_tel3 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=20 alignment="0" tabsequence=190 border="0" color="0" x="1465" y="1" height="16" width="60" format="[general]" html.valueishtml="0" name=per_add1 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=21 alignment="0" tabsequence=200 border="0" color="0" x="1527" y="1" height="16" width="58" format="[general]" html.valueishtml="0" name=per_add2 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=22 alignment="0" tabsequence=210 border="0" color="0" x="1587" y="1" height="16" width="52" format="[general]" html.valueishtml="0" name=per_add3 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=23 alignment="0" tabsequence=220 border="0" color="0" x="1641" y="1" height="16" width="54" format="[general]" html.valueishtml="0" name=per_city 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=24 alignment="0" tabsequence=230 border="0" color="0" x="1697" y="1" height="16" width="55" format="[general]" html.valueishtml="0" name=per_state 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=25 alignment="0" tabsequence=240 border="0" color="0" x="1754" y="1" height="16" width="43" format="[general]" html.valueishtml="0" name=per_pin 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=26 alignment="0" tabsequence=260 border="0" color="0" x="1886" y="1" height="16" width="42" format="[general]" html.valueishtml="0" name=per_tel 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=27 alignment="0" tabsequence=32766 border="0" color="0" x="1930" y="1" height="16" width="57" 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=28 alignment="0" tabsequence=32766 border="0" color="0" x="1989" y="1" height="16" width="69" 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=29 alignment="0" tabsequence=32766 border="0" color="0" x="2060" y="1" height="16" width="65" 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="1090519039" )
column(band=detail id=30 alignment="0" tabsequence=250 border="0" color="0" x="1799" y="1" height="16" width="85" format="[general]" html.valueishtml="0" name=ime_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="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_emp_add_chg_edit.srd $PBExportHeader$d_emp_add_chg_edit.srd
$PBExportComments$Edit data window for employee address change
release 9; 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=458 color="536870912" ) detail(height=656 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="employee_add_change.tran_id" ) table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="employee_add_change.tran_id" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="employee_add_change.emp_code" ) column=(type=char(10) update=yes updatewhereclause=yes name=emp_code dbname="employee_add_change.emp_code" )
column=(type=char(50) update=yes updatewhereclause=yes name=cur_add1 dbname="employee_add_change.cur_add1" ) column=(type=char(50) update=yes updatewhereclause=yes name=cur_add1 dbname="employee_add_change.cur_add1" )
...@@ -23,12 +22,9 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -23,12 +22,9 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(5) update=yes updatewhereclause=yes name=per_state dbname="employee_add_change.per_state" ) column=(type=char(5) update=yes updatewhereclause=yes name=per_state dbname="employee_add_change.per_state" )
column=(type=char(10) update=yes updatewhereclause=yes name=per_pin dbname="employee_add_change.per_pin" ) column=(type=char(10) update=yes updatewhereclause=yes name=per_pin dbname="employee_add_change.per_pin" )
column=(type=char(15) update=yes updatewhereclause=yes name=per_tel dbname="employee_add_change.per_tel" ) column=(type=char(15) update=yes updatewhereclause=yes name=per_tel dbname="employee_add_change.per_tel" )
column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="employee_add_change.confirmed" initial="N" ) column=(type=char(1) update=yes updatewhereclause=yes name=confirmed dbname="employee_add_change.confirmed" initial="N" values="Yes Y/No N/Cancelled X/" )
column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="employee_add_change.conf_date" ) column=(type=datetime update=yes updatewhereclause=yes name=conf_date dbname="employee_add_change.conf_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="employee_add_change.emp_code__aprv" ) column=(type=char(10) update=yes updatewhereclause=yes name=emp_code__aprv dbname="employee_add_change.emp_code__aprv" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee_add_change.chg_date" )
column=(type=char(10) update=yes updatewhereclause=yes name=chg_user dbname="employee_add_change.chg_user" )
column=(type=char(15) update=yes updatewhereclause=yes name=chg_term dbname="employee_add_change.chg_term" )
column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" ) column=(type=char(15) updatewhereclause=yes name=emp_fname dbname="employee.emp_fname" )
column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" ) column=(type=char(15) updatewhereclause=yes name=emp_mname dbname="employee.emp_mname" )
column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" ) column=(type=char(15) updatewhereclause=yes name=emp_lname dbname="employee.emp_lname" )
...@@ -41,74 +37,78 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i ...@@ -41,74 +37,78 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(75) update=yes updatewhereclause=yes name=email_id_per dbname="employee_add_change.email_id_per" ) column=(type=char(75) update=yes updatewhereclause=yes name=email_id_per dbname="employee_add_change.email_id_per" )
column=(type=char(25) update=yes updatewhereclause=yes name=ime_no dbname="employee_add_change.ime_no" ) column=(type=char(25) update=yes updatewhereclause=yes name=ime_no dbname="employee_add_change.ime_no" )
column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" ) column=(type=char(5) updatewhereclause=yes name=work_site dbname="employee.work_site" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee_add_change~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"department~" ) COLUMN(NAME=~"employee_add_change.tran_id~") COLUMN(NAME=~"employee_add_change.emp_code~") COLUMN(NAME=~"employee_add_change.cur_add1~") COLUMN(NAME=~"employee_add_change.cur_add2~") COLUMN(NAME=~"employee_add_change.cur_add3~") COLUMN(NAME=~"employee_add_change.cur_city~") COLUMN(NAME=~"employee_add_change.cur_state~") COLUMN(NAME=~"employee_add_change.cur_pin~") COLUMN(NAME=~"employee_add_change.cur_tel1~") COLUMN(NAME=~"employee_add_change.cur_tel2~") COLUMN(NAME=~"employee_add_change.cur_tel3~") COLUMN(NAME=~"employee_add_change.per_add1~") COLUMN(NAME=~"employee_add_change.per_add2~") COLUMN(NAME=~"employee_add_change.per_add3~") COLUMN(NAME=~"employee_add_change.per_city~") COLUMN(NAME=~"employee_add_change.per_state~") COLUMN(NAME=~"employee_add_change.per_pin~") COLUMN(NAME=~"employee_add_change.per_tel~") COLUMN(NAME=~"employee_add_change.confirmed~") COLUMN(NAME=~"employee_add_change.conf_date~") COLUMN(NAME=~"employee_add_change.emp_code__aprv~") COLUMN(NAME=~"employee_add_change.chg_date~") COLUMN(NAME=~"employee_add_change.chg_user~") COLUMN(NAME=~"employee_add_change.chg_term~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"employee_add_change.tran_date~") COLUMN(NAME=~"employee_add_change.mobile_no~") COLUMN(NAME=~"employee_add_change.sms_domain~") COLUMN(NAME=~"employee_add_change.email_id_off~") COLUMN(NAME=~"employee_add_change.email_id_per~") COLUMN(NAME=~"employee_add_change.ime_no~") COLUMN(NAME=~"employee.work_site~") JOIN (LEFT=~"employee.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" OUTER1 =~"employee.dept_code~" ) JOIN (LEFT=~"employee_add_change.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"( ( employee_add_change.tran_id~" OP =~"=~" EXP2 =~":tran_id ) )~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="employee_add_change" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) ) column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="employee_add_change.chg_date" )
text(band=detail alignment="1" text="" border="0" color="0" x="974" y="44" height="16" width="15" html.valueishtml="0" name=t_7 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(10) update=yes updatewhereclause=yes name=chg_user dbname="employee_add_change.chg_user" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="109" y="2" height="16" width="98" format="[general]" html.valueishtml="0" name=tran_id 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=(type=char(300) update=yes updatewhereclause=yes name=chg_term dbname="employee_add_change.chg_term" )
text(band=detail alignment="1" text="Tran Date :" border="0" color="0" x="216" y="2" height="16" width="65" html.valueishtml="0" name=t_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="79741120" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"employee_add_change~" ) TABLE(NAME=~"employee~" ) TABLE(NAME=~"department~" ) COLUMN(NAME=~"employee_add_change.tran_id~") COLUMN(NAME=~"employee_add_change.emp_code~") COLUMN(NAME=~"employee_add_change.cur_add1~") COLUMN(NAME=~"employee_add_change.cur_add2~") COLUMN(NAME=~"employee_add_change.cur_add3~") COLUMN(NAME=~"employee_add_change.cur_city~") COLUMN(NAME=~"employee_add_change.cur_state~") COLUMN(NAME=~"employee_add_change.cur_pin~") COLUMN(NAME=~"employee_add_change.cur_tel1~") COLUMN(NAME=~"employee_add_change.cur_tel2~") COLUMN(NAME=~"employee_add_change.cur_tel3~") COLUMN(NAME=~"employee_add_change.per_add1~") COLUMN(NAME=~"employee_add_change.per_add2~") COLUMN(NAME=~"employee_add_change.per_add3~") COLUMN(NAME=~"employee_add_change.per_city~") COLUMN(NAME=~"employee_add_change.per_state~") COLUMN(NAME=~"employee_add_change.per_pin~") COLUMN(NAME=~"employee_add_change.per_tel~") COLUMN(NAME=~"employee_add_change.confirmed~") COLUMN(NAME=~"employee_add_change.conf_date~") COLUMN(NAME=~"employee_add_change.emp_code__aprv~") COLUMN(NAME=~"employee.emp_fname~") COLUMN(NAME=~"employee.emp_mname~") COLUMN(NAME=~"employee.emp_lname~") COLUMN(NAME=~"employee.designation~") COLUMN(NAME=~"department.descr~") COLUMN(NAME=~"employee_add_change.tran_date~") COLUMN(NAME=~"employee_add_change.mobile_no~") COLUMN(NAME=~"employee_add_change.sms_domain~") COLUMN(NAME=~"employee_add_change.email_id_off~") COLUMN(NAME=~"employee_add_change.email_id_per~") COLUMN(NAME=~"employee_add_change.ime_no~") COLUMN(NAME=~"employee.work_site~") COLUMN(NAME=~"employee_add_change.chg_date~") COLUMN(NAME=~"employee_add_change.chg_user~") COLUMN(NAME=~"employee_add_change.chg_term~") JOIN (LEFT=~"employee.dept_code~" OP =~"=~"RIGHT=~"department.dept_code~" OUTER1 =~"employee.dept_code~" ) JOIN (LEFT=~"employee_add_change.emp_code~" OP =~"=~"RIGHT=~"employee.emp_code~" )WHERE( EXP1 =~"( ( employee_add_change.tran_id~" OP =~"=~" EXP2 =~":tran_id ) )~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="EMPLOYEE_ADD_CHANGE" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="255" x="286" y="2" height="16" width="65" format="dd/mm/yy" html.valueishtml="0" name=tran_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="79741120" ) groupbox(band=detail text="Basic"border="2" color="33554432" x="64" y="10" height="462" width="588" name=gb_1 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="134217739" )
text(band=detail alignment="1" text="Emp Code :" border="0" color="0" x="362" y="2" height="16" width="69" html.valueishtml="0" name=employee_add_change_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" ) groupbox(band=detail text="Other"border="2" color="0" x="69" y="477" height="56" width="594" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="437" y="2" height="16" width="85" 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="1090519039" ) text(band=detail alignment="1" text="Employee Code :" border="0" color="0" x="438" y="36" 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="1" background.color="536870912" )
text(band=detail alignment="1" text="Cur Pin :" border="0" color="0" x="382" y="157" height="16" width="52" html.valueishtml="0" name=employee_add_change_cur_pin_t 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="533" y="36" height="16" width="85" 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="1090519039" )
column(band=detail id=8 alignment="0" tabsequence=60 border="5" color="0" x="438" y="156" height="16" width="84" format="[general]" html.valueishtml="0" name=cur_pin 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="Changed On :" border="0" color="0" x="99" y="496" height="16" width="100" html.valueishtml="0" name=chg_date_t visible="0" 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="Cur Tel3 :" border="0" color="0" x="371" y="180" height="16" width="52" html.valueishtml="0" name=employee_add_change_cur_tel3_t 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=34 alignment="0" tabsequence=32766 border="0" color="255" x="202" y="497" height="16" width="74" 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=6 alignment="0" tabsequence=50 border="5" color="0" x="109" y="156" height="16" width="141" format="[general]" html.valueishtml="0" name=cur_city 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="Changed By :" border="0" color="0" x="290" y="496" height="16" width="72" html.valueishtml="0" name=chg_user_t visible="0" 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=70 border="5" color="0" x="109" y="179" height="16" width="95" format="[general]" html.valueishtml="0" name=cur_tel1 visible="1" edit.limit=15 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=35 alignment="0" tabsequence=32766 border="0" color="255" x="365" y="496" height="16" width="74" 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=12 alignment="0" tabsequence=150 border="5" color="0" x="109" y="290" height="16" width="413" format="[general]" html.valueishtml="0" name=per_add1 visible="1" edit.limit=50 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="Changed From :" border="0" color="0" x="457" y="496" height="16" width="84" html.valueishtml="0" name=chg_term_t visible="0" 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=160 border="5" color="0" x="109" y="313" height="16" width="413" format="[general]" html.valueishtml="0" name=per_add2 visible="1" edit.limit=50 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=36 alignment="0" tabsequence=32766 border="0" color="255" x="544" y="497" height="16" width="74" 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" )
column(band=detail id=14 alignment="0" tabsequence=170 border="5" color="0" x="109" y="336" height="16" width="413" format="[general]" html.valueishtml="0" name=per_add3 visible="1" edit.limit=50 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="Tran Id :" border="0" color="0" x="77" y="36" height="17" width="100" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="255" x="322" y="382" height="16" width="32" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=1 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="Employee Name :" border="0" color="0" x="77" y="58" height="16" width="100" html.valueishtml="0" name=emp_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" )
column(band=detail id=15 alignment="0" tabsequence=180 border="5" color="0" x="109" y="359" height="16" width="146" format="[general]" html.valueishtml="0" name=per_city 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="Designation :" border="0" color="0" x="77" y="80" height="16" width="100" 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="Per State :" border="0" color="0" x="260" y="359" height="16" width="56" html.valueishtml="0" name=employee_add_change_per_state_t 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="Department :" border="0" color="0" x="77" y="102" height="16" width="100" html.valueishtml="0" name=department_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=16 alignment="0" tabsequence=32766 border="5" color="255" x="322" y="359" height="16" width="61" format="[general]" html.valueishtml="0" name=per_state 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="79741120" ) text(band=detail alignment="1" text="Current Address :" border="0" color="0" x="77" y="125" height="16" width="100" html.valueishtml="0" name=cur_add1_t 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="Per Pin :" border="0" color="0" x="389" y="359" height="16" width="43" html.valueishtml="0" name=employee_add_change_per_pin_t 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="Current City :" border="0" color="0" x="77" y="191" height="16" width="100" html.valueishtml="0" name=cur_city_t 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=17 alignment="0" tabsequence=190 border="5" color="0" x="437" y="359" height="16" width="85" format="[general]" html.valueishtml="0" name=per_pin 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="Current Tel1 :" border="0" color="0" x="77" y="213" height="16" width="100" html.valueishtml="0" name=cur_tel1_t 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=34 alignment="0" tabsequence=140 border="5" color="0" x="109" y="268" height="16" width="413" format="[general]" html.valueishtml="0" name=email_id_per visible="1" edit.limit=75 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" ) text(band=detail alignment="1" text="Mobile No. :" border="0" color="0" x="77" y="236" height="16" width="100" html.valueishtml="0" name=mobile_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=33 alignment="0" tabsequence=130 border="5" color="0" x="109" y="246" height="16" width="413" format="[general]" html.valueishtml="0" name=email_id_off visible="1" edit.limit=75 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="SMS Domain :" border="0" color="0" x="77" y="257" height="16" width="100" html.valueishtml="0" name=sms_domain_t 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=32 alignment="0" tabsequence=120 border="5" color="0" x="109" y="223" height="16" width="413" format="[general]" html.valueishtml="0" name=sms_domain 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" ) text(band=detail alignment="1" text="E-mail (Regular) :" border="0" color="0" x="77" y="277" height="16" width="100" html.valueishtml="0" name=email_id_off_t 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=31 alignment="0" tabsequence=100 border="5" color="0" x="109" y="202" height="16" width="125" format="[general]" html.valueishtml="0" name=mobile_no visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" ) text(band=detail alignment="1" text="E-mail (Other) :" border="0" color="0" x="77" y="302" height="16" width="100" html.valueishtml="0" name=email_id_per_t 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="IME No :" border="0" color="0" x="306" y="202" height="16" width="48" html.valueishtml="0" name=ime_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="Permanent City :" border="0" color="0" x="77" y="393" height="16" width="100" html.valueishtml="0" name=per_city_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=90 border="5" color="0" x="427" y="179" height="16" width="95" format="[general]" html.valueishtml="0" name=cur_tel3 visible="1" edit.limit=15 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="Permanent Tel :" border="0" color="0" x="77" y="416" height="16" width="100" html.valueishtml="0" name=per_tel_t 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=35 alignment="0" tabsequence=110 border="5" color="0" x="359" y="202" height="16" width="163" format="[general]" html.valueishtml="0" name=ime_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="16777215" ) text(band=detail alignment="1" text="Approved By :" border="0" color="0" x="77" y="439" height="16" width="100" html.valueishtml="0" name=emp_code__aprv_t 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=36 alignment="0" tabsequence=32766 border="5" color="255" x="437" y="405" height="16" width="85" 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="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="181" y="36" height="16" width="98" format="[general]" html.valueishtml="0" name=tran_id 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="Work Site:" border="0" color="0" x="335" y="405" height="16" width="97" 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="1" background.color="536870912" ) column(band=detail id=22 alignment="0" tabsequence=32766 border="5" color="255" x="181" y="58" height="16" width="134" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=15 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="Confirmed :" border="0" color="0" x="254" y="382" height="16" width="62" html.valueishtml="0" name=employee_add_change_confirmed_t 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=25 alignment="0" tabsequence=32766 border="5" color="255" x="181" y="80" height="16" width="413" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 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="Cur Tel2 :" border="0" color="0" x="211" y="180" height="16" width="52" html.valueishtml="0" name=employee_add_change_cur_tel2_t 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=26 alignment="0" tabsequence=32766 border="5" color="255" x="181" y="102" height="16" width="413" format="[general]" html.valueishtml="0" name=department_descr 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="79741120" )
column(band=detail id=10 alignment="0" tabsequence=80 border="5" color="0" x="267" y="179" height="16" width="95" format="[general]" html.valueishtml="0" name=cur_tel2 visible="1" edit.limit=15 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=3 alignment="0" tabsequence=20 border="5" color="0" x="181" y="125" height="16" width="413" format="[general]" html.valueishtml="0" name=cur_add1 visible="1" edit.limit=50 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="0" text="Conf Date :" border="0" color="0" x="370" y="382" height="16" width="62" html.valueishtml="0" name=t_6 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" ) column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="181" y="147" height="16" width="413" format="[general]" html.valueishtml="0" name=cur_add2 visible="1" edit.limit=50 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=32766 border="5" color="255" x="437" y="382" height="16" width="85" format="dd/mm/yy" html.valueishtml="0" name=conf_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="79741120" ) column(band=detail id=5 alignment="0" tabsequence=40 border="5" color="0" x="181" y="169" height="16" width="413" format="[general]" html.valueishtml="0" name=cur_add3 visible="1" edit.limit=50 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=18 alignment="0" tabsequence=200 border="5" color="0" x="109" y="382" height="16" width="107" format="[general]" html.valueishtml="0" name=per_tel visible="1" edit.limit=15 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=6 alignment="0" tabsequence=50 border="5" color="0" x="181" y="190" height="16" width="115" format="[general]" html.valueishtml="0" name=cur_city 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=21 alignment="0" tabsequence=32766 border="5" color="255" x="109" y="405" height="16" width="102" format="[general]" html.valueishtml="0" name=emp_code__aprv 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=9 alignment="0" tabsequence=70 border="5" color="0" x="181" y="213" height="16" width="95" format="[general]" html.valueishtml="0" name=cur_tel1 visible="1" edit.limit=15 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=28 alignment="0" tabsequence=32766 border="5" color="255" x="109" y="46" height="16" width="413" format="[general]" html.valueishtml="0" name=designation visible="1" edit.limit=25 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=28 alignment="0" tabsequence=100 border="5" color="0" x="181" y="236" height="16" width="125" format="[general]" html.valueishtml="0" name=mobile_no visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=29 alignment="0" tabsequence=32766 border="5" color="255" x="109" y="68" height="16" width="413" format="[general]" html.valueishtml="0" name=department_descr 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="79741120" ) column(band=detail id=29 alignment="0" tabsequence=120 border="5" color="0" x="181" y="257" height="16" width="413" format="[general]" html.valueishtml="0" name=sms_domain 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=25 alignment="0" tabsequence=32766 border="5" color="255" x="109" y="24" height="16" width="134" format="[general]" html.valueishtml="0" name=emp_fname visible="1" edit.limit=15 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=30 alignment="0" tabsequence=130 border="5" color="0" x="181" y="280" height="16" width="413" format="[general]" html.valueishtml="0" name=email_id_off visible="1" edit.limit=75 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=26 alignment="0" tabsequence=32766 border="5" color="255" x="248" y="24" height="16" width="134" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=15 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=31 alignment="0" tabsequence=140 border="5" color="0" x="181" y="302" height="16" width="413" format="[general]" html.valueishtml="0" name=email_id_per visible="1" edit.limit=75 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=27 alignment="0" tabsequence=32766 border="5" color="255" x="388" y="24" height="16" width="134" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=15 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=12 alignment="0" tabsequence=150 border="5" color="0" x="181" y="324" height="16" width="413" format="[general]" html.valueishtml="0" name=per_add1 visible="1" edit.limit=50 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="Tran Id :" border="0" color="0" x="3" y="2" height="17" width="100" html.valueishtml="0" name=employee_add_change_tran_id_t 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=160 border="5" color="0" x="181" y="347" height="16" width="413" format="[general]" html.valueishtml="0" name=per_add2 visible="1" edit.limit=50 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 Name :" border="0" color="0" x="3" y="24" height="16" width="100" html.valueishtml="0" name=emp_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" ) column(band=detail id=14 alignment="0" tabsequence=170 border="5" color="0" x="181" y="370" height="16" width="413" format="[general]" html.valueishtml="0" name=per_add3 visible="1" edit.limit=50 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="Designation :" border="0" color="0" x="3" y="46" height="16" width="100" html.valueishtml="0" name=employee_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" ) column(band=detail id=15 alignment="0" tabsequence=180 border="5" color="0" x="181" y="393" height="16" width="108" format="[general]" html.valueishtml="0" name=per_city 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="Department :" border="0" color="0" x="3" y="68" height="16" width="100" html.valueishtml="0" name=department_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=18 alignment="0" tabsequence=200 border="5" color="0" x="181" y="416" height="16" width="107" format="[general]" html.valueishtml="0" name=per_tel visible="1" edit.limit=15 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="Current Address :" border="0" color="0" x="3" y="91" height="16" width="100" html.valueishtml="0" name=employee_add_change_cur_add1_t 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=21 alignment="0" tabsequence=32766 border="5" color="255" x="181" y="439" height="16" width="102" format="[general]" html.valueishtml="0" name=emp_code__aprv 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="Current City :" border="0" color="0" x="3" y="157" height="16" width="100" html.valueishtml="0" name=employee_add_change_cur_city_t 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="Current State :" border="0" color="0" x="303" y="191" height="16" width="76" html.valueishtml="0" name=cur_state_t 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="Current Tel1 :" border="0" color="0" x="3" y="179" height="16" width="100" html.valueishtml="0" name=employee_add_change_cur_tel1_t 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=32766 border="5" color="255" x="384" y="191" height="16" width="61" format="[general]" html.valueishtml="0" name=cur_state 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="79741120" )
text(band=detail alignment="1" text="E-mail (Regular) :" border="0" color="0" x="3" y="243" height="16" width="100" html.valueishtml="0" name=t_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Current Tel2 :" border="0" color="0" x="293" y="212" height="16" width="72" html.valueishtml="0" name=cur_tel2_t 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="Permanent Add :" border="0" color="0" x="3" y="290" height="16" width="100" html.valueishtml="0" name=employee_add_change_per_add1_t 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=10 alignment="0" tabsequence=80 border="5" color="0" x="369" y="212" height="16" width="72" format="[general]" html.valueishtml="0" name=cur_tel2 visible="1" edit.limit=15 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="Permanent Tel :" border="0" color="0" x="3" y="382" height="16" width="100" html.valueishtml="0" name=employee_add_change_per_tel_t 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="Current Pin :" border="0" color="0" x="452" y="192" height="16" width="66" html.valueishtml="0" name=cur_pin_t 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="Permanent City :" border="0" color="0" x="3" y="359" height="16" width="100" html.valueishtml="0" name=employee_add_change_per_city_t 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=60 border="5" color="0" x="522" y="191" height="16" width="84" format="[general]" html.valueishtml="0" name=cur_pin 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="E-mail (Other) :" border="0" color="0" x="3" y="268" height="16" width="100" html.valueishtml="0" name=t_5 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="Current Tel3 :" border="0" color="0" x="452" y="212" height="16" width="72" html.valueishtml="0" name=cur_tel3_t 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="SMS Domain :" border="0" color="0" x="3" y="223" height="16" width="100" html.valueishtml="0" name=t_4 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=11 alignment="0" tabsequence=90 border="5" color="0" x="528" y="211" height="16" width="79" format="[general]" html.valueishtml="0" name=cur_tel3 visible="1" edit.limit=15 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="Mobile No. :" border="0" color="0" x="3" y="202" height="16" width="100" html.valueishtml="0" name=t_3 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="Tran Date :" border="0" color="0" x="285" y="36" height="16" width="65" html.valueishtml="0" name=tran_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Approved By :" border="0" color="0" x="3" y="405" height="16" width="100" html.valueishtml="0" name=employee_add_change_emp_code__aprv_t 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=27 alignment="0" tabsequence=32766 border="5" color="255" x="355" y="36" height="16" width="65" format="dd/mm/yy" html.valueishtml="0" name=tran_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="79741120" )
text(band=detail alignment="1" text="Cur State :" border="0" color="0" x="254" y="156" height="16" width="57" html.valueishtml="0" name=employee_add_change_cur_state_t 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=23 alignment="0" tabsequence=32766 border="5" color="255" x="320" y="58" height="16" width="134" format="[general]" html.valueishtml="0" name=emp_mname visible="1" edit.limit=15 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=32766 border="5" color="255" x="316" y="156" height="16" width="61" format="[general]" html.valueishtml="0" name=cur_state 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="79741120" ) column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="255" x="460" y="58" height="16" width="134" format="[general]" html.valueishtml="0" name=emp_lname visible="1" edit.limit=15 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=22 alignment="0" tabsequence=32766 border="5" color="0" x="109" y="428" height="16" width="80" format="dd/mm/yy" html.valueishtml="0" name=chg_date visible="0" 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=16 alignment="0" tabsequence=32766 border="5" color="255" x="389" y="393" height="16" width="61" format="[general]" html.valueishtml="0" name=per_state 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="79741120" )
text(band=detail alignment="1" text="Chg User :" border="0" color="0" x="197" y="428" height="16" width="69" html.valueishtml="0" name=employee_add_change_chg_user_t visible="0" 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="Permenant Pin :" border="0" color="0" x="458" y="393" height="16" width="82" html.valueishtml="0" name=per_pin_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Chg Date :" border="0" color="0" x="3" y="428" height="16" width="100" html.valueishtml="0" name=employee_add_change_chg_date_t visible="0" 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=17 alignment="0" tabsequence=190 border="5" color="0" x="545" y="393" height="16" width="85" format="[general]" html.valueishtml="0" name=per_pin 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" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="0" x="270" y="428" height="16" width="80" format="[general]" html.valueishtml="0" name=chg_user visible="0" 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" ) column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="255" x="360" y="414" height="16" width="59" format="[general]" html.valueishtml="0" name=confirmed 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="79741120" )
text(band=detail alignment="1" text="Chg Term :" border="0" color="0" x="361" y="428" height="16" width="68" html.valueishtml="0" name=employee_add_change_chg_term_t visible="0" 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="0" text="Confirmation Date :" border="0" color="0" x="434" y="416" height="16" width="107" html.valueishtml="0" name=conf_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="0" x="433" y="428" height="16" width="89" format="[general]" html.valueishtml="0" name=chg_term visible="0" edit.limit=15 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=32766 border="5" color="255" x="545" y="416" height="16" width="85" format="dd/mm/yy" html.valueishtml="0" name=conf_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="79741120" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="109" y="91" height="16" width="413" format="[general]" html.valueishtml="0" name=cur_add1 visible="1" edit.limit=50 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="Work Site:" border="0" color="0" x="443" y="439" height="16" width="97" 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="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="109" y="113" height="16" width="413" format="[general]" html.valueishtml="0" name=cur_add2 visible="1" edit.limit=50 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=33 alignment="0" tabsequence=32766 border="5" color="255" x="545" y="439" height="16" width="85" 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="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=5 alignment="0" tabsequence=40 border="5" color="0" x="109" y="135" height="16" width="413" format="[general]" html.valueishtml="0" name=cur_add3 visible="1" edit.limit=50 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="Confirmed :" border="0" color="0" x="294" y="414" height="16" width="62" html.valueishtml="0" name=confirmed_t 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="Permenant State :" border="0" color="0" x="293" y="393" height="16" width="92" html.valueishtml="0" name=per_state_t 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="Permanent Add :" border="0" color="0" x="64" y="324" height="16" width="100" html.valueishtml="0" name=per_add1_t 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="IME No :" border="0" color="0" x="389" y="236" height="16" width="48" html.valueishtml="0" name=ime_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=32 alignment="0" tabsequence=110 border="5" color="0" x="442" y="236" height="16" width="163" format="[general]" html.valueishtml="0" name=ime_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="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 )
......
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import org.w3c.dom.Document;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
import ibase.utility.E12GenericUtility;
import ibase.webitm.ejb.ITMDBAccessEJB;
import ibase.webitm.ejb.ValidatorEJB;
import ibase.webitm.ejb.sys.UtilMethods;
import ibase.webitm.utility.ITMException;
public class EmpAddChange extends ValidatorEJB implements EmpAddChangeLocal,EmpAddChangeRemote
{
public String wfValData(String xmlString, String xmlString1, String xmlString2, String objContext, String editFlag,
String xtraParams) throws RemoteException, ITMException
{
System.out.println(xmlString);
Document dom = null;
Document dom1 = null;
Document dom2 = null;
String errString = "";
E12GenericUtility genericUtility = null;
try {
genericUtility = new E12GenericUtility();
if (xmlString != null && xmlString.trim().length() != 0)
{
dom = genericUtility.parseString(xmlString);
System.out.println("Print dom>>>> " + dom);
}
if (xmlString1 != null && xmlString1.trim().length() != 0)
{
dom1 = genericUtility.parseString(xmlString1);
}
if (xmlString2 != null && xmlString2.trim().length() != 0)
{
dom2 = genericUtility.parseString(xmlString2);
}
errString = wfValData(dom, dom1, dom2, objContext, editFlag, xtraParams);
System.out.println("ErrString :" + errString);
}
catch (Exception e)
{
System.out.println("Exception :EmpAddChange :wfValData(String xmlString):" + e.getMessage() + ":");
errString = genericUtility.createErrorString(e);
e.printStackTrace();
throw new ITMException(e);
}
System.out.println("returning from EmpAddChange wfvaldata");
return errString;
}
public String wfValData(Document dom, Document dom1, Document dom2, String objContext, String editFlag,
String xtraParams) throws RemoteException, ITMException
{
PreparedStatement pstmt = null;
ResultSet rs = null;
String childNodeName = null;
StringBuffer errStringXml = null;
ITMDBAccessEJB itmDbAcess = null;
Connection conn = null;
int currentFormNo = 0;
NodeList parentList = null;
NodeList childList = null;
Node parentNode = null;
Node childNode = null;
int noOfChilds = 0;
int cnt = 0;
String errString="";
String userId = "";
String tranId="";
String sql = "";
String empCode="";
String curCity="";
String perCity="";
//int mLevel = 0;
String loginSiteCode = "";
String loginEmpCode = "";
Date todayDate = null;
String errCode = "";
ArrayList<String> errList = new ArrayList<String>();
ArrayList<String> errFields = new ArrayList<String>();
String errorType="";
errStringXml = new StringBuffer("<?xml version=\"1.0\"?>\r\n<Root><Errors>");
E12GenericUtility genericUtility = null;
try
{
System.out.println("========Inside Validation=======");
AdmCommon admCommon = new AdmCommon();
UtilMethods utilMethods = new UtilMethods();
genericUtility = new E12GenericUtility();
itmDbAcess = new ITMDBAccessEJB();
conn = getConnection();
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
loginSiteCode=genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
loginEmpCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode");
todayDate = utilMethods.today();
System.out.println("todayDate -->"+todayDate);
if (objContext != null && objContext.trim().length() > 0)
{
currentFormNo = Integer.parseInt(objContext);
}
parentList = dom.getElementsByTagName("Detail" + currentFormNo);
parentNode = parentList.item(0);
childList = parentNode.getChildNodes();
noOfChilds = childList.getLength();
System.out.println("noOfChilds--->>>" + noOfChilds);
switch (currentFormNo)
{
case 1:
NodeList parentNodeList = dom.getElementsByTagName("Detail1");
parentNode = parentNodeList.item(0);
NodeList childNodeList = parentNode.getChildNodes();
int childNodeListLength = childNodeList.getLength();
System.out.println("child Node List Length::::::" + childNodeListLength);
for (int ctr = 0; ctr < childNodeListLength; ctr++)
{
childNode = childNodeList.item(ctr);
System.out.println("childNode" + childNode);
if (childNode.getNodeType() != Node.ELEMENT_NODE)
{
continue;
}
childNodeName = childNode.getNodeName();
System.out.println("childNodeName.editFlag." + childNodeName + "" + editFlag);
System.out.println("@V@ Edit flag :- [" + editFlag + "");
if("tran_id".equalsIgnoreCase(childNodeName))
{
System.out.println("::::::Validation for tran_id:::::");
tranId = checkNull(genericUtility.getColumnValue("tran_id", dom));
System.out.println("tranID -->"+tranId);
if("A".equalsIgnoreCase(editFlag))
{
sql=" select count(*) as cnt from employee_add_change where tran_id = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, tranId);
rs = pstmt.executeQuery();
if (rs.next())
{
cnt = rs.getInt("cnt");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
if(cnt > 0)
{
errList.add("VMDTRAN");
errFields.add(childNodeName.toLowerCase());
errorType = errorType(conn, "VMDTRAN");
if(errorType.equalsIgnoreCase("E"))
{
break;
}
}
}
}
if ("emp_code".equalsIgnoreCase(childNodeName))
{
System.out.println("::::::Validation for emp_code:::::");
empCode=checkNull(genericUtility.getColumnValue("emp_code", dom));
//Modified by Yashwant on 05-11-19[Start][Calling admCommon method to check user level]
/*if(String.valueOf(mLevel) == null || mLevel == 0)
{
sql="select USR_LEV from users where code = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, userId);
rs = pstmt.executeQuery();
if (rs.next())
{
mLevel = rs.getInt("USR_LEV");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
}*/
if("A".equalsIgnoreCase(editFlag) || "E".equalsIgnoreCase(editFlag))
{
if(empCode == null || empCode.trim().length() == 0)
{
errList.add("VEEMP2");
errFields.add(childNodeName.toLowerCase());
errorType = errorType(conn, "VEEMP2");
if(errorType.equalsIgnoreCase("E"))
{
break;
}
}
else
{
/*cnt = 0;
sql="select count(*) as cnt from employee where emp_code = ? and work_site = (case when ? > 1 then ? else work_site end)";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, empCode);
pstmt.setInt(2,mLevel);
pstmt.setString(3,loginSiteCode);
rs = pstmt.executeQuery();
if (rs.next())
{
cnt = rs.getInt("cnt");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
if(cnt == 0)
{
errList.add("VMEMP1");
errFields.add(childNodeName.toLowerCase());
errorType = errorType(conn, "VMEMP1");
if(errorType.equalsIgnoreCase("E"))
{
break;
}
}*/
errCode = checkNull(admCommon.chkHRMSiteAccess(empCode, todayDate, loginSiteCode, userId, -1, loginEmpCode, "w_emp_add_chg", conn));
if(errCode != null && errCode.trim().length() > 0)
{
errList.add(errCode);
errFields.add(childNodeName.toLowerCase());
errorType = errorType(conn, errString);
if(errorType.equalsIgnoreCase("E"))
{
break;
}
}
//Modified by Yashwant on 05-11-19[End][Calling admCommon method to check user level]
if("A".equalsIgnoreCase(editFlag))
{
cnt = 0;
sql="select count(*) as cnt from employee_add_change where emp_code = ? and confirmed = 'N'";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, empCode);
rs = pstmt.executeQuery();
if (rs.next())
{
cnt = rs.getInt("cnt");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
if(cnt > 0)
{
errList.add("VMENCIM");
errFields.add(childNodeName.toLowerCase());
errorType = errorType(conn, "VMENCIM");
if(errorType.equalsIgnoreCase("E"))
{
break;
}
}
}
}
}
}
if ("cur_city".equalsIgnoreCase(childNodeName))
{
System.out.println("::::::Validation for cur_city:::::");
curCity = checkNull(genericUtility.getColumnValue("cur_city", dom));
if(curCity != null && curCity.trim().length() > 0)
{
cnt = 0;
sql="select count(*) as cnt from station where sh_descr = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, curCity);
rs = pstmt.executeQuery();
if (rs.next())
{
cnt = rs.getInt("cnt");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
if(cnt == 0)
{
errList.add("VMSTANCD");
errFields.add(childNodeName.toLowerCase());
errorType = errorType(conn, "VMSTANCD");
if(errorType.equalsIgnoreCase("E"))
{
break;
}
}
}
}
if ("per_city".equalsIgnoreCase(childNodeName))
{
System.out.println("::::::Validation for per_city:::::");
perCity=checkNull(genericUtility.getColumnValue("per_city", dom));
if(perCity != null && perCity.trim().length() > 0)
{
cnt = 0;
sql="select count(*) as cnt from station where sh_descr = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, perCity);
rs = pstmt.executeQuery();
if (rs.next())
{
cnt = rs.getInt("cnt");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
if(cnt == 0)
{
errList.add("VMSTANCD");
errFields.add(childNodeName.toLowerCase());
errorType = errorType(conn, "VMSTANCD");
if(errorType.equalsIgnoreCase("E"))
{
break;
}
}
}
}
}
System.out.println("errStringXml.toString()---1= "+errStringXml.toString());
if (errList != null && errList.size() > 0)
{
System.out.println("errList==[" + errList + "]");
int errListSize = errList.size();
System.out.println("errListSize:::::::[" + errListSize + "]");
System.out.println("in error::::::::::");
for (int i = 0; i < errListSize; i++)
{
System.out.println("in error For:::::::::::::::");
errCode = (String) errList.get(i);
String errFldName = (String) errFields.get(i);
System.out.println("errCode .........." + errCode);
errString = itmDbAcess.getErrorString(errFldName, errCode, userId, "", conn);
System.out.println("errString is : ::::>>>> " + errString);
String msgType = errorType(conn, errCode);
if (errString.length() > 0)
{
String bifurErrString = errString.substring(errString.indexOf("<Errors>") + 8,errString.indexOf("<trace>"));
bifurErrString = bifurErrString + errString.substring(errString.indexOf("</trace>") + 8,errString.indexOf("</Errors>"));
errStringXml.append(bifurErrString);
System.out.println("errStringXml .........." + errStringXml);
errString = "";
}
if (msgType.equalsIgnoreCase("E"))
{
break;
}
}
errList.clear();
errFields.clear();
}
errStringXml.append("</Errors></Root>\r\n");
System.out.println("errStringXml.toString()---2= "+errStringXml.toString());
}
}
catch (Exception e)
{
e.printStackTrace();
throw new ITMException(e);
}
finally
{
try
{
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
if (conn != null)
{
conn.close();
conn = null;
}
}
catch (Exception e)
{
System.out.println("Exception ::" + e);
e.printStackTrace();
throw new ITMException(e);
}
}
errString = errStringXml.toString();
return errString;
}
public String itemChanged(String xmlString, String xmlString1, String xmlString2, String objContext,
String currentColumn, String editFlag, String xtraParams) throws RemoteException, ITMException
{
Document dom1 = null;
Document dom = null;
Document dom2 = null;
String valueXmlString = "";
E12GenericUtility genericUtility = null;
try
{
genericUtility = new E12GenericUtility();
if (xmlString != null && xmlString.trim().length() != 0)
{
dom = genericUtility.parseString(xmlString);
}
if (xmlString1 != null && xmlString1.trim().length() != 0)
{
dom1 = genericUtility.parseString(xmlString1);
}
if (xmlString2 != null && xmlString2.trim().length() != 0)
{
dom2 = genericUtility.parseString(xmlString2);
}
valueXmlString = itemChanged(dom, dom1, dom2, objContext, currentColumn, editFlag, xtraParams);
}
catch (Exception e)
{
System.out.println("Exception :EmpAddChange :itemChanged(String,String):" + e.getMessage() + ":");
valueXmlString = genericUtility.createErrorString(e);
e.printStackTrace();
throw new ITMException(e);
}
System.out.println("returning from EmpAddChange itemChanged");
return valueXmlString;
}
public String itemChanged(Document dom , Document dom1, Document dom2, String objContext, String currentColumn,
String editFlag, String xtraParams) throws RemoteException, ITMException
{
PreparedStatement pstmt = null;
ResultSet rs = null;
Connection conn = null;
StringBuffer valueXmlString = null;
int currentFormNo = 0;
E12GenericUtility genericUtility = null;
AdmCommon admCommon = null;
UtilMethods utilMethod = null;
String lsTranId="";
String sql = "";
String lsConf="";
String empCode="";
String curAdd1="";
String curAdd2="";
String curAdd3="";
String curCity="";
String curPin="";
String curTel1="";
String curTel2="";
String curTel3="";
String lsCurCity="";
String lsCurrentState="";
String lsPermanantCity="";
String lsPermanantState="";
String empMname="";
String empLname="";
String designation="";
String curState="";
String perAdd1="";
String perAdd2="";
String perAdd3="";
String perCity="";
String perState="";
String perPin="";
String perTel="";
String deptCode="";
String mobileNo="";
String smsDomain="";
String emailIdOff="";
String emailIdPer="";
String imeNo="";
String workSite="";
String lsEmpCode="";
String empFname="";
String lsDepartment= "";
int mLevl=0;
String userId="";
String loginSiteCode = "";
String loginEmpCode = "";
String errCode = "";
Date ldToday = null;
String todayStr = "";
try
{
System.out.println(":::::::: Inside Add Change Itemchange :::::::");
conn = getConnection();
admCommon = new AdmCommon();
genericUtility = new E12GenericUtility();
utilMethod = new UtilMethods();
ldToday = utilMethod.today();
SimpleDateFormat sdf = new SimpleDateFormat(genericUtility.getApplDateFormat());
todayStr = sdf.format(ldToday);
userId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode");
loginSiteCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginSiteCode");
loginEmpCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode");
if(mLevl == 0)
{
sql="select USR_LEV as mlevl from users where code = ?";
pstmt=conn.prepareStatement(sql);
pstmt.setString(1,userId);
rs=pstmt.executeQuery();
if(rs.next())
{
mLevl=rs.getInt("mlevl");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
}
if (objContext != null && objContext.trim().length() > 0)
{
currentFormNo = Integer.parseInt(objContext);
}
valueXmlString = new StringBuffer("<?xml version=\"1.0\"?>\r\n<Root>\r\n<Header>\r\n<editFlag>");
valueXmlString.append(editFlag).append("</editFlag>\r\n</Header>\r\n");
System.out.println("current form no: " + currentFormNo);
switch (currentFormNo)
{
case 1:
{
valueXmlString.append("<Detail1>\r\n");
if ("itm_defaultedit".equalsIgnoreCase(currentColumn))
{
System.out.println("====================itm default edit================");
lsTranId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "tran_id");
if(lsTranId == null || lsTranId.trim().length() == 0)
{
lsTranId = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "as_tran_id");
if(lsTranId == null || lsTranId.trim().length() == 0)
{
lsTranId=checkNull(genericUtility.getColumnValue("tran_id", dom));
}
}
System.out.println("lsTranId -->"+lsTranId);
valueXmlString.append("<tran_id ><![CDATA[").append(lsTranId).append("]]></tran_id>\r\n");
sql="select confirmed as ls_conf from employee_add_change where tran_id = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, lsTranId);
rs = pstmt.executeQuery();
if (rs.next())
{
lsConf = rs.getString("ls_conf");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
if("N".equalsIgnoreCase(lsConf))
{
empCode=checkNull(genericUtility.getColumnValue("emp_code", dom));
valueXmlString.append("<emp_code protect=\"0\"><![CDATA[").append(empCode).append("]]></emp_code>\r\n");
curAdd1=checkNull(genericUtility.getColumnValue("cur_add1", dom));
valueXmlString.append("<cur_add1 protect=\"0\"><![CDATA[").append(curAdd1).append("]]></cur_add1>\r\n");
curAdd2=checkNull(genericUtility.getColumnValue("cur_add2", dom));
valueXmlString.append("<cur_add2 protect=\"0\"><![CDATA[").append(curAdd2).append("]]></cur_add2>\r\n");
curAdd3=checkNull(genericUtility.getColumnValue("cur_add3", dom));
valueXmlString.append("<cur_add3 protect=\"0\"><![CDATA[").append(curAdd3).append("]]></cur_add3>\r\n");
curCity=checkNull(genericUtility.getColumnValue("cur_city", dom));
valueXmlString.append("<cur_city protect=\"0\"><![CDATA[").append(curCity).append("]]></cur_city>\r\n");
curState=checkNull(genericUtility.getColumnValue("cur_state", dom));
valueXmlString.append("<cur_state protect=\"0\"><![CDATA[").append(curState).append("]]></cur_state>\r\n");
curPin=checkNull(genericUtility.getColumnValue("cur_pin", dom));
valueXmlString.append("<cur_pin protect=\"0\"><![CDATA[").append(curPin).append("]]></cur_pin>\r\n");
curTel1=checkNull(genericUtility.getColumnValue("cur_tel1", dom));
valueXmlString.append("<cur_tel1 protect=\"0\"><![CDATA[").append(curTel1).append("]]></cur_tel1>\r\n");
curTel2=checkNull(genericUtility.getColumnValue("cur_tel2", dom));
valueXmlString.append("<cur_tel2 protect=\"0\"><![CDATA[").append(curTel2).append("]]></cur_tel2>\r\n");
curTel3=checkNull(genericUtility.getColumnValue("cur_tel3", dom));
valueXmlString.append("<cur_tel3 protect=\"0\"><![CDATA[").append(curTel3).append("]]></cur_tel3>\r\n");
}
}
if ("itm_default".equalsIgnoreCase(currentColumn))
{
System.out.println("====================itm default================");
System.out.println("tran_date -->" +todayStr);
valueXmlString.append("<tran_date ><![CDATA[").append(todayStr).append("]]></tran_date>\r\n");
empCode=checkNull(genericUtility.getColumnValue("emp_code", dom));
System.out.println("empCode -->"+empCode);
valueXmlString.append("<emp_code protect=\"0\"><![CDATA[").append(empCode).append("]]></emp_code>\r\n");
curAdd1=checkNull(genericUtility.getColumnValue("cur_add1", dom));
System.out.println("curAdd1 -->"+curAdd1);
valueXmlString.append("<cur_add1 protect=\"0\"><![CDATA[").append(curAdd1).append("]]></cur_add1>\r\n");
curAdd2=checkNull(genericUtility.getColumnValue("cur_add2", dom));
System.out.println("curAdd2 -->"+curAdd2);
valueXmlString.append("<cur_add2 protect=\"0\"><![CDATA[").append(curAdd2).append("]]></cur_add2>\r\n");
curAdd3=checkNull(genericUtility.getColumnValue("cur_add3", dom));
System.out.println("curAdd3 -->"+curAdd3);
valueXmlString.append("<cur_add3 protect=\"0\"><![CDATA[").append(curAdd3).append("]]></cur_add3>\r\n");
curCity=checkNull(genericUtility.getColumnValue("cur_city", dom));
System.out.println("curCity -->"+curCity);
valueXmlString.append("<cur_city protect=\"0\"><![CDATA[").append(curCity).append("]]></cur_city>\r\n");
curPin=checkNull(genericUtility.getColumnValue("cur_pin", dom));
System.out.println("curPin -->"+curPin);
valueXmlString.append("<cur_pin protect=\"0\"><![CDATA[").append(curPin).append("]]></cur_pin>\r\n");
curTel1=checkNull(genericUtility.getColumnValue("cur_tel1", dom));
System.out.println("curTel1 -->"+curTel1);
valueXmlString.append("<cur_tel1 protect=\"0\"><![CDATA[").append(curTel1).append("]]></cur_tel1>\r\n");
curTel2=checkNull(genericUtility.getColumnValue("cur_tel2", dom));
System.out.println("curTel2 -->"+curTel2);
valueXmlString.append("<cur_tel2 protect=\"0\"><![CDATA[").append(curTel2).append("]]></cur_tel2>\r\n");
curTel3=checkNull(genericUtility.getColumnValue("cur_tel3", dom));
System.out.println("curTel3 -->"+curTel3);
valueXmlString.append("<cur_tel3 protect=\"0\"><![CDATA[").append(curTel3).append("]]></cur_tel3>\r\n");
}
if ("emp_code".equalsIgnoreCase(currentColumn))
{
System.out.println("==========Inside EMP Code item change==========");
lsEmpCode=checkNull(genericUtility.getColumnValue("emp_code", dom));
errCode = checkNull(admCommon.chkHRMSiteAccess(lsEmpCode, ldToday, loginSiteCode, userId, -1, loginEmpCode, "w_emp_add_chg", conn));
System.out.println("errCode -->"+errCode);
if(errCode == null || errCode.trim().length() == 0)
{
System.out.println(":::Inside if :::");
sql="select emp_fname, emp_mname, emp_lname, designation," +
" cur_add1, cur_add2, cur_add3, cur_city," +
" cur_state, cur_pin, cur_tel1, cur_tel2," +
" cur_tel3, per_add1, per_add2, per_add3," +
" per_city, per_state, per_pin, per_tel," +
" dept_code, mobile_no , sms_domain , email_id_off , email_id_per," +
" ime_no , work_site " +
" from employee " +
" where employee.emp_code = ? "; //and work_site = (case when ? > 1 then ? else work_site end)";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, lsEmpCode);
//pstmt.setInt(2, mLevl);
//pstmt.setString(3, loginSiteCode);
rs = pstmt.executeQuery();
if (rs.next())
{
empFname = checkNull(rs.getString("emp_fname"));
empMname = checkNull(rs.getString("emp_mname"));
empLname = checkNull(rs.getString("emp_lname"));
designation = checkNull(rs.getString("designation"));
curAdd1= rs.getString("cur_add1");
curAdd2= rs.getString("cur_add2");
curAdd3= rs.getString("cur_add3");
curCity= rs.getString("cur_city");
curState = rs.getString("cur_state");
curPin = rs.getString("cur_pin");
curTel1 = rs.getString("cur_tel1");
curTel2 = rs.getString("cur_tel2");
curTel3 = rs.getString("cur_tel3");
perAdd1 = rs.getString("per_add1");
perAdd2 = rs.getString("per_add2");
perAdd3 = rs.getString("per_add3");
perCity = rs.getString("per_city");
perState = rs.getString("per_state");
perPin = rs.getString("per_pin");
perTel = rs.getString("per_tel");
deptCode = rs.getString("dept_code");
mobileNo = rs.getString("mobile_no");
smsDomain = rs.getString("sms_domain");
emailIdOff = rs.getString("email_id_off");
emailIdPer = rs.getString("email_id_per");
imeNo = rs.getString("ime_no");
workSite = rs.getString("work_site");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
sql="select distinct department.descr as ls_department from department,employee"
+ " where department.dept_code = employee.dept_code and employee.dept_code = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1,deptCode);
rs = pstmt.executeQuery();
if(rs.next())
{
lsDepartment= rs.getString("ls_department");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
valueXmlString.append("<emp_fname ><![CDATA[").append(empFname).append("]]></emp_fname>\r\n");
valueXmlString.append("<emp_mname ><![CDATA[").append(empMname).append("]]></emp_mname>\r\n");
valueXmlString.append("<emp_lname ><![CDATA[").append(empLname).append("]]></emp_lname>\r\n");
valueXmlString.append("<department_descr ><![CDATA[").append(lsDepartment).append("]]></department_descr>\r\n");
valueXmlString.append("<designation ><![CDATA[").append(designation).append("]]></designation>\r\n");
valueXmlString.append("<cur_add1 ><![CDATA[").append(curAdd1).append("]]></cur_add1>\r\n");
valueXmlString.append("<cur_add2 ><![CDATA[").append(curAdd2).append("]]></cur_add2>\r\n");
valueXmlString.append("<cur_add3 ><![CDATA[").append(curAdd3).append("]]></cur_add3>\r\n");
valueXmlString.append("<cur_city ><![CDATA[").append(curCity).append("]]></cur_city>\r\n");
valueXmlString.append("<cur_state ><![CDATA[").append(curState).append("]]></cur_state>\r\n");
valueXmlString.append("<cur_pin ><![CDATA[").append(curPin).append("]]></cur_pin>\r\n");
valueXmlString.append("<cur_tel1 ><![CDATA[").append(curTel1).append("]]></cur_tel1>\r\n");
valueXmlString.append("<cur_tel2 ><![CDATA[").append(curTel2).append("]]></cur_tel2>\r\n");
valueXmlString.append("<cur_tel3 ><![CDATA[").append(curTel3).append("]]></cur_tel3>\r\n");
valueXmlString.append("<per_add1 ><![CDATA[").append(perAdd1).append("]]></per_add1>\r\n");
valueXmlString.append("<per_add2 ><![CDATA[").append(perAdd2).append("]]></per_add2>\r\n");
valueXmlString.append("<per_add3 ><![CDATA[").append(perAdd3).append("]]></per_add3>\r\n");
valueXmlString.append("<per_city ><![CDATA[").append(perCity).append("]]></per_city>\r\n");
valueXmlString.append("<per_state ><![CDATA[").append(perState).append("]]></per_state>\r\n");
valueXmlString.append("<per_pin ><![CDATA[").append(perPin).append("]]></per_pin>\r\n");
valueXmlString.append("<per_tel ><![CDATA[").append(perTel).append("]]></per_tel>\r\n");
valueXmlString.append("<mobile_no ><![CDATA[").append(mobileNo).append("]]></mobile_no>\r\n");
valueXmlString.append("<sms_domain ><![CDATA[").append(smsDomain).append("]]></sms_domain>\r\n");
valueXmlString.append("<email_id_off ><![CDATA[").append(emailIdOff).append("]]></email_id_off>\r\n");
valueXmlString.append("<email_id_per ><![CDATA[").append(emailIdPer).append("]]></email_id_per>\r\n");
valueXmlString.append("<ime_no ><![CDATA[").append(imeNo).append("]]></ime_no>\r\n");
valueXmlString.append("<work_site ><![CDATA[").append(workSite).append("]]></work_site>\r\n");
}
else
{
System.out.println(":::Inside else :::");
valueXmlString.append("<emp_fname ><![CDATA[").append(empFname).append("]]></emp_fname>\r\n");
valueXmlString.append("<emp_mname ><![CDATA[").append(empMname).append("]]></emp_mname>\r\n");
valueXmlString.append("<emp_lname ><![CDATA[").append(empLname).append("]]></emp_lname>\r\n");
valueXmlString.append("<department_descr ><![CDATA[").append(lsDepartment).append("]]></department_descr>\r\n");
valueXmlString.append("<designation ><![CDATA[").append(designation).append("]]></designation>\r\n");
valueXmlString.append("<cur_add1 ><![CDATA[").append(curAdd1).append("]]></cur_add1>\r\n");
valueXmlString.append("<cur_add2 ><![CDATA[").append(curAdd2).append("]]></cur_add2>\r\n");
valueXmlString.append("<cur_add3 ><![CDATA[").append(curAdd3).append("]]></cur_add3>\r\n");
valueXmlString.append("<cur_city ><![CDATA[").append(curCity).append("]]></cur_city>\r\n");
valueXmlString.append("<cur_state ><![CDATA[").append(curState).append("]]></cur_state>\r\n");
valueXmlString.append("<cur_pin ><![CDATA[").append(curPin).append("]]></cur_pin>\r\n");
valueXmlString.append("<cur_tel1 ><![CDATA[").append(curTel1).append("]]></cur_tel1>\r\n");
valueXmlString.append("<cur_tel2 ><![CDATA[").append(curTel2).append("]]></cur_tel2>\r\n");
valueXmlString.append("<cur_tel3 ><![CDATA[").append(curTel3).append("]]></cur_tel3>\r\n");
valueXmlString.append("<per_add1 ><![CDATA[").append(perAdd1).append("]]></per_add1>\r\n");
valueXmlString.append("<per_add2 ><![CDATA[").append(perAdd2).append("]]></per_add2>\r\n");
valueXmlString.append("<per_add3 ><![CDATA[").append(perAdd3).append("]]></per_add3>\r\n");
valueXmlString.append("<per_city ><![CDATA[").append(perCity).append("]]></per_city>\r\n");
valueXmlString.append("<per_state ><![CDATA[").append(perState).append("]]></per_state>\r\n");
valueXmlString.append("<per_pin ><![CDATA[").append(perPin).append("]]></per_pin>\r\n");
valueXmlString.append("<per_tel ><![CDATA[").append(perTel).append("]]></per_tel>\r\n");
valueXmlString.append("<mobile_no ><![CDATA[").append(mobileNo).append("]]></mobile_no>\r\n");
valueXmlString.append("<sms_domain ><![CDATA[").append(smsDomain).append("]]></sms_domain>\r\n");
valueXmlString.append("<email_id_off ><![CDATA[").append(emailIdOff).append("]]></email_id_off>\r\n");
valueXmlString.append("<email_id_per ><![CDATA[").append(emailIdPer).append("]]></email_id_per>\r\n");
valueXmlString.append("<ime_no ><![CDATA[").append(imeNo).append("]]></ime_no>\r\n");
valueXmlString.append("<work_site ><![CDATA[").append(workSite).append("]]></work_site>\r\n");
}
}
if ("cur_city".equalsIgnoreCase(currentColumn))
{
System.out.println("====================cur_city================");
lsCurCity=checkNull(genericUtility.getColumnValue("cur_city", dom));
sql="select state_code from station where sh_descr = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, lsCurCity);
rs = pstmt.executeQuery();
if (rs.next())
{
lsCurrentState = rs.getString("state_code");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
valueXmlString.append("<cur_state protect=\"1\"><![CDATA[").append(lsCurrentState).append("]]></cur_state>\r\n");
}
if ("per_city".equalsIgnoreCase(currentColumn))
{
System.out.println("====================per_city================");
lsPermanantCity=checkNull(genericUtility.getColumnValue("per_city", dom));
sql="select state_code from station where sh_descr = ?";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, lsPermanantCity);
rs = pstmt.executeQuery();
if (rs.next())
{
lsPermanantState = rs.getString("state_code");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
valueXmlString.append("<per_state protect=\"1\"><![CDATA[").append(lsPermanantState).append("]]></per_state>\r\n");
}
}
valueXmlString.append("</Detail1>");
break;
}
valueXmlString.append("</Root>");
}
catch (Exception e)
{
e.printStackTrace();
System.out.println("Exception :EmpAddChange [itemChanged(String xmlString)] : ==>\n" + e.getMessage());
throw new ITMException(e);
}
finally
{
try
{
if (conn != null)
{
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
conn.close();
conn = null;
}
}
catch (Exception e)
{
System.out.println("Exception ::" + e);
e.printStackTrace();
throw new ITMException(e);
}
}
return valueXmlString.toString();
}
private String errorType(Connection conn, String errorCode) throws ITMException
{
String msgType = "";
PreparedStatement pstmt = null;
ResultSet rs = null;
try
{
if (conn == null)
{
System.out.println("Connection is null");
} else
{
System.out.println("Connection is not null");
}
String sql = " SELECT MSG_TYPE FROM MESSAGES WHERE MSG_NO = ? ";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, errorCode);
rs = pstmt.executeQuery();
if (rs.next())
{
msgType = rs.getString("MSG_TYPE");
}
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
}
catch (Exception ex)
{
ex.printStackTrace();
throw new ITMException(ex);
}
finally
{
try
{
if (rs != null)
{
rs.close();
rs = null;
}
if (pstmt != null)
{
pstmt.close();
pstmt = null;
}
}
catch (Exception e)
{
e.printStackTrace();
throw new ITMException(e);
}
}
return msgType;
}
private String checkNull(String input)
{
if (input == null)
{
input = "";
}
return input;
}
}
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorLocal;
import ibase.webitm.utility.ITMException;
public interface EmpAddChangeLocal extends ValidatorLocal
{
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 wfValData(String xmlString, String xmlString1,String xmlString2, 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;
}
package ibase.webitm.ejb.adm;
import java.rmi.RemoteException;
import org.w3c.dom.Document;
import ibase.webitm.ejb.ValidatorRemote;
import ibase.webitm.utility.ITMException;
public interface EmpAddChangeRemote extends ValidatorRemote
{
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 wfValData(String xmlString, String xmlString1,String xmlString2, 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;
}
...@@ -22,6 +22,7 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang ...@@ -22,6 +22,7 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang
Connection conn=null; Connection conn=null;
try try
{ {
System.out.println(":::Inside EmpAddChangeConfirm : confirm():::");
conn= getConnection(); conn= getConnection();
retString=postLogic(tranId, tranId, xtraParams, forcedFlag, conn); retString=postLogic(tranId, tranId, xtraParams, forcedFlag, conn);
System.out.println("retString from postLogic : "+retString); System.out.println("retString from postLogic : "+retString);
...@@ -72,6 +73,8 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang ...@@ -72,6 +73,8 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang
String userId=""; String userId="";
try try
{ {
System.out.println(":::Inside EmpAddChangeConfirm : postLogic():::");
userId = checkNull(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode")); userId = checkNull(genericUtility.getValueFromXTRA_PARAMS(xtraParams, "loginCode"));
if(asTranidFr.equalsIgnoreCase(asTranidTo)) if(asTranidFr.equalsIgnoreCase(asTranidTo))
...@@ -105,11 +108,13 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang ...@@ -105,11 +108,13 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang
if("Y".equalsIgnoreCase(lsConf)) if("Y".equalsIgnoreCase(lsConf))
{ {
System.out.println("::: if 'Y' :::");
errString=checkNull(itmDbAcess.getErrorString("", "VTMCONF1",userId, "", conn)); errString=checkNull(itmDbAcess.getErrorString("", "VTMCONF1",userId, "", conn));
return errString; return errString;
} }
else if("X".equalsIgnoreCase(lsConf)) else if("X".equalsIgnoreCase(lsConf))
{ {
System.out.println("::: if 'X' :::");
errString=checkNull(itmDbAcess.getErrorString("", "VTMCANL1",userId, "", conn)); errString=checkNull(itmDbAcess.getErrorString("", "VTMCANL1",userId, "", conn));
return errString; return errString;
} }
...@@ -240,12 +245,10 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang ...@@ -240,12 +245,10 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang
empCodeAprv = empCode; empCodeAprv = empCode;
} }
//update employee_add_change set confirmed = 'Y', conf_date = :ld_conf_date,where tran_id = :as_tran_id sql="update employee_add_change set confirmed = 'Y', conf_date = ? where tran_id = ?";
sql="update employee_add_change set confirmed = ?, conf_date = ? where tran_id = ?";
pstmt =conn.prepareStatement(sql); pstmt =conn.prepareStatement(sql);
pstmt.setString(1,"Y"); pstmt.setTimestamp(1, ldConfDate);
pstmt.setTimestamp(2, ldConfDate); pstmt.setString(2,tranId);
pstmt.setString(3,tranId);
count = pstmt.executeUpdate(); count = pstmt.executeUpdate();
if (pstmt != null) if (pstmt != null)
{ {
...@@ -299,6 +302,13 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang ...@@ -299,6 +302,13 @@ public class EmpAddChangeConfirm extends ActionHandlerEJB implements EmpAddChang
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
} }
//Added Validation to show Successful Msg [Start]
if(count > 0)
{
errString=itmDbAcess.getErrorString("","ADCHGSUCC" , userId, "", conn);
break;
}
//Added Validation to show Successful Msg [End]
if(count != 1) if(count != 1)
{ {
errString=itmDbAcess.getErrorString("","DS000NR" , userId, "", conn); errString=itmDbAcess.getErrorString("","DS000NR" , userId, "", conn);
......
...@@ -6,14 +6,14 @@ import java.sql.PreparedStatement; ...@@ -6,14 +6,14 @@ import java.sql.PreparedStatement;
import java.sql.ResultSet; import java.sql.ResultSet;
import java.sql.SQLException; import java.sql.SQLException;
import javax.ejb.Stateless; // added for ejb3 //import javax.ejb.Stateless; // added for ejb3
import ibase.utility.E12GenericUtility; import ibase.utility.E12GenericUtility;
import ibase.webitm.ejb.ActionHandlerEJB; import ibase.webitm.ejb.ActionHandlerEJB;
import ibase.webitm.ejb.ITMDBAccessEJB; import ibase.webitm.ejb.ITMDBAccessEJB;
import ibase.webitm.utility.ITMException; import ibase.webitm.utility.ITMException;
@Stateless // added for ejb3 //@Stateless // added for ejb3
public class EmpAddChgCnc extends ActionHandlerEJB implements EmpAddChgCncLocal,EmpAddChgCncRemote //SessionBean public class EmpAddChgCnc extends ActionHandlerEJB implements EmpAddChgCncLocal,EmpAddChgCncRemote //SessionBean
{ {
...@@ -73,6 +73,7 @@ public class EmpAddChgCnc extends ActionHandlerEJB implements EmpAddChgCncLocal, ...@@ -73,6 +73,7 @@ public class EmpAddChgCnc extends ActionHandlerEJB implements EmpAddChgCncLocal,
// //
try try
{ {
System.out.println(":::Inside EmpAddChgCnc actionCancel():::");
//conn = connDriver.getConnectDB("DriverITM"); //conn = connDriver.getConnectDB("DriverITM");
conn=getConnection(); conn=getConnection();
//stmt = conn.createStatement(); //stmt = conn.createStatement();
...@@ -104,18 +105,18 @@ public class EmpAddChgCnc extends ActionHandlerEJB implements EmpAddChgCncLocal, ...@@ -104,18 +105,18 @@ public class EmpAddChgCnc extends ActionHandlerEJB implements EmpAddChgCncLocal,
//loginEmpCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode"); //loginEmpCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginCode");
loginEmpCode = checkNull(genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginEmpCode")); loginEmpCode = checkNull(genericUtility.getValueFromXTRA_PARAMS(xtraParams,"loginEmpCode"));
System.out.println("confirmed :"+confirmed+"loginEmpCode :"+loginEmpCode); System.out.println("confirmed :"+confirmed+"loginEmpCode :"+loginEmpCode);
if (confirmed != null && confirmed.equals("N")) if (confirmed != null && confirmed.equals("N"))
{ {
empCodeAprove = loginEmpCode; empCodeAprove = loginEmpCode;
updSql = "UPDATE EMPLOYEE_ADD_CHANGE SET CONFIRMED = ?, " updSql = "UPDATE EMPLOYEE_ADD_CHANGE SET CONFIRMED = 'X', "
+"CONF_DATE = ? , " +"CONF_DATE = ? , "
+"EMP_CODE__APRV = ? " +"EMP_CODE__APRV = ? "
+"WHERE TRAN_ID = ?"; +"WHERE TRAN_ID = ?";
pstmt = conn.prepareStatement(updSql); pstmt = conn.prepareStatement(updSql);
pstmt.setString(1,"X"); pstmt.setDate(1,new java.sql.Date(System.currentTimeMillis()));
pstmt.setDate(2,new java.sql.Date(System.currentTimeMillis())); pstmt.setString(2,empCodeAprove);
pstmt.setString(3,empCodeAprove); pstmt.setString(3,tranId);
pstmt.setString(4,tranId);
updCnt = pstmt.executeUpdate(); updCnt = pstmt.executeUpdate();
if (updCnt > 0) if (updCnt > 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