<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — How to change Textbox properties into Read only?]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5540&amp;type=atom" />
	<updated>2015-02-09T09:30:05Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=5540</id>
		<entry>
			<title type="html"><![CDATA[Re: How to change Textbox properties into Read only?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22452#p22452" />
			<content type="html"><![CDATA[<p>The file <strong>purchasing/includes/ui/po_ui.inc</strong> has a function <strong>display_po_header()</strong> that does the job. <strong>Reference</strong> is generally editable on new data entry only and not available to be editable afterwards (line 117).&nbsp; Lines 177 to 182:<br /></p><div class="codebox"><pre><code>    if ($editable)
    {
        ref_row(_(&quot;Reference:&quot;), &#039;ref&#039;);
    }
    else
    {
        hidden(&#039;ref&#039;, $order-&gt;reference);
        label_row(_(&quot;Reference:&quot;), $order-&gt;reference);
    }</code></pre></div><p>provide the form elements.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2015-02-09T09:30:05Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22452#p22452</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[How to change Textbox properties into Read only?]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=22448#p22448" />
			<content type="html"><![CDATA[<p>I&#039;m using FA. Purchasing data entry, how to include/add &quot;Read only&quot; into reference textbox?</p><p>Thanks<br />(Towerfour)</p>]]></content>
			<author>
				<name><![CDATA[towerfour]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=19995</uri>
			</author>
			<updated>2015-02-09T06:43:54Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=22448#p22448</id>
		</entry>
</feed>
