Commit 2e2b16ba authored by sghate's avatar sghate

shital :updated XML on 21 Aug 2019

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205592 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f2087c09
......@@ -79,6 +79,7 @@
<key>yes</key>
<name>level_type</name>
<dbname>site_env.level_type</dbname>
<initial>C</initial>
<values>
<item display="Cadre" data="C"/>
<item display="Grade" data="G"/>
......@@ -145,7 +146,7 @@
<dbname>site_env.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
......@@ -163,49 +164,49 @@
<name>level_descr</name>
<dbname>level_descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;site_env&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;cadre&quot; ) TABLE(NAME=&quot;grade&quot; ) COLUMN(NAME=&quot;site_env.site_code&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;site_env.module_code&quot;) COLUMN(NAME=&quot;site_env.level_type&quot;) COLUMN(NAME=&quot;site_env.level_code&quot;) COLUMN(NAME=&quot;site_env.par_name&quot;) COLUMN(NAME=&quot;site_env.descr&quot;) COLUMN(NAME=&quot;site_env.eff_date&quot;) COLUMN(NAME=&quot;site_env.upto_date&quot;) COLUMN(NAME=&quot;site_env.par_value&quot;) COLUMN(NAME=&quot;site_env.chg_date&quot;) COLUMN(NAME=&quot;site_env.chg_user&quot;) COLUMN(NAME=&quot;site_env.chg_term&quot;) COLUMN(NAME=&quot;site.pin&quot;) COMPUTE(NAME=&quot;DDF_LVDESC(LEVEL_TYPE,LEVEL_CODE) As LEVEL_DESCR&quot;) JOIN (LEFT=&quot;site_env.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; OUTER1 =&quot;site_env.site_code&quot; ) JOIN (LEFT=&quot;site_env.level_code&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; OUTER1 =&quot;site_env.level_code&quot; ) JOIN (LEFT=&quot;site_env.level_code&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; OUTER1 =&quot;site_env.level_code&quot; )WHERE( EXP1 =&quot;SITE_ENV.SITE_CODE&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_SITE_CODE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.MODULE_CODE&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_MODULE_CODE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.LEVEL_TYPE&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_LEVEL_TYPE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.LEVEL_CODE&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_LEVEL_CODE&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.PAR_NAME&quot; OP =&quot;=&quot; EXP2 =&quot;:AS_PAR_NAME&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;SITE_ENV.EFF_DATE&quot; OP =&quot;=&quot; EXP2 =&quot;:AD_EFF_DATE&quot; ) ) ARG(NAME = &quot;AS_SITE_CODE&quot; TYPE = string) ARG(NAME = &quot;AS_MODULE_CODE&quot; TYPE = string) ARG(NAME = &quot;AS_LEVEL_TYPE&quot; TYPE = string) ARG(NAME = &quot;AS_LEVEL_CODE&quot; TYPE = string) ARG(NAME = &quot;AS_PAR_NAME&quot; TYPE = string) ARG(NAME = &quot;AD_EFF_DATE&quot; TYPE = datetime) ARG(NAME = &quot;AD_UPTO_DATE&quot; TYPE = datetime) </retrieve>
<update>SITE_ENV</update>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;site_env&quot; ) TABLE(NAME=&quot;site&quot; ) TABLE(NAME=&quot;cadre&quot; ) TABLE(NAME=&quot;grade&quot; ) COLUMN(NAME=&quot;site_env.site_code&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;site_env.module_code&quot;) COLUMN(NAME=&quot;site_env.level_type&quot;) COLUMN(NAME=&quot;site_env.level_code&quot;) COLUMN(NAME=&quot;site_env.par_name&quot;) COLUMN(NAME=&quot;site_env.descr&quot;) COLUMN(NAME=&quot;site_env.eff_date&quot;) COLUMN(NAME=&quot;site_env.upto_date&quot;) COLUMN(NAME=&quot;site_env.par_value&quot;) COLUMN(NAME=&quot;site_env.chg_date&quot;) COLUMN(NAME=&quot;site_env.chg_user&quot;) COLUMN(NAME=&quot;site_env.chg_term&quot;) COLUMN(NAME=&quot;site.pin&quot;) COMPUTE(NAME=&quot;DDF_LVDESC(LEVEL_TYPE,LEVEL_CODE) As LEVEL_DESCR&quot;) JOIN (LEFT=&quot;site_env.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; OUTER1 =&quot;site_env.site_code&quot; ) JOIN (LEFT=&quot;site_env.level_code&quot; OP =&quot;=&quot;RIGHT=&quot;cadre.cadre_code&quot; OUTER1 =&quot;site_env.level_code&quot; ) JOIN (LEFT=&quot;site_env.level_code&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; OUTER1 =&quot;site_env.level_code&quot; )WHERE( EXP1 =&quot;site_env.site_code&quot; OP =&quot;=&quot; EXP2 =&quot;:site_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;site_env.module_code&quot; OP =&quot;=&quot; EXP2 =&quot;:module_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;site_env.level_type&quot; OP =&quot;=&quot; EXP2 =&quot;:level_type&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;site_env.level_code&quot; OP =&quot;=&quot; EXP2 =&quot;:level_code&quot; LOGIC =&quot;And&quot; ) WHERE( EXP1 =&quot;site_env.par_name&quot; OP =&quot;=&quot; EXP2 =&quot;:par_name&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;site_env.eff_date&quot; OP =&quot;=&quot; EXP2 =&quot;:eff_date&quot; ) ) ARG(NAME = &quot;site_code&quot; TYPE = string) ARG(NAME = &quot;module_code&quot; TYPE = string) ARG(NAME = &quot;level_type&quot; TYPE = string) ARG(NAME = &quot;level_code&quot; TYPE = string) ARG(NAME = &quot;par_name&quot; TYPE = string) ARG(NAME = &quot;eff_date&quot; TYPE = datetime) ARG(NAME = &quot;upto_date&quot; TYPE = datetime) </retrieve>
<update>site_env</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
<name>AS_SITE_CODE</name>
<name>site_code</name>
<type>string</type>
</argument>
<argument>
<name>AS_MODULE_CODE</name>
<name>module_code</name>
<type>string</type>
</argument>
<argument>
<name>AS_LEVEL_TYPE</name>
<name>level_type</name>
<type>string</type>
</argument>
<argument>
<name>AS_LEVEL_CODE</name>
<name>level_code</name>
<type>string</type>
</argument>
<argument>
<name>AS_PAR_NAME</name>
<name>par_name</name>
<type>string</type>
</argument>
<argument>
<name>AD_EFF_DATE</name>
<name>eff_date</name>
<type>datetime</type>
</argument>
<argument>
<name>AD_UPTO_DATE</name>
<name>upto_date</name>
<type>datetime</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Others</text>
<text>Basic</text>
<border>2</border>
<color>33554432</color>
<x>22</x>
<y>214</y>
<height>55</height>
<width>566</width>
<name>gb_2</name>
<x>24</x>
<y>11</y>
<height>162</height>
<width>562</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -222,14 +223,14 @@
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<text>Others</text>
<border>2</border>
<color>33554432</color>
<x>24</x>
<y>20</y>
<height>180</height>
<width>562</width>
<name>gb_1</name>
<x>22</x>
<y>187</y>
<height>63</height>
<width>566</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -244,34 +245,6 @@
<color>553648127</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Site Code :</text>
<border>0</border>
<color>0</color>
<x>44</x>
<y>47</y>
<height>16</height>
<width>79</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -300,21 +273,29 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Module Code :</text>
<border>0</border>
<color>0</color>
<x>44</x>
<y>72</y>
<id>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>481</x>
<y>48</y>
<height>16</height>
<width>79</width>
<width>76</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>module_code_t</name>
<name>site_pin</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -324,25 +305,34 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Par Name :</text>
<border>0</border>
<id>4</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>47</x>
<y>122</y>
<x>348</x>
<y>73</y>
<height>16</height>
<width>76</width>
<width>209</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>par_name_t</name>
<name>level_type</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>any</case>
<useasborder>yes</useasborder>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -352,25 +342,32 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Eff Date :</text>
<border>0</border>
<id>9</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>47</x>
<y>147</y>
<x>348</x>
<y>131</y>
<height>16</height>
<width>76</width>
<width>209</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date_t</name>
<name>upto_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -380,25 +377,33 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Par Value :</text>
<border>0</border>
<color>0</color>
<x>48</x>
<y>173</y>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>348</x>
<y>92</y>
<height>16</height>
<width>76</width>
<width>209</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>par_value_t</name>
<name>level_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -408,25 +413,35 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Level Code :</text>
<border>0</border>
<id>7</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>47</x>
<y>97</y>
<x>348</x>
<y>111</y>
<height>16</height>
<width>76</width>
<width>209</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>level_code_t</name>
<name>descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -436,10 +451,10 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
......@@ -447,8 +462,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>127</x>
<y>48</y>
<x>129</x>
<y>45</y>
<height>16</height>
<width>76</width>
<format>[general]</format>
......@@ -484,8 +499,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>207</x>
<y>48</y>
<x>212</x>
<y>45</y>
<height>16</height>
<width>205</width>
<format>[general]</format>
......@@ -515,29 +530,21 @@
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Site Code :</text>
<border>0</border>
<color>0</color>
<x>127</x>
<y>73</y>
<x>44</x>
<y>45</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<width>79</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>module_code</name>
<name>site_code_t</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -547,34 +554,25 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Level Code :</text>
<border>0</border>
<color>0</color>
<x>127</x>
<y>98</y>
<x>44</x>
<y>88</y>
<height>16</height>
<width>89</width>
<format>[general]</format>
<width>79</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>level_code</name>
<name>level_code_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -584,35 +582,25 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Module Code :</text>
<border>0</border>
<color>0</color>
<x>127</x>
<y>123</y>
<x>44</x>
<y>69</y>
<height>16</height>
<width>89</width>
<format>[general]</format>
<width>79</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>par_name</name>
<name>module_code_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>20</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -622,32 +610,25 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Par Name :</text>
<border>0</border>
<color>0</color>
<x>127</x>
<y>148</y>
<x>44</x>
<y>107</y>
<height>16</height>
<width>91</width>
<format>dd/mm/yy</format>
<width>79</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>eff_date</name>
<name>par_name_t</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -657,35 +638,81 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
</TextObject>
<TextObject>
<band>Detail</band>
<id>10</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Eff Date :</text>
<border>0</border>
<color>0</color>
<x>127</x>
<y>173</y>
<x>44</x>
<y>126</y>
<height>16</height>
<width>90</width>
<format>[general]</format>
<width>79</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>par_value</name>
<name>eff_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Par Value :</text>
<border>0</border>
<color>0</color>
<x>44</x>
<y>145</y>
<height>16</height>
<width>79</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>par_value_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change On :</text>
<border>0</border>
<color>0</color>
<x>48</x>
<y>212</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>100</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>
......@@ -695,32 +722,31 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>481</x>
<y>48</y>
<x>128</x>
<y>213</y>
<height>16</height>
<width>76</width>
<format>[general]</format>
<width>56</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_pin</name>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -735,29 +761,21 @@
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>348</x>
<y>98</y>
<alignment>1</alignment>
<text>Change By :</text>
<border>0</border>
<color>0</color>
<x>223</x>
<y>212</y>
<height>16</height>
<width>209</width>
<format>[general]</format>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>level_descr</name>
<name>chg_user_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -767,31 +785,33 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<id>12</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>348</x>
<y>73</y>
<color>255</color>
<x>304</x>
<y>213</y>
<height>16</height>
<width>73</width>
<width>59</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>level_type</name>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -804,34 +824,24 @@
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<color>79741120</color>
</background>
</ColumnObject>
<ColumnObject>
<TextObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<alignment>1</alignment>
<text>Change From :</text>
<border>0</border>
<color>0</color>
<x>348</x>
<y>123</y>
<x>391</x>
<y>212</y>
<height>16</height>
<width>209</width>
<format>[general]</format>
<width>77</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>descr</name>
<name>chg_term_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -841,31 +851,34 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>13</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>348</x>
<y>148</y>
<color>255</color>
<x>472</x>
<y>213</y>
<height>16</height>
<width>110</width>
<format>dd/mm/yy</format>
<width>58</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>upto_date</name>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<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>
......@@ -877,19 +890,19 @@
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<color>79741120</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Description :</text>
<text>Level Description :</text>
<border>0</border>
<color>0</color>
<x>265</x>
<y>97</y>
<x>244</x>
<y>91</y>
<height>16</height>
<width>78</width>
<width>100</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -914,7 +927,7 @@
<text>Level Type :</text>
<border>0</border>
<color>0</color>
<x>265</x>
<x>266</x>
<y>72</y>
<height>16</height>
<width>78</width>
......@@ -942,8 +955,8 @@
<text>Description :</text>
<border>0</border>
<color>0</color>
<x>265</x>
<y>122</y>
<x>266</x>
<y>110</y>
<height>16</height>
<width>78</width>
<html>
......@@ -970,8 +983,8 @@
<text>Upto Date :</text>
<border>0</border>
<color>0</color>
<x>265</x>
<y>147</y>
<x>266</x>
<y>133</y>
<height>16</height>
<width>78</width>
<html>
......@@ -992,55 +1005,29 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Date :</text>
<border>0</border>
<color>0</color>
<x>39</x>
<y>235</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>10</tabsequence>
<border>5</border>
<color>255</color>
<x>119</x>
<y>236</y>
<color>0</color>
<x>129</x>
<y>67</y>
<height>16</height>
<width>56</width>
<format>[shortdate] [time]</format>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<name>module_code</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<EditStyle style="ddlb">
<limit>3</limit>
<allowedit>no</allowedit>
<case>any</case>
<useasborder>yes</useasborder>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
......@@ -1052,24 +1039,33 @@
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change User :</text>
<border>0</border>
<id>5</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>214</x>
<y>235</y>
<x>129</x>
<y>87</y>
<height>16</height>
<width>76</width>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<name>level_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -1079,30 +1075,30 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>40</tabsequence>
<border>5</border>
<color>255</color>
<x>295</x>
<y>236</y>
<color>0</color>
<x>129</x>
<y>107</y>
<height>16</height>
<width>59</width>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<name>par_name</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>10</limit>
<case>any</case>
<limit>20</limit>
<case>upper</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
......@@ -1118,24 +1114,31 @@
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change Term :</text>
<border>0</border>
<id>8</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>382</x>
<y>235</y>
<x>129</x>
<y>127</y>
<height>16</height>
<width>77</width>
<width>91</width>
<format>dd/mm/yy</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<name>eff_date</name>
<visible>1</visible>
<EditStyle style="editmask">
<mask>dd/mm/yy</mask>
<imemode>0</imemode>
<focusrectangle>no</focusrectangle>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -1145,29 +1148,29 @@
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<mode>2</mode>
<color>16777215</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<tabsequence>80</tabsequence>
<border>5</border>
<color>255</color>
<x>463</x>
<y>236</y>
<color>0</color>
<x>129</x>
<y>147</y>
<height>16</height>
<width>58</width>
<width>91</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<name>par_value</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>15</limit>
<limit>100</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -1184,7 +1187,7 @@
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
......
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