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 @@ ...@@ -97,13 +97,13 @@
<dbname>designation.status</dbname> <dbname>designation.status</dbname>
</table_column> </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> <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> <updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Designation code</text> <text>Designation code</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Description</text> <text>Description</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Change Date</text> <text>Change Date</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -187,7 +187,7 @@ ...@@ -187,7 +187,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Change User</text> <text>Change User</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Change Term</text> <text>Change Term</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -243,7 +243,7 @@ ...@@ -243,7 +243,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Long Description</text> <text>Long Description</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
...@@ -271,7 +271,7 @@ ...@@ -271,7 +271,7 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>0</alignment> <alignment>2</alignment>
<text>Status</text> <text>Status</text>
<border>6</border> <border>6</border>
<color>0</color> <color>0</color>
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>133</height> <height>336</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
...@@ -52,54 +52,54 @@ ...@@ -52,54 +52,54 @@
<dbname>designation.design_code</dbname> <dbname>designation.design_code</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="25">char</type> <type size="35">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>designation</name> <name>designation</name>
<dbname>designation.designation</dbname> <dbname>designation.designation</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>datetime</type> <type size="60">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_date</name> <name>long_designation</name>
<dbname>designation.chg_date</dbname> <dbname>designation.long_designation</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="1">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_user</name> <name>status</name>
<dbname>designation.chg_user</dbname> <dbname>designation.status</dbname>
<initial>A</initial>
<values>
<item display="Active" data="A"/>
<item display="Inactive" data="I"/>
</values>
</table_column> </table_column>
<table_column> <table_column>
<type size="15">char</type> <type>datetime</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>chg_term</name> <name>chg_date</name>
<dbname>designation.chg_term</dbname> <dbname>designation.chg_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="60">char</type> <type size="10">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>long_designation</name> <name>chg_user</name>
<dbname>designation.long_designation</dbname> <dbname>designation.chg_user</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="1">char</type> <type size="300">char</type>
<update>yes</update> <update>yes</update>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>status</name> <name>chg_term</name>
<dbname>designation.status</dbname> <dbname>designation.chg_term</dbname>
<initial>A</initial>
<values>
<item display="Active" data="A"/>
<item display="Inactive" data="I"/>
</values>
</table_column> </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> <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> <update>designation</update>
<updatewhere>0</updatewhere> <updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace> <updatekeyinplace>no</updatekeyinplace>
<argument> <argument>
...@@ -107,14 +107,62 @@ ...@@ -107,14 +107,62 @@
<type>string</type> <type>string</type>
</argument> </argument>
</TableDefinition> </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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Designation Code :</text> <text>Designation Code :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>46</x> <x>37</x>
<y>14</y> <y>30</y>
<height>16</height> <height>16</height>
<width>109</width> <width>109</width>
<html> <html>
...@@ -135,6 +183,90 @@ ...@@ -135,6 +183,90 @@
<color>536870912</color> <color>536870912</color>
</background> </background>
</TextObject> </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> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>1</id> <id>1</id>
...@@ -142,10 +274,10 @@ ...@@ -142,10 +274,10 @@
<tabsequence>10</tabsequence> <tabsequence>10</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>161</x> <x>150</x>
<y>14</y> <y>30</y>
<height>16</height> <height>16</height>
<width>90</width> <width>98</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -180,10 +312,10 @@ ...@@ -180,10 +312,10 @@
<tabsequence>20</tabsequence> <tabsequence>20</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>0</color>
<x>161</x> <x>150</x>
<y>45</y> <y>51</y>
<height>16</height> <height>16</height>
<width>232</width> <width>150</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
...@@ -211,20 +343,94 @@ ...@@ -211,20 +343,94 @@
<color>16777215</color> <color>16777215</color>
</background> </background>
</ColumnObject> </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> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Description :</text> <text>Change On :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>73</x> <x>32</x>
<y>45</y> <y>146</y>
<height>16</height> <height>16</height>
<width>82</width> <width>78</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>designation_t</name> <name>chg_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -236,23 +442,23 @@ ...@@ -236,23 +442,23 @@
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>553648127</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <alignment>1</alignment>
<text>Long Description :</text> <text>Change From :</text>
<border>0</border> <border>0</border>
<color>0</color> <color>0</color>
<x>37</x> <x>32</x>
<y>75</y> <y>167</y>
<height>16</height> <height>16</height>
<width>118</width> <width>78</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>t_1</name> <name>chg_term_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Times New Roman</face> <face>Times New Roman</face>
...@@ -264,32 +470,59 @@ ...@@ -264,32 +470,59 @@
</font> </font>
<background> <background>
<mode>1</mode> <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> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>6</id> <id>5</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>30</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>161</x> <x>116</x>
<y>75</y> <y>146</y>
<height>16</height> <height>16</height>
<width>381</width> <width>80</width>
<format>[general]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>long_designation</name> <name>chg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>60</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -301,25 +534,34 @@ ...@@ -301,25 +534,34 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>553648127</color>
</background> </background>
</ColumnObject> </ColumnObject>
<TextObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<alignment>1</alignment> <id>7</id>
<text>Status :</text> <alignment>0</alignment>
<border>0</border> <tabsequence>32766</tabsequence>
<color>0</color> <border>5</border>
<x>37</x> <color>255</color>
<y>106</y> <x>116</x>
<y>168</y>
<height>16</height> <height>16</height>
<width>118</width> <width>80</width>
<format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status_t</name> <name>chg_term</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>
...@@ -330,30 +572,31 @@ ...@@ -330,30 +572,31 @@
</font> </font>
<background> <background>
<mode>1</mode> <mode>1</mode>
<color>536870912</color> <color>553648127</color>
</background> </background>
</TextObject> </ColumnObject>
<ColumnObject> <ColumnObject>
<band>Detail</band> <band>Detail</band>
<id>7</id> <id>6</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>40</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>5</border>
<color>0</color> <color>255</color>
<x>161</x> <x>290</x>
<y>106</y> <y>146</y>
<height>16</height> <height>16</height>
<width>66</width> <width>80</width>
<format>[general]</format> <format>[general]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>status</name> <name>chg_user</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>
<focusrectangle>no</focusrectangle>
<autoselect>no</autoselect>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
...@@ -365,8 +608,8 @@ ...@@ -365,8 +608,8 @@
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>2</mode> <mode>1</mode>
<color>16777215</color> <color>553648127</color>
</background> </background>
</ColumnObject> </ColumnObject>
<HtmlTable> <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