Commit 1be9b8d1 authored by sghate's avatar sghate

Updated XML

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@205921 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5f1a6db6
......@@ -198,7 +198,7 @@
<x>309</x>
<y>3</y>
<height>18</height>
<width>175</width>
<width>136</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -220,12 +220,12 @@
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Leave Tblno</text>
<text>Leave Table No</text>
<border>6</border>
<color>0</color>
<x>486</x>
<x>447</x>
<y>3</y>
<height>18</height>
<height>16</height>
<width>72</width>
<html>
<valueishtml>0</valueishtml>
......@@ -251,7 +251,7 @@
<text>Change Date</text>
<border>6</border>
<color>0</color>
<x>560</x>
<x>521</x>
<y>3</y>
<height>16</height>
<width>79</width>
......@@ -279,7 +279,7 @@
<text>Change Term</text>
<border>6</border>
<color>0</color>
<x>725</x>
<x>686</x>
<y>3</y>
<height>16</height>
<width>88</width>
......@@ -307,7 +307,7 @@
<text>Change User</text>
<border>6</border>
<color>0</color>
<x>641</x>
<x>602</x>
<y>3</y>
<height>16</height>
<width>82</width>
......@@ -450,7 +450,7 @@
<x>309</x>
<y>1</y>
<height>19</height>
<width>175</width>
<width>136</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -484,7 +484,7 @@
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>486</x>
<x>447</x>
<y>1</y>
<height>19</height>
<width>72</width>
......@@ -521,7 +521,7 @@
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>725</x>
<x>686</x>
<y>1</y>
<height>19</height>
<width>88</width>
......@@ -557,7 +557,7 @@
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>560</x>
<x>521</x>
<y>1</y>
<height>19</height>
<width>79</width>
......@@ -593,7 +593,7 @@
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>641</x>
<x>602</x>
<y>1</y>
<height>19</height>
<width>82</width>
......
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>107</height>
<height>220</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -66,6 +66,18 @@
<name>leave_tblno</name>
<dbname>grade_site_lvetbl.lve_tblno</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>grade_descr</name>
<dbname>grade.descr</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>site_descr</name>
<dbname>site.descr</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
......@@ -81,25 +93,13 @@
<dbname>grade_site_lvetbl.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>
<dbname>grade_site_lvetbl.chg_term</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>grade_descr</name>
<dbname>grade.descr</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>site_descr</name>
<dbname>site.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;grade_site_lvetbl&quot; ) TABLE(NAME=&quot;grade&quot; ) TABLE(NAME=&quot;site&quot; ) COLUMN(NAME=&quot;grade_site_lvetbl.site_code&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.grade_code&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.lve_tblno&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.chg_date&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.chg_user&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.chg_term&quot;) COLUMN(NAME=&quot;grade.descr&quot;) COLUMN(NAME=&quot;site.descr&quot;) JOIN (LEFT=&quot;grade_site_lvetbl.grade_code&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; ) JOIN (LEFT=&quot;grade_site_lvetbl.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; )WHERE( EXP1 =&quot;grade_site_lvetbl.site_code&quot; OP =&quot;=&quot; EXP2 =&quot;:msite_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;grade_site_lvetbl.grade_code&quot; OP =&quot;=&quot; EXP2 =&quot;:mgrade_code&quot; ) ) ARG(NAME = &quot;msite_code&quot; TYPE = string) ARG(NAME = &quot;mgrade_code&quot; TYPE = string) </retrieve>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;grade_site_lvetbl&quot; ) TABLE(NAME=&quot;grade&quot; ) TABLE(NAME=&quot;site&quot; ) COLUMN(NAME=&quot;grade_site_lvetbl.site_code&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.grade_code&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.lve_tblno&quot;) COLUMN(NAME=&quot;grade.descr&quot;) COLUMN(NAME=&quot;site.descr&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.chg_date&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.chg_user&quot;) COLUMN(NAME=&quot;grade_site_lvetbl.chg_term&quot;) JOIN (LEFT=&quot;grade_site_lvetbl.grade_code&quot; OP =&quot;=&quot;RIGHT=&quot;grade.grade_code&quot; ) JOIN (LEFT=&quot;grade_site_lvetbl.site_code&quot; OP =&quot;=&quot;RIGHT=&quot;site.site_code&quot; )WHERE( EXP1 =&quot;grade_site_lvetbl.site_code&quot; OP =&quot;=&quot; EXP2 =&quot;:msite_code&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;grade_site_lvetbl.grade_code&quot; OP =&quot;=&quot; EXP2 =&quot;:mgrade_code&quot; ) ) ARG(NAME = &quot;msite_code&quot; TYPE = string) ARG(NAME = &quot;mgrade_code&quot; TYPE = string) </retrieve>
<update>GRADE_SITE_LVETBL</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -112,6 +112,30 @@
<type>string</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Other</text>
<border>2</border>
<color>0</color>
<x>12</x>
<y>107</y>
<height>83</height>
<width>418</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
......@@ -120,7 +144,7 @@
<x>11</x>
<y>0</y>
<height>98</height>
<width>354</width>
<width>418</width>
<name>gb_1</name>
<visible>1</visible>
<font>
......@@ -139,17 +163,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Leave Table :</text>
<text>Site Code :</text>
<border>0</border>
<color>0</color>
<x>33</x>
<y>76</y>
<y>22</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>leave_tblno_t</name>
<name>site_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -166,20 +190,20 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>114</x>
<y>77</y>
<y>23</y>
<height>16</height>
<width>58</width>
<width>63</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>leave_tblno</name>
<name>site_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
......@@ -202,20 +226,58 @@
<color>1090519039</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>181</x>
<y>22</y>
<height>16</height>
<width>185</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</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>79741120</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Site Code :</text>
<text>Grade Code :</text>
<border>0</border>
<color>0</color>
<x>33</x>
<y>22</y>
<y>44</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code_t</name>
<name>grade_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -232,20 +294,20 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<id>2</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>114</x>
<y>23</y>
<y>44</y>
<height>16</height>
<width>58</width>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_code</name>
<name>grade_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
......@@ -270,23 +332,23 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>175</x>
<y>22</y>
<x>182</x>
<y>44</y>
<height>16</height>
<width>185</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>site_descr</name>
<name>grade_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<limit>40</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
......@@ -309,17 +371,17 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Grade Code :</text>
<text>Leave Table :</text>
<border>0</border>
<color>0</color>
<x>33</x>
<y>47</y>
<y>65</y>
<height>16</height>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>grade_code_t</name>
<name>leave_tblno_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -336,20 +398,20 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<id>3</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>114</x>
<y>47</y>
<y>66</y>
<height>16</height>
<width>58</width>
<width>66</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>grade_code</name>
<name>leave_tblno</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</limit>
......@@ -372,6 +434,119 @@
<color>1090519039</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change On :</text>
<border>0</border>
<color>0</color>
<x>24</x>
<y>134</y>
<height>16</height>
<width>84</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>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change From :</text>
<border>0</border>
<color>0</color>
<x>25</x>
<y>157</y>
<height>16</height>
<width>84</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change By :</text>
<border>0</border>
<color>0</color>
<x>224</x>
<y>135</y>
<height>16</height>
<width>84</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>114</x>
<y>135</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
......@@ -379,24 +554,15 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>175</x>
<y>47</y>
<x>312</x>
<y>136</y>
<height>16</height>
<width>185</width>
<format>[general]</format>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>grade_descr</name>
<name>chg_user</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>
......@@ -407,7 +573,36 @@
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<color>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>114</x>
<y>156</y>
<height>16</height>
<width>80</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>67108864</color>
</background>
</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