Commit 9e538438 authored by ppatro's avatar ppatro

Changed by wasim on 18/12/14 start S.SHIPMENT_DATE & S.CONF_DATE are added in bug query


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96986 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f918ed2d
...@@ -377,14 +377,13 @@ public class ShipmentPrc extends ProcessEJB implements ShipmentPrcLocal,Shipment ...@@ -377,14 +377,13 @@ public class ShipmentPrc extends ProcessEJB implements ShipmentPrcLocal,Shipment
test.append( "<Detail2>\r\n" ); test.append( "<Detail2>\r\n" );
ptcn = checkNull(rs.getString(1)); ptcn = checkNull(rs.getString(1));
test.append( "<ptcn><![CDATA[" ).append(ptcn).append( "]]></ptcn>\r\n" ); test.append( "<ptcn><![CDATA[" ).append(ptcn).append( "]]></ptcn>\r\n" );
test.append( "<shipment_id><![CDATA[" ).append(rs.getString(2)).append( "]]></shipment_id>\r\n" ); test.append( "<shipment_id><![CDATA[" ).append(rs.getString("SHIPMENT_ID")).append( "]]></shipment_id>\r\n" );
test.append( "<tran_name><![CDATA[" ).append(rs.getString(3)).append( "]]></tran_name>\r\n" );
//Changed by wasim on 16/12/14 start append columns conf_date and ship_date.start //Changed by wasim on 16/12/14 start append columns conf_date and ship_date.start
test.append( "<conf_date><![CDATA[" ).append(rs.getDate(4)).append("]]></conf_date>\r\n"); test.append( "<ship_date><![CDATA[" ).append(rs.getDate("SHIPMENT_DATE")).append("]]></ship_date>\r\n");
test.append( "<ship_date><![CDATA[" ).append(rs.getDate(5)).append("]]></ship_date>\r\n"); test.append( "<conf_date><![CDATA[" ).append(rs.getDate("CONF_DATE")).append("]]></conf_date>\r\n");
//Changed by wasim on 16/12/14 start append columns conf_date and ship_date.end //Changed by wasim on 16/12/14 start append columns conf_date and ship_date.end
test.append( "<tran_name><![CDATA[" ).append(rs.getString("TRAN_NAME")).append( "]]></tran_name>\r\n" );
test.append("\n"); test.append("\n");
test.append( "</Detail2>\r\n" );
} }
test.append( "</Header0>\r\n</group0>\r\n</DocumentRoot>\r\n" ); test.append( "</Header0>\r\n</group0>\r\n</DocumentRoot>\r\n" );
resultString=test.toString(); resultString=test.toString();
......
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE Sybase_eDataWindow> <!DOCTYPE Sybase_eDataWindow>
<Sybase_eDataWindow> <Sybase_eDataWindow>
<Release>9</Release> <Release>9</Release>
<BaseDefinition> <BaseDefinition>
<units>1</units> <units>1</units>
<timer_interval>0</timer_interval> <timer_interval>0</timer_interval>
<color>1073741824</color> <color>67108864</color>
<processing>1</processing> <processing>1</processing>
<HTMLDW>no</HTMLDW> <HTMLDW>no</HTMLDW>
<print> <print>
<documentname></documentname> <documentname></documentname>
<printername></printername> <printername></printername>
<orientation>0</orientation> <orientation>0</orientation>
<margin> <margin>
<left>24</left> <left>24</left>
<right>24</right> <right>24</right>
<top>24</top> <top>24</top>
<bottom>24</bottom> <bottom>24</bottom>
</margin> </margin>
<paper> <paper>
<source>0</source> <source>0</source>
<size>0</size> <size>0</size>
</paper> </paper>
<prompt>no</prompt> <prompt>no</prompt>
<canusedefaultprinter>yes</canusedefaultprinter> <canusedefaultprinter>yes</canusedefaultprinter>
<buttons>no</buttons> <buttons>no</buttons>
<preview.buttons>no</preview.buttons> <preview.buttons>no</preview.buttons>
<cliptext>no</cliptext> <cliptext>no</cliptext>
<overrideprintjob>no</overrideprintjob> <overrideprintjob>no</overrideprintjob>
</print> </print>
<grid.lines>0</grid.lines> <grid.lines>0</grid.lines>
</BaseDefinition> </BaseDefinition>
<Header> <Header>
<height>20</height> <height>19</height>
<color>536870912</color> <color>536870912</color>
</Header> </Header>
<Summary> <Summary>
<height>0</height> <height>8</height>
<color>536870912</color> <color>536870912</color>
</Summary> </Summary>
<Footer> <Footer>
<height>0</height> <height>0</height>
<color>536870912</color> <color>536870912</color>
</Footer> </Footer>
<Detail> <Detail>
<height>23</height> <height>30</height>
<color>536870912</color> <color>536870912</color>
</Detail> </Detail>
<TableDefinition> <TableDefinition>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>ptcn</name> <name>ptcn</name>
<dbname>ptcn</dbname> <dbname>ptcn</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>shipment_id</name> <name>shipment_id</name>
<dbname>shipment_id</dbname> <dbname>shipment_id</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type>date</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>tran_name</name> <name>shipment_date</name>
<dbname>tran_name</dbname> <dbname>shipment_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type>date</type> <type>date</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>conf_date</name> <name>conf_date</name>
<dbname>conf_date</dbname> <dbname>conf_date</dbname>
</table_column> </table_column>
<table_column> <table_column>
<type size="10">char</type> <type size="10">char</type>
<updatewhereclause>yes</updatewhereclause> <updatewhereclause>yes</updatewhereclause>
<name>shipment_date</name> <name>tran_name</name>
<dbname>shipment_date</dbname> <dbname>tran_name</dbname>
</table_column> </table_column>
</TableDefinition> </TableDefinition>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Ptcn</text> <text>PTCN</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>2</x> <x>2</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>60</width> <width>79</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>ptcn_t</name> <name>ptcn_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</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>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Shipment Id</text> <text>Shipment Id</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>64</x> <x>83</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>90</width> <width>88</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>shipment_id_t</name> <name>shipment_id_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</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>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Tran Name</text> <text>Shipment Date</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>156</x> <x>173</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>211</width> <width>112</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>tran_name_t</name> <name>shipment_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</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>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Conf Date</text> <text>Conf Date</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>369</x> <x>287</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>88</width> <width>99</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>conf_date_t</name> <name>conf_date_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</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>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<TextObject> <TextObject>
<band>Header</band> <band>Header</band>
<alignment>2</alignment> <alignment>2</alignment>
<text>Shipment Date</text> <text>Tran Code</text>
<border>6</border> <border>0</border>
<color>33554432</color> <color>33554432</color>
<x>459</x> <x>388</x>
<y>2</y> <y>2</y>
<height>16</height> <height>15</height>
<width>113</width> <width>102</width>
<html> <html>
<valueishtml>0</valueishtml> <valueishtml>0</valueishtml>
</html> </html>
<name>shipment_date_t</name> <name>tran_name_t</name>
<visible>1</visible> <visible>1</visible>
<font> <font>
<face>Arial</face> <face>Arial</face>
<height>-10</height> <height>-10</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>2</mode> <mode>1</mode>
<color>67108864</color> <color>536870912</color>
</background> </background>
</TextObject> </TextObject>
<ColumnObject> <ComputedField>
<band>Detail</band> <band>Footer</band>
<id>1</id> <alignment>0</alignment>
<alignment>0</alignment> <expression> ptcn </expression>
<tabsequence>10</tabsequence> <border>0</border>
<border>0</border> <color>33554432</color>
<color>33554432</color> <x>287</x>
<x>2</x> <y>64</y>
<y>2</y> <height>16</height>
<height>19</height> <width>99</width>
<width>60</width> <format>[GENERAL]</format>
<format>[general]</format> <html>
<html> <valueishtml>0</valueishtml>
<valueishtml>0</valueishtml> </html>
</html> <name>compute_1</name>
<name>ptcn</name> <visible>1</visible>
<visible>1</visible> <font>
<EditStyle style="edit"> <face>Arial</face>
<limit>0</limit> <height>-11</height>
<case>any</case> <weight>400</weight>
<focusrectangle>no</focusrectangle> <family>2</family>
<autoselect>yes</autoselect> <pitch>2</pitch>
<autohscroll>yes</autohscroll> <charset>0</charset>
<imemode>0</imemode> </font>
</EditStyle> <background>
<font> <mode>2</mode>
<face>Arial</face> <color>1073741824</color>
<height>-10</height> </background>
<weight>400</weight> </ComputedField>
<family>2</family> <ColumnObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <id>1</id>
</font> <alignment>0</alignment>
<background> <tabsequence>32766</tabsequence>
<mode>1</mode> <border>0</border>
<color>536870912</color> <color>33554432</color>
</background> <x>2</x>
</ColumnObject> <y>2</y>
<ColumnObject> <height>18</height>
<band>Detail</band> <width>79</width>
<id>2</id> <format>[general]</format>
<alignment>0</alignment> <html>
<tabsequence>20</tabsequence> <valueishtml>0</valueishtml>
<border>0</border> </html>
<color>33554432</color> <name>ptcn</name>
<x>64</x> <visible>1</visible>
<y>2</y> <EditStyle style="edit">
<height>19</height> <limit>0</limit>
<width>90</width> <case>any</case>
<format>[general]</format> <focusrectangle>no</focusrectangle>
<html> <autoselect>yes</autoselect>
<valueishtml>0</valueishtml> <autohscroll>yes</autohscroll>
</html> <imemode>0</imemode>
<name>shipment_id</name> </EditStyle>
<visible>1</visible> <font>
<EditStyle style="edit"> <face>Arial</face>
<limit>0</limit> <height>-10</height>
<case>any</case> <weight>400</weight>
<focusrectangle>no</focusrectangle> <family>2</family>
<autoselect>yes</autoselect> <pitch>2</pitch>
<autohscroll>yes</autohscroll> <charset>0</charset>
<imemode>0</imemode> </font>
</EditStyle> <background>
<font> <mode>2</mode>
<face>Arial</face> <color>16777215</color>
<height>-10</height> </background>
<weight>400</weight> </ColumnObject>
<family>2</family> <ColumnObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <id>2</id>
</font> <alignment>0</alignment>
<background> <tabsequence>32766</tabsequence>
<mode>1</mode> <border>0</border>
<color>536870912</color> <color>33554432</color>
</background> <x>83</x>
</ColumnObject> <y>2</y>
<ColumnObject> <height>18</height>
<band>Detail</band> <width>88</width>
<id>3</id> <format>[general]</format>
<alignment>0</alignment> <html>
<tabsequence>30</tabsequence> <valueishtml>0</valueishtml>
<border>0</border> </html>
<color>33554432</color> <name>shipment_id</name>
<x>156</x> <visible>1</visible>
<y>2</y> <EditStyle style="edit">
<height>19</height> <limit>0</limit>
<width>211</width> <case>any</case>
<format>[general]</format> <focusrectangle>no</focusrectangle>
<html> <autoselect>yes</autoselect>
<valueishtml>0</valueishtml> <autohscroll>yes</autohscroll>
</html> <imemode>0</imemode>
<name>tran_name</name> </EditStyle>
<visible>1</visible> <font>
<EditStyle style="edit"> <face>Arial</face>
<limit>0</limit> <height>-10</height>
<case>any</case> <weight>400</weight>
<focusrectangle>no</focusrectangle> <family>2</family>
<autoselect>yes</autoselect> <pitch>2</pitch>
<autohscroll>yes</autohscroll> <charset>0</charset>
<imemode>0</imemode> </font>
</EditStyle> <background>
<font> <mode>2</mode>
<face>Arial</face> <color>16777215</color>
<height>-10</height> </background>
<weight>400</weight> </ColumnObject>
<family>2</family> <ColumnObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <id>3</id>
</font> <alignment>0</alignment>
<background> <tabsequence>32766</tabsequence>
<mode>1</mode> <border>0</border>
<color>536870912</color> <color>33554432</color>
</background> <x>173</x>
</ColumnObject> <y>2</y>
<ColumnObject> <height>18</height>
<band>Detail</band> <width>112</width>
<id>4</id> <format>[general]</format>
<alignment>0</alignment> <html>
<tabsequence>40</tabsequence> <valueishtml>0</valueishtml>
<border>0</border> </html>
<color>33554432</color> <name>shipment_date</name>
<x>369</x> <visible>1</visible>
<y>2</y> <EditStyle style="edit">
<height>19</height> <limit>0</limit>
<width>88</width> <case>any</case>
<format>[general]</format> <focusrectangle>no</focusrectangle>
<html> <autoselect>yes</autoselect>
<valueishtml>0</valueishtml> <autohscroll>yes</autohscroll>
</html> <imemode>0</imemode>
<name>conf_date</name> </EditStyle>
<visible>1</visible> <font>
<EditStyle style="edit"> <face>Arial</face>
<limit>0</limit> <height>-10</height>
<case>any</case> <weight>400</weight>
<focusrectangle>no</focusrectangle> <family>2</family>
<autoselect>yes</autoselect> <pitch>2</pitch>
<autohscroll>yes</autohscroll> <charset>0</charset>
<imemode>0</imemode> </font>
</EditStyle> <background>
<font> <mode>2</mode>
<face>Arial</face> <color>16777215</color>
<height>-10</height> </background>
<weight>400</weight> </ColumnObject>
<family>2</family> <ColumnObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <id>4</id>
</font> <alignment>0</alignment>
<background> <tabsequence>32766</tabsequence>
<mode>1</mode> <border>0</border>
<color>536870912</color> <color>33554432</color>
</background> <x>287</x>
</ColumnObject> <y>2</y>
<ColumnObject> <height>18</height>
<band>Detail</band> <width>99</width>
<id>5</id> <format>[general]</format>
<alignment>0</alignment> <html>
<tabsequence>50</tabsequence> <valueishtml>0</valueishtml>
<border>0</border> </html>
<color>33554432</color> <name>conf_date</name>
<x>459</x> <visible>1</visible>
<y>2</y> <EditStyle style="edit">
<height>19</height> <limit>0</limit>
<width>113</width> <case>any</case>
<format>[general]</format> <focusrectangle>no</focusrectangle>
<html> <autoselect>yes</autoselect>
<valueishtml>0</valueishtml> <autohscroll>yes</autohscroll>
</html> <imemode>0</imemode>
<name>shipment_date</name> </EditStyle>
<visible>1</visible> <font>
<EditStyle style="edit"> <face>Arial</face>
<limit>0</limit> <height>-10</height>
<case>any</case> <weight>400</weight>
<focusrectangle>no</focusrectangle> <family>2</family>
<autoselect>yes</autoselect> <pitch>2</pitch>
<autohscroll>yes</autohscroll> <charset>0</charset>
<imemode>0</imemode> </font>
</EditStyle> <background>
<font> <mode>2</mode>
<face>Arial</face> <color>16777215</color>
<height>-10</height> </background>
<weight>400</weight> </ColumnObject>
<family>2</family> <ColumnObject>
<pitch>2</pitch> <band>Detail</band>
<charset>0</charset> <id>5</id>
</font> <alignment>0</alignment>
<background> <tabsequence>32766</tabsequence>
<mode>1</mode> <border>0</border>
<color>536870912</color> <color>33554432</color>
</background> <x>388</x>
</ColumnObject> <y>2</y>
<HtmlTable> <height>18</height>
<border>1</border> <width>102</width>
</HtmlTable> <format>[general]</format>
<HtmlGen> <html>
<clientevents>1</clientevents> <valueishtml>0</valueishtml>
<clientvalidation>1</clientvalidation> </html>
<clientcomputedfields>1</clientcomputedfields> <name>tran_name</name>
<clientformatting>0</clientformatting> <visible>1</visible>
<clientscriptable>0</clientscriptable> <EditStyle style="edit">
<generatejavascript>1</generatejavascript> <limit>0</limit>
<encodeselflinkargs>1</encodeselflinkargs> <case>any</case>
<netscapelayers>0</netscapelayers> <focusrectangle>no</focusrectangle>
</HtmlGen> <autoselect>yes</autoselect>
<Export.XML> <autohscroll>yes</autohscroll>
<headgroups>1</headgroups> <imemode>0</imemode>
<includewhitespace>0</includewhitespace> </EditStyle>
<metadatatype>0</metadatatype> <font>
<savemetadata>0</savemetadata> <face>Arial</face>
</Export.XML> <height>-10</height>
<Import.XML> <weight>400</weight>
</Import.XML> <family>2</family>
<Export.PDF> <pitch>2</pitch>
<method>0</method> <charset>0</charset>
<distill.custompostscript>0</distill.custompostscript> </font>
<xslfop.print>0</xslfop.print> <background>
</Export.PDF> <mode>2</mode>
</Sybase_eDataWindow> <color>16777215</color>
</background>
</ColumnObject>
<HtmlTable>
<border>1</border>
</HtmlTable>
<HtmlGen>
<clientevents>1</clientevents>
<clientvalidation>1</clientvalidation>
<clientcomputedfields>1</clientcomputedfields>
<clientformatting>0</clientformatting>
<clientscriptable>0</clientscriptable>
<generatejavascript>1</generatejavascript>
<encodeselflinkargs>1</encodeselflinkargs>
<netscapelayers>0</netscapelayers>
</HtmlGen>
<Export.XML>
<headgroups>1</headgroups>
<includewhitespace>0</includewhitespace>
<metadatatype>0</metadatatype>
<savemetadata>0</savemetadata>
</Export.XML>
<Import.XML>
</Import.XML>
<Export.PDF>
<method>0</method>
<distill.custompostscript>0</distill.custompostscript>
<xslfop.print>0</xslfop.print>
</Export.PDF>
</Sybase_eDataWindow>
\ No newline at end of file
$PBExportHeader$d_ptcn12.srd $PBExportHeader$d_ptcn_confirm12.srd
release 9; release 9;
datawindow(units=1 timer_interval=0 color=1073741824 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 ) datawindow(units=1 timer_interval=0 color=67108864 processing=1 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no grid.lines=0 )
header(height=20 color="536870912" ) header(height=19 color="536870912" )
summary(height=0 color="536870912" ) summary(height=8 color="536870912" )
footer(height=0 color="536870912" ) footer(height=0 color="536870912" )
detail(height=23 color="536870912" ) detail(height=30 color="536870912" )
table(column=(type=char(10) updatewhereclause=yes name=ptcn dbname="ptcn" ) table(column=(type=char(10) updatewhereclause=yes name=ptcn dbname="ptcn" )
column=(type=char(10) updatewhereclause=yes name=shipment_id dbname="shipment_id" ) column=(type=char(10) updatewhereclause=yes name=shipment_id dbname="shipment_id" )
column=(type=char(10) updatewhereclause=yes name=tran_name dbname="tran_name" ) column=(type=date updatewhereclause=yes name=shipment_date dbname="shipment_date" )
column=(type=date updatewhereclause=yes name=conf_date dbname="conf_date" ) column=(type=date updatewhereclause=yes name=conf_date dbname="conf_date" )
column=(type=char(10) updatewhereclause=yes name=shipment_date dbname="shipment_date" ) column=(type=char(10) updatewhereclause=yes name=tran_name dbname="tran_name" )
) )
text(band=header alignment="2" text="Ptcn" border="6" color="33554432" x="2" y="2" height="16" width="60" html.valueishtml="0" name=ptcn_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="PTCN" border="0" color="33554432" x="2" y="2" height="15" width="79" html.valueishtml="0" name=ptcn_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Shipment Id" border="6" color="33554432" x="64" y="2" height="16" width="90" html.valueishtml="0" name=shipment_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Shipment Id" border="0" color="33554432" x="83" y="2" height="15" width="88" html.valueishtml="0" name=shipment_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Tran Name" border="6" color="33554432" x="156" y="2" height="16" width="211" html.valueishtml="0" name=tran_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Shipment Date" border="0" color="33554432" x="173" y="2" height="15" width="112" html.valueishtml="0" name=shipment_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Conf Date" border="6" color="33554432" x="369" y="2" height="16" width="88" html.valueishtml="0" name=conf_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Conf Date" border="0" color="33554432" x="287" y="2" height="15" width="99" html.valueishtml="0" name=conf_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Shipment Date" border="6" color="33554432" x="459" y="2" height="16" width="113" html.valueishtml="0" name=shipment_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" ) text(band=header alignment="2" text="Tran Code" border="0" color="33554432" x="388" y="2" height="15" width="102" html.valueishtml="0" name=tran_name_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=10 border="0" color="33554432" x="2" y="2" height="19" width="60" format="[general]" html.valueishtml="0" name=ptcn visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) compute(band=footer alignment="0" expression=" ptcn "border="0" color="33554432" x="287" y="64" height="16" width="99" format="[GENERAL]" html.valueishtml="0" name=compute_1 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="1073741824" )
column(band=detail id=2 alignment="0" tabsequence=20 border="0" color="33554432" x="64" y="2" height="19" width="90" format="[general]" html.valueishtml="0" name=shipment_id visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="18" width="79" format="[general]" html.valueishtml="0" name=ptcn visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=30 border="0" color="33554432" x="156" y="2" height="19" width="211" format="[general]" html.valueishtml="0" name=tran_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="0" color="33554432" x="83" y="2" height="18" width="88" format="[general]" html.valueishtml="0" name=shipment_id visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=40 border="0" color="33554432" x="369" y="2" height="19" width="88" format="[general]" html.valueishtml="0" name=conf_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="0" color="33554432" x="173" y="2" height="18" width="112" format="[general]" html.valueishtml="0" name=shipment_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=50 border="0" color="33554432" x="459" y="2" height="19" width="113" format="[general]" html.valueishtml="0" name=shipment_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="287" y="2" height="18" width="99" format="[general]" html.valueishtml="0" name=conf_date visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="388" y="2" height="18" width="102" format="[general]" html.valueishtml="0" name=tran_name visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="16777215" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) 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 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
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