<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Rowspan in table]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=4978</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4978&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Rowspan in table.]]></description>
		<lastBuildDate>Wed, 28 May 2014 08:02:34 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Rowspan in table]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19997#p19997</link>
			<description><![CDATA[<p>Look into the class FrontReporting in file /reporting/includes/pdf_report.inc. About line 216, lineHeight = 12.<br />You can temporarely increase this value to a greater value. Ex.<br /></p><div class="codebox"><pre><code>$rep-&gt;lineHeight += 10;
Yoyr code inside the new rowspan...
$rep-&gt;lineHeight -= 10;</code></pre></div><p>Maybe you can be inspired to do other things by studying this class.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 28 May 2014 08:02:34 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19997#p19997</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rowspan in table]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19996#p19996</link>
			<description><![CDATA[<p>Please see my code below &quot;</p><div class="codebox"><pre><code>$rep-&gt;TextCol($x, 1+$x++, _($no++),0,0,1);
$rep-&gt;TextCol($x, 1+$x++, $row[&#039;so_number&#039;],0,0,1);
$rep-&gt;TextCol($x, 1+$x++, $row[&#039;branch&#039;],0,0,1);
$rep-&gt;TextCol($x, 1+$x++, $row[&#039;cust_ref&#039;],0,0,1);
$rep-&gt;TextCol($x, 1+$x++, $row[&#039;curr_code&#039;],0,0,1);
$rep-&gt;AmountCol($x, 1+$x++, $row[&#039;totval&#039;],0,0,0,1);
$rep-&gt;TextCol($x, 1+$x++, sql2date($row[&#039;ord_date&#039;]),0,0,1);
$rep-&gt;NewLine();</code></pre></div><p>I try to list sales order in a table. The newline work to create new row. But I want to create 2 cell that merge vertically. For example in the column of customer. For all the same customer, I want to rowspan the name of the customer. If I use newline, it&#039;s like creating some new row. I can merge cell horizontally using number in text col like above. The $x control the from an to cell. In above, each cell just have 1 width cell. Is there any function work like this for rowspan?</p>]]></description>
			<author><![CDATA[null@example.com (barbarian)]]></author>
			<pubDate>Wed, 28 May 2014 05:27:20 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19996#p19996</guid>
		</item>
		<item>
			<title><![CDATA[Re: Rowspan in table]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19995#p19995</link>
			<description><![CDATA[<p>Use the function rep-&gt;NewLine to add extra lines.</p><p>Joe</p>]]></description>
			<author><![CDATA[null@example.com (joe)]]></author>
			<pubDate>Wed, 28 May 2014 04:46:43 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19995#p19995</guid>
		</item>
		<item>
			<title><![CDATA[Rowspan in table]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=19989#p19989</link>
			<description><![CDATA[<p>Hello,</p><p>I can create a colspan cell in Front Accounting report, but how can I create a rowspan cell with it? Thank you</p>]]></description>
			<author><![CDATA[null@example.com (barbarian)]]></author>
			<pubDate>Wed, 28 May 2014 00:41:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=19989#p19989</guid>
		</item>
	</channel>
</rss>
