<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — Rowspan in table]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4978&amp;type=atom" />
	<updated>2014-05-28T08:02:34Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4978</id>
		<entry>
			<title type="html"><![CDATA[Re: Rowspan in table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19997#p19997" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-05-28T08:02:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19997#p19997</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Rowspan in table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19996#p19996" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[barbarian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18954</uri>
			</author>
			<updated>2014-05-28T05:27:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19996#p19996</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Rowspan in table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19995#p19995" />
			<content type="html"><![CDATA[<p>Use the function rep-&gt;NewLine to add extra lines.</p><p>Joe</p>]]></content>
			<author>
				<name><![CDATA[joe]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=3</uri>
			</author>
			<updated>2014-05-28T04:46:43Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19995#p19995</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Rowspan in table]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=19989#p19989" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[barbarian]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18954</uri>
			</author>
			<updated>2014-05-28T00:41:17Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=19989#p19989</id>
		</entry>
</feed>
