<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — How to change Textbox properties into Read only?]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=5540</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=5540&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to change Textbox properties into Read only?.]]></description>
		<lastBuildDate>Mon, 09 Feb 2015 09:30:05 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to change Textbox properties into Read only?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22452#p22452</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (apmuthu)]]></author>
			<pubDate>Mon, 09 Feb 2015 09:30:05 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22452#p22452</guid>
		</item>
		<item>
			<title><![CDATA[How to change Textbox properties into Read only?]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=22448#p22448</link>
			<description><![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>]]></description>
			<author><![CDATA[null@example.com (towerfour)]]></author>
			<pubDate>Mon, 09 Feb 2015 06:43:54 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=22448#p22448</guid>
		</item>
	</channel>
</rss>
