<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[FrontAccounting forum — meta_forward]]></title>
	<link rel="self" href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=4552&amp;type=atom" />
	<updated>2013-12-02T05:00:30Z</updated>
	<generator>PunBB</generator>
	<id>https://frontaccounting.com/punbb/viewtopic.php?id=4552</id>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18638#p18638" />
			<content type="html"><![CDATA[<p>dude&nbsp; that to done , but still not working <img src="https://frontaccounting.com/punbb/img/smilies/sad.png" width="15" height="15" alt="sad" /></p><p>can you please try from youside ?</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2013-12-02T05:00:30Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18638#p18638</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18622#p18622" />
			<content type="html"><![CDATA[<p>Clear Browser cache and server cache - company/#/js/*.js and the template cache on the server and try it by logging in freshly - no stale sessions.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-11-30T14:20:39Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18622#p18622</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18621#p18621" />
			<content type="html"><![CDATA[<p>sorry , i was think like that , but no its not working for edit and add too ( as i changed edit and add&nbsp; button function from button to input&nbsp; as i did for delete ) but its not working its redirecting in sec .</p><p>but dont no its working perfect for delete ( as same function i tried for edit , but no luck )</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2013-11-30T10:31:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18621#p18621</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18619#p18619" />
			<content type="html"><![CDATA[<p>i already tried this , not working :</p><p>but i got to know its because of BUTTON ( &lt;button type=&#039;submit&#039;&nbsp; &gt;) - if i use this then its redirected in 0 sec and not taking content=&#039;20 which i have set for meta_forward</p><p>but for &lt;input type=&#039;submit&#039; onclick=&#039;javascript: return testfunction();&#039; &gt; if click on this then redirection is waiting till 20sec.</p><p>let you know edit and add are on my Button&nbsp; ( as per FA ), but i have change for delete ( instead of button i have used INPUT with type submit as define above&nbsp; and have onlick function for popup ( &quot; are you sure to delete this record &quot;).</p><p>As FA directly allow to delete record without any warning , hence i made that .</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2013-11-30T09:43:32Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18619#p18619</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18615#p18615" />
			<content type="html"><![CDATA[<p>Try all lowercase and switching quotes:<br /></p><div class="codebox"><pre><code>echo &#039;&lt;meta http-equiv=&quot;refresh&quot; content=&quot;20; url=&#039; . $forward_to . &#039;?&#039; . $params . &#039;&quot;&gt;&#039; . &quot;\n&quot;;</code></pre></div>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-11-29T15:58:04Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18615#p18615</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18612#p18612" />
			<content type="html"><![CDATA[<p>dude listen , why i am using meta_forward().</p><p>i have made my own page.php ( page.php?id=1&amp;trans_no=3)&nbsp; which carries all information of id =1 ( from main.php ) as like parameter query string. i have my CRUD type area</p><p>as same like under manufacturing/search_work_orders.php? -- after editing any of your resp reference id you will be n page manufacturing/work_order_entry.php?trans_no=11&nbsp; , now click update&nbsp; now its change to /manufacturing/work_order_entry.php?UpdatedID=11 where you see many Anchor link like option ( Enter a new work order , Select an existing work order ) which means you have to now CLICK on this reps links.&nbsp; which was very annoying for me for each records , hence i change hyperlink to metaforward function... </p><p>now all is working fine execpt that redirection second i:e&nbsp; echo &quot;&lt;meta http-equiv=&#039;Refresh&#039; content=&#039;20; url=$forward_to?$params&#039;&gt;\n&quot;;&nbsp; which i change from 0 to 20sec , </p><p>as if some one want to&nbsp; see error or etc he can see at-least between 20 sec which i have set or may increase .. ( error or other message , as this is my own page hence after Clicking Update button i have set my own link, error message etc. )</p><p>hence it redirected between sec , and because of this some error if occurs is not seen.</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2013-11-29T05:40:06Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18612#p18612</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18610#p18610" />
			<content type="html"><![CDATA[<p>If it is called by ajax, then each ajax call will appear at the frequency by which it is called.</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-11-29T05:19:57Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18610#p18610</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18606#p18606" />
			<content type="html"><![CDATA[<p>@ apmuthu&nbsp; you are right i am done : echo &quot;&lt;meta http-equiv=&#039;Refresh&#039; content=&#039;20; url=$forward_to?$params&#039;&gt;\n&quot;;</p><p>but redirecting is not happening as with 20 sec ... its redirect within 3-4 sec only... i dont why but its true.</p><p>&quot; The function meta_forward() is used in 32 files in FA &quot;&nbsp; can you breif me about this ? .&nbsp; i dont know which 32 file you are talking about .. </p><p>i have made my own Page.php and in that i am using meta_forward()</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2013-11-29T04:48:34Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18606#p18606</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18598#p18598" />
			<content type="html"><![CDATA[<p>In the said file <strong>includes/ui/ui_control.inc</strong> did you alter line 138:<br /></p><div class="codebox"><pre><code>    echo &quot;&lt;meta http-equiv=&#039;Refresh&#039; content=&#039;0; url=$forward_to?$params&#039;&gt;\n&quot;;</code></pre></div><p>to be<br /></p><div class="codebox"><pre><code>    echo &quot;&lt;meta http-equiv=&#039;Refresh&#039; content=&#039;20; url=$forward_to?$params&#039;&gt;\n&quot;;</code></pre></div><p>?</p><p>What did you want to achieve? <br />The function <strong>meta_forward()</strong> is used in 32 files in FA - which one are you referring to?</p>]]></content>
			<author>
				<name><![CDATA[apmuthu]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=364</uri>
			</author>
			<updated>2013-11-28T14:51:55Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18598#p18598</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18578#p18578" />
			<content type="html"><![CDATA[<p>any here ?.. please let me know</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2013-11-27T06:09:20Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18578#p18578</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[meta_forward]]></title>
			<link rel="alternate" href="https://frontaccounting.com/punbb/viewtopic.php?pid=18568#p18568" />
			<content type="html"><![CDATA[<p>I am using meta_forward instead of hyperlink_no_params&nbsp; </p><br /><p>hyperlink_no_params : i have to click a link&nbsp; which is too time consuming also it not good for long data entry process . </p><p>hence i have used meta_forward but redirecting is done quickly within 1-2 sec , and i am unable to see&nbsp; error message. </p><p>i have set <strong> content=&#039;20 </strong> ( includes/ui/ui_controls.inc ) but its not working properly for meta_forward , i need 20 or 50 sec because i need to show some error message ( if its occurs ) .</p><p>any solution or update on this .. please check</p>]]></content>
			<author>
				<name><![CDATA[tester1]]></name>
				<uri>https://frontaccounting.com/punbb/profile.php?id=18290</uri>
			</author>
			<updated>2013-11-26T07:11:21Z</updated>
			<id>https://frontaccounting.com/punbb/viewtopic.php?pid=18568#p18568</id>
		</entry>
</feed>
