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