Commit 6941a2d8 authored by sghate's avatar sghate

*Created XML

designation11.xml
designation21.xml


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@204938 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ee65a4b9
......@@ -97,13 +97,13 @@
<dbname>designation.status</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;designation&quot; ) COLUMN(NAME=&quot;designation.design_code&quot;) COLUMN(NAME=&quot;designation.designation&quot;) COLUMN(NAME=&quot;designation.chg_date&quot;) COLUMN(NAME=&quot;designation.chg_user&quot;) COLUMN(NAME=&quot;designation.chg_term&quot;) COLUMN(NAME=&quot;designation.long_designation&quot;) COLUMN(NAME=&quot;designation.status&quot;)) </retrieve>
<update>DESIGNATION</update>
<update>designation</update>
<updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<alignment>2</alignment>
<text>Designation code</text>
<border>6</border>
<color>0</color>
......@@ -131,7 +131,7 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<alignment>2</alignment>
<text>Description</text>
<border>6</border>
<color>0</color>
......@@ -159,7 +159,7 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<alignment>2</alignment>
<text>Change Date</text>
<border>6</border>
<color>0</color>
......@@ -187,7 +187,7 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<alignment>2</alignment>
<text>Change User</text>
<border>6</border>
<color>0</color>
......@@ -215,7 +215,7 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<alignment>2</alignment>
<text>Change Term</text>
<border>6</border>
<color>0</color>
......@@ -243,7 +243,7 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<alignment>2</alignment>
<text>Long Description</text>
<border>6</border>
<color>0</color>
......@@ -271,7 +271,7 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<alignment>2</alignment>
<text>Status</text>
<border>6</border>
<color>0</color>
......
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>133</height>
<height>336</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -52,54 +52,54 @@
<dbname>designation.design_code</dbname>
</table_column>
<table_column>
<type size="25">char</type>
<type size="35">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>designation</name>
<dbname>designation.designation</dbname>
</table_column>
<table_column>
<type>datetime</type>
<type size="60">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_date</name>
<dbname>designation.chg_date</dbname>
<name>long_designation</name>
<dbname>designation.long_designation</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_user</name>
<dbname>designation.chg_user</dbname>
<name>status</name>
<dbname>designation.status</dbname>
<initial>A</initial>
<values>
<item display="Active" data="A"/>
<item display="Inactive" data="I"/>
</values>
</table_column>
<table_column>
<type size="15">char</type>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>designation.chg_term</dbname>
<name>chg_date</name>
<dbname>designation.chg_date</dbname>
</table_column>
<table_column>
<type size="60">char</type>
<type size="10">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>long_designation</name>
<dbname>designation.long_designation</dbname>
<name>chg_user</name>
<dbname>designation.chg_user</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>status</name>
<dbname>designation.status</dbname>
<initial>A</initial>
<values>
<item display="Active" data="A"/>
<item display="Inactive" data="I"/>
</values>
<name>chg_term</name>
<dbname>designation.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;designation&quot; ) COLUMN(NAME=&quot;designation.design_code&quot;) COLUMN(NAME=&quot;designation.designation&quot;) COLUMN(NAME=&quot;designation.chg_date&quot;) COLUMN(NAME=&quot;designation.chg_user&quot;) COLUMN(NAME=&quot;designation.chg_term&quot;) COLUMN(NAME=&quot;designation.long_designation&quot;) COLUMN(NAME=&quot;designation.status&quot;)WHERE( EXP1 =&quot;designation.design_code&quot; OP =&quot;=&quot; EXP2 =&quot;:design_code&quot; ) ) ARG(NAME = &quot;design_code&quot; TYPE = string) </retrieve>
<update>DESIGNATION</update>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;designation&quot; ) COLUMN(NAME=&quot;designation.design_code&quot;) COLUMN(NAME=&quot;designation.designation&quot;) COLUMN(NAME=&quot;designation.long_designation&quot;) COLUMN(NAME=&quot;designation.status&quot;) COLUMN(NAME=&quot;designation.chg_date&quot;) COLUMN(NAME=&quot;designation.chg_user&quot;) COLUMN(NAME=&quot;designation.chg_term&quot;)WHERE( EXP1 =&quot;designation.design_code&quot; OP =&quot;=&quot; EXP2 =&quot;:design_code&quot; ) ) ARG(NAME = &quot;design_code&quot; TYPE = string) </retrieve>
<update>designation</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -107,14 +107,62 @@
<type>string</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Other</text>
<border>2</border>
<color>0</color>
<x>17</x>
<y>126</y>
<height>67</height>
<width>385</width>
<name>gb_2</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>0</color>
<x>17</x>
<y>9</y>
<height>112</height>
<width>389</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-11</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Designation Code :</text>
<border>0</border>
<color>0</color>
<x>46</x>
<y>14</y>
<x>37</x>
<y>30</y>
<height>16</height>
<width>109</width>
<html>
......@@ -135,6 +183,90 @@
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Description :</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>50</y>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>designation_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>Long Description :</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>70</y>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>long_designation_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>Status :</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>90</y>
<height>16</height>
<width>109</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>status_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>1</id>
......@@ -142,10 +274,10 @@
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>161</x>
<y>14</y>
<x>150</x>
<y>30</y>
<height>16</height>
<width>90</width>
<width>98</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -180,10 +312,10 @@
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>161</x>
<y>45</y>
<x>150</x>
<y>51</y>
<height>16</height>
<width>232</width>
<width>150</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -211,20 +343,94 @@
<color>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>151</x>
<y>69</y>
<height>16</height>
<width>200</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>long_designation</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>16777215</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>150</x>
<y>90</y>
<height>16</height>
<width>98</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>status</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
<weight>400</weight>
<family>1</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Description :</text>
<text>Change On :</text>
<border>0</border>
<color>0</color>
<x>73</x>
<y>45</y>
<x>32</x>
<y>146</y>
<height>16</height>
<width>82</width>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>designation_t</name>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -236,23 +442,23 @@
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Long Description :</text>
<text>Change From :</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>75</y>
<x>32</x>
<y>167</y>
<height>16</height>
<width>118</width>
<width>78</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>t_1</name>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -264,32 +470,59 @@
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<color>553648127</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Change By :</text>
<border>0</border>
<color>0</color>
<x>206</x>
<y>147</y>
<height>16</height>
<width>78</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>
<id>5</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>161</x>
<y>75</y>
<color>255</color>
<x>116</x>
<y>146</y>
<height>16</height>
<width>381</width>
<format>[general]</format>
<width>80</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>long_designation</name>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>60</limit>
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<autohscroll>yes</autohscroll>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -301,25 +534,34 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>553648127</color>
</background>
</ColumnObject>
<TextObject>
<ColumnObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Status :</text>
<border>0</border>
<color>0</color>
<x>37</x>
<y>106</y>
<id>7</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>116</x>
<y>168</y>
<height>16</height>
<width>118</width>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>status_t</name>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Times New Roman</face>
<height>-10</height>
......@@ -330,30 +572,31 @@
</font>
<background>
<mode>1</mode>
<color>536870912</color>
<color>553648127</color>
</background>
</TextObject>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>161</x>
<y>106</y>
<color>255</color>
<x>290</x>
<y>146</y>
<height>16</height>
<width>66</width>
<width>80</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>status</name>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="ddlb">
<EditStyle style="edit">
<limit>0</limit>
<allowedit>no</allowedit>
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
......@@ -365,8 +608,8 @@
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<mode>1</mode>
<color>553648127</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