Commit 12f312c4 authored by ssalve's avatar ssalve

added reg_date and removed valid_upto


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106040 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 5c6f65e5
...@@ -69,10 +69,10 @@ ...@@ -69,10 +69,10 @@
<table_column> <table_column>
<type>datetime</type> <type>datetime</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>valid_upto</name> <name>reg_date</name>
<dbname>siteregno.valid_upto</dbname> <dbname>siteregno.reg_date</dbname>
</table_column> </table_column>
<retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;siteregno&quot; ) COLUMN(NAME=&quot;siteregno.fin_entity&quot;) COLUMN(NAME=&quot;siteregno.site_code&quot;) COLUMN(NAME=&quot;siteregno.reg_no&quot;) COLUMN(NAME=&quot;siteregno.valid_upto&quot;)) </retrieve> <retrieve>PBSELECT( VERSION(400) TABLE(NAME=&quot;siteregno&quot; ) COLUMN(NAME=&quot;siteregno.fin_entity&quot;) COLUMN(NAME=&quot;siteregno.site_code&quot;) COLUMN(NAME=&quot;siteregno.reg_no&quot;) COLUMN(NAME=&quot;siteregno.reg_date&quot;)) </retrieve>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
...@@ -160,30 +160,30 @@ ...@@ -160,30 +160,30 @@
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>0</alignment>
<text>Valid Upto</text> <text>Registration Date</text>
<border>2</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1001</x> <x>1001</x>
<y>8</y> <y>4</y>
<height>60</height> <height>64</height>
<width>471</width> <width>389</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>valid_upto_t</name> <name>reg_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-11</height>
<weight>400</weight> <weight>400</weight>
<family>2</family> <family>2</family>
<pitch>2</pitch> <pitch>2</pitch>
<charset>0</charset> <charset>0</charset>
</font> </font>
<background> <background>
<mode>1</mode> <mode>2</mode>
<color>553648127</color> <color>1073741824</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ColumnObject>
...@@ -305,24 +305,23 @@ ...@@ -305,24 +305,23 @@
<id>4</id> <id>4</id>
<alignment>0</alignment> <alignment>0</alignment>
<tabsequence>32766</tabsequence> <tabsequence>32766</tabsequence>
<border>5</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>1001</x> <x>1001</x>
<y>8</y> <y>0</y>
<height>72</height> <height>72</height>
<width>471</width> <width>389</width>
<format>[shortdate] [time]</format> <format>[shortdate] [time]</format>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>valid_upto</name> <name>reg_date</name>
<visible>1</visible> <visible>1</visible>
<EditStyle style="edit"> <EditStyle style="edit">
<limit>0</limit> <limit>0</limit>
<case>any</case> <case>any</case>
<focusrectangle>no</focusrectangle> <focusrectangle>no</focusrectangle>
<autoselect>yes</autoselect> <autoselect>no</autoselect>
<autohscroll>yes</autohscroll>
<imemode>0</imemode> <imemode>0</imemode>
</EditStyle> </EditStyle>
<font> <font>
......
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