Commit 90744519 authored by Omkar Ingale's avatar Omkar Ingale

updated xml with where clause for line no list22.xml

parent ee08251f
......@@ -55,6 +55,7 @@
<type precision="0">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>line_no</name>
<dbname>mailing_list_det.line_no</dbname>
</table_column>
......@@ -72,7 +73,7 @@
<name>name</name>
<dbname>mailing_list_det.name</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;mailing_list_det&quot; ) COLUMN(NAME=&quot;mailing_list_det.mail_list_id&quot;) COLUMN(NAME=&quot;mailing_list_det.line_no&quot;) COLUMN(NAME=&quot;mailing_list_det.email_id&quot;) COLUMN(NAME=&quot;mailing_list_det.name&quot;)WHERE( EXP1 =&quot;mailing_list_det.mail_list_id&quot; OP =&quot;=&quot; EXP2 =&quot;:mail_list_id&quot; ) ) ARG(NAME = &quot;mail_list_id&quot; TYPE = string) </retrieve>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;mailing_list_det&quot; ) COLUMN(NAME=&quot;mailing_list_det.mail_list_id&quot;) COLUMN(NAME=&quot;mailing_list_det.line_no&quot;) COLUMN(NAME=&quot;mailing_list_det.email_id&quot;) COLUMN(NAME=&quot;mailing_list_det.name&quot;)WHERE( EXP1 =&quot;mailing_list_det.mail_list_id&quot; OP =&quot;=&quot; EXP2 =&quot;:mail_list_id&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;mailing_list_det.line_no&quot; OP =&quot;=&quot; EXP2 =&quot;:line_no&quot; ) ) ARG(NAME = &quot;mail_list_id&quot; TYPE = string) ARG(NAME = &quot;line_no&quot; TYPE = number) </retrieve>
<update>mailing_list_det</update>
<updatewhere>1</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -80,6 +81,10 @@
<name>mail_list_id</name>
<type>string</type>
</argument>
<argument>
<name>line_no</name>
<type>number</type>
</argument>
</TableDefinition>
<GroupBox>
<band>Detail</band>
......@@ -108,7 +113,7 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Name :</text>
<text>Name:</text>
<border>0</border>
<color>134217734</color>
<x>285</x>
......@@ -174,13 +179,13 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Mail List ID :</text>
<text>Mail List ID:</text>
<border>0</border>
<color>134217734</color>
<x>278</x>
<x>282</x>
<y>78</y>
<height>16</height>
<width>73</width>
<width>69</width>
<html>
<valueishtml>0</valueishtml>
</html>
......@@ -241,7 +246,7 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Line No :</text>
<text>Line No:</text>
<border>0</border>
<color>134217734</color>
<x>284</x>
......@@ -288,6 +293,7 @@
<case>any</case>
<focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect>
<required>yes</required>
<autohscroll>yes</autohscroll>
<imemode>0</imemode>
</EditStyle>
......@@ -307,7 +313,7 @@
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
<text>Email ID :</text>
<text>Email ID:</text>
<border>0</border>
<color>134217734</color>
<x>284</x>
......
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