<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>birt-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/maillist.html</link>
		<description>birt-dev</description>
		<language>en-us</language>
		<pubDate>Thu, 05 Nov 2009 05:13:50 GMT</pubDate>
		<lastBuildDate>Thu, 05 Nov 2009 05:13:50 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>birt-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[birt-dev] Project meta data is out of date for birt</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10594.html</link>
		<description>Wenfeng, Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * The date for release &amp;quot;2.0&amp;quot; uses the no-longer-supported mm/yyyy date ...</description>
		<content:encoded><![CDATA[<pre>Wenfeng,
Projects are required to keep meta data up to date using the MyFoundation
Portal (<a  href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>).  The following problems were found
with this project's meta-data:

* The date for release &quot;2.0&quot; uses the no-longer-supported mm/yyyy date
format (1/2006). Please use MM/DD/YYYY or YYYY-MM-DD. If you are unsure of
the date, we recommend you use the last date of the month.
* The date for release &quot;2.3.0&quot; is in the past, but the release is not
marked as completed. If it is completed, it should be marked as completed;
if it has been postponed, it should be given a new target date.
* There is no next/future release of this project. All Eclipse projects
must have a &quot;next release&quot; planned and scheduled.


</pre>]]></content:encoded>
		<pubDate>Thu, 05 Nov 2009 05:00:18 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10594.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>Re: [birt-dev] Separate Reports in BIRT</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10593.html</link>
		<description> </description>
		<content:encoded><![CDATA[



Hello,<BR>
<BR>
You can add two report parameters &quot;startrecord&quot; and &quot;endrecord&quot; and make your report design filter by record number / row number.<BR>
Then you can generate different report documents by specifying parameter values like startrecord=1, endrecord=1000 for the first one, startrecord=1001, endrecord=2000 for the second one, etc, and save the report document using different names.<BR>
<BR>
Thanks,<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-  

Vincent Petry

Actuate Software Shanghai Center
Tel: (86)21-58826388
Fax: (86)21-58826002
Email: <A href="mailto:vpetry@xxxxxxxxxxx">vpetry@xxxxxxxxxxx</A>
</PRE>
</TD>
</TR>
</TABLE>
<BR>
<BR>
On Mon, 2009-09-28 at 17:23 -0700, remya wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
My application necessitates that each 1000 records be grouped together to one
report. Like, when the user clicks on a button to generate report and
suppose there are totally 10,000 records to be displayed in the report, it
must produce 10 separate reports, with 1-1000 records in 1st report,
1001-2000 in the second report and so on.

Is such a provision available in BIRT?
</PRE>
</BLOCKQUOTE>


]]></content:encoded>
		<pubDate>Mon, 12 Oct 2009 02:06:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10593.html</guid>
		<author>vpetry@xxxxxxx (Petry Vincent)</author>
	</item>


	<item>
		<title>Re: [birt-dev] Error in Excel Preview using BIRT all-in-one</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10592.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre>
Kyle:

Thanks for your valuable input. I already downloaded the extended emitters
and copy to my computers using the instructions below w/c I get from the
Internet search. However, I had some minor problems, the drop-down options
for XLS will no longer display in BIRT. 

CESAR

To install:
===========
Dump it in the directory
ROOT\birt-rcp-report-designer\plugins\
org.uguess.birt.report.engine.emitter.xls_2.3.0.200807241457 with all its
contents and subfolders. In the main root directory
you will find the xls-emitter.jar. Do not copy this to the root directory
of the plugins directory - it will not work.

You'll also need to get the recommended POI jar
and dump it in the lib directory

i.e. plugins\
org.uguess.birt.report.engine.emitter.xls_2.3.0.200807241457\lib\
poi-3.1-FINAL-20080629.jar

You'll also need to rename or delete the original
org.eclipse.birt.report.engine.emitter.prototype.excel_2.3.1.v20080917.jar

If you're using the All-In-One Version of BIRT an Eclipse Project
==================================
You do the exact same thing except you do these changes
in ECLIPSE_INSTALL\plugins folder


