Commit 129335d2 authored by sghate's avatar sghate

Updated xml on 03/01/2020

emp_marital11.xml
emp_marital21.xml


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@214549 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 073a3756
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>old_status</name> <name>old_status</name>
<dbname>emp_maritalchg.old_status</dbname> <dbname>emp_maritalchg.old_status</dbname>
<initial>M</initial>
<values> <values>
<item display="Married" data="M"/> <item display="Married" data="M"/>
<item display="Unmarried" data="U"/> <item display="Unmarried" data="U"/>
...@@ -84,6 +85,7 @@ ...@@ -84,6 +85,7 @@
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>new_status</name> <name>new_status</name>
<dbname>emp_maritalchg.new_status</dbname> <dbname>emp_maritalchg.new_status</dbname>
<initial>M</initial>
<values> <values>
<item display="Married" data="M"/> <item display="Married" data="M"/>
<item display="Unmarried" data="U"/> <item display="Unmarried" data="U"/>
...@@ -92,18 +94,6 @@ ...@@ -92,18 +94,6 @@
<item display="Unknown" data="K"/> <item display="Unknown" data="K"/>
</values> </values>
</table_column> </table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>employee_emp_fname</name>
<dbname>employee.emp_fname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>employee_emp_lname</name>
<dbname>employee.emp_lname</dbname>
</table_column>
<table_column> <table_column>
<type size="5">char</type> <type size="5">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
...@@ -112,46 +102,131 @@ ...@@ -112,46 +102,131 @@
</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>emp_maritalchg_confirm</name> <name>confirm</name>
<dbname>emp_maritalchg.confirm</dbname> <dbname>emp_maritalchg.confirm</dbname>
<values> <values>
<item display="Yes" data="Y"/> <item display="YES" data="Y"/>
<item display="No" data="N"/> <item display="NO" data="N"/>
<item display="CANCELED" data="X"/>
</values> </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>status_date</name> <name>status_date</name>
<dbname>emp_maritalchg.status_date</dbname> <dbname>emp_maritalchg.status_date</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>conf_date</name> <name>conf_date</name>
<dbname>emp_maritalchg.conf_date</dbname> <dbname>emp_maritalchg.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>emp_maritalchg.emp_code__aprv</dbname> <dbname>emp_maritalchg.emp_code__aprv</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>voucher_no</name> <name>voucher_no</name>
<dbname>emp_maritalchg.voucher_no</dbname> <dbname>emp_maritalchg.voucher_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type precision="3">decimal</type> <type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>amount</name> <name>amount</name>
<dbname>emp_maritalchg.amount</dbname> <dbname>emp_maritalchg.amount</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_maritalchg&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_maritalchg.tran_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code&quot;) COLUMN(NAME=&quot;emp_maritalchg.old_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.new_status&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;emp_maritalchg.confirm&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.conf_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code__aprv&quot;) COLUMN(NAME=&quot;emp_maritalchg.voucher_no&quot;) COLUMN(NAME=&quot;emp_maritalchg.amount&quot;) JOIN (LEFT=&quot;emp_maritalchg.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:frdate )&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:todate )&quot; ) ) ARG(NAME = &quot;frdate&quot; TYPE = datetime) ARG(NAME = &quot;todate&quot; TYPE = datetime) </retrieve> <table_column>
<update>emp_maritalchg</update> <type size="30">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_fname_long</name>
<dbname>employee.emp_fname_long</dbname>
</table_column>
<table_column>
<type size="30">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>emp_lname_long</name>
<dbname>employee.emp_lname_long</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>emp_maritalchg.chg_date</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>emp_maritalchg.chg_user</dbname>
</table_column>
<table_column>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>emp_maritalchg.chg_term</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>spouse_name</name>
<dbname>emp_maritalchg.spouse_name</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>short_name</name>
<dbname>emp_maritalchg.short_name</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_maritalchg_emp_fname</name>
<dbname>emp_maritalchg.emp_fname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_maritalchg_emp_mname</name>
<dbname>emp_maritalchg.emp_mname</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>emp_maritalchg_emp_lname</name>
<dbname>emp_maritalchg.emp_lname</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>sex</name>
<dbname>employee.sex</dbname>
<values>
<item display="Male" data="M"/>
<item display="Female" data="F"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_maritalchg&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_maritalchg.tran_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code&quot;) COLUMN(NAME=&quot;emp_maritalchg.old_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.new_status&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;emp_maritalchg.confirm&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.conf_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code__aprv&quot;) COLUMN(NAME=&quot;emp_maritalchg.voucher_no&quot;) COLUMN(NAME=&quot;emp_maritalchg.amount&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_user&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_term&quot;) COLUMN(NAME=&quot;emp_maritalchg.spouse_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.short_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_fname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_mname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_lname&quot;) COLUMN(NAME=&quot;employee.sex&quot;) JOIN (LEFT=&quot;emp_maritalchg.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;&gt;=&quot; EXP2 =&quot;:frdate )&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;&lt;=&quot; EXP2 =&quot;:todate )&quot; ) ) ARG(NAME = &quot;frdate&quot; TYPE = datetime) ARG(NAME = &quot;todate&quot; TYPE = datetime) </retrieve>
<update>EMP_MARITALCHG</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -166,18 +241,18 @@ ...@@ -166,18 +241,18 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Employee Code</text> <text>Employee Site</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>2</x> <x>1831</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>96</width> <width>81</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code_t</name> <name>emp_site_t</name>
<visible>1</visible> <visible expression="&apos;false&apos;">1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -193,46 +268,74 @@ ...@@ -193,46 +268,74 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>First Name</text> <text>Change User</text>
<border>6</border> <border>6</border>
<color>0</color> <color>33554432</color>
<x>100</x> <x>1685</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>76</width> <width>48</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_emp_fname_t</name> <name>chg_user_t</name>
<visible>1</visible> <visible>1</visible>
<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>79741120</color> <color>67108864</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Last Name</text> <text>Change Term</text>
<border>6</border>
<color>33554432</color>
<x>1735</x>
<y>1</y>
<height>16</height>
<width>94</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_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>Transaction Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>178</x> <x>2</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>76</width> <width>77</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_emp_lname_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>
...@@ -249,18 +352,18 @@ ...@@ -249,18 +352,18 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Date</text> <text>Employee Code</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>256</x> <x>81</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>77</width> <width>96</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date_t</name> <name>emp_code_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -275,13 +378,69 @@ ...@@ -275,13 +378,69 @@
<color>79741120</color> <color>79741120</color>
</background> </background>
</TextObject> </TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Employee Fname Long</text>
<border>6</border>
<color>33554432</color>
<x>179</x>
<y>1</y>
<height>16</height>
<width>148</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_fname_long_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>Employee Lname Long</text>
<border>6</border>
<color>33554432</color>
<x>329</x>
<y>1</y>
<height>16</height>
<width>148</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_lname_long_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> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Previous Status</text> <text>Previous Status</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>335</x> <x>479</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>72</width> <width>72</width>
...@@ -309,7 +468,7 @@ ...@@ -309,7 +468,7 @@
<text>New Status</text> <text>New Status</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>409</x> <x>553</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>71</width> <width>71</width>
...@@ -334,17 +493,17 @@ ...@@ -334,17 +493,17 @@
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Approved</text> <text>Confirm</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>482</x> <x>626</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>66</width> <width>66</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_maritalchg_confirm_t</name> <name>confirm_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -361,11 +520,11 @@ ...@@ -361,11 +520,11 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Status Date</text> <text>Status Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>550</x> <x>694</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>73</width> <width>73</width>
...@@ -389,11 +548,11 @@ ...@@ -389,11 +548,11 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>1</alignment> <alignment>2</alignment>
<text>Approved On</text> <text>Confim Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
<x>625</x> <x>769</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>80</width> <width>80</width>
...@@ -417,19 +576,494 @@ ...@@ -417,19 +576,494 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment>
<text>Confirm By</text>
<border>6</border>
<color>0</color>
<x>851</x>
<y>3</y>
<height>16</height>
<width>84</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code__aprv_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Voucher No</text>
<border>6</border>
<color>0</color>
<x>937</x>
<y>3</y>
<height>16</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>voucher_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Amount</text>
<border>6</border>
<color>0</color>
<x>1046</x>
<y>3</y>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>amount_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>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Emp Maritalchg Emp Fname</text>
<border>6</border>
<color>33554432</color>
<x>1120</x>
<y>1</y>
<height>16</height>
<width>73</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_emp_fname_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>Emp Maritalchg Emp Mname</text>
<border>6</border>
<color>33554432</color>
<x>1195</x>
<y>1</y>
<height>16</height>
<width>73</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_emp_mname_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>Emp Maritalchg Emp Lname</text>
<border>6</border>
<color>33554432</color>
<x>1270</x>
<y>1</y>
<height>16</height>
<width>73</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_emp_lname_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>Spouse Name</text>
<border>6</border>
<color>33554432</color>
<x>1345</x>
<y>1</y>
<height>16</height>
<width>198</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>spouse_name_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>Short Name</text>
<border>6</border>
<color>33554432</color>
<x>1545</x>
<y>1</y>
<height>16</height>
<width>83</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>short_name_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>Change Date</text>
<border>6</border>
<color>33554432</color>
<x>1630</x>
<y>1</y>
<height>16</height>
<width>53</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>Sex</text>
<border>6</border>
<color>33554432</color>
<x>1914</x>
<y>1</y>
<height>17</height>
<width>45</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>sex_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>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>81</x>
<y>3</y>
<height>16</height>
<width>96</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_code</name>
<tag>Employee Code</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<y>3</y>
<height>16</height>
<width>77</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>tran_date</name>
<tag>Date of marital status change</tag>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>479</x>
<y>3</y>
<height>16</height>
<width>72</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>old_status</name>
<tag>Previous marital status of the employee</tag>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>553</x>
<y>3</y>
<height>16</height>
<width>71</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>new_status</name>
<tag>New marital status of the employee</tag>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>626</x>
<y>3</y>
<height>16</height>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>confirm</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Approved By</text> <tabsequence>80</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>707</x> <x>694</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>84</width> <width>73</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv_t</name> <name>status_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -440,24 +1074,32 @@ ...@@ -440,24 +1074,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>0</alignment> <id>8</id>
<text>Voucher No</text> <alignment>1</alignment>
<border>6</border> <tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>793</x> <x>769</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>107</width> <width>80</width>
<format>dd/mm/yy</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>voucher_no_t</name> <name>conf_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -468,24 +1110,33 @@ ...@@ -468,24 +1110,33 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<id>9</id>
<alignment>1</alignment> <alignment>1</alignment>
<text>Amount</text> <tabsequence>32766</tabsequence>
<border>6</border> <border>5</border>
<color>0</color> <color>0</color>
<x>902</x> <x>851</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>72</width> <width>84</width>
<format></format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount_t</name> <name>emp_code__aprv</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -496,24 +1147,32 @@ ...@@ -496,24 +1147,32 @@
</font> </font>
<background> <background>
<mode>2</mode> <mode>2</mode>
<color>79741120</color> <color>16777215</color>
</background> </background>
</TextObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Header</band> <band>Detail</band>
<alignment>2</alignment> <id>10</id>
<text>Employee Site</text> <alignment>0</alignment>
<border>6</border> <tabsequence>90</tabsequence>
<border>5</border>
<color>0</color> <color>0</color>
<x>976</x> <x>937</x>
<y>2</y> <y>3</y>
<height>16</height> <height>16</height>
<width>81</width> <width>107</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_site_t</name> <name>voucher_no</name>
<visible expression="&apos;false&apos;">1</visible> <visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
<height>-10</height> <height>-10</height>
...@@ -524,32 +1183,30 @@ ...@@ -524,32 +1183,30 @@
</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>2</id> <id>11</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>10</tabsequence> <tabsequence>100</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>2</x> <x>1046</x>
<y>3</y> <y>3</y>
<height>16</height> <height>16</height>
<width>96</width> <width>72</width>
<format>[general]</format> <format>0.000</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code</name> <name>amount</name>
<tag>Employee Code</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>10</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -568,19 +1225,19 @@ ...@@ -568,19 +1225,19 @@
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>5</id> <id>5</id>
<alignment>0</alignment> <alignment>1</alignment>
<tabsequence>20</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>100</x> <x>1831</x>
<y>3</y> <y>2</y>
<height>16</height> <height>16</height>
<width>76</width> <width>81</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_emp_fname</name> <name>emp_site</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -603,20 +1260,20 @@ ...@@ -603,20 +1260,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>12</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>30</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>178</x> <x>179</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>76</width> <width>148</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>employee_emp_lname</name> <name>emp_fname_long</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -639,27 +1296,25 @@ ...@@ -639,27 +1296,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>13</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>40</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>256</x> <x>329</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>77</width> <width>148</width>
<format>[shortdate] [time]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_date</name> <name>emp_lname_long</name>
<tag>Date of marital status change</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect> <autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -677,26 +1332,25 @@ ...@@ -677,26 +1332,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>3</id> <id>14</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>50</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>335</x> <x>1630</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>72</width> <width>53</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>old_status</name> <name>chg_date</name>
<tag>Previous marital status of the employee</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -714,26 +1368,25 @@ ...@@ -714,26 +1368,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>4</id> <id>15</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>60</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>409</x> <x>1685</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>71</width> <width>48</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>new_status</name> <name>chg_user</name>
<tag>New marital status of the employee</tag>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -751,25 +1404,25 @@ ...@@ -751,25 +1404,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>8</id> <id>16</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>70</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>482</x> <x>1735</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>66</width> <width>94</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_maritalchg_confirm</name> <name>chg_term</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="ddlb"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -787,26 +1440,25 @@ ...@@ -787,26 +1440,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>9</id> <id>17</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>80</tabsequence> <tabsequence>140</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>550</x> <x>1345</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>73</width> <width>198</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status_date</name> <name>spouse_name</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>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -824,20 +1476,20 @@ ...@@ -824,20 +1476,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>10</id> <id>18</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>150</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>625</x> <x>1545</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>80</width> <width>83</width>
<format>dd/mm/yy</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date</name> <name>short_name</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -860,26 +1512,25 @@ ...@@ -860,26 +1512,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>11</id> <id>19</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>110</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>707</x> <x>1120</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>84</width> <width>73</width>
<format></format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_code__aprv</name> <name>emp_maritalchg_emp_fname</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>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -897,20 +1548,20 @@ ...@@ -897,20 +1548,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>12</id> <id>20</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>120</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>793</x> <x>1195</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>107</width> <width>73</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>voucher_no</name> <name>emp_maritalchg_emp_mname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -933,20 +1584,20 @@ ...@@ -933,20 +1584,20 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>13</id> <id>21</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>130</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>902</x> <x>1270</x>
<y>3</y> <y>1</y>
<height>16</height> <height>16</height>
<width>72</width> <width>73</width>
<format>0.000</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>amount</name> <name>emp_maritalchg_emp_lname</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
...@@ -969,25 +1620,25 @@ ...@@ -969,25 +1620,25 @@
</ColumnObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>22</id>
<alignment>1</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>0</color> <color>0</color>
<x>976</x> <x>1914</x>
<y>2</y> <y>1</y>
<height>16</height> <height>16</height>
<width>81</width> <width>45</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>emp_site</name> <name>sex</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="ddlb">
<limit>0</limit> <limit>1</limit>
<allowedit>no</allowedit>
<case>any</case> <case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -1011,7 +1662,7 @@ ...@@ -1011,7 +1662,7 @@
<action>0</action> <action>0</action>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>505</x> <x>350</x>
<y>102</y> <y>102</y>
<height>30</height> <height>30</height>
<width>70</width> <width>70</width>
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>79741120</color> <color>79741120</color>
<processing>0</processing> <processing>0</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
</BaseDefinition> </BaseDefinition>
<Summary> <Summary>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>369</height> <height>402</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>tran_date</name> <name>tran_date</name>
<dbname>emp_maritalchg.tran_date</dbname> <dbname>emp_maritalchg.tran_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<key>yes</key> <key>yes</key>
<name>emp_code</name> <name>emp_code</name>
<dbname>emp_maritalchg.emp_code</dbname> <dbname>emp_maritalchg.emp_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>old_status</name> <name>old_status</name>
<dbname>emp_maritalchg.old_status</dbname> <dbname>emp_maritalchg.old_status</dbname>
<values> <initial>M</initial>
<item display="Married" data="M"/> <values>
<item display="Unmarried" data="U"/> <item display="Married" data="M"/>
<item display="Divorced" data="D"/> <item display="Unmarried" data="U"/>
<item display="Seperated" data="S"/> <item display="Divorced" data="D"/>
<item display="Unknown" data="K"/> <item display="Seperated" data="S"/>
</values> <item display="Unknown" data="K"/>
</table_column> </values>
<table_column> </table_column>
<type size="1">char</type> <table_column>
<update>yes</update> <type size="1">char</type>
<updatewhereclause>yes</updatewhereclause> <update>yes</update>
<name>new_status</name> <updatewhereclause>yes</updatewhereclause>
<dbname>emp_maritalchg.new_status</dbname> <name>new_status</name>
<values> <dbname>emp_maritalchg.new_status</dbname>
<item display="Married" data="M"/> <initial>M</initial>
<item display="Unmarried" data="U"/> <values>
<item display="Divorced" data="D"/> <item display="Married" data="M"/>
<item display="Seperated" data="S"/> <item display="Unmarried" data="U"/>
<item display="Unknown" data="K"/> <item display="Divorced" data="D"/>
</values> <item display="Seperated" data="S"/>
</table_column> <item display="Unknown" data="K"/>
<table_column> </values>
<type>datetime</type> </table_column>
<update>yes</update> <table_column>
<updatewhereclause>yes</updatewhereclause> <type>datetime</type>
<name>chg_date</name> <update>yes</update>
<dbname>emp_maritalchg.chg_date</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>chg_date</name>
<table_column> <dbname>emp_maritalchg.chg_date</dbname>
<type size="10">char</type> </table_column>
<update>yes</update> <table_column>
<updatewhereclause>yes</updatewhereclause> <type size="10">char</type>
<name>chg_user</name> <update>yes</update>
<dbname>emp_maritalchg.chg_user</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>chg_user</name>
<table_column> <dbname>emp_maritalchg.chg_user</dbname>
<type size="15">char</type> </table_column>
<update>yes</update> <table_column>
<updatewhereclause>yes</updatewhereclause> <type size="300">char</type>
<name>chg_term</name> <update>yes</update>
<dbname>emp_maritalchg.chg_term</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>chg_term</name>
<table_column> <dbname>emp_maritalchg.chg_term</dbname>
<type size="15">char</type> </table_column>
<updatewhereclause>yes</updatewhereclause> <table_column>
<name>emp_fname</name> <type size="5">char</type>
<dbname>employee.emp_fname</dbname> <updatewhereclause>yes</updatewhereclause>
</table_column> <name>emp_site</name>
<table_column> <dbname>employee.emp_site</dbname>
<type size="15">char</type> </table_column>
<updatewhereclause>yes</updatewhereclause> <table_column>
<name>emp_lname</name> <type size="15">char</type>
<dbname>employee.emp_lname</dbname> <update>yes</update>
</table_column> <updatewhereclause>yes</updatewhereclause>
<table_column> <name>emp_maritalchg_emp_fname</name>
<type size="5">char</type> <dbname>emp_maritalchg.emp_fname</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>emp_site</name> <table_column>
<dbname>employee.emp_site</dbname> <type size="15">char</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="15">char</type> <name>emp_maritalchg_emp_mname</name>
<update>yes</update> <dbname>emp_maritalchg.emp_mname</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>emp_maritalchg_emp_fname</name> <table_column>
<dbname>emp_maritalchg.emp_fname</dbname> <type size="15">char</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="15">char</type> <name>emp_maritalchg_emp_lname</name>
<update>yes</update> <dbname>emp_maritalchg.emp_lname</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>emp_maritalchg_emp_mname</name> <table_column>
<dbname>emp_maritalchg.emp_mname</dbname> <type size="40">char</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="15">char</type> <name>short_name</name>
<update>yes</update> <dbname>emp_maritalchg.short_name</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>emp_maritalchg_emp_lname</name> <table_column>
<dbname>emp_maritalchg.emp_lname</dbname> <type size="40">char</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="15">char</type> <name>spouse_name</name>
<updatewhereclause>yes</updatewhereclause> <dbname>emp_maritalchg.spouse_name</dbname>
<name>emp_mname</name> </table_column>
<dbname>employee.emp_mname</dbname> <table_column>
</table_column> <type size="1">char</type>
<table_column> <update>yes</update>
<type size="1">char</type> <updatewhereclause>yes</updatewhereclause>
<updatewhereclause>yes</updatewhereclause> <name>confirm</name>
<name>sex</name> <dbname>emp_maritalchg.confirm</dbname>
<dbname>employee.sex</dbname> <values>
</table_column> <item display="YES" data="Y"/>
<table_column> <item display="NO" data="N"/>
<type size="40">char</type> <item display="CANCELED" data="X"/>
<update>yes</update> </values>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>short_name</name> <table_column>
<dbname>emp_maritalchg.short_name</dbname> <type>datetime</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="40">char</type> <name>status_date</name>
<update>yes</update> <dbname>emp_maritalchg.status_date</dbname>
<updatewhereclause>yes</updatewhereclause> </table_column>
<name>spouse_name</name> <table_column>
<dbname>emp_maritalchg.spouse_name</dbname> <type>datetime</type>
</table_column> <update>yes</update>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type size="1">char</type> <name>conf_date</name>
<updatewhereclause>yes</updatewhereclause> <dbname>emp_maritalchg.conf_date</dbname>
<name>confirm</name> </table_column>
<dbname>emp_maritalchg.confirm</dbname> <table_column>
<initial>N</initial> <type size="10">char</type>
<values> <update>yes</update>
<item display="Yes" data="Y"/> <updatewhereclause>yes</updatewhereclause>
<item display="No" data="N"/> <name>emp_code__aprv</name>
</values> <dbname>emp_maritalchg.emp_code__aprv</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>status_date</name> <name>voucher_no</name>
<dbname>emp_maritalchg.status_date</dbname> <dbname>emp_maritalchg.voucher_no</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type precision="3">decimal</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>conf_date</name> <name>amount</name>
<dbname>emp_maritalchg.conf_date</dbname> <dbname>emp_maritalchg.amount</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="30">char</type>
<update>yes</update> <updatewhereclause>yes</updatewhereclause>
<updatewhereclause>yes</updatewhereclause> <name>emp_fname_long</name>
<name>emp_code__aprv</name> <dbname>employee.emp_fname_long</dbname>
<dbname>emp_maritalchg.emp_code__aprv</dbname> </table_column>
</table_column> <table_column>
<table_column> <type size="30">char</type>
<type size="10">char</type> <updatewhereclause>yes</updatewhereclause>
<update>yes</update> <name>emp_lname_long</name>
<updatewhereclause>yes</updatewhereclause> <dbname>employee.emp_lname_long</dbname>
<name>emp_maritalchg_voucher_no</name> </table_column>
<dbname>emp_maritalchg.voucher_no</dbname> <table_column>
</table_column> <type size="1">char</type>
<table_column> <updatewhereclause>yes</updatewhereclause>
<type precision="3">decimal</type> <name>sex</name>
<update>yes</update> <dbname>employee.sex</dbname>
<updatewhereclause>yes</updatewhereclause> <initial>M</initial>
<name>emp_maritalchg_amount</name> <values>
<dbname>emp_maritalchg.amount</dbname> <item display="Male" data="M"/>
</table_column> <item display="Female" data="F"/>
<table_column> </values>
<type size="15">char</type> </table_column>
<update>yes</update> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_maritalchg&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_maritalchg.tran_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code&quot;) COLUMN(NAME=&quot;emp_maritalchg.old_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.new_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_user&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_term&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_fname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_mname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_lname&quot;) COLUMN(NAME=&quot;emp_maritalchg.short_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.spouse_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.confirm&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.conf_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code__aprv&quot;) COLUMN(NAME=&quot;emp_maritalchg.voucher_no&quot;) COLUMN(NAME=&quot;emp_maritalchg.amount&quot;) COLUMN(NAME=&quot;employee.emp_fname_long&quot;) COLUMN(NAME=&quot;employee.emp_lname_long&quot;) COLUMN(NAME=&quot;employee.sex&quot;) JOIN (LEFT=&quot;emp_maritalchg.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_date )&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;( emp_maritalchg.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code )&quot; ) ) ARG(NAME = &quot;tran_date&quot; TYPE = datetime) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve>
<updatewhereclause>yes</updatewhereclause> <update>EMP_MARITALCHG</update>
<name>emp_fname__o</name> <updatewhere>0</updatewhere>
<dbname>emp_maritalchg.emp_fname__o</dbname> <updatekeyinplace>no</updatekeyinplace>
</table_column> <argument>
<table_column> <name>tran_date</name>
<type size="15">char</type> <type>datetime</type>
<update>yes</update> </argument>
<updatewhereclause>yes</updatewhereclause> <argument>
<name>emp_mname__o</name> <name>emp_code</name>
<dbname>emp_maritalchg.emp_mname__o</dbname> <type>string</type>
</table_column> </argument>
<table_column> </TableDefinition>
<type size="15">char</type> <GroupBox>
<update>yes</update> <band>Detail</band>
<updatewhereclause>yes</updatewhereclause> <text>Basic</text>
<name>emp_lname__o</name> <border>2</border>
<dbname>emp_maritalchg.emp_lname__o</dbname> <color>0</color>
</table_column> <x>9</x>
<table_column> <y>12</y>
<type size="40">char</type> <height>279</height>
<update>yes</update> <width>445</width>
<updatewhereclause>yes</updatewhereclause> <name>gb_1</name>
<name>short_name__o</name> <visible>1</visible>
<dbname>emp_maritalchg.short_name__o</dbname> <font>
</table_column> <face>Times New Roman</face>
<table_column> <height>-10</height>
<type>datetime</type> <weight>400</weight>
<update>yes</update> <family>1</family>
<updatewhereclause>yes</updatewhereclause> <pitch>2</pitch>
<name>status_date__o</name> <charset>0</charset>
<dbname>emp_maritalchg.status_date__o</dbname> </font>
</table_column> <background>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;emp_maritalchg&quot; ) TABLE(NAME=&quot;employee&quot; ) COLUMN(NAME=&quot;emp_maritalchg.tran_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code&quot;) COLUMN(NAME=&quot;emp_maritalchg.old_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.new_status&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_user&quot;) COLUMN(NAME=&quot;emp_maritalchg.chg_term&quot;) COLUMN(NAME=&quot;employee.emp_fname&quot;) COLUMN(NAME=&quot;employee.emp_lname&quot;) COLUMN(NAME=&quot;employee.emp_site&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_fname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_mname&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_lname&quot;) COLUMN(NAME=&quot;employee.emp_mname&quot;) COLUMN(NAME=&quot;employee.sex&quot;) COLUMN(NAME=&quot;emp_maritalchg.short_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.spouse_name&quot;) COLUMN(NAME=&quot;emp_maritalchg.confirm&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.conf_date&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_code__aprv&quot;) COLUMN(NAME=&quot;emp_maritalchg.voucher_no&quot;) COLUMN(NAME=&quot;emp_maritalchg.amount&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_fname__o&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_mname__o&quot;) COLUMN(NAME=&quot;emp_maritalchg.emp_lname__o&quot;) COLUMN(NAME=&quot;emp_maritalchg.short_name__o&quot;) COLUMN(NAME=&quot;emp_maritalchg.status_date__o&quot;) JOIN (LEFT=&quot;emp_maritalchg.emp_code&quot; OP =&quot;=&quot;RIGHT=&quot;employee.emp_code&quot; )WHERE( EXP1 =&quot;( emp_maritalchg.tran_date&quot; OP =&quot;=&quot; EXP2 =&quot;:tran_date )&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;( emp_maritalchg.emp_code&quot; OP =&quot;=&quot; EXP2 =&quot;:emp_code )&quot; ) ) ARG(NAME = &quot;tran_date&quot; TYPE = datetime) ARG(NAME = &quot;emp_code&quot; TYPE = string) </retrieve> <mode>2</mode>
<update>EMP_MARITALCHG</update> <color>67108864</color>
<updatewhere>0</updatewhere> </background>
<updatekeyinplace>no</updatekeyinplace> </GroupBox>
<argument> <GroupBox>
<name>tran_date</name> <band>Detail</band>
<type>datetime</type> <text>Other</text>
</argument> <border>2</border>
<argument> <color>0</color>
<name>emp_code</name> <x>11</x>
<type>string</type> <y>293</y>
</argument> <height>65</height>
</TableDefinition> <width>441</width>
<TextObject> <name>gb_2</name>
<band>Detail</band> <visible>1</visible>
<alignment>1</alignment> <font>
<text>New status :</text> <face>Times New Roman</face>
<border>0</border> <height>-10</height>
<color>0</color> <weight>400</weight>
<x>257</x> <family>1</family>
<y>87</y> <pitch>2</pitch>
<height>16</height> <charset>0</charset>
<width>82</width> </font>
<html> <background>
<valueishtml>0</valueishtml> <mode>2</mode>
</html> <color>67108864</color>
<name>emp_maritalchg_new_status_t</name> </background>
<visible>1</visible> </GroupBox>
<font> <ColumnObject>
<face>Times New Roman</face> <band>Detail</band>
<height>-10</height> <id>1</id>
<weight>400</weight> <alignment>0</alignment>
<family>1</family> <tabsequence>32766</tabsequence>
<pitch>2</pitch> <border>5</border>
<charset>0</charset> <color>255</color>
</font> <x>118</x>
<background> <y>35</y>
<mode>2</mode> <height>16</height>
<color>79741120</color> <width>56</width>
</background> <format>[shortdate] [time]</format>
</TextObject> <html>
<ColumnObject> <valueishtml>0</valueishtml>
<band>Detail</band> </html>
<id>8</id> <name>tran_date</name>
<alignment>0</alignment> <tag>Date of marital status change</tag>
<tabsequence>32766</tabsequence> <visible>1</visible>
<border>5</border> <EditStyle name="datetime" style="editmask">
<color>255</color> <mask>dd/mm/yy</mask>
<x>177</x> <imemode>0</imemode>
<y>61</y> <focusrectangle>no</focusrectangle>
<height>16</height> </EditStyle>
<width>114</width> <font>
<format>[general]</format> <face>Times New Roman</face>
<html> <height>-10</height>
<valueishtml>0</valueishtml> <weight>400</weight>
</html> <family>1</family>
<name>emp_fname</name> <pitch>2</pitch>
<tag>First name of the employee.</tag> <charset>0</charset>
<visible>1</visible> </font>
<EditStyle style="edit"> <background>
<limit>15</limit> <mode>2</mode>
<case>any</case> <color>79741120</color>
<focusrectangle>no</focusrectangle> </background>
<autoselect>yes</autoselect> </ColumnObject>
<autohscroll>yes</autohscroll> <TextObject>
<imemode>0</imemode> <band>Detail</band>
</EditStyle> <alignment>1</alignment>
<font> <text>Transaction Date :</text>
<face>Times New Roman</face> <border>0</border>
<height>-10</height> <color>0</color>
<weight>400</weight> <x>17</x>
<family>1</family> <y>35</y>
<pitch>2</pitch> <height>16</height>
<charset>0</charset> <width>98</width>
</font> <html>
<background> <valueishtml>0</valueishtml>
<mode>2</mode> </html>
<color>79741120</color> <name>tran_date_t</name>
</background> <visible>1</visible>
</ColumnObject> <font>
<ColumnObject> <face>Times New Roman</face>
<band>Detail</band> <height>-10</height>
<id>1</id> <weight>400</weight>
<alignment>0</alignment> <family>1</family>
<tabsequence>10</tabsequence> <pitch>2</pitch>
<border>5</border> <charset>0</charset>
<color>255</color> </font>
<x>118</x> <background>
<y>35</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>56</width> </background>
<format>[shortdate] [time]</format> </TextObject>
<html> <TextObject>
<valueishtml>0</valueishtml> <band>Detail</band>
</html> <alignment>0</alignment>
<name>tran_date</name> <text>Status date :</text>
<tag>Date of marital status change</tag> <border>0</border>
<visible>1</visible> <color>0</color>
<EditStyle name="datetime" style="editmask"> <x>18</x>
<mask>dd/mm/yy</mask> <y>133</y>
<imemode>0</imemode> <height>16</height>
<focusrectangle>no</focusrectangle> <width>66</width>
</EditStyle> <html>
<font> <valueishtml>0</valueishtml>
<face>Times New Roman</face> </html>
<height>-10</height> <name>status_date_t</name>
<weight>400</weight> <visible>1</visible>
<family>1</family> <font>
<pitch>2</pitch> <face>Times New Roman</face>
<charset>0</charset> <height>-10</height>
</font> <weight>400</weight>
<background> <family>1</family>
<mode>2</mode> <pitch>2</pitch>
<color>79741120</color> <charset>0</charset>
</background> </font>
</ColumnObject> <background>
<ColumnObject> <mode>2</mode>
<band>Detail</band> <color>79741120</color>
<id>9</id> </background>
<alignment>0</alignment> </TextObject>
<tabsequence>32766</tabsequence> <TextObject>
<border>5</border> <band>Detail</band>
<color>255</color> <alignment>1</alignment>
<x>294</x> <text>Sex :</text>
<y>61</y> <border>0</border>
<height>16</height> <color>0</color>
<width>118</width> <x>55</x>
<format>[general]</format> <y>87</y>
<html> <height>16</height>
<valueishtml>0</valueishtml> <width>52</width>
</html> <html>
<name>emp_lname</name> <valueishtml>0</valueishtml>
<tag>Last name of the employee.</tag> </html>
<visible>1</visible> <name>sex_t</name>
<EditStyle style="edit"> <visible>1</visible>
<limit>15</limit> <font>
<case>any</case> <face>Times New Roman</face>
<focusrectangle>no</focusrectangle> <height>-10</height>
<autoselect>yes</autoselect> <weight>400</weight>
<autohscroll>yes</autohscroll> <family>1</family>
<imemode>0</imemode> <pitch>2</pitch>
</EditStyle> <charset>0</charset>
<font> </font>
<face>Times New Roman</face> <background>
<height>-10</height> <mode>2</mode>
<weight>400</weight> <color>67108864</color>
<family>1</family> </background>
<pitch>2</pitch> </TextObject>
<charset>0</charset> <ColumnObject>
</font> <band>Detail</band>
<background> <id>22</id>
<mode>2</mode> <alignment>0</alignment>
<color>79741120</color> <tabsequence>32766</tabsequence>
</background> <border>5</border>
</ColumnObject> <color>0</color>
<ColumnObject> <x>120</x>
<band>Detail</band> <y>86</y>
<id>4</id> <height>16</height>
<alignment>0</alignment> <width>44</width>
<tabsequence>30</tabsequence> <format>[general]</format>
<border>5</border> <html>
<color>0</color> <valueishtml>0</valueishtml>
<x>342</x> </html>
<y>87</y> <name>sex</name>
<height>16</height> <visible>1</visible>
<width>71</width> <EditStyle style="ddlb">
<format>[general]</format> <limit>1</limit>
<html> <allowedit>no</allowedit>
<valueishtml>0</valueishtml> <case>any</case>
</html> <imemode>0</imemode>
<name>new_status</name> </EditStyle>
<tag>New marital status of the employee</tag> <font>
<visible>1</visible> <face>Times New Roman</face>
<EditStyle style="ddlb"> <height>-10</height>
<limit>1</limit> <weight>400</weight>
<allowedit>no</allowedit> <family>1</family>
<case>upper</case> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>2</mode>
<height>-10</height> <color>16777215</color>
<weight>400</weight> </background>
<family>1</family> </ColumnObject>
<pitch>2</pitch> <TextObject>
<charset>0</charset> <band>Detail</band>
</font> <alignment>1</alignment>
<background> <text>Change Date:</text>
<mode>2</mode> <border>0</border>
<color>16777215</color> <color>0</color>
</background> <x>37</x>
</ColumnObject> <y>310</y>
<ColumnObject> <height>16</height>
<band>Detail</band> <width>78</width>
<id>21</id> <html>
<alignment>0</alignment> <valueishtml>0</valueishtml>
<tabsequence>32766</tabsequence> </html>
<border>5</border> <name>chg_date_t</name>
<color>255</color> <visible expression="0">1</visible>
<x>356</x> <font>
<y>113</y> <face>Times New Roman</face>
<height>16</height> <height>-10</height>
<width>57</width> <weight>400</weight>
<format>[general]</format> <family>1</family>
<html> <pitch>2</pitch>
<valueishtml>0</valueishtml> <charset>0</charset>
</html> </font>
<name>emp_code__aprv</name> <background>
<visible>1</visible> <mode>1</mode>
<EditStyle style="edit"> <color>536870912</color>
<limit>10</limit> </background>
<case>upper</case> </TextObject>
<focusrectangle>no</focusrectangle> <ColumnObject>
<autoselect>yes</autoselect> <band>Detail</band>
<imemode>0</imemode> <id>5</id>
</EditStyle> <alignment>0</alignment>
<font> <tabsequence>32766</tabsequence>
<face>Times New Roman</face> <border>5</border>
<height>-10</height> <color>0</color>
<weight>400</weight> <x>118</x>
<family>1</family> <y>309</y>
<pitch>2</pitch> <height>16</height>
<charset>0</charset> <width>54</width>
</font> <format>dd/mm/yy</format>
<background> <html>
<mode>2</mode> <valueishtml>0</valueishtml>
<color>79741120</color> </html>
</background> <name>chg_date</name>
</ColumnObject> <tag>Last row modification date, for system purpose only</tag>
<ColumnObject> <visible expression="0">1</visible>
<band>Detail</band> <EditStyle style="editmask">
<id>2</id> <mask>dd/mm/yy</mask>
<alignment>0</alignment> <imemode>0</imemode>
<tabsequence>20</tabsequence> <focusrectangle>no</focusrectangle>
<border>5</border> </EditStyle>
<color>0</color> <font>
<x>118</x> <face>Times New Roman</face>
<y>61</y> <height>-10</height>
<height>16</height> <weight>400</weight>
<width>55</width> <family>1</family>
<format>[general]</format> <pitch>2</pitch>
<html> <charset>0</charset>
<valueishtml>0</valueishtml> </font>
</html> <background>
<name>emp_code</name> <mode>2</mode>
<tag>Employee Code</tag> <color>16777215</color>
<visible>1</visible> </background>
<EditStyle style="edit"> </ColumnObject>
<limit>10</limit> <TextObject>
<case>upper</case> <band>Detail</band>
<focusrectangle>no</focusrectangle> <alignment>1</alignment>
<autoselect>yes</autoselect> <text>Change Term:</text>
<autohscroll>yes</autohscroll> <border>0</border>
<imemode>0</imemode> <color>0</color>
</EditStyle> <x>34</x>
<font> <y>333</y>
<face>Times New Roman</face> <height>16</height>
<height>-10</height> <width>81</width>
<weight>400</weight> <html>
<family>1</family> <valueishtml>0</valueishtml>
<pitch>2</pitch> </html>
<charset>0</charset> <name>chg_term_t</name>
</font> <visible expression="0">1</visible>
<background> <font>
<mode>2</mode> <face>Times New Roman</face>
<color>16777215</color> <height>-10</height>
</background> <weight>400</weight>
</ColumnObject> <family>1</family>
<ColumnObject> <pitch>2</pitch>
<band>Detail</band> <charset>0</charset>
<id>3</id> </font>
<alignment>0</alignment> <background>
<tabsequence>32766</tabsequence> <mode>1</mode>
<border>5</border> <color>536870912</color>
<color>255</color> </background>
<x>118</x> </TextObject>
<y>87</y> <ColumnObject>
<height>16</height> <band>Detail</band>
<width>68</width> <id>7</id>
<format>[general]</format> <alignment>0</alignment>
<html> <tabsequence>32766</tabsequence>
<valueishtml>0</valueishtml> <border>5</border>
</html> <color>0</color>
<name>old_status</name> <x>118</x>
<tag>Previous marital status of the employee</tag> <y>334</y>
<visible>1</visible> <height>16</height>
<EditStyle style="ddlb"> <width>71</width>
<limit>1</limit> <format>[general]</format>
<allowedit>no</allowedit> <html>
<case>upper</case> <valueishtml>0</valueishtml>
<imemode>0</imemode> </html>
</EditStyle> <name>chg_term</name>
<font> <tag>Last row modifing terminal, for system purpose only</tag>
<face>Times New Roman</face> <visible expression="0">1</visible>
<height>-10</height> <EditStyle style="edit">
<weight>400</weight> <limit>15</limit>
<family>1</family> <case>any</case>
<pitch>2</pitch> <focusrectangle>no</focusrectangle>
<charset>0</charset> <autoselect>yes</autoselect>
</font> <autohscroll>yes</autohscroll>
<background> <imemode>0</imemode>
<mode>2</mode> </EditStyle>
<color>79741120</color> <font>
</background> <face>Times New Roman</face>
</ColumnObject> <height>-10</height>
<ColumnObject> <weight>400</weight>
<band>Detail</band> <family>1</family>
<id>19</id> <pitch>2</pitch>
<alignment>0</alignment> <charset>0</charset>
<tabsequence>40</tabsequence> </font>
<border>5</border> <background>
<color>0</color> <mode>2</mode>
<x>118</x> <color>16777215</color>
<y>113</y> </background>
<height>16</height> </ColumnObject>
<width>57</width> <TextObject>
<format>dd/mm/yy</format> <band>Detail</band>
<html> <alignment>1</alignment>
<valueishtml>0</valueishtml> <text>Change User:</text>
</html> <border>0</border>
<name>status_date</name> <color>0</color>
<visible>1</visible> <x>247</x>
<EditStyle style="editmask"> <y>309</y>
<mask>dd/mm/yy</mask> <height>16</height>
<imemode>0</imemode> <width>76</width>
<focusrectangle>no</focusrectangle> <html>
</EditStyle> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>chg_user_t</name>
<height>-10</height> <visible expression="0">1</visible>
<weight>400</weight> <font>
<family>1</family> <face>Times New Roman</face>
<pitch>2</pitch> <height>-10</height>
<charset>0</charset> <weight>400</weight>
</font> <family>1</family>
<background> <pitch>2</pitch>
<mode>2</mode> <charset>0</charset>
<color>16777215</color> </font>
</background> <background>
</ColumnObject> <mode>1</mode>
<ColumnObject> <color>536870912</color>
<band>Detail</band> </background>
<id>17</id> </TextObject>
<alignment>0</alignment> <ColumnObject>
<tabsequence>50</tabsequence> <band>Detail</band>
<border>5</border> <id>6</id>
<color>0</color> <alignment>0</alignment>
<x>118</x> <tabsequence>32766</tabsequence>
<y>137</y> <border>5</border>
<height>16</height> <color>0</color>
<width>296</width> <x>326</x>
<format>[general]</format> <y>309</y>
<html> <height>16</height>
<valueishtml>0</valueishtml> <width>95</width>
</html> <format>[general]</format>
<protect expression="if( new_status =&apos;M&apos; ,0,1)">0</protect> <html>
<name>spouse_name</name> <valueishtml>0</valueishtml>
<visible>1</visible> </html>
<EditStyle style="edit"> <name>chg_user</name>
<limit>40</limit> <tag>Last user modifing the record, for system purpose only</tag>
<case>any</case> <visible expression="0">1</visible>
<focusrectangle>no</focusrectangle> <EditStyle style="edit">
<autoselect>yes</autoselect> <limit>10</limit>
<autohscroll>yes</autohscroll> <case>any</case>
<imemode>0</imemode> <focusrectangle>no</focusrectangle>
</EditStyle> <autoselect>yes</autoselect>
<font> <autohscroll>yes</autohscroll>
<face>Times New Roman</face> <imemode>0</imemode>
<height>-10</height> </EditStyle>
<weight>400</weight> <font>
<family>1</family> <face>Times New Roman</face>
<pitch>2</pitch> <height>-10</height>
<charset>0</charset> <weight>400</weight>
</font> <family>1</family>
<background> <pitch>2</pitch>
<mode>2</mode> <charset>0</charset>
<color>16777215</color> </font>
</background> <background>
</ColumnObject> <mode>2</mode>
<TextObject> <color>16777215</color>
<band>Detail</band> </background>
<alignment>1</alignment> </ColumnObject>
<text>Transaction Date :</text> <ColumnObject>
<border>0</border> <band>Detail</band>
<color>0</color> <id>19</id>
<x>17</x> <alignment>1</alignment>
<y>35</y> <tabsequence>100</tabsequence>
<height>16</height> <border>5</border>
<width>98</width> <color>255</color>
<html> <x>326</x>
<valueishtml>0</valueishtml> <y>234</y>
</html> <height>16</height>
<name>emp_maritalchg_tran_date_t</name> <width>88</width>
<visible>1</visible> <format>0.000</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>amount</name>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="edit">
<charset>0</charset> <limit>0</limit>
</font> <case>any</case>
<background> <autoselect>yes</autoselect>
<mode>2</mode> <imemode>0</imemode>
<color>79741120</color> </EditStyle>
</background> <font>
</TextObject> <face>Times New Roman</face>
<TextObject> <height>-10</height>
<band>Detail</band> <weight>400</weight>
<alignment>1</alignment> <family>1</family>
<text>Employee :</text> <pitch>2</pitch>
<border>0</border> <charset>0</charset>
<color>0</color> </font>
<x>42</x> <background>
<y>61</y> <mode>2</mode>
<height>16</height> <color>79741120</color>
<width>73</width> </background>
<html> </ColumnObject>
<valueishtml>0</valueishtml> <ColumnObject>
</html> <band>Detail</band>
<name>emp_maritalchg_emp_code_t</name> <id>14</id>
<visible>1</visible> <alignment>0</alignment>
<font> <tabsequence>32766</tabsequence>
<face>Times New Roman</face> <border>5</border>
<height>-10</height> <color>255</color>
<weight>400</weight> <x>325</x>
<family>1</family> <y>256</y>
<pitch>2</pitch> <height>19</height>
<charset>0</charset> <width>89</width>
</font> <format>[general]</format>
<background> <html>
<mode>2</mode> <valueishtml>0</valueishtml>
<color>79741120</color> </html>
</background> <name>confirm</name>
</TextObject> <visible expression="0">0</visible>
<TextObject> <EditStyle style="ddlb">
<band>Detail</band> <limit>1</limit>
<alignment>1</alignment> <allowedit>no</allowedit>
<text>Previous status :</text> <case>any</case>
<border>0</border> <imemode>0</imemode>
<color>0</color> </EditStyle>
<x>26</x> <font>
<y>87</y> <face>Times New Roman</face>
<height>16</height> <height>-10</height>
<width>89</width> <weight>400</weight>
<html> <family>2</family>
<valueishtml>0</valueishtml> <pitch>2</pitch>
</html> <charset>0</charset>
<name>emp_maritalchg_old_status_t</name> </font>
<visible>1</visible> <background>
<font> <mode>2</mode>
<face>Times New Roman</face> <color>67108864</color>
<height>-10</height> </background>
<weight>400</weight> </ColumnObject>
<family>1</family> <TextObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <alignment>1</alignment>
</font> <text>Amount :</text>
<background> <border>0</border>
<mode>2</mode> <color>0</color>
<color>79741120</color> <x>262</x>
</background> <y>234</y>
</TextObject> <height>16</height>
<TextObject> <width>56</width>
<band>Detail</band> <html>
<alignment>0</alignment> <valueishtml>0</valueishtml>
<text>Status date :</text> </html>
<border>0</border> <name>amount_t</name>
<color>0</color> <visible>1</visible>
<x>49</x> <font>
<y>113</y> <face>Times New Roman</face>
<height>16</height> <height>-10</height>
<width>66</width> <weight>400</weight>
<html> <family>1</family>
<valueishtml>0</valueishtml> <pitch>2</pitch>
</html> <charset>0</charset>
<name>t_3</name> </font>
<visible>1</visible> <background>
<font> <mode>2</mode>
<face>Times New Roman</face> <color>79741120</color>
<height>-10</height> </background>
<weight>400</weight> </TextObject>
<family>1</family> <TextObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <alignment>0</alignment>
</font> <text>Confirm :</text>
<background> <border>0</border>
<mode>2</mode> <color>0</color>
<color>79741120</color> <x>269</x>
</background> <y>258</y>
</TextObject> <height>16</height>
<TextObject> <width>48</width>
<band>Detail</band> <html>
<alignment>1</alignment> <valueishtml>0</valueishtml>
<text>Spouse Name :</text> </html>
<border>0</border> <name>t_1</name>
<color>0</color> <visible>1</visible>
<x>21</x> <font>
<y>137</y> <face>Times New Roman</face>
<height>16</height> <height>-10</height>
<width>94</width> <weight>400</weight>
<html> <family>1</family>
<valueishtml>0</valueishtml> <pitch>2</pitch>
</html> <charset>0</charset>
<name>t_4</name> </font>
<visible>1</visible> <background>
<font> <mode>2</mode>
<face>Times New Roman</face> <color>79741120</color>
<height>-10</height> </background>
<weight>400</weight> </TextObject>
<family>1</family> <TextObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <alignment>1</alignment>
</font> <text>Voucher No :</text>
<background> <border>0</border>
<mode>2</mode> <color>0</color>
<color>79741120</color> <x>37</x>
</background> <y>237</y>
</TextObject> <height>16</height>
<TextObject> <width>78</width>
<band>Detail</band> <html>
<alignment>1</alignment> <valueishtml>0</valueishtml>
<text>New Name F/M/L :</text> </html>
<border>0</border> <name>voucher_no_t</name>
<color>0</color> <visible>1</visible>
<x>3</x> <font>
<y>163</y> <face>Times New Roman</face>
<height>16</height> <height>-10</height>
<width>112</width> <weight>400</weight>
<html> <family>1</family>
<valueishtml>0</valueishtml> <pitch>2</pitch>
</html> <charset>0</charset>
<name>t_5</name> </font>
<visible>1</visible> <background>
<font> <mode>2</mode>
<face>Times New Roman</face> <color>79741120</color>
<height>-10</height> </background>
<weight>400</weight> </TextObject>
<family>1</family> <ColumnObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <id>18</id>
</font> <alignment>0</alignment>
<background> <tabsequence>90</tabsequence>
<mode>2</mode> <border>5</border>
<color>79741120</color> <color>255</color>
</background> <x>118</x>
</TextObject> <y>236</y>
<ColumnObject> <height>16</height>
<band>Detail</band> <width>99</width>
<id>16</id> <format>[general]</format>
<alignment>0</alignment> <html>
<tabsequence>90</tabsequence> <valueishtml>0</valueishtml>
<border>5</border> </html>
<color>0</color> <name>voucher_no</name>
<x>118</x> <visible>1</visible>
<y>188</y> <EditStyle style="edit">
<height>16</height> <limit>0</limit>
<width>296</width> <case>any</case>
<format>[general]</format> <autoselect>yes</autoselect>
<html> <imemode>0</imemode>
<valueishtml>0</valueishtml> </EditStyle>
</html> <font>
<protect expression="1">0</protect> <face>Times New Roman</face>
<name>short_name</name> <height>-10</height>
<visible>1</visible> <weight>400</weight>
<EditStyle style="edit"> <family>1</family>
<limit>40</limit> <pitch>2</pitch>
<case>any</case> <charset>0</charset>
<focusrectangle>no</focusrectangle> </font>
<autoselect>yes</autoselect> <background>
<autohscroll>yes</autohscroll> <mode>2</mode>
<imemode>0</imemode> <color>79741120</color>
</EditStyle> </background>
<font> </ColumnObject>
<face>Times New Roman</face> <TextObject>
<height>-10</height> <band>Detail</band>
<weight>400</weight> <alignment>1</alignment>
<family>1</family> <text>Short Name :</text>
<pitch>2</pitch> <border>0</border>
<charset>0</charset> <color>0</color>
</font> <x>34</x>
<background> <y>209</y>
<mode>2</mode> <height>16</height>
<color>16777215</color> <width>81</width>
</background> <html>
</ColumnObject> <valueishtml>0</valueishtml>
<TextObject> </html>
<band>Detail</band> <name>short_name_t</name>
<alignment>1</alignment> <visible>1</visible>
<text>Short Name :</text> <font>
<border>0</border> <face>Times New Roman</face>
<color>0</color> <height>-10</height>
<x>34</x> <weight>400</weight>
<y>188</y> <family>1</family>
<height>16</height> <pitch>2</pitch>
<width>81</width> <charset>0</charset>
<html> </font>
<valueishtml>0</valueishtml> <background>
</html> <mode>2</mode>
<name>t_7</name> <color>79741120</color>
<visible>1</visible> </background>
<font> </TextObject>
<face>Times New Roman</face> <ColumnObject>
<height>-10</height> <band>Detail</band>
<weight>400</weight> <id>12</id>
<family>1</family> <alignment>0</alignment>
<pitch>2</pitch> <tabsequence>80</tabsequence>
<charset>0</charset> <border>5</border>
</font> <color>0</color>
<background> <x>118</x>
<mode>2</mode> <y>209</y>
<color>79741120</color> <height>16</height>
</background> <width>296</width>
</TextObject> <format>[general]</format>
<TextObject> <html>
<band>Detail</band> <valueishtml>0</valueishtml>
<alignment>0</alignment> </html>
<text>Conf by :</text> <protect expression="1">0</protect>
<border>0</border> <name>short_name</name>
<color>0</color> <visible>1</visible>
<x>304</x> <EditStyle style="edit">
<y>113</y> <limit>40</limit>
<height>16</height> <case>any</case>
<width>49</width> <focusrectangle>no</focusrectangle>
<html> <autoselect>yes</autoselect>
<valueishtml>0</valueishtml> <autohscroll>yes</autohscroll>
</html> <imemode>0</imemode>
<name>t_2</name> </EditStyle>
<visible>1</visible> <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>1</family>
<family>1</family> <pitch>2</pitch>
<pitch>2</pitch> <charset>0</charset>
<charset>0</charset> </font>
</font> <background>
<background> <mode>2</mode>
<mode>2</mode> <color>16777215</color>
<color>79741120</color> </background>
</background> </ColumnObject>
</TextObject> <TextObject>
<ColumnObject> <band>Detail</band>
<band>Detail</band> <alignment>1</alignment>
<id>20</id> <text>New Name F/M/L :</text>
<alignment>0</alignment> <border>0</border>
<tabsequence>32766</tabsequence> <color>0</color>
<border>5</border> <x>25</x>
<color>255</color> <y>184</y>
<x>246</x> <height>16</height>
<y>113</y> <width>112</width>
<height>16</height> <html>
<width>54</width> <valueishtml>0</valueishtml>
<format>dd/mm/yy</format> </html>
<html> <name>emp_maritalchg_emp_fname_t</name>
<valueishtml>0</valueishtml> <visible>1</visible>
</html> <font>
<name>conf_date</name> <face>Times New Roman</face>
<visible>1</visible> <height>-10</height>
<EditStyle style="editmask"> <weight>400</weight>
<mask>dd/mm/yy</mask> <family>1</family>
<imemode>0</imemode> <pitch>2</pitch>
<focusrectangle>no</focusrectangle> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>2</mode>
<height>-10</height> <color>79741120</color>
<weight>400</weight> </background>
<family>1</family> </TextObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>9</id>
<background> <alignment>0</alignment>
<mode>2</mode> <tabsequence>32766</tabsequence>
<color>79741120</color> <border>5</border>
</background> <color>0</color>
</ColumnObject> <x>140</x>
<TextObject> <y>184</y>
<band>Detail</band> <height>16</height>
<alignment>0</alignment> <width>94</width>
<text>Conf date : </text> <format>[general]</format>
<border>0</border> <html>
<color>0</color> <valueishtml>0</valueishtml>
<x>185</x> </html>
<y>113</y> <protect expression="1">0</protect>
<height>16</height> <name>emp_maritalchg_emp_fname</name>
<width>58</width> <visible>1</visible>
<html> <EditStyle style="edit">
<valueishtml>0</valueishtml> <limit>15</limit>
</html> <case>any</case>
<name>t_1</name> <focusrectangle>no</focusrectangle>
<visible>1</visible> <autoselect>yes</autoselect>
<font> <imemode>0</imemode>
<face>Times New Roman</face> </EditStyle>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>1</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>2</mode> </font>
<color>79741120</color> <background>
</background> <mode>2</mode>
</TextObject> <color>16777215</color>
<ColumnObject> </background>
<band>Detail</band> </ColumnObject>
<id>11</id> <ColumnObject>
<alignment>0</alignment> <band>Detail</band>
<tabsequence>60</tabsequence> <id>10</id>
<border>5</border> <alignment>0</alignment>
<color>0</color> <tabsequence>32766</tabsequence>
<x>118</x> <border>5</border>
<y>163</y> <color>0</color>
<height>16</height> <x>241</x>
<width>94</width> <y>184</y>
<format>[general]</format> <height>16</height>
<html> <width>94</width>
<valueishtml>0</valueishtml> <format>[general]</format>
</html> <html>
<protect expression="1">0</protect> <valueishtml>0</valueishtml>
<name>emp_maritalchg_emp_fname</name> </html>
<visible>1</visible> <protect expression="1">0</protect>
<EditStyle style="edit"> <name>emp_maritalchg_emp_mname</name>
<limit>15</limit> <visible>1</visible>
<case>any</case> <EditStyle style="edit">
<focusrectangle>no</focusrectangle> <limit>15</limit>
<autoselect>yes</autoselect> <case>any</case>
<imemode>0</imemode> <focusrectangle>no</focusrectangle>
</EditStyle> <autoselect>yes</autoselect>
<font> <autohscroll>yes</autohscroll>
<face>Times New Roman</face> <imemode>0</imemode>
<height>-10</height> </EditStyle>
<weight>400</weight> <font>
<family>1</family> <face>Times New Roman</face>
<pitch>2</pitch> <height>-10</height>
<charset>0</charset> <weight>400</weight>
</font> <family>1</family>
<background> <pitch>2</pitch>
<mode>2</mode> <charset>0</charset>
<color>16777215</color> </font>
</background> <background>
</ColumnObject> <mode>2</mode>
<ColumnObject> <color>16777215</color>
<band>Detail</band> </background>
<id>12</id> </ColumnObject>
<alignment>0</alignment> <ColumnObject>
<tabsequence>70</tabsequence> <band>Detail</band>
<border>5</border> <id>11</id>
<color>0</color> <alignment>0</alignment>
<x>219</x> <tabsequence>32766</tabsequence>
<y>163</y> <border>5</border>
<height>16</height> <color>0</color>
<width>94</width> <x>342</x>
<format>[general]</format> <y>185</y>
<html> <height>16</height>
<valueishtml>0</valueishtml> <width>94</width>
</html> <format>[general]</format>
<protect expression="1">0</protect> <html>
<name>emp_maritalchg_emp_mname</name> <valueishtml>0</valueishtml>
<visible>1</visible> </html>
<EditStyle style="edit"> <protect expression="1">0</protect>
<limit>15</limit> <name>emp_maritalchg_emp_lname</name>
<case>any</case> <visible>1</visible>
<focusrectangle>no</focusrectangle> <EditStyle style="edit">
<autoselect>yes</autoselect> <limit>15</limit>
<autohscroll>yes</autohscroll> <case>any</case>
<imemode>0</imemode> <focusrectangle>no</focusrectangle>
</EditStyle> <autoselect>yes</autoselect>
<font> <autohscroll>yes</autohscroll>
<face>Times New Roman</face> <imemode>0</imemode>
<height>-10</height> </EditStyle>
<weight>400</weight> <font>
<family>1</family> <face>Times New Roman</face>
<pitch>2</pitch> <height>-10</height>
<charset>0</charset> <weight>400</weight>
</font> <family>1</family>
<background> <pitch>2</pitch>
<mode>2</mode> <charset>0</charset>
<color>16777215</color> </font>
</background> <background>
</ColumnObject> <mode>2</mode>
<ColumnObject> <color>16777215</color>
<band>Detail</band> </background>
<id>13</id> </ColumnObject>
<alignment>0</alignment> <TextObject>
<tabsequence>80</tabsequence> <band>Detail</band>
<border>5</border> <alignment>1</alignment>
<color>0</color> <text>Spouse Name :</text>
<x>320</x> <border>0</border>
<y>164</y> <color>0</color>
<height>16</height> <x>21</x>
<width>94</width> <y>158</y>
<format>[general]</format> <height>16</height>
<html> <width>94</width>
<valueishtml>0</valueishtml> <html>
</html> <valueishtml>0</valueishtml>
<protect expression="1">0</protect> </html>
<name>emp_maritalchg_emp_lname</name> <name>spouse_name_t</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <font>
<limit>15</limit> <face>Times New Roman</face>
<case>any</case> <height>-10</height>
<focusrectangle>no</focusrectangle> <weight>400</weight>
<autoselect>yes</autoselect> <family>1</family>
<autohscroll>yes</autohscroll> <pitch>2</pitch>
<imemode>0</imemode> <charset>0</charset>
</EditStyle> </font>
<font> <background>
<face>Times New Roman</face> <mode>2</mode>
<height>-10</height> <color>79741120</color>
<weight>400</weight> </background>
<family>1</family> </TextObject>
<pitch>2</pitch> <ColumnObject>
<charset>0</charset> <band>Detail</band>
</font> <id>13</id>
<background> <alignment>0</alignment>
<mode>2</mode> <tabsequence>70</tabsequence>
<color>16777215</color> <border>5</border>
</background> <color>0</color>
</ColumnObject> <x>118</x>
<TextObject> <y>158</y>
<band>Detail</band> <height>16</height>
<alignment>1</alignment> <width>296</width>
<text>Amount :</text> <format>[general]</format>
<border>0</border> <html>
<color>0</color> <valueishtml>0</valueishtml>
<x>267</x> </html>
<y>213</y> <protect expression="if( new_status =&apos;M&apos; ,0,1)">0</protect>
<height>16</height> <name>spouse_name</name>
<width>56</width> <visible>1</visible>
<html> <EditStyle style="edit">
<valueishtml>0</valueishtml> <limit>40</limit>
</html> <case>any</case>
<name>t_6</name> <focusrectangle>no</focusrectangle>
<visible>1</visible> <autoselect>yes</autoselect>
<font> <autohscroll>yes</autohscroll>
<face>Times New Roman</face> <imemode>0</imemode>
<height>-10</height> </EditStyle>
<weight>400</weight> <font>
<family>1</family> <face>Times New Roman</face>
<pitch>2</pitch> <height>-10</height>
<charset>0</charset> <weight>400</weight>
</font> <family>1</family>
<background> <pitch>2</pitch>
<mode>2</mode> <charset>0</charset>
<color>79741120</color> </font>
</background> <background>
</TextObject> <mode>2</mode>
<TextObject> <color>16777215</color>
<band>Detail</band> </background>
<alignment>1</alignment> </ColumnObject>
<text>Voucher No :</text> <ColumnObject>
<border>0</border> <band>Detail</band>
<color>0</color> <id>15</id>
<x>37</x> <alignment>0</alignment>
<y>213</y> <tabsequence>60</tabsequence>
<height>16</height> <border>5</border>
<width>78</width> <color>0</color>
<html> <x>91</x>
<valueishtml>0</valueishtml> <y>134</y>
</html> <height>16</height>
<name>t_8</name> <width>57</width>
<visible>1</visible> <format>dd/mm/yy</format>
<font> <html>
<face>Times New Roman</face> <valueishtml>0</valueishtml>
<height>-10</height> </html>
<weight>400</weight> <name>status_date</name>
<family>1</family> <visible>1</visible>
<pitch>2</pitch> <EditStyle style="editmask">
<charset>0</charset> <mask>dd/mm/yy</mask>
</font> <imemode>0</imemode>
<background> <focusrectangle>no</focusrectangle>
<mode>2</mode> </EditStyle>
<color>79741120</color> <font>
</background> <face>Times New Roman</face>
</TextObject> <height>-10</height>
<ColumnObject> <weight>400</weight>
<band>Detail</band> <family>1</family>
<id>22</id> <pitch>2</pitch>
<alignment>0</alignment> <charset>0</charset>
<tabsequence>32766</tabsequence> </font>
<border>5</border> <background>
<color>255</color> <mode>2</mode>
<x>118</x> <color>16777215</color>
<y>213</y> </background>
<height>16</height> </ColumnObject>
<width>99</width> <TextObject>
<format>[general]</format> <band>Detail</band>
<html> <alignment>0</alignment>
<valueishtml>0</valueishtml> <text>Confirm Date : </text>
</html> <border>0</border>
<name>emp_maritalchg_voucher_no</name> <color>0</color>
<visible>1</visible> <x>161</x>
<EditStyle style="edit"> <y>134</y>
<limit>0</limit> <height>16</height>
<case>any</case> <width>79</width>
<autoselect>yes</autoselect> <html>
<imemode>0</imemode> <valueishtml>0</valueishtml>
</EditStyle> </html>
<font> <name>conf_date_t</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>1</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>2</mode> </font>
<color>79741120</color> <background>
</background> <mode>2</mode>
</ColumnObject> <color>79741120</color>
<ColumnObject> </background>
<band>Detail</band> </TextObject>
<id>23</id> <ColumnObject>
<alignment>1</alignment> <band>Detail</band>
<tabsequence>32766</tabsequence> <id>16</id>
<border>5</border> <alignment>0</alignment>
<color>255</color> <tabsequence>32766</tabsequence>
<x>326</x> <border>5</border>
<y>213</y> <color>255</color>
<height>16</height> <x>250</x>
<width>88</width> <y>134</y>
<format>0.000</format> <height>16</height>
<html> <width>54</width>
<valueishtml>0</valueishtml> <format>dd/mm/yy</format>
</html> <html>
<name>emp_maritalchg_amount</name> <valueishtml>0</valueishtml>
<visible>1</visible> </html>
<EditStyle style="edit"> <name>conf_date</name>
<limit>0</limit> <visible>1</visible>
<case>any</case> <EditStyle style="editmask">
<autoselect>yes</autoselect> <mask>dd/mm/yy</mask>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> <focusrectangle>no</focusrectangle>
<font> </EditStyle>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>1</family> <weight>400</weight>
<pitch>2</pitch> <family>1</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>2</mode> <background>
<color>79741120</color> <mode>2</mode>
</background> <color>79741120</color>
</ColumnObject> </background>
<TextObject> </ColumnObject>
<band>Detail</band> <TextObject>
<alignment>1</alignment> <band>Detail</band>
<text>Old Fname:</text> <alignment>0</alignment>
<border>0</border> <text>Confirm By :</text>
<color>0</color> <border>0</border>
<x>37</x> <color>0</color>
<y>236</y> <x>314</x>
<height>16</height> <y>134</y>
<width>78</width> <height>16</height>
<html> <width>66</width>
<valueishtml>0</valueishtml> <html>
</html> <valueishtml>0</valueishtml>
<name>emp_fname__o_t</name> </html>
<visible>0</visible> <name>emp_code__aprv_t</name>
<font> <visible>1</visible>
<face>Times New Roman</face> <font>
<height>-10</height> <face>Times New Roman</face>
<weight>400</weight> <height>-10</height>
<family>1</family> <weight>400</weight>
<pitch>2</pitch> <family>1</family>
<charset>0</charset> <pitch>2</pitch>
</font> <charset>0</charset>
<background> </font>
<mode>2</mode> <background>
<color>79741120</color> <mode>2</mode>
</background> <color>79741120</color>
</TextObject> </background>
<TextObject> </TextObject>
<band>Detail</band> <ColumnObject>
<alignment>1</alignment> <band>Detail</band>
<text>Old Mname :</text> <id>17</id>
<border>0</border> <alignment>0</alignment>
<color>0</color> <tabsequence>32766</tabsequence>
<x>255</x> <border>5</border>
<y>236</y> <color>255</color>
<height>16</height> <x>386</x>
<width>68</width> <y>134</y>
<html> <height>16</height>
<valueishtml>0</valueishtml> <width>57</width>
</html> <format>[general]</format>
<name>emp_mname__o_t</name> <html>
<visible>0</visible> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>emp_code__aprv</name>
<height>-10</height> <visible>1</visible>
<weight>400</weight> <EditStyle style="edit">
<family>1</family> <limit>10</limit>
<pitch>2</pitch> <case>upper</case>
<charset>0</charset> <focusrectangle>no</focusrectangle>
</font> <autoselect>yes</autoselect>
<background> <imemode>0</imemode>
<mode>2</mode> </EditStyle>
<color>79741120</color> <font>
</background> <face>Times New Roman</face>
</TextObject> <height>-10</height>
<ColumnObject> <weight>400</weight>
<band>Detail</band> <family>1</family>
<id>24</id> <pitch>2</pitch>
<alignment>0</alignment> <charset>0</charset>
<tabsequence>32766</tabsequence> </font>
<border>0</border> <background>
<color>255</color> <mode>2</mode>
<x>118</x> <color>79741120</color>
<y>236</y> </background>
<height>16</height> </ColumnObject>
<width>75</width> <TextObject>
<format>[general]</format> <band>Detail</band>
<html> <alignment>1</alignment>
<valueishtml>0</valueishtml> <text>Previous status :</text>
</html> <border>0</border>
<name>emp_fname__o</name> <color>0</color>
<visible>0</visible> <x>23</x>
<EditStyle style="edit"> <y>107</y>
<limit>0</limit> <height>16</height>
<case>any</case> <width>89</width>
<autoselect>yes</autoselect> <html>
<imemode>0</imemode> <valueishtml>0</valueishtml>
</EditStyle> </html>
<font> <name>old_status_t</name>
<face>Times New Roman</face> <visible>1</visible>
<height>-10</height> <font>
<weight>400</weight> <face>Times New Roman</face>
<family>1</family> <height>-10</height>
<pitch>2</pitch> <weight>400</weight>
<charset>0</charset> <family>1</family>
</font> <pitch>2</pitch>
<background> <charset>0</charset>
<mode>2</mode> </font>
<color>79741120</color> <background>
</background> <mode>2</mode>
</ColumnObject> <color>79741120</color>
<ColumnObject> </background>
<band>Detail</band> </TextObject>
<id>25</id> <ColumnObject>
<alignment>0</alignment> <band>Detail</band>
<tabsequence>32766</tabsequence> <id>3</id>
<border>0</border> <alignment>0</alignment>
<color>255</color> <tabsequence>40</tabsequence>
<x>326</x> <border>5</border>
<y>236</y> <color>255</color>
<height>16</height> <x>118</x>
<width>75</width> <y>108</y>
<format>[general]</format> <height>16</height>
<html> <width>97</width>
<valueishtml>0</valueishtml> <format>[general]</format>
</html> <html>
<name>emp_mname__o</name> <valueishtml>0</valueishtml>
<visible>0</visible> </html>
<EditStyle style="edit"> <name>old_status</name>
<limit>0</limit> <tag>Previous marital status of the employee</tag>
<case>any</case> <visible>1</visible>
<autoselect>yes</autoselect> <EditStyle style="ddlb">
<imemode>0</imemode> <limit>1</limit>
</EditStyle> <allowedit>no</allowedit>
<font> <case>upper</case>
<face>Times New Roman</face> <imemode>0</imemode>
<height>-10</height> </EditStyle>
<weight>400</weight> <font>
<family>1</family> <face>Times New Roman</face>
<pitch>2</pitch> <height>-10</height>
<charset>0</charset> <weight>400</weight>
</font> <family>1</family>
<background> <pitch>2</pitch>
<mode>2</mode> <charset>0</charset>
<color>79741120</color> </font>
</background> <background>
</ColumnObject> <mode>2</mode>
<TextObject> <color>79741120</color>
<band>Detail</band> </background>
<alignment>1</alignment> </ColumnObject>
<text>Old Lname:</text> <TextObject>
<border>0</border> <band>Detail</band>
<color>0</color> <alignment>1</alignment>
<x>37</x> <text>New status :</text>
<y>255</y> <border>0</border>
<height>16</height> <color>0</color>
<width>78</width> <x>237</x>
<html> <y>108</y>
<valueishtml>0</valueishtml> <height>16</height>
</html> <width>82</width>
<name>emp_lname__o_t</name> <html>
<visible>0</visible> <valueishtml>0</valueishtml>
<font> </html>
<face>Times New Roman</face> <name>new_status_t</name>
<height>-10</height> <visible>1</visible>
<weight>400</weight> <font>
<family>1</family> <face>Times New Roman</face>
<pitch>2</pitch> <height>-10</height>
<charset>0</charset> <weight>400</weight>
</font> <family>1</family>
<background> <pitch>2</pitch>
<mode>2</mode> <charset>0</charset>
<color>79741120</color> </font>
</background> <background>
</TextObject> <mode>2</mode>
<ColumnObject> <color>79741120</color>
<band>Detail</band> </background>
<id>18</id> </TextObject>
<alignment>0</alignment> <ColumnObject>
<tabsequence>32766</tabsequence> <band>Detail</band>
<border>0</border> <id>4</id>
<color>0</color> <alignment>0</alignment>
<x>715</x> <tabsequence>50</tabsequence>
<y>33</y> <border>5</border>
<height>19</height> <color>0</color>
<width>7</width> <x>326</x>
<format>[general]</format> <y>108</y>
<html> <height>16</height>
<valueishtml>0</valueishtml> <width>93</width>
</html> <format>[general]</format>
<name>confirm</name> <html>
<visible expression="0">0</visible> <valueishtml>0</valueishtml>
<EditStyle style="edit"> </html>
<limit>1</limit> <name>new_status</name>
<case>upper</case> <tag>New marital status of the employee</tag>
<autoselect>yes</autoselect> <visible>1</visible>
<imemode>0</imemode> <EditStyle style="ddlb">
</EditStyle> <limit>1</limit>
<font> <allowedit>no</allowedit>
<face>Times New Roman</face> <case>upper</case>
<height>-10</height> <imemode>0</imemode>
<weight>400</weight> </EditStyle>
<family>2</family> <font>
<pitch>2</pitch> <face>Times New Roman</face>
<charset>0</charset> <height>-10</height>
</font> <weight>400</weight>
<background> <family>1</family>
<mode>2</mode> <pitch>2</pitch>
<color>16777215</color> <charset>0</charset>
</background> </font>
</ColumnObject> <background>
<ColumnObject> <mode>2</mode>
<band>Detail</band> <color>16777215</color>
<id>15</id> </background>
<alignment>0</alignment> </ColumnObject>
<tabsequence>32766</tabsequence> <TextObject>
<border>0</border> <band>Detail</band>
<color>0</color> <alignment>1</alignment>
<x>722</x> <text>Employee :</text>
<y>63</y> <border>0</border>
<height>16</height> <color>0</color>
<width>6</width> <x>39</x>
<format>[general]</format> <y>61</y>
<html> <height>16</height>
<valueishtml>0</valueishtml> <width>73</width>
</html> <html>
<name>sex</name> <valueishtml>0</valueishtml>
<visible expression="0">0</visible> </html>
<EditStyle style="edit"> <name>emp_code_t</name>
<limit>1</limit> <visible>1</visible>
<case>upper</case> <font>
<autoselect>yes</autoselect> <face>Times New Roman</face>
<imemode>0</imemode> <height>-10</height>
</EditStyle> <weight>400</weight>
<font> <family>1</family>
<face>Times New Roman</face> <pitch>2</pitch>
<height>-10</height> <charset>0</charset>
<weight>400</weight> </font>
<family>1</family> <background>
<pitch>2</pitch> <mode>2</mode>
<charset>0</charset> <color>79741120</color>
</font> </background>
<background> </TextObject>
<mode>2</mode> <ColumnObject>
<color>16777215</color> <band>Detail</band>
</background> <id>2</id>
</ColumnObject> <alignment>0</alignment>
<TextObject> <tabsequence>10</tabsequence>
<band>Detail</band> <border>5</border>
<alignment>1</alignment> <color>0</color>
<text>Old Short Name:</text> <x>118</x>
<border>0</border> <y>61</y>
<color>0</color> <height>16</height>
<x>236</x> <width>55</width>
<y>255</y> <format>[general]</format>
<height>16</height> <html>
<width>87</width> <valueishtml>0</valueishtml>
<html> </html>
<valueishtml>0</valueishtml> <name>emp_code</name>
</html> <tag>Employee Code</tag>
<name>short_name__o_t</name> <visible>1</visible>
<visible>0</visible> <EditStyle style="edit">
<font> <limit>10</limit>
<face>Times New Roman</face> <case>any</case>
<height>-10</height> <focusrectangle>no</focusrectangle>
<weight>400</weight> <autoselect>no</autoselect>
<family>1</family> <imemode>0</imemode>
<pitch>2</pitch> </EditStyle>
<charset>0</charset> <font>
</font> <face>Times New Roman</face>
<background> <height>-10</height>
<mode>2</mode> <weight>400</weight>
<color>79741120</color> <family>1</family>
</background> <pitch>2</pitch>
</TextObject> <charset>0</charset>
<ColumnObject> </font>
<band>Detail</band> <background>
<id>27</id> <mode>2</mode>
<alignment>0</alignment> <color>16777215</color>
<tabsequence>32766</tabsequence> </background>
<border>0</border> </ColumnObject>
<color>255</color> <ColumnObject>
<x>326</x> <band>Detail</band>
<y>255</y> <id>20</id>
<height>16</height> <alignment>0</alignment>
<width>95</width> <tabsequence>20</tabsequence>
<format>[general]</format> <border>5</border>
<html> <color>255</color>
<valueishtml>0</valueishtml> <x>179</x>
</html> <y>62</y>
<name>short_name__o</name> <height>16</height>
<visible>0</visible> <width>58</width>
<EditStyle style="edit"> <format>[general]</format>
<limit>0</limit> <html>
<case>any</case> <valueishtml>0</valueishtml>
<autoselect>yes</autoselect> </html>
<imemode>0</imemode> <name>emp_fname_long</name>
</EditStyle> <visible>1</visible>
<font> <EditStyle style="edit">
<face>Times New Roman</face> <limit>0</limit>
<height>-10</height> <case>any</case>
<weight>400</weight> <autoselect>yes</autoselect>
<family>1</family> <imemode>0</imemode>
<pitch>2</pitch> </EditStyle>
<charset>0</charset> <font>
</font> <face>Times New Roman</face>
<background> <height>-10</height>
<mode>2</mode> <weight>400</weight>
<color>79741120</color> <family>1</family>
</background> <pitch>2</pitch>
</ColumnObject> <charset>0</charset>
<ColumnObject> </font>
<band>Detail</band> <background>
<id>26</id> <mode>2</mode>
<alignment>0</alignment> <color>79741120</color>
<tabsequence>32766</tabsequence> </background>
<border>0</border> </ColumnObject>
<color>255</color> <ColumnObject>
<x>118</x> <band>Detail</band>
<y>255</y> <id>21</id>
<height>16</height> <alignment>0</alignment>
<width>75</width> <tabsequence>30</tabsequence>
<format>[general]</format> <border>5</border>
<html> <color>255</color>
<valueishtml>0</valueishtml> <x>245</x>
</html> <y>62</y>
<name>emp_lname__o</name> <height>16</height>
<visible>0</visible> <width>46</width>
<EditStyle style="edit"> <format>[general]</format>
<limit>0</limit> <html>
<case>any</case> <valueishtml>0</valueishtml>
<autoselect>yes</autoselect> </html>
<imemode>0</imemode> <name>emp_lname_long</name>
</EditStyle> <visible>1</visible>
<font> <EditStyle style="edit">
<face>Times New Roman</face> <limit>0</limit>
<height>-10</height> <case>any</case>
<weight>400</weight> <autoselect>yes</autoselect>
<family>1</family> <imemode>0</imemode>
<pitch>2</pitch> </EditStyle>
<charset>0</charset> <font>
</font> <face>Times New Roman</face>
<background> <height>-10</height>
<mode>2</mode> <weight>400</weight>
<color>79741120</color> <family>1</family>
</background> <pitch>2</pitch>
</ColumnObject> <charset>0</charset>
<ColumnObject> </font>
<band>Detail</band> <background>
<id>28</id> <mode>2</mode>
<alignment>0</alignment> <color>79741120</color>
<tabsequence>32766</tabsequence> </background>
<border>0</border> </ColumnObject>
<color>255</color> <HtmlTable>
<x>118</x> <border>1</border>
<y>275</y> </HtmlTable>
<height>16</height> <HtmlGen>
<width>57</width> <clientevents>1</clientevents>
<format>dd/mm/yy</format> <clientvalidation>1</clientvalidation>
<html> <clientcomputedfields>1</clientcomputedfields>
<valueishtml>0</valueishtml> <clientformatting>0</clientformatting>
</html> <clientscriptable>0</clientscriptable>
<name>status_date__o</name> <generatejavascript>1</generatejavascript>
<visible>0</visible> <encodeselflinkargs>1</encodeselflinkargs>
<EditStyle style="editmask"> <netscapelayers>0</netscapelayers>
<mask>dd/mm/yy</mask> </HtmlGen>
<imemode>0</imemode> <Export.XML>
<focusrectangle>no</focusrectangle> <headgroups>1</headgroups>
</EditStyle> <includewhitespace>0</includewhitespace>
<font> <metadatatype>0</metadatatype>
<face>Times New Roman</face> <savemetadata>0</savemetadata>
<height>-10</height> </Export.XML>
<weight>400</weight> <Import.XML>
<family>1</family> </Import.XML>
<pitch>2</pitch> <Export.PDF>
<charset>0</charset> <method>0</method>
</font> <distill.custompostscript>0</distill.custompostscript>
<background> <xslfop.print>0</xslfop.print>
<mode>2</mode> </Export.PDF>
<color>79741120</color> </Sybase_eDataWindow>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Old Stat Date:</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>275</y>
<height>16</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_9</name>
<visible>0</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change User:</text>
<border>0</border>
<color>0</color>
<x>247</x>
<y>301</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_chg_user_t</name>
<visible expression="0">1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>326</x>
<y>301</y>
<height>16</height>
<width>95</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<tag>Last user modifing the record, for system purpose only</tag>
<visible expression="0">1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Date:</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>301</y>
<height>16</height>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_chg_date_t</name>
<visible expression="0">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>Change Term:</text>
<border>0</border>
<color>0</color>
<x>34</x>
<y>325</y>
<height>16</height>
<width>81</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>emp_maritalchg_chg_term_t</name>
<visible expression="0">1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>118</x>
<y>301</y>
<height>16</height>
<width>54</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<tag>Last row modification date, for system purpose only</tag>
<visible expression="0">1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>118</x>
<y>326</y>
<height>16</height>
<width>71</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<tag>Last row modifing terminal, for system purpose only</tag>
<visible expression="0">1</visible>
<EditStyle style="edit">
<limit>15</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
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