Commit 3c4ce382 authored by dpingle's avatar dpingle

* updated sql , xml and component file on [21/11/19]

ald_slab11.xml
ald_slab21.xml
d_aldslab_brow.srd
d_aldslab_edit.srd
AldSlabIC.java
w_ald_slab_v1.sql



git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@212524 ce508802-f39f-4f6c-b175-0d175dae99d5
parent d8a8fb6e
---------------------------------------------------Dipesh START [21/11/2019]
--------------------------------------------1. No images for actions
update OBJ_ACTIONS set image='ibase/resource/objaction/add.svg' , display_mode=0 where OBJ_NAME='ald_slab' and LINE_NO=1;
update OBJ_ACTIONS set image='ibase/resource/objaction/edit.svg' , display_mode=0 where OBJ_NAME='ald_slab' and LINE_NO=2;
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' where OBJ_NAME='ald_slab' and LINE_NO=21;
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg' where OBJ_NAME='ald_slab' and LINE_NO=22;
-------------------------------------------2. Improper Feed view
update obj_forms set disp_metadata=
'<html>
<span style="white-space: normal !important; word-break: break-word; "><b>{allwdedn_descr} ({ad_code})</b> </br>
Slab No <b>{slab_no}</b> , Max.Base Amount <b>{max_base_amt}</b> , Min.Base Amount <b>{min_base_amt}</b>
</span>
<br/> <span style="float:right;"></span>
</html>' where win_name='w_ald_slab';
-------------------------------------------3. Audit trail is not working
update OBJ_ACTIONS set image='ibase/resource/objaction/Audit-trail.svg' , rights_char='X' , title='Audit Trail' , show_in_panel=1 ,display_mode=1 where OBJ_NAME='ald_slab' and LINE_NO=21;
-------------------------------------------4. Export to excel is not working
update OBJ_ACTIONS set image='ibase/resource/objaction/exprtExl.svg', description='Export To Excel', service_code='a', interactive='a', rights_char='B', title='Export2XLS', action_type='S',display_mode=1 where OBJ_NAME='ald_slab' and LINE_NO=22;
-------------------------------------------5. Heading should be 'Allow / Dedn slabs' instead of'Ald slab'
update itm2menu set descr='Allow./Dedn. Slabs' where WIN_NAME ='w_ald_slab';
--------------------------------6.Improper error message if the Slab no field is kept empty 'INVLVDATA1' message not defined
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('INVLVDATA1','Empty SlabsNo!!','The SlabsNO cannot Blank','E','Y',null,null,null,to_date('24-03-06','DD-MM-RR'),'BASE ','01BASE215 ',null,null);
----------------------------7.If i make duplicate entry it should give proper error message,'INVLVDATA2' message not defined
Insert into MESSAGES (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,ERR_SOURCE,CHG_DATE,CHG_USER,CHG_TERM,OVERRIDE_INPUT,MAIL_OPTION)
values ('INVLVDATA2','Invalid SlabsNO','The SlabsNO Already Existed in AD-Slabs','E','Y',null,null,null,to_date('24-03-06','DD-MM-RR'),'BASE ','01BASE215 ',null,null);
-------------------------------------------8.menu Icon Missing
update itm2menu set ICON_PATH='Allow.Dedn.SlabsMaster.png' , CLOSE_ICON='Allow.Dedn.SlabsMasterwht.png' where WIN_NAME='w_ald_slab';
------------------------------------------9. Feed view Icon Missing
update OBJ_FORMS set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'ad_code', THUMB_OBJ = 'AdCodeImages' where WIN_NAME = 'w_ald_slab';
update TRANSETUP set THUMB_ALT_COL = 'descr', THUMB_IMAGE_COL= 'ad_code', THUMB_OBJ = 'AdCodeImages' where TRAN_WINDOW = 'w_ald_slab';
---------------------------------------------------Dipesh End [21/11/2019]
......@@ -48,36 +48,16 @@
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>ad_code</name>
<dbname>ad_slabs.ad_code</dbname>
</table_column>
<table_column>
<type size="6">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>slab_no</name>
<dbname>ad_slabs.slab_no</dbname>
</table_column>
<table_column>
<type>datetime</type>
<updatewhereclause>yes</updatewhereclause>
<name>eff_date</name>
<dbname>ad_slabs.eff_date</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>exp_date</name>
<dbname>ad_slabs.exp_date</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>min_base_amt</name>
<dbname>ad_slabs.min_base_amt</dbname>
......@@ -85,6 +65,7 @@
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>max_base_amt</name>
<dbname>ad_slabs.max_base_amt</dbname>
......@@ -92,18 +73,21 @@
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>amount</name>
<dbname>ad_slabs.amount</dbname>
</table_column>
<table_column>
<type size="1">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>type</name>
<dbname>ad_slabs.type</dbname>
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>min_amt</name>
<dbname>ad_slabs.min_amt</dbname>
......@@ -111,6 +95,7 @@
</table_column>
<table_column>
<type precision="3">decimal</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>max_amt</name>
<dbname>ad_slabs.max_amt</dbname>
......@@ -141,13 +126,42 @@
<dbname>ad_slabs.chg_user</dbname>
</table_column>
<table_column>
<type size="15">char</type>
<type size="300">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>chg_term</name>
<dbname>ad_slabs.chg_term</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;ad_slabs&quot; ) COLUMN(NAME=&quot;ad_slabs.ad_code&quot;) COLUMN(NAME=&quot;ad_slabs.slab_no&quot;) COLUMN(NAME=&quot;ad_slabs.eff_date&quot;) COLUMN(NAME=&quot;ad_slabs.exp_date&quot;) COLUMN(NAME=&quot;ad_slabs.min_base_amt&quot;) COLUMN(NAME=&quot;ad_slabs.max_base_amt&quot;) COLUMN(NAME=&quot;ad_slabs.amount&quot;) COLUMN(NAME=&quot;ad_slabs.type&quot;) COLUMN(NAME=&quot;ad_slabs.min_amt&quot;) COLUMN(NAME=&quot;ad_slabs.max_amt&quot;) COLUMN(NAME=&quot;ad_slabs.extra_1&quot;) COLUMN(NAME=&quot;ad_slabs.extra_2&quot;) COLUMN(NAME=&quot;ad_slabs.chg_date&quot;) COLUMN(NAME=&quot;ad_slabs.chg_user&quot;) COLUMN(NAME=&quot;ad_slabs.chg_term&quot;)WHERE( EXP1 =&quot;ad_slabs.ad_code&quot; OP =&quot;=&quot; EXP2 =&quot;:ad_code&quot; ) ) ARG(NAME = &quot;ad_code&quot; TYPE = string) </retrieve>
<update>ad_slabs</update>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>ad_code</name>
<dbname>ad_slabs.ad_code</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>allwdedn_descr</name>
<dbname>allwdedn.descr</dbname>
</table_column>
<table_column>
<type size="6">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>slab_no</name>
<dbname>ad_slabs.slab_no</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<name>eff_date</name>
<dbname>ad_slabs.eff_date</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;ad_slabs&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;ad_slabs.exp_date&quot;) COLUMN(NAME=&quot;ad_slabs.min_base_amt&quot;) COLUMN(NAME=&quot;ad_slabs.max_base_amt&quot;) COLUMN(NAME=&quot;ad_slabs.amount&quot;) COLUMN(NAME=&quot;ad_slabs.type&quot;) COLUMN(NAME=&quot;ad_slabs.min_amt&quot;) COLUMN(NAME=&quot;ad_slabs.max_amt&quot;) COLUMN(NAME=&quot;ad_slabs.extra_1&quot;) COLUMN(NAME=&quot;ad_slabs.extra_2&quot;) COLUMN(NAME=&quot;ad_slabs.chg_date&quot;) COLUMN(NAME=&quot;ad_slabs.chg_user&quot;) COLUMN(NAME=&quot;ad_slabs.chg_term&quot;) COLUMN(NAME=&quot;ad_slabs.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;ad_slabs.slab_no&quot;) COLUMN(NAME=&quot;ad_slabs.eff_date&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;ad_slabs.ad_code&quot; )WHERE( EXP1 =&quot;ad_slabs.ad_code&quot; OP =&quot;=&quot; EXP2 =&quot;:ad_code&quot; ) ) ARG(NAME = &quot;ad_code&quot; TYPE = string) </retrieve>
<update>AD_SLABS</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
<argument>
......@@ -155,41 +169,13 @@
<type>string</type>
</argument>
</TableDefinition>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Slab No</text>
<border>6</border>
<color>0</color>
<x>63</x>
<y>2</y>
<height>16</height>
<width>93</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_no_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>2</mode>
<color>79741120</color>
</background>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Eff Date</text>
<border>6</border>
<color>0</color>
<x>158</x>
<x>358</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -217,7 +203,7 @@
<text>Exp Date</text>
<border>6</border>
<color>0</color>
<x>219</x>
<x>419</x>
<y>2</y>
<height>16</height>
<width>61</width>
......@@ -245,7 +231,7 @@
<text>Min Base Amt</text>
<border>6</border>
<color>0</color>
<x>282</x>
<x>482</x>
<y>2</y>
<height>16</height>
<width>78</width>
......@@ -273,7 +259,7 @@
<text>Max Base Amt</text>
<border>6</border>
<color>0</color>
<x>362</x>
<x>562</x>
<y>2</y>
<height>16</height>
<width>78</width>
......@@ -301,7 +287,7 @@
<text>Amount</text>
<border>6</border>
<color>0</color>
<x>442</x>
<x>642</x>
<y>2</y>
<height>16</height>
<width>60</width>
......@@ -329,7 +315,7 @@
<text>Type</text>
<border>6</border>
<color>0</color>
<x>504</x>
<x>704</x>
<y>2</y>
<height>16</height>
<width>39</width>
......@@ -357,7 +343,7 @@
<text>Min Amt</text>
<border>6</border>
<color>0</color>
<x>545</x>
<x>745</x>
<y>2</y>
<height>16</height>
<width>60</width>
......@@ -385,7 +371,7 @@
<text>Max Amt</text>
<border>6</border>
<color>0</color>
<x>607</x>
<x>807</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -413,7 +399,7 @@
<text>Extra 1</text>
<border>6</border>
<color>0</color>
<x>668</x>
<x>868</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -441,7 +427,7 @@
<text>Extra 2</text>
<border>6</border>
<color>0</color>
<x>729</x>
<x>929</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -465,18 +451,18 @@
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>AD code</text>
<alignment>0</alignment>
<text>Change Date</text>
<border>6</border>
<color>0</color>
<x>2</x>
<x>990</x>
<y>2</y>
<height>16</height>
<width>59</width>
<width>75</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code_t</name>
<name>chg_date_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -494,17 +480,17 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Change Date</text>
<text>Change User</text>
<border>6</border>
<color>0</color>
<x>790</x>
<x>1067</x>
<y>2</y>
<height>16</height>
<width>75</width>
<width>82</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date_t</name>
<name>chg_user_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -522,17 +508,17 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Change User</text>
<text>Change Term</text>
<border>6</border>
<color>0</color>
<x>867</x>
<x>1151</x>
<y>2</y>
<height>16</height>
<width>82</width>
<width>89</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user_t</name>
<name>chg_term_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -550,17 +536,17 @@
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<text>Change Term</text>
<text>Ad Code</text>
<border>6</border>
<color>0</color>
<x>951</x>
<y>2</y>
<x>2</x>
<y>1</y>
<height>16</height>
<width>89</width>
<width>65</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term_t</name>
<name>ad_code_t</name>
<visible>1</visible>
<font>
<face>Times New Roman</face>
......@@ -572,34 +558,24 @@
</font>
<background>
<mode>2</mode>
<color>79741120</color>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<TextObject>
<band>Header</band>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<text>Allwdedn Descr</text>
<border>6</border>
<color>0</color>
<x>63</x>
<y>2</y>
<x>69</x>
<y>1</y>
<height>16</height>
<width>93</width>
<format>[general]</format>
<width>198</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_no</name>
<name>allwdedn_descr_t</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>6</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>
......@@ -610,17 +586,45 @@
</font>
<background>
<mode>2</mode>
<color>16777215</color>
<color>67108864</color>
</background>
</ColumnObject>
</TextObject>
<TextObject>
<band>Header</band>
<alignment>2</alignment>
<text>Slab No</text>
<border>6</border>
<color>33554432</color>
<x>269</x>
<y>1</y>
<height>17</height>
<width>87</width>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_no_t</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>2</mode>
<color>67108864</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>16</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<tabsequence>30</tabsequence>
<border>5</border>
<color>0</color>
<x>158</x>
<x>358</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -653,12 +657,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<tabsequence>40</tabsequence>
<border>5</border>
<color>0</color>
<x>219</x>
<x>419</x>
<y>2</y>
<height>16</height>
<width>61</width>
......@@ -691,12 +695,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<id>2</id>
<alignment>1</alignment>
<tabsequence>40</tabsequence>
<tabsequence>50</tabsequence>
<border>5</border>
<color>0</color>
<x>282</x>
<x>482</x>
<y>2</y>
<height>16</height>
<width>78</width>
......@@ -729,12 +733,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>3</id>
<alignment>1</alignment>
<tabsequence>50</tabsequence>
<tabsequence>60</tabsequence>
<border>5</border>
<color>0</color>
<x>362</x>
<x>562</x>
<y>2</y>
<height>16</height>
<width>78</width>
......@@ -767,12 +771,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<id>4</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<tabsequence>70</tabsequence>
<border>5</border>
<color>0</color>
<x>442</x>
<x>642</x>
<y>2</y>
<height>16</height>
<width>60</width>
......@@ -805,12 +809,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>5</id>
<alignment>0</alignment>
<tabsequence>70</tabsequence>
<tabsequence>80</tabsequence>
<border>5</border>
<color>0</color>
<x>504</x>
<x>704</x>
<y>2</y>
<height>16</height>
<width>39</width>
......@@ -841,12 +845,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>6</id>
<alignment>1</alignment>
<tabsequence>80</tabsequence>
<tabsequence>90</tabsequence>
<border>5</border>
<color>0</color>
<x>545</x>
<x>745</x>
<y>2</y>
<height>16</height>
<width>60</width>
......@@ -879,12 +883,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<id>7</id>
<alignment>1</alignment>
<tabsequence>90</tabsequence>
<tabsequence>100</tabsequence>
<border>5</border>
<color>0</color>
<x>607</x>
<x>807</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -917,12 +921,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>8</id>
<alignment>1</alignment>
<tabsequence>100</tabsequence>
<tabsequence>110</tabsequence>
<border>5</border>
<color>0</color>
<x>668</x>
<x>868</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -955,12 +959,12 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>9</id>
<alignment>1</alignment>
<tabsequence>110</tabsequence>
<tabsequence>120</tabsequence>
<border>5</border>
<color>0</color>
<x>729</x>
<x>929</x>
<y>2</y>
<height>16</height>
<width>59</width>
......@@ -993,20 +997,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<id>10</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<x>990</x>
<y>2</y>
<height>16</height>
<width>59</width>
<format>[general]</format>
<width>75</width>
<format>[shortdate] [time]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<name>chg_date</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -1029,20 +1033,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>11</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>790</x>
<x>1067</x>
<y>2</y>
<height>16</height>
<width>75</width>
<format>[shortdate] [time]</format>
<width>82</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_date</name>
<name>chg_user</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -1065,20 +1069,20 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>12</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>0</color>
<x>867</x>
<x>1151</x>
<y>2</y>
<height>16</height>
<width>82</width>
<width>89</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_user</name>
<name>chg_term</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......@@ -1101,20 +1105,92 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<id>13</id>
<alignment>2</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>2</x>
<y>1</y>
<height>16</height>
<width>65</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<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>14</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<border>0</border>
<color>0</color>
<x>951</x>
<y>2</y>
<x>69</x>
<y>1</y>
<height>16</height>
<width>89</width>
<width>198</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>chg_term</name>
<name>allwdedn_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<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>15</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>0</border>
<color>0</color>
<x>269</x>
<y>1</y>
<height>16</height>
<width>87</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
......
......@@ -43,22 +43,6 @@
<color>536870912</color>
</Detail>
<TableDefinition>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>ad_code</name>
<dbname>ad_slabs.ad_code</dbname>
</table_column>
<table_column>
<type size="6">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>slab_no</name>
<dbname>ad_slabs.slab_no</dbname>
</table_column>
<table_column>
<type>datetime</type>
<update>yes</update>
......@@ -160,13 +144,29 @@
<name>extra_2</name>
<dbname>ad_slabs.extra_2</dbname>
</table_column>
<table_column>
<type size="5">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>ad_code</name>
<dbname>ad_slabs.ad_code</dbname>
</table_column>
<table_column>
<type size="40">char</type>
<updatewhereclause>yes</updatewhereclause>
<name>allwdedn_descr</name>
<dbname>allwdedn.descr</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;ad_slabs&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;ad_slabs.ad_code&quot;) COLUMN(NAME=&quot;ad_slabs.slab_no&quot;) COLUMN(NAME=&quot;ad_slabs.eff_date&quot;) COLUMN(NAME=&quot;ad_slabs.exp_date&quot;) COLUMN(NAME=&quot;ad_slabs.type&quot;) COLUMN(NAME=&quot;ad_slabs.chg_date&quot;) COLUMN(NAME=&quot;ad_slabs.chg_user&quot;) COLUMN(NAME=&quot;ad_slabs.chg_term&quot;) COLUMN(NAME=&quot;ad_slabs.min_base_amt&quot;) COLUMN(NAME=&quot;ad_slabs.max_base_amt&quot;) COLUMN(NAME=&quot;ad_slabs.amount&quot;) COLUMN(NAME=&quot;ad_slabs.min_amt&quot;) COLUMN(NAME=&quot;ad_slabs.max_amt&quot;) COLUMN(NAME=&quot;ad_slabs.extra_1&quot;) COLUMN(NAME=&quot;ad_slabs.extra_2&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;ad_slabs.ad_code&quot; )WHERE( EXP1 =&quot;ad_slabs.ad_code&quot; OP =&quot;=&quot; EXP2 =&quot;:madcode&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;ad_slabs.slab_no&quot; OP =&quot;=&quot; EXP2 =&quot;:mslabno&quot; ) ) ARG(NAME = &quot;madcode&quot; TYPE = string) ARG(NAME = &quot;mslabno&quot; TYPE = string) </retrieve>
<table_column>
<type size="6">char</type>
<update>yes</update>
<updatewhereclause>yes</updatewhereclause>
<key>yes</key>
<name>slab_no</name>
<dbname>ad_slabs.slab_no</dbname>
</table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;ad_slabs&quot; ) TABLE(NAME=&quot;allwdedn&quot; ) COLUMN(NAME=&quot;ad_slabs.eff_date&quot;) COLUMN(NAME=&quot;ad_slabs.exp_date&quot;) COLUMN(NAME=&quot;ad_slabs.type&quot;) COLUMN(NAME=&quot;ad_slabs.chg_date&quot;) COLUMN(NAME=&quot;ad_slabs.chg_user&quot;) COLUMN(NAME=&quot;ad_slabs.chg_term&quot;) COLUMN(NAME=&quot;ad_slabs.min_base_amt&quot;) COLUMN(NAME=&quot;ad_slabs.max_base_amt&quot;) COLUMN(NAME=&quot;ad_slabs.amount&quot;) COLUMN(NAME=&quot;ad_slabs.min_amt&quot;) COLUMN(NAME=&quot;ad_slabs.max_amt&quot;) COLUMN(NAME=&quot;ad_slabs.extra_1&quot;) COLUMN(NAME=&quot;ad_slabs.extra_2&quot;) COLUMN(NAME=&quot;ad_slabs.ad_code&quot;) COLUMN(NAME=&quot;allwdedn.descr&quot;) COLUMN(NAME=&quot;ad_slabs.slab_no&quot;) JOIN (LEFT=&quot;allwdedn.ad_code&quot; OP =&quot;=&quot;RIGHT=&quot;ad_slabs.ad_code&quot; )WHERE( EXP1 =&quot;ad_slabs.ad_code&quot; OP =&quot;=&quot; EXP2 =&quot;:madcode&quot; LOGIC =&quot;and&quot; ) WHERE( EXP1 =&quot;ad_slabs.slab_no&quot; OP =&quot;=&quot; EXP2 =&quot;:mslabno&quot; ) ) ARG(NAME = &quot;madcode&quot; TYPE = string) ARG(NAME = &quot;mslabno&quot; TYPE = string) </retrieve>
<update>AD_SLABS</update>
<updatewhere>0</updatewhere>
<updatekeyinplace>no</updatekeyinplace>
......@@ -255,44 +255,6 @@
<color>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>2</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>5</border>
<color>0</color>
<x>142</x>
<y>40</y>
<height>17</height>
<width>50</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>6</limit>
<case>upper</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>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -323,45 +285,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>1</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>255</color>
<x>358</x>
<y>39</y>
<height>17</height>
<width>64</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>5</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>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>4</id>
<id>2</id>
<alignment>0</alignment>
<tabsequence>40</tabsequence>
<border>5</border>
......@@ -424,7 +348,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>3</id>
<id>1</id>
<alignment>0</alignment>
<tabsequence>30</tabsequence>
<border>5</border>
......@@ -515,7 +439,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>9</id>
<id>7</id>
<alignment>1</alignment>
<tabsequence>50</tabsequence>
<border>5</border>
......@@ -582,7 +506,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>10</id>
<id>8</id>
<alignment>1</alignment>
<tabsequence>60</tabsequence>
<border>5</border>
......@@ -621,7 +545,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>5</id>
<id>3</id>
<alignment>0</alignment>
<tabsequence>80</tabsequence>
<border>5</border>
......@@ -686,7 +610,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>11</id>
<id>9</id>
<alignment>1</alignment>
<tabsequence>70</tabsequence>
<border>5</border>
......@@ -781,7 +705,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>12</id>
<id>10</id>
<alignment>1</alignment>
<tabsequence>90</tabsequence>
<border>5</border>
......@@ -848,7 +772,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>13</id>
<id>11</id>
<alignment>1</alignment>
<tabsequence>100</tabsequence>
<border>5</border>
......@@ -887,7 +811,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>15</id>
<id>13</id>
<alignment>1</alignment>
<tabsequence>120</tabsequence>
<border>5</border>
......@@ -954,7 +878,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<id>12</id>
<alignment>1</alignment>
<tabsequence>110</tabsequence>
<border>5</border>
......@@ -1019,42 +943,6 @@
<color>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>429</x>
<y>39</y>
<height>16</height>
<width>73</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allwdedn_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<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>67108864</color>
</background>
</ColumnObject>
<TextObject>
<band>Detail</band>
<alignment>1</alignment>
......@@ -1113,7 +1001,7 @@
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>7</id>
<id>5</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -1151,7 +1039,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>6</id>
<id>4</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -1189,7 +1077,7 @@
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>8</id>
<id>6</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
......@@ -1253,6 +1141,114 @@
<color>79741120</color>
</background>
</TextObject>
<ColumnObject>
<band>Detail</band>
<id>14</id>
<alignment>0</alignment>
<tabsequence>10</tabsequence>
<border>0</border>
<color>0</color>
<x>356</x>
<y>40</y>
<height>16</height>
<width>57</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>ad_code</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<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>15</id>
<alignment>0</alignment>
<tabsequence>32766</tabsequence>
<border>5</border>
<color>255</color>
<x>416</x>
<y>40</y>
<height>16</height>
<width>89</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>allwdedn_descr</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<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>67108864</color>
</background>
</ColumnObject>
<ColumnObject>
<band>Detail</band>
<id>16</id>
<alignment>0</alignment>
<tabsequence>20</tabsequence>
<border>5</border>
<color>0</color>
<x>142</x>
<y>39</y>
<height>16</height>
<width>79</width>
<format>[general]</format>
<html>
<valueishtml>0</valueishtml>
</html>
<name>slab_no</name>
<visible>1</visible>
<EditStyle style="edit">
<limit>0</limit>
<case>any</case>
<autoselect>yes</autoselect>
<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>
<HtmlTable>
<border>1</border>
</HtmlTable>
......
......@@ -5,52 +5,56 @@ header(height=19 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=19 color="536870912" )
table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="ad_slabs.ad_code" )
column=(type=char(6) update=yes updatewhereclause=yes key=yes name=slab_no dbname="ad_slabs.slab_no" )
column=(type=datetime updatewhereclause=yes name=eff_date dbname="ad_slabs.eff_date" )
column=(type=datetime updatewhereclause=yes name=exp_date dbname="ad_slabs.exp_date" )
column=(type=decimal(3) updatewhereclause=yes name=min_base_amt dbname="ad_slabs.min_base_amt" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=max_base_amt dbname="ad_slabs.max_base_amt" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=amount dbname="ad_slabs.amount" )
column=(type=char(1) updatewhereclause=yes name=type dbname="ad_slabs.type" )
column=(type=decimal(3) updatewhereclause=yes name=min_amt dbname="ad_slabs.min_amt" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=max_amt dbname="ad_slabs.max_amt" initial="0" )
table(column=(type=datetime update=yes updatewhereclause=yes name=exp_date dbname="ad_slabs.exp_date" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=min_base_amt dbname="ad_slabs.min_base_amt" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=max_base_amt dbname="ad_slabs.max_base_amt" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=amount dbname="ad_slabs.amount" )
column=(type=char(1) update=yes updatewhereclause=yes name=type dbname="ad_slabs.type" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=min_amt dbname="ad_slabs.min_amt" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="ad_slabs.max_amt" initial="0" )
column=(type=decimal(3) updatewhereclause=yes name=extra_1 dbname="ad_slabs.extra_1" )
column=(type=decimal(3) updatewhereclause=yes name=extra_2 dbname="ad_slabs.extra_2" )
column=(type=datetime updatewhereclause=yes name=chg_date dbname="ad_slabs.chg_date" )
column=(type=char(10) updatewhereclause=yes name=chg_user dbname="ad_slabs.chg_user" )
column=(type=char(15) updatewhereclause=yes name=chg_term dbname="ad_slabs.chg_term" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"ad_slabs~" ) COLUMN(NAME=~"ad_slabs.ad_code~") COLUMN(NAME=~"ad_slabs.slab_no~") COLUMN(NAME=~"ad_slabs.eff_date~") COLUMN(NAME=~"ad_slabs.exp_date~") COLUMN(NAME=~"ad_slabs.min_base_amt~") COLUMN(NAME=~"ad_slabs.max_base_amt~") COLUMN(NAME=~"ad_slabs.amount~") COLUMN(NAME=~"ad_slabs.type~") COLUMN(NAME=~"ad_slabs.min_amt~") COLUMN(NAME=~"ad_slabs.max_amt~") COLUMN(NAME=~"ad_slabs.extra_1~") COLUMN(NAME=~"ad_slabs.extra_2~") COLUMN(NAME=~"ad_slabs.chg_date~") COLUMN(NAME=~"ad_slabs.chg_user~") COLUMN(NAME=~"ad_slabs.chg_term~")WHERE( EXP1 =~"ad_slabs.ad_code~" OP =~"=~" EXP2 =~":ad_code~" ) ) ARG(NAME = ~"ad_code~" TYPE = string) " update="ad_slabs" updatewhere=0 updatekeyinplace=no arguments=(("ad_code", string)) )
text(band=header alignment="2" text="Slab No" border="6" color="0" x="63" y="2" height="16" width="93" html.valueishtml="0" name=slab_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Eff Date" border="6" color="0" x="158" y="2" height="16" width="59" html.valueishtml="0" name=eff_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Exp Date" border="6" color="0" x="219" y="2" height="16" width="61" html.valueishtml="0" name=exp_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Min Base Amt" border="6" color="0" x="282" y="2" height="16" width="78" html.valueishtml="0" name=min_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Max Base Amt" border="6" color="0" x="362" y="2" height="16" width="78" html.valueishtml="0" name=max_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Amount" border="6" color="0" x="442" y="2" height="16" width="60" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Type" border="6" color="0" x="504" y="2" height="16" width="39" html.valueishtml="0" name=type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Min Amt" border="6" color="0" x="545" y="2" height="16" width="60" html.valueishtml="0" name=min_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Max Amt" border="6" color="0" x="607" y="2" height="16" width="59" html.valueishtml="0" name=max_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Extra 1" border="6" color="0" x="668" y="2" height="16" width="59" html.valueishtml="0" name=extra_1_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Extra 2" border="6" color="0" x="729" y="2" height="16" width="59" html.valueishtml="0" name=extra_2_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="AD code" border="6" color="0" x="2" y="2" height="16" width="59" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Change Date" border="6" color="0" x="790" y="2" height="16" width="75" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Change User" border="6" color="0" x="867" y="2" height="16" width="82" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Change Term" border="6" color="0" x="951" y="2" height="16" width="89" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="63" y="2" height="16" width="93" format="[general]" html.valueishtml="0" name=slab_no visible="1" edit.limit=6 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="0" x="158" y="2" height="16" width="59" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="219" y="2" height="16" width="61" format="[shortdate] [time]" html.valueishtml="0" name=exp_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="1" tabsequence=40 border="5" color="0" x="282" y="2" height="16" width="78" format="0.00" html.valueishtml="0" name=min_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="1" tabsequence=50 border="5" color="0" x="362" y="2" height="16" width="78" format="0.00" html.valueishtml="0" name=max_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="1" tabsequence=60 border="5" color="0" x="442" y="2" height="16" width="60" format="0.00" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="0" tabsequence=70 border="5" color="0" x="504" y="2" height="16" width="39" format="[general]" html.valueishtml="0" name=type visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="1" tabsequence=80 border="5" color="0" x="545" y="2" height="16" width="60" format="0.00" html.valueishtml="0" name=min_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="1" tabsequence=90 border="5" color="0" x="607" y="2" height="16" width="59" format="0.00" html.valueishtml="0" name=max_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="1" tabsequence=100 border="5" color="0" x="668" y="2" height="16" width="59" format="0.00" html.valueishtml="0" name=extra_1 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="1" tabsequence=110 border="5" color="0" x="729" y="2" height="16" width="59" format="0.00" html.valueishtml="0" name=extra_2 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="2" height="16" width="59" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="790" y="2" height="16" width="75" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="867" y="2" height="16" width="82" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="0" x="951" y="2" height="16" width="89" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column=(type=char(300) updatewhereclause=yes name=chg_term dbname="ad_slabs.chg_term" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="ad_slabs.ad_code" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
column=(type=char(6) update=yes updatewhereclause=yes key=yes name=slab_no dbname="ad_slabs.slab_no" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="ad_slabs.eff_date" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"ad_slabs~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"ad_slabs.exp_date~") COLUMN(NAME=~"ad_slabs.min_base_amt~") COLUMN(NAME=~"ad_slabs.max_base_amt~") COLUMN(NAME=~"ad_slabs.amount~") COLUMN(NAME=~"ad_slabs.type~") COLUMN(NAME=~"ad_slabs.min_amt~") COLUMN(NAME=~"ad_slabs.max_amt~") COLUMN(NAME=~"ad_slabs.extra_1~") COLUMN(NAME=~"ad_slabs.extra_2~") COLUMN(NAME=~"ad_slabs.chg_date~") COLUMN(NAME=~"ad_slabs.chg_user~") COLUMN(NAME=~"ad_slabs.chg_term~") COLUMN(NAME=~"ad_slabs.ad_code~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"ad_slabs.slab_no~") COLUMN(NAME=~"ad_slabs.eff_date~") JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"ad_slabs.ad_code~" )WHERE( EXP1 =~"ad_slabs.ad_code~" OP =~"=~" EXP2 =~":ad_code~" ) ) ARG(NAME = ~"ad_code~" TYPE = string) " update="AD_SLABS" updatewhere=0 updatekeyinplace=no arguments=(("ad_code", string)) )
text(band=header alignment="2" text="Eff Date" border="6" color="0" x="358" y="2" height="16" width="59" html.valueishtml="0" name=eff_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Exp Date" border="6" color="0" x="419" y="2" height="16" width="61" html.valueishtml="0" name=exp_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Min Base Amt" border="6" color="0" x="482" y="2" height="16" width="78" html.valueishtml="0" name=min_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Max Base Amt" border="6" color="0" x="562" y="2" height="16" width="78" html.valueishtml="0" name=max_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Amount" border="6" color="0" x="642" y="2" height="16" width="60" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Type" border="6" color="0" x="704" y="2" height="16" width="39" html.valueishtml="0" name=type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Min Amt" border="6" color="0" x="745" y="2" height="16" width="60" html.valueishtml="0" name=min_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Max Amt" border="6" color="0" x="807" y="2" height="16" width="59" html.valueishtml="0" name=max_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Extra 1" border="6" color="0" x="868" y="2" height="16" width="59" html.valueishtml="0" name=extra_1_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="2" text="Extra 2" border="6" color="0" x="929" y="2" height="16" width="59" html.valueishtml="0" name=extra_2_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Change Date" border="6" color="0" x="990" y="2" height="16" width="75" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Change User" border="6" color="0" x="1067" y="2" height="16" width="82" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Change Term" border="6" color="0" x="1151" y="2" height="16" width="89" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=header alignment="0" text="Ad Code" border="6" color="0" x="2" y="1" height="16" width="65" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Allwdedn Descr" border="6" color="0" x="69" y="1" height="16" width="198" html.valueishtml="0" name=allwdedn_descr_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Slab No" border="6" color="33554432" x="269" y="1" height="17" width="87" html.valueishtml="0" name=slab_no_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=16 alignment="0" tabsequence=30 border="5" color="0" x="358" y="2" height="16" width="59" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=40 border="5" color="0" x="419" y="2" height="16" width="61" format="[shortdate] [time]" html.valueishtml="0" name=exp_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="1" tabsequence=50 border="5" color="0" x="482" y="2" height="16" width="78" format="0.00" html.valueishtml="0" name=min_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="1" tabsequence=60 border="5" color="0" x="562" y="2" height="16" width="78" format="0.00" html.valueishtml="0" name=max_base_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="1" tabsequence=70 border="5" color="0" x="642" y="2" height="16" width="60" format="0.00" html.valueishtml="0" name=amount visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=80 border="5" color="0" x="704" y="2" height="16" width="39" format="[general]" html.valueishtml="0" name=type visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=6 alignment="1" tabsequence=90 border="5" color="0" x="745" y="2" height="16" width="60" format="0.00" html.valueishtml="0" name=min_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="1" tabsequence=100 border="5" color="0" x="807" y="2" height="16" width="59" format="0.00" html.valueishtml="0" name=max_amt visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=110 border="5" color="0" x="868" y="2" height="16" width="59" format="0.00" html.valueishtml="0" name=extra_1 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="1" tabsequence=120 border="5" color="0" x="929" y="2" height="16" width="59" format="0.00" html.valueishtml="0" name=extra_2 visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="990" y="2" height="16" width="75" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="1067" y="2" height="16" width="82" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="1151" y="2" height="16" width="89" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="2" tabsequence=10 border="5" color="0" x="2" y="1" height="16" width="65" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="0" x="69" y="1" height="16" width="198" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=20 border="0" color="0" x="269" y="1" height="16" width="87" format="[general]" html.valueishtml="0" name=slab_no visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
......@@ -4,9 +4,7 @@ datawindow(units=1 timer_interval=0 color=79741120 processing=0 HTMLDW=no print.
summary(height=92 color="536870912" )
footer(height=0 color="536870912" )
detail(height=461 color="536870912" )
table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="ad_slabs.ad_code" )
column=(type=char(6) update=yes updatewhereclause=yes key=yes name=slab_no dbname="ad_slabs.slab_no" )
column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="ad_slabs.eff_date" )
table(column=(type=datetime update=yes updatewhereclause=yes name=eff_date dbname="ad_slabs.eff_date" )
column=(type=datetime update=yes updatewhereclause=yes name=exp_date dbname="ad_slabs.exp_date" )
column=(type=char(1) update=yes updatewhereclause=yes name=type dbname="ad_slabs.type" initial="F" values="Fixed F/Percentage P/" )
column=(type=datetime update=yes updatewhereclause=yes name=chg_date dbname="ad_slabs.chg_date" )
......@@ -19,41 +17,43 @@ table(column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code
column=(type=decimal(3) update=yes updatewhereclause=yes name=max_amt dbname="ad_slabs.max_amt" initial="0" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=extra_1 dbname="ad_slabs.extra_1" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=extra_2 dbname="ad_slabs.extra_2" )
column=(type=char(5) update=yes updatewhereclause=yes key=yes name=ad_code dbname="ad_slabs.ad_code" )
column=(type=char(40) updatewhereclause=yes name=allwdedn_descr dbname="allwdedn.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"ad_slabs~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"ad_slabs.ad_code~") COLUMN(NAME=~"ad_slabs.slab_no~") COLUMN(NAME=~"ad_slabs.eff_date~") COLUMN(NAME=~"ad_slabs.exp_date~") COLUMN(NAME=~"ad_slabs.type~") COLUMN(NAME=~"ad_slabs.chg_date~") COLUMN(NAME=~"ad_slabs.chg_user~") COLUMN(NAME=~"ad_slabs.chg_term~") COLUMN(NAME=~"ad_slabs.min_base_amt~") COLUMN(NAME=~"ad_slabs.max_base_amt~") COLUMN(NAME=~"ad_slabs.amount~") COLUMN(NAME=~"ad_slabs.min_amt~") COLUMN(NAME=~"ad_slabs.max_amt~") COLUMN(NAME=~"ad_slabs.extra_1~") COLUMN(NAME=~"ad_slabs.extra_2~") COLUMN(NAME=~"allwdedn.descr~") JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"ad_slabs.ad_code~" )WHERE( EXP1 =~"ad_slabs.ad_code~" OP =~"=~" EXP2 =~":madcode~" LOGIC =~"and~" ) WHERE( EXP1 =~"ad_slabs.slab_no~" OP =~"=~" EXP2 =~":mslabno~" ) ) ARG(NAME = ~"madcode~" TYPE = string) ARG(NAME = ~"mslabno~" TYPE = string) " update="AD_SLABS" updatewhere=0 updatekeyinplace=no arguments=(("madcode", string),("mslabno", string)) )
column=(type=char(6) update=yes updatewhereclause=yes key=yes name=slab_no dbname="ad_slabs.slab_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"ad_slabs~" ) TABLE(NAME=~"allwdedn~" ) COLUMN(NAME=~"ad_slabs.eff_date~") COLUMN(NAME=~"ad_slabs.exp_date~") COLUMN(NAME=~"ad_slabs.type~") COLUMN(NAME=~"ad_slabs.chg_date~") COLUMN(NAME=~"ad_slabs.chg_user~") COLUMN(NAME=~"ad_slabs.chg_term~") COLUMN(NAME=~"ad_slabs.min_base_amt~") COLUMN(NAME=~"ad_slabs.max_base_amt~") COLUMN(NAME=~"ad_slabs.amount~") COLUMN(NAME=~"ad_slabs.min_amt~") COLUMN(NAME=~"ad_slabs.max_amt~") COLUMN(NAME=~"ad_slabs.extra_1~") COLUMN(NAME=~"ad_slabs.extra_2~") COLUMN(NAME=~"ad_slabs.ad_code~") COLUMN(NAME=~"allwdedn.descr~") COLUMN(NAME=~"ad_slabs.slab_no~") JOIN (LEFT=~"allwdedn.ad_code~" OP =~"=~"RIGHT=~"ad_slabs.ad_code~" )WHERE( EXP1 =~"ad_slabs.ad_code~" OP =~"=~" EXP2 =~":madcode~" LOGIC =~"and~" ) WHERE( EXP1 =~"ad_slabs.slab_no~" OP =~"=~" EXP2 =~":mslabno~" ) ) ARG(NAME = ~"madcode~" TYPE = string) ARG(NAME = ~"mslabno~" TYPE = string) " update="AD_SLABS" updatewhere=0 updatekeyinplace=no arguments=(("madcode", string),("mslabno", string)) )
groupbox(band=detail text="Others"border="2" color="0" x="15" y="193" height="66" width="503" name=gb_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
groupbox(band=detail text="Personal"border="2" color="0" x="15" y="10" height="179" width="504" name=gb_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Slab No :" border="0" color="0" x="42" y="39" height="17" width="95" html.valueishtml="0" name=slab_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=2 alignment="0" tabsequence=10 border="5" color="0" x="142" y="40" height="17" width="50" format="[general]" html.valueishtml="0" name=slab_no visible="1" edit.limit=6 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Ad Code :" border="0" color="0" x="257" y="40" height="17" width="95" html.valueishtml="0" name=ad_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=1 alignment="0" tabsequence=20 border="5" color="255" x="358" y="39" height="17" width="64" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="0" x="356" y="64" height="17" width="82" format="[shortdate] [time]" html.valueishtml="0" name=exp_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=40 border="5" color="0" x="356" y="64" height="17" width="82" format="[shortdate] [time]" html.valueishtml="0" name=exp_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Expiry Date :" border="0" color="0" x="257" y="63" height="16" width="95" html.valueishtml="0" name=exp_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="0" x="142" y="64" height="17" width="82" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=1 alignment="0" tabsequence=30 border="5" color="0" x="142" y="64" height="17" width="82" format="[shortdate] [time]" html.valueishtml="0" name=eff_date visible="1" edit.name="datetime" editmask.mask="dd/mm/yy" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Effective Date :" border="0" color="0" x="43" y="63" height="16" width="95" html.valueishtml="0" name=eff_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Min. Base Amt :" border="0" color="0" x="43" y="85" height="17" width="95" html.valueishtml="0" name=min_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=9 alignment="1" tabsequence=50 border="5" color="0" x="142" y="86" height="17" width="82" format="#########0.00" html.valueishtml="0" name=min_base_amt visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=7 alignment="1" tabsequence=50 border="5" color="0" x="142" y="86" height="17" width="82" format="#########0.00" html.valueishtml="0" name=min_base_amt visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Max. Base Amt :" border="0" color="0" x="257" y="85" height="17" width="95" html.valueishtml="0" name=max_base_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=10 alignment="1" tabsequence=60 border="5" color="0" x="356" y="86" height="17" width="82" format="#########0.00" html.valueishtml="0" name=max_base_amt visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=80 border="5" color="0" x="356" y="110" height="17" width="82" format="[general]" html.valueishtml="0" name=type tag="Fixed or percentage" visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=8 alignment="1" tabsequence=60 border="5" color="0" x="356" y="86" height="17" width="82" format="#########0.00" html.valueishtml="0" name=max_base_amt visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=80 border="5" color="0" x="356" y="110" height="17" width="82" format="[general]" html.valueishtml="0" name=type tag="Fixed or percentage" visible="1" ddlb.limit=1 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Type :" border="0" color="0" x="257" y="109" height="17" width="95" html.valueishtml="0" name=type_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=11 alignment="1" tabsequence=70 border="5" color="0" x="142" y="110" height="17" width="82" format="#########0.00" html.valueishtml="0" name=amount visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=9 alignment="1" tabsequence=70 border="5" color="0" x="142" y="110" height="17" width="82" format="#########0.00" html.valueishtml="0" name=amount visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Amount :" border="0" color="0" x="42" y="109" height="17" width="95" html.valueishtml="0" name=amount_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Min. Amount :" border="0" color="0" x="43" y="133" height="17" width="95" html.valueishtml="0" name=min_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=12 alignment="1" tabsequence=90 border="5" color="0" x="142" y="134" height="17" width="82" format="#########0.00" html.valueishtml="0" name=min_amt visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=10 alignment="1" tabsequence=90 border="5" color="0" x="142" y="134" height="17" width="82" format="#########0.00" html.valueishtml="0" name=min_amt visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Max. Amount :" border="0" color="0" x="257" y="133" height="17" width="95" html.valueishtml="0" name=max_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=13 alignment="1" tabsequence=100 border="5" color="0" x="356" y="134" height="17" width="82" format="#########0.00" html.valueishtml="0" name=max_amt visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="1" tabsequence=120 border="5" color="0" x="356" y="158" height="17" width="82" format="#########.###" html.valueishtml="0" name=extra_2 visible="1" edit.limit=13 edit.case=any edit.format="#########.###" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=11 alignment="1" tabsequence=100 border="5" color="0" x="356" y="134" height="17" width="82" format="#########0.00" html.valueishtml="0" name=max_amt visible="1" edit.limit=13 edit.case=any edit.format="#########0.00" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=13 alignment="1" tabsequence=120 border="5" color="0" x="356" y="158" height="17" width="82" format="#########.###" html.valueishtml="0" name=extra_2 visible="1" edit.limit=13 edit.case=any edit.format="#########.###" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Extra 2 :" border="0" color="0" x="256" y="158" height="17" width="95" html.valueishtml="0" name=extra_2_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=14 alignment="1" tabsequence=110 border="5" color="0" x="142" y="158" height="17" width="82" format="#########.###" html.valueishtml="0" name=extra_1 visible="1" edit.limit=13 edit.case=any edit.format="#########.###" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=12 alignment="1" tabsequence=110 border="5" color="0" x="142" y="158" height="17" width="82" format="#########.###" html.valueishtml="0" name=extra_1 visible="1" edit.limit=13 edit.case=any edit.format="#########.###" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
text(band=detail alignment="1" text="Extra 1 :" border="0" color="0" x="43" y="157" height="17" width="95" html.valueishtml="0" name=extra_1_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="255" x="429" y="39" height="16" width="73" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg Date :" border="0" color="0" x="23" y="215" height="16" width="75" html.valueishtml="0" name=chg_date_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Chg User :" border="0" color="0" x="179" y="215" height="16" width="75" html.valueishtml="0" name=chg_user_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="255" x="261" y="215" height="17" width="50" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x="108" y="215" height="17" width="60" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="255" x="440" y="215" height="17" width="60" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="261" y="215" height="17" width="50" format="[general]" html.valueishtml="0" name=chg_user visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="5" color="255" x="108" y="215" height="17" width="60" format="[shortdate] [time]" html.valueishtml="0" name=chg_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x="440" y="215" height="17" width="60" format="[general]" html.valueishtml="0" name=chg_term visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Chg Term:" border="0" color="0" x="355" y="215" height="17" width="75" html.valueishtml="0" name=chg_term_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=14 alignment="0" tabsequence=10 border="0" color="0" x="356" y="40" height="16" width="57" format="[general]" html.valueishtml="0" name=ad_code visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="255" x="416" y="40" height="16" width="89" format="[general]" html.valueishtml="0" name=allwdedn_descr visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=16 alignment="0" tabsequence=20 border="5" color="0" x="142" y="39" height="16" width="79" html.valueishtml="0" name=slab_no visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
......@@ -452,6 +452,7 @@ public class AldSlabIC extends ValidatorEJB implements AldSlabLocal,AldSlabRemot
{
adCode = genericUtility.getValueFromXTRA_PARAMS(xtraParams, "ad_code");
valueXmlString.append("<ad_code ><![CDATA[").append(adCode).append("]]></ad_code>\r\n");
if(adCode != null && adCode.trim().length() > 0)
{
sql = " Select descr as mdescr from allwdedn where ad_code = ?";
......
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