Kyle.Bober wrote:
&gt; 
&gt; This is  due to the format of the Excel file generated by BIRT. BIRT
&gt; generates it's Excel files in the SpreadSheetML format which was a
&gt; horrible
&gt; attempt at storing the Excel spreadsheets in XML. Now Office 2007 follows
&gt; the Open XML format. If you want BIRT to generate true Excel Binary files
&gt; you should use the open source Tribix project.
&gt; <a  href="http://sourceforge.net/projects/tribix/">http://sourceforge.net/projects/tribix/</a>
&gt; 
&gt; -Kyle
&gt; 
&gt; On Sat, Oct 3, 2009 at 1:20 AM, cavillarba &lt;cavillarba@xxxxxxxxxxxx&gt;
&gt; wrote:
&gt; 
&gt;&gt; Hi Everyone, I successfully downloaded and install the BIRT all-in-one
&gt;&gt; package from eclipse web-site in my computer and created the sample
&gt;&gt; report.
&gt;&gt; I can preview this report in all forms(html, PDF, Word and Postscript)
&gt;&gt; but
&gt;&gt; except in Excel(I'm using Office 2007). I received this error: &quot;The file
&gt;&gt; you
&gt;&gt; are trying to open, 'Customers[6].xls', is in a different format than
&gt;&gt; specified by the file extension. Verify that the file is not corrupted
&gt;&gt; and
&gt;&gt; is from a trusted source before opening the file. Do you want to open the
&gt;&gt; file now?&quot; Is there any problem with my eclipse installation? I only
&gt;&gt; download/extract the file and save it to my computer. Pls. help. Thanks,
&gt;&gt; CESAR
&gt;&gt; ------------------------------
&gt;&gt; View this message in context: Error in Excel Preview using BIRT
&gt;&gt; all-in-one&lt;<a  href="http://www.nabble.com/Error-in-Excel-Preview-using-BIRT-all-in-one-tp25725420p25725420.html">http://www.nabble.com/Error-in-Excel-Preview-using-BIRT-all-in-one-tp25725420p25725420.html</a>&gt;
&gt;&gt; Sent from the Eclipse BIRT - Dev mailing list
&gt;&gt; archive&lt;<a  href="http://www.nabble.com/Eclipse-BIRT---Dev-f2270.html">http://www.nabble.com/Eclipse-BIRT---Dev-f2270.html</a>&gt;at
&gt;&gt; Nabble.com.
&gt;&gt;
&gt;&gt; _______________________________________________
&gt;&gt; birt-dev mailing list
&gt;&gt; birt-dev@xxxxxxxxxxx
&gt;&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/birt-dev">https://dev.eclipse.org/mailman/listinfo/birt-dev</a>
&gt;&gt;
&gt;&gt;
&gt; 
&gt; 
&gt; -- 
&gt; -Act as if it were impossible to fail
&gt; 
&gt; _______________________________________________
&gt; birt-dev mailing list
&gt; birt-dev@xxxxxxxxxxx
&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/birt-dev">https://dev.eclipse.org/mailman/listinfo/birt-dev</a>
&gt; 
&gt; 

-- 
View this message in context: <a  href="http://www.nabble.com/Error-in-Excel-Preview-using-BIRT-all-in-one-tp25725420p25747118.html">http://www.nabble.com/Error-in-Excel-Preview-using-BIRT-all-in-one-tp25725420p25747118.html</a>
Sent from the Eclipse BIRT - Dev mailing list archive at Nabble.com.


</pre>]]></content:encoded>
		<pubDate>Mon, 05 Oct 2009 08:46:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10592.html</guid>
		<author>cavillarba@xxxxxxx (cavillarba)</author>
	</item>


	<item>
		<title>Re: [birt-dev] Error in Excel Preview using BIRT all-in-one</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10591.html</link>
		<description>This is&amp;#xA0; due to the format of the Excel file generated by BIRT. BIRT generates it&amp;#39;s Excel files in the SpreadSheetML format which was a horrible attempt at storing the Excel spreadsheets in XML. Now Office 2007 follows the Open XML format. If you want BIRT...</description>
		<content:encoded><![CDATA[This is&#xA0; due to the format of the Excel file generated by BIRT. BIRT generates it&#39;s Excel files in the SpreadSheetML format which was a horrible attempt at storing the Excel spreadsheets in XML. Now Office 2007 follows the Open XML format. If you want BIRT to generate true Excel Binary files you should use the open source Tribix project. <a href="http://sourceforge.net/projects/tribix/">http://sourceforge.net/projects/tribix/</a><br>
<br>-Kyle<br><br><div class="gmail_quote">On Sat, Oct 3, 2009 at 1:20 AM, cavillarba <span dir="ltr">&lt;<a href="mailto:cavillarba@xxxxxxxxxxxx">cavillarba@xxxxxxxxxxxx</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi Everyone,

I successfully downloaded and install the BIRT all-in-one package from eclipse web-site in my computer and created the sample report. I can preview this report in all forms(html, PDF, Word and Postscript) but except in Excel(I&#39;m using Office 2007). I received this error: 

&quot;The file you are trying to open, &#39;Customers[6].xls&#39;, is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?&quot;

Is there any problem with my eclipse installation? I only download/extract the file and save it to my computer.

Pls. help. Thanks,

CESAR
<br><hr width="300" align="left">
View this message in context: <a href="http://www.nabble.com/Error-in-Excel-Preview-using-BIRT-all-in-one-tp25725420p25725420.html" target="_blank">Error in Excel Preview using BIRT all-in-one</a><br>
Sent from the <a href="http://www.nabble.com/Eclipse-BIRT---Dev-f2270.html" target="_blank">Eclipse BIRT - Dev mailing list archive</a> at Nabble.com.<br>
<br>_______________________________________________<br>
birt-dev mailing list<br>
<a href="mailto:birt-dev@xxxxxxxxxxx">birt-dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/birt-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/birt-dev</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>-Act as if it were impossible to fail<br>
]]></content:encoded>
		<pubDate>Sat, 03 Oct 2009 13:26:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10591.html</guid>
		<author>kyle.bober@xxxxxxx (Kyle Bober)</author>
	</item>
	<item>
		<title>[birt-dev] Error in Excel Preview using BIRT all-in-one</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10590.html</link>
		<description> Hi Everyone, I successfully downloaded and install the BIRT all-in-one package from eclipse web-site in my computer and created the sample report. I can preview this report in all forms(html, PDF, Word and Postscript) but except in Excel(I'm using Office ...</description>
		<content:encoded><![CDATA[
Hi Everyone,

I successfully downloaded and install the BIRT all-in-one package from eclipse web-site in my computer and created the sample report. I can preview this report in all forms(html, PDF, Word and Postscript) but except in Excel(I'm using Office 2007). I received this error: 

"The file you are trying to open, 'Customers[6].xls', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?"

Is there any problem with my eclipse installation? I only download/extract the file and save it to my computer.

Pls. help. Thanks,

CESAR
<br><hr align="left" width="300">
View this message in context: <a href="http://www.nabble.com/Error-in-Excel-Preview-using-BIRT-all-in-one-tp25725420p25725420.html">Error in Excel Preview using BIRT all-in-one</a><br>
Sent from the <a href="http://www.nabble.com/Eclipse-BIRT---Dev-f2270.html">Eclipse BIRT - Dev mailing list archive</a> at Nabble.com.<br>
]]></content:encoded>
		<pubDate>Sat, 03 Oct 2009 06:20:39 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10590.html</guid>
		<author>cavillarba@xxxxxxx (cavillarba)</author>
	</item>


	<item>
		<title>RE&#xA0;: [birt-dev] Tabulator in Birt List</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10589.html</link>
		<description>Hello, Not sure whether I understand well what you want to achieve. I think the reason why the tabs (&amp;quot;\t&amp;quot; ?) disappear is because they are ignored by the HTML rendering. You can try to replace the tabs inside the String with a few &amp;quot;&amp;amp;nbsp;&amp;quot;. For example: uo...</description>
		<content:encoded><![CDATA[<pre>Hello,

Not sure whether I understand well what you want to achieve.
I think the reason why the tabs (&quot;\t&quot; ?) disappear is because they are ignored by the HTML rendering.
You can try to replace the tabs inside the String with a few &quot;&amp;nbsp;&quot;. For example: &quot;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Tabulated value&quot; (without double quotes).

Thanks,

Vincent Petry

-------- Message d'origine--------
De: birt-dev-bounces@xxxxxxxxxxx de la part de Justive
Date: mar. 29/09/2009 23:47
&#xC0;: birt-dev@xxxxxxxxxxx
Objet : [birt-dev] Tabulator in Birt List
 

Hallo,

I want to use a List in birt, which should display a String.
This String should include Tabs to increase the Visualibility.
The Problem. The Tabs disappear.

Any suggestion? Thanks!
-- 
View this message in context: <a  href="http://www.nabble.com/Tabulator-in-Birt-List-tp25657646p25657646.html">http://www.nabble.com/Tabulator-in-Birt-List-tp25657646p25657646.html</a>
Sent from the Eclipse BIRT - Dev mailing list archive at Nabble.com.

_______________________________________________
birt-dev mailing list
birt-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/birt-dev">https://dev.eclipse.org/mailman/listinfo/birt-dev</a>

</pre><p><tt>&lt;&lt;winmail.dat&gt;&gt;</tt></p>]]></content:encoded>
		<pubDate>Wed, 30 Sep 2009 12:10:42 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10589.html</guid>
		<author>vpetry@xxxxxxx (Vincent Petry)</author>
	</item>
	<item>
		<title>[birt-dev] Tabulator in Birt List</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10588.html</link>
		<description> Hallo, I want to use a List in birt, which should display a String. This String should include Tabs to increase the Visualibility. The Problem. The Tabs disappear. Any suggestion? Thanks!</description>
		<content:encoded><![CDATA[<pre>
Hallo,

I want to use a List in birt, which should display a String.
This String should include Tabs to increase the Visualibility.
The Problem. The Tabs disappear.

Any suggestion? Thanks!
-- 
View this message in context: <a  href="http://www.nabble.com/Tabulator-in-Birt-List-tp25657646p25657646.html">http://www.nabble.com/Tabulator-in-Birt-List-tp25657646p25657646.html</a>
Sent from the Eclipse BIRT - Dev mailing list archive at Nabble.com.


</pre>]]></content:encoded>
		<pubDate>Wed, 30 Sep 2009 06:47:58 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10588.html</guid>
		<author>Juergen.Leeb@xxxxxxx (Justive)</author>
	</item>


	<item>
		<title>[birt-dev] Separate Reports in BIRT</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10587.html</link>
		<description> My application necessitates that each 1000 records be grouped together to one report. Like, when the user clicks on a button to generate report and suppose there are totally 10,000 records to be displayed in the report, it must produce 10 separate reports...</description>
		<content:encoded><![CDATA[<pre>
My application necessitates that each 1000 records be grouped together to one
report. Like, when the user clicks on a button to generate report and
suppose there are totally 10,000 records to be displayed in the report, it
must produce 10 separate reports, with 1-1000 records in 1st report,
1001-2000 in the second report and so on.

Is such a provision available in BIRT?
-- 
View this message in context: <a  href="http://www.nabble.com/Separate-Reports-in-BIRT-tp25655020p25655020.html">http://www.nabble.com/Separate-Reports-in-BIRT-tp25655020p25655020.html</a>
Sent from the Eclipse BIRT - Dev mailing list archive at Nabble.com.


</pre>]]></content:encoded>
		<pubDate>Tue, 29 Sep 2009 00:23:26 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10587.html</guid>
		<author>remyasanker@xxxxxxx (remya)</author>
	</item>


	<item>
		<title>[birt-dev] New Eclipse BIRT Release Build Available for Download</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10586.html</link>
		<description> BIRT Community,     The BIRT development team are pleased to let you know that BIRT 2.5.1 Release Build (build number: 20090922-0630) is now available for download.   2.5.1 release build &amp;lt; 20090922-0630&amp;gt; can be downloaded from the BIRT download page: http...</description>
		<content:encoded><![CDATA[<table width="100%"><tr><td style="a:link { color: blue } a:visited { color: purple } ">





<div class=Section1 style='layout-grid:15.6pt'>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>BIRT Community,</span><o:p></o:p></p>

<p class=MsoNormal style='margin-left:84.0pt;layout-grid-mode:char'>&nbsp;<o:p></o:p></p>

<p class=MsoNormal style='margin-left:84.0pt;layout-grid-mode:char'><o:p>&nbsp;</o:p></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>The BIRT development team are pleased to let
you know that BIRT 2.5.1 Release Build (build number: 20090922-0630) is now
available for download.</span><o:p></o:p></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>2.5.1 release build &lt;</span> <span
style='font-size:10.0pt;font-family:"Arial","sans-serif"'>20090922-0630&gt; can
be downloaded from the BIRT download page: <a
href="http://download.eclipse.org/birt/downloads/build.php?build=R-R1-2_5_1-200909220630">http://download.eclipse.org/birt/downloads/build.php?build=R-R1-2_5_1-200909220630</a>
<o:p></o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>It can also be installed via BIRT 2.5.x
Update Site: <a href="http://download.eclipse.org/birt/update-site/2.5">http://download.eclipse.org/birt/update-site/2.5</a>
<o:p></o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>And Galileo SR1 EPP Reporting package can be
downloaded from:<br>
Windows - <a
href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-reporting-galileo-SR1-win32.zip">http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-reporting-galileo-SR1-win32.zip</a>
<o:p></o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>Linux 32bit - <a
href="http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-reporting-galileo-SR1-linux-gtk.tar.gz">http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR1/eclipse-reporting-galileo-SR1-linux-gtk.tar.gz</a>
<o:p></o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>As always, please provide your feedback
through the newsgroup or by reporting bugs through Bugzilla.</span><span
style='font-size:10.5pt'><o:p></o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:9.0pt;
font-family:"Arial","sans-serif";color:navy'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:9.0pt;
font-family:"Arial","sans-serif";color:navy'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>Regards,</span><span style='font-size:10.5pt'><o:p></o:p></span></p>

<p class=MsoNormal style='layout-grid-mode:char'><span style='font-size:10.0pt;
font-family:"Arial","sans-serif"'>BIRT Team</span><o:p></o:p></p>

<p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p>

<p class=MsoNormal><span style='font-size:9.0pt;font-family:"Courier New"'><o:p>&nbsp;</o:p></span></p>

</div>




</td></tr></table>]]></content:encoded>
		<pubDate>Sat, 26 Sep 2009 00:21:22 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10586.html</guid>
		<author>xgu@xxxxxxx (Xiaoying Gu)</author>
	</item>


	<item>
		<title>Re: [birt-dev] Word export creates Word-tables from BIRT-List</title>
		<link>http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10585.html</link>
		<description>Hi,thanks for your reply, I posted to enhancement requests. While posting these request I remebered another problem we faced while creating our reports: Is there a way to format some text in my report as word headings (heading 1, heading 2, and so on). For...</description>
		<content:encoded><![CDATA[Hi,<div><br></div><div>thanks for your reply, I posted to enhancement requests. While posting these request I remebered another problem we faced while creating our reports: Is there a way to format some text in my report as word headings (heading 1, heading 2, and so on). For our reports, we prefer using these means to produce a consistent layout. Furthermore, this allows us using word &quot;generate table of content&quot; to produce such a table. I couldn&#39;t find a way to mark text in the birt report as a heading.</div>
<div><br></div><div>For us, we came around this by writing some #H1#, #H2# and so on into the report for defining the headers and afterwards running a little Visual Basic for Application macro, that makes regular word headings from this markup. But of cause we&#39;d prefer to have this directly in the report. (eg. cause Office mac 2008 doesn&#39;t provide VBA support).&#xA0;</div>
<div><br></div><div>Is there a way to format text as heading in BIRT that I couldn&#39;t find? Or should I post another enhancement request?</div><div><br></div><div>-orgler<br><br><div class="gmail_quote">2009/9/23 Wenfeng Li <span dir="ltr">&lt;<a href="mailto:wli@xxxxxxxxxxx">wli@xxxxxxxxxxx</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">








<div lang="EN-US" link="blue" vlink="purple">

<div>

<p><span style="font-size:10.0pt;color:blue">Hi, Orgler</span></p>

<p><span style="font-size:10.0pt;color:blue">&#xA0;</span></p>

<p><span style="font-size:10.0pt;color:blue">Thanks for the
feedback. Can you log two enhancements in Eclipse bugzilla,&#xA0; one for outputting
list as continuous text.&#xA0;&#xA0; and another one to output 2007 docx format..</span></p>

<p><span style="font-size:10.0pt;color:blue">&#xA0;</span></p>

<p><span style="font-size:10.0pt;color:blue">For list output,&#xA0;
do you see each detail list section to be exported as separate paragraph, new
line, or not separation between them? &#xA0;&#xA0;&#xA0;&#xA0;&#xA0;&#xA0;It will also help us to understand the
enhancement if you can attach a sample report design, current WPML export, and a
desired export in the bugzilla.</span></p>

<p><span style="font-size:10.0pt;color:blue">&#xA0;</span></p>

<p><span style="font-size:10.0pt;color:blue">Br,</span></p>

<p><span style="font-size:10.0pt;color:blue">&#xA0;</span></p>

<p><span style="font-size:10.0pt;color:blue">&#xA0;</span></p>

<p><span style="font-size:10.0pt;color:blue">Wenfeng</span></p>

<p><span style="font-size:10.0pt;color:blue">&#xA0;</span></p>

<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">

<p><b><span style="font-size:10.0pt">From:</span></b><span style="font-size:10.0pt">
<a href="mailto:birt-dev-bounces@xxxxxxxxxxx" target="_blank">birt-dev-bounces@xxxxxxxxxxx</a> [mailto:<a href="mailto:birt-dev-bounces@xxxxxxxxxxx" target="_blank">birt-dev-bounces@xxxxxxxxxxx</a>] <b>On Behalf
Of </b>Johannes Michler<br>
<b>Sent:</b> Wednesday, September 23, 2009 8:21 AM<br>
<b>To:</b> <a href="mailto:birt-dev@xxxxxxxxxxx" target="_blank">birt-dev@xxxxxxxxxxx</a><br>
<b>Subject:</b> [birt-dev] Word export creates Word-tables from BIRT-List</span></p>

</div><div><div></div><div class="h5">

<p>&#xA0;</p>

<p>Hi,</p>

<div>

<p>&#xA0;</p>

</div>

<div>

<p>we&#39;re producing a quite long word-report using BIRT. That
report consists of many List ReportItems, where some of these Lists are nested
in the &quot;Details&quot; of another List. This is working fine so far, except
for one annoying thing: When exporting to word-2003 wpml, each List gets a Table.In
our context, this is quite ugly, since this makes it difficult to manually
adjust the report. Is there a way to setup BIRT-WPML-Export in such a way that
the content of a List is just printed as continuous text instead of a table?
For grid I can see it is&#xA0;useful&#xA0;to have them mapped to word-tables,
but I don&#39;t think this is necessary for Lists, is it?</p>

</div>

<div>

<p>&#xA0;</p>

</div>

<div>

<p>Just one more note: Is there a special reason for using
word-2003-wpml for the export format? I understand you can&#39;t write the
oldstyle-word for many reasons, but I&#39;d prefer the 2007 docx-format, since for
this xml-format there are import-plugins for older word versions. But I don&#39;t
know if there&#39;s an easy way to produce such docx from within Java. In the
dotNet-world, there is some SDK for building such documents, but I don&#39;t know
if there are such things for Java.</p>

</div>

<div>

<p>&#xA0;</p>

</div>

<div>

<p>&#xA0;</p>

</div>

<div>

<p>Any help would be highly appreciated,</p>

</div>

<div>

<p>&#xA0;</p>

</div>

<div>

<p>-orgler</p>

</div>

</div></div></div>

</div>


<br>_______________________________________________<br>
birt-dev mailing list<br>
<a href="mailto:birt-dev@xxxxxxxxxxx">birt-dev@xxxxxxxxxxx</a><br>
<a href="https://dev.eclipse.org/mailman/listinfo/birt-dev" target="_blank">https://dev.eclipse.org/mailman/listinfo/birt-dev</a><br>
<br></blockquote></div><br></div>
]]></content:encoded>
		<pubDate>Thu, 24 Sep 2009 07:56:04 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/birt-dev/msg10585.html</guid>
		<author>orgler@xxxxxxx (Johannes Michler)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
