Commit b5f6ab8b authored by arane's avatar arane

MRP run - Admin email id to be defined in enterprise table - If user is not...

MRP run - Admin email id to be defined in enterprise table - If user is not having email id then mail should go to the admin user

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@216804 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d091bfab
......@@ -39,7 +39,7 @@
<color>536870912</color>
</Footer>
<Detail>
<height>210</height>
<height>555</height>
<color>536870912</color>
</Detail>
<TableDefinition>
......@@ -73,7 +73,7 @@
<dbname>enterprise.add_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<type size="300">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>add_term</name>
......@@ -86,6 +86,33 @@
<name>chg_date</name>
<dbname>enterprise.chg_date</dbname>
</table_column>
<table_column>
<type size="75">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>email_id</name>
<dbname>enterprise.email_id</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ip_security</name>
<dbname>enterprise.ip_security</dbname>
<values>
<item display="Allow for any IP" data="0"/>
<item display="STRICTLY_ENFORCED for WHITE_LIST_IP" data="1"/>
<item display="Bypass device_security for WHITE_LIST_IP" data="2"/>
<item display="/" data="(null)"/>
</values>
</table_column>
<table_column>
<type size="500">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>white_list_ip</name>
<dbname>enterprise.white_list_ip</dbname>
</table_column>
<table_column>
<type size="10">char</type>
<update>yes</update>
......@@ -94,14 +121,95 @@
<dbname>enterprise.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>enterprise.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;enterprise&quot; ) COLUMN(NAME=&quot;enterprise.enterprise&quot;) COLUMN(NAME=&quot;enterprise.enterprise_descr&quot;) COLUMN(NAME=&quot;enterprise.add_date&quot;) COLUMN(NAME=&quot;enterprise.add_user&quot;) COLUMN(NAME=&quot;enterprise.add_term&quot;) COLUMN(NAME=&quot;enterprise.chg_date&quot;) COLUMN(NAME=&quot;enterprise.chg_user&quot;) COLUMN(NAME=&quot;enterprise.chg_term&quot;)WHERE( EXP1 =&quot;~&quot;ENTERPRISE~&quot;.~&quot;ENTERPRISE~&quot;&quot; OP =&quot;=&quot; EXP2 =&quot;:enterprise&quot; ) ) ARG(NAME = &quot;enterprise&quot; TYPE = string) </retrieve>
<update>ENTERPRISE</update>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>file_upload_src</name>
<dbname>enterprise.file_upload_src</dbname>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>file_upload_rej</name>
<dbname>enterprise.file_upload_rej</dbname>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>file_upload_suc</name>
<dbname>enterprise.file_upload_suc</dbname>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>file_upload_log</name>
<dbname>enterprise.file_upload_log</dbname>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>file_upload_host</name>
<dbname>enterprise.file_upload_host</dbname>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>file_upload_user</name>
<dbname>enterprise.file_upload_user</dbname>
</table_column>
<table_column>
<type size="250">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>file_upload_pass</name>
<dbname>enterprise.file_upload_pass</dbname>
</table_column>
<table_column>
<type size="4">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>file_upload_port</name>
<dbname>enterprise.file_upload_port</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>ent_type</name>
<dbname>enterprise.ent_type</dbname>
<values>
<item display="Enterprise" data="0"/>
<item display="Standard" data="1"/>
<item display="SME" data="2"/>
</values>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>device_security</name>
<dbname>enterprise.device_security</dbname>
<values>
<item display="Disabled" data="0"/>
<item display="Strictly enforced" data="1"/>
<item display="OTP Verification" data="2"/>
<item display="Workflow approval required" data="3"/>
</values>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;enterprise&quot; ) COLUMN(NAME=&quot;enterprise.enterprise&quot;) COLUMN(NAME=&quot;enterprise.enterprise_descr&quot;) COLUMN(NAME=&quot;enterprise.add_date&quot;) COLUMN(NAME=&quot;enterprise.add_user&quot;) COLUMN(NAME=&quot;enterprise.add_term&quot;) COLUMN(NAME=&quot;enterprise.chg_date&quot;) COLUMN(NAME=&quot;enterprise.email_id&quot;) COLUMN(NAME=&quot;enterprise.ip_security&quot;) COLUMN(NAME=&quot;enterprise.white_list_ip&quot;) COLUMN(NAME=&quot;enterprise.chg_user&quot;) COLUMN(NAME=&quot;enterprise.chg_term&quot;) COLUMN(NAME=&quot;enterprise.file_upload_src&quot;) COLUMN(NAME=&quot;enterprise.file_upload_rej&quot;) COLUMN(NAME=&quot;enterprise.file_upload_suc&quot;) COLUMN(NAME=&quot;enterprise.file_upload_log&quot;) COLUMN(NAME=&quot;enterprise.file_upload_host&quot;) COLUMN(NAME=&quot;enterprise.file_upload_user&quot;) COLUMN(NAME=&quot;enterprise.file_upload_pass&quot;) COLUMN(NAME=&quot;enterprise.file_upload_port&quot;) COLUMN(NAME=&quot;enterprise.ent_type&quot;) COLUMN(NAME=&quot;enterprise.device_security&quot;)WHERE( EXP1 =&quot;ENTERPRISE.ENTERPRISE&quot; OP =&quot;=&quot; EXP2 =&quot;:enterprise&quot; ) ) ARG(NAME = &quot;enterprise&quot; TYPE = string) </retrieve>
<update>enterprise</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -111,14 +219,14 @@
</TableDefinition>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<text>File Upload</text>
<border>2</border>
<color>33554432</color>
<x>2</x>
<y>1</y>
<height>40</height>
<width>597</width>
<name>gb_1</name>
<x>25</x>
<y>184</y>
<height>205</height>
<width>526</width>
<name>gb_4</name>
<visible>1</visible>
<font>
<face>Arial</face>
......@@ -133,43 +241,15 @@
<color>1073741824</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Enterprise:</text>
<border>2</border>
<color>33554432</color>
<x>10</x>
<y>21</y>
<height>15</height>
<width>64</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>enterprise_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<GroupBox>
<band>Detail</band>
<text>Other</text>
<border>2</border>
<color>33554432</color>
<x>4</x>
<y>46</y>
<height>62</height>
<width>462</width>
<x>27</x>
<y>407</y>
<height>75</height>
<width>524</width>
<name>gb_2</name>
<visible>1</visible>
<font>
......@@ -191,8 +271,8 @@
<text>Add Date:</text>
<border>2</border>
<color>33554432</color>
<x>10</x>
<y>62</y>
<x>35</x>
<y>430</y>
<height>16</height>
<width>60</width>
<html>
......@@ -219,8 +299,8 @@
<text>Chg Date:</text>
<border>2</border>
<color>33554432</color>
<x>10</x>
<y>84</y>
<x>34</x>
<y>452</y>
<height>16</height>
<width>60</width>
<html>
......@@ -243,20 +323,20 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>75</x>
<y>63</y>
<x>103</x>
<y>454</y>
<height>16</height>
<width>80</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>add_date</name>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -281,20 +361,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>3</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>75</x>
<y>84</y>
<x>104</x>
<y>431</y>
<height>16</height>
<width>80</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<name>add_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -323,8 +403,8 @@
<text>Add User:</text>
<border>2</border>
<color>33554432</color>
<x>159</x>
<y>63</y>
<x>215</x>
<y>432</y>
<height>16</height>
<width>60</width>
<html>
......@@ -351,8 +431,8 @@
<text>Chg User:</text>
<border>2</border>
<color>33554432</color>
<x>159</x>
<y>85</y>
<x>216</x>
<y>454</y>
<height>16</height>
<width>60</width>
<html>
......@@ -380,8 +460,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>224</x>
<y>63</y>
<x>282</x>
<y>433</y>
<height>16</height>
<width>80</width>
<format>[general]</format>
......@@ -413,13 +493,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>224</x>
<y>85</y>
<x>282</x>
<y>455</y>
<height>16</height>
<width>80</width>
<format>[general]</format>
......@@ -455,8 +535,8 @@
<text>Add Term:</text>
<border>2</border>
<color>33554432</color>
<x>308</x>
<y>63</y>
<x>395</x>
<y>433</y>
<height>16</height>
<width>60</width>
<html>
......@@ -483,8 +563,8 @@
<text>Chg Term:</text>
<border>2</border>
<color>33554432</color>
<x>309</x>
<y>85</y>
<x>396</x>
<y>453</y>
<height>16</height>
<width>60</width>
<html>
......@@ -512,8 +592,8 @@
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>373</x>
<y>64</y>
<x>462</x>
<y>433</y>
<height>16</height>
<width>80</width>
<format>[general]</format>
......@@ -545,13 +625,13 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>33554432</color>
<x>374</x>
<y>86</y>
<x>462</x>
<y>455</y>
<height>16</height>
<width>80</width>
<format>[general]</format>
......@@ -581,6 +661,183 @@
<color>536870912</color>
</background>
</ColumnObject>
<GroupBox>
<band>Detail</band>
<text>Security</text>
<border>2</border>
<color>33554432</color>
<x>26</x>
<y>96</y>
<height>70</height>
<width>526</width>
<name>gb_3</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>IP_Security</text>
<border>2</border>
<color>33554432</color>
<x>288</x>
<y>115</y>
<height>16</height>
<width>75</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ip_security_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<alignment>0</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
<color>33554432</color>
<x>369</x>
<y>116</y>
<height>16</height>
<width>100</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ip_security</name>
<visible>1</visible>
<EditStyle style="ddlb">
<limit>1</limit>
<allowedit>no</allowedit>
<case>upper</case>
<useasborder>yes</useasborder>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<GroupBox>
<band>Detail</band>
<text>Basic</text>
<border>2</border>
<color>33554432</color>
<x>25</x>
<y>4</y>
<height>70</height>
<width>526</width>
<name>gb_1</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>2</mode>
<color>1073741824</color>
</background>
</GroupBox>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Email Id:</text>
<border>2</border>
<color>33554432</color>
<x>46</x>
<y>46</y>
<height>16</height>
<width>53</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>email_id_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
<color>33554432</color>
<x>104</x>
<y>47</y>
<height>16</height>
<width>381</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>email_id</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
......@@ -588,8 +845,8 @@
<tabsequence>10</tabsequence>
<border>5</border>
<color>33554432</color>
<x>79</x>
<y>21</y>
<x>105</x>
<y>23</y>
<height>16</height>
<width>122</width>
<format>[general]</format>
......@@ -625,10 +882,10 @@
<text>Description:</text>
<border>2</border>
<color>33554432</color>
<x>203</x>
<y>18</y>
<x>287</x>
<y>22</y>
<height>16</height>
<width>135</width>
<width>76</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -654,10 +911,10 @@
<tabsequence>20</tabsequence>
<border>5</border>
<color>33554432</color>
<x>342</x>
<y>19</y>
<x>370</x>
<y>23</y>
<height>16</height>
<width>250</width>
<width>160</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
......@@ -685,6 +942,740 @@
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Enterprise:</text>
<border>2</border>
<color>33554432</color>
<x>34</x>
<y>22</y>
<height>16</height>
<width>64</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>enterprise_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Entity Type</text>
<border>2</border>
<color>33554432</color>
<x>296</x>
<y>139</y>
<height>16</height>
<width>68</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ent_type_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>20</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
<color>33554432</color>
<x>370</x>
<y>140</y>
<height>16</height>
<width>81</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ent_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>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>White LIst IP</text>
<border>2</border>
<color>33554432</color>
<x>47</x>
<y>139</y>
<height>16</height>
<width>75</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>white_list_ip_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<alignment>0</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
<color>33554432</color>
<x>130</x>
<y>140</y>
<height>16</height>
<width>106</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>white_list_ip</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>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>553648127</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>21</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
<color>33554432</color>
<x>129</x>
<y>114</y>
<height>20</height>
<width>107</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>device_security</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>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Device Security</text>
<border>2</border>
<color>33554432</color>
<x>33</x>
<y>114</y>
<height>16</height>
<width>90</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>device_security_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
<color>33554432</color>
<x>163</x>
<y>205</y>
<height>18</height>
<width>366</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_host</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>File Upload Host</text>
<border>2</border>
<color>33554432</color>
<x>60</x>
<y>204</y>
<height>16</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_host_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>File Upload Port</text>
<border>2</border>
<color>33554432</color>
<x>59</x>
<y>227</y>
<height>16</height>
<width>98</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_port_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>19</id>
<alignment>0</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
<color>33554432</color>
<x>164</x>
<y>227</y>
<height>16</height>
<width>366</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_port</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>File Upload User</text>
<border>2</border>
<color>33554432</color>
<x>60</x>
<y>253</y>
<height>16</height>
<width>96</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_user_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>17</id>
<alignment>0</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
<color>33554432</color>
<x>163</x>
<y>255</y>
<height>16</height>
<width>366</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>File Upload Password</text>
<border>2</border>
<color>33554432</color>
<x>31</x>
<y>275</y>
<height>16</height>
<width>126</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_pass_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>18</id>
<alignment>0</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
<color>33554432</color>
<x>164</x>
<y>276</y>
<height>16</height>
<width>366</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_pass</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<alignment>0</alignment>
<tabsequence>120</tabsequence>
<border>5</border>
<color>33554432</color>
<x>165</x>
<y>303</y>
<height>16</height>
<width>366</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_src</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Upload Source Path</text>
<border>2</border>
<color>33554432</color>
<x>42</x>
<y>303</y>
<height>16</height>
<width>116</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_src_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Upload Reject Path</text>
<border>2</border>
<color>33554432</color>
<x>45</x>
<y>324</y>
<height>16</height>
<width>112</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_rej_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<alignment>0</alignment>
<tabsequence>130</tabsequence>
<border>5</border>
<color>33554432</color>
<x>164</x>
<y>324</y>
<height>17</height>
<width>366</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_rej</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>Upload Success Path</text>
<border>2</border>
<color>33554432</color>
<x>31</x>
<y>347</y>
<height>16</height>
<width>126</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_suc_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>140</tabsequence>
<border>5</border>
<color>33554432</color>
<x>164</x>
<y>347</y>
<height>17</height>
<width>366</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_suc</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>0</alignment>
<text>File Upload Log</text>
<border>2</border>
<color>33554432</color>
<x>62</x>
<y>368</y>
<height>16</height>
<width>95</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_log_t</name>
<visible>1</visible>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<alignment>0</alignment>
<tabsequence>150</tabsequence>
<border>5</border>
<color>33554432</color>
<x>164</x>
<y>369</y>
<height>16</height>
<width>366</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>file_upload_log</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<imemode>0</imemode>
</EditStyle>
<font>
<face>Arial</face>
<height>-10</height>
<weight>400</weight>
<family>2</family>
<pitch>2</pitch>
<charset>0</charset>
</font>
<background>
<mode>1</mode>
<color>536870912</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</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