<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
	<title>ASPRunner forums</title>
	<description>ASPRunner forums</description>
	<link>http://www.asprunner.com/forums/index.php</link>
	<pubDate>Fri, 19 Mar 2010 21:04:46 +0000</pubDate>
	<ttl>30</ttl>
	<item>
		<title>Add/Edit PageField Default</title>
		<link>http://www.asprunner.com/forums/topic/14097-addedit-pagefield-default/</link>
		<description><![CDATA[I am having problems with the default value for a field in the add page being the same as the edit page.  I have unchecked the box that says "applies to the Edit page" but if I remove it from the edit page it also removes it from the add page and visa versa.  Is this how it is supposed to work or is there something I do not have set correctly?]]></description>
		<pubDate>Fri, 19 Mar 2010 21:04:46 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14097-addedit-pagefield-default/</guid>
	</item>
	<item>
		<title>Incremental Project Development</title>
		<link>http://www.asprunner.com/forums/topic/14096-incremental-project-development/</link>
		<description><![CDATA[I have been pondering this for a while so I thought I'd seek some advice...<br />
<br />
I have developed a robust database that will support several functions within the company.  I have developed and published the first 'installment' on the website, which is the basic information internal to our operations.  This first installment only utilizes about 15% of the tables in the database.<br />
<br />
I now want to start expanding the site by adding functionality in 'installments'.  Each additional installment will expand the utilization of the tables in the database, building on the pieces already in place.  I thought the way to do this was using templates - create a template, merge it into the existing project.  Seems the templates being merged want to add the tables to the database - but they already exist since they were created initially.  I don't really want to rebuild the entire project each time and take a chance on something breaking - simply add the new pages and update the menu to reflect the new options.<br />
<br />
Is there a 'best practice' for doing this?<br />
<br />
Thanks!]]></description>
		<pubDate>Fri, 19 Mar 2010 17:10:11 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14096-incremental-project-development/</guid>
	</item>
	<item>
		<title>print-friendly vs print all pages</title>
		<link>http://www.asprunner.com/forums/topic/14095-print-friendly-vs-print-all-pages/</link>
		<description><![CDATA[I think as of 6.0, a 'print all pages' link was added to the list page.  What is the differrence between this and the 'print-friendly' link?]]></description>
		<pubDate>Fri, 19 Mar 2010 15:31:54 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14095-print-friendly-vs-print-all-pages/</guid>
	</item>
	<item>
		<title>Autoincrement field</title>
		<link>http://www.asprunner.com/forums/topic/14094-autoincrement-field/</link>
		<description><![CDATA[I have MySQL as the database engine.  Field in my table is set to autoincrement.  It is primary key for the table.<br />
<br />
For some reason the add page is not picking this field up as auto.  It does pick it up as required field.   Am I missing something in phprunner?  Something else to set?    Using 5.2 version]]></description>
		<pubDate>Fri, 19 Mar 2010 15:16:41 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14094-autoincrement-field/</guid>
	</item>
	<item>
		<title>Password in list page</title>
		<link>http://www.asprunner.com/forums/topic/14093-password-in-list-page/</link>
		<description><![CDATA[Hi,<br />
<br />
There is no password view option in list page "view as", but there is this option in "edit as".<br />
<br />
How can I show the password in list page look like circles?]]></description>
		<pubDate>Fri, 19 Mar 2010 11:54:52 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14093-password-in-list-page/</guid>
	</item>
	<item>
		<title>Why has the Theme Changed colour?</title>
		<link>http://www.asprunner.com/forums/topic/14092-why-has-the-theme-changed-colour/</link>
		<description><![CDATA[On version 5.0, I select Colour Scheme as London and on the Tabs they are Blue with white writing, The tab in use is Grey with dark grey writing as you can see in the picture below.<br />
<img src='http://i185.photobucket.com/albums/x256/swanside/php50.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
But in the new version the tabs are blue with black writing, which is harder to view, instead of white? Can this be changed anywhere?<br />
<img src='http://i185.photobucket.com/albums/x256/swanside/php52.jpg' alt='Posted Image' class='bbc_img' /><br />
Thanks]]></description>
		<pubDate>Fri, 19 Mar 2010 08:12:50 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14092-why-has-the-theme-changed-colour/</guid>
	</item>
	<item>
		<title>Custom Menu Javascript</title>
		<link>http://www.asprunner.com/forums/topic/14091-custom-menu-javascript/</link>
		<description><![CDATA[Hi All,<br />
I am using the new PHPRunner 5.2 (Build 4905)<br />
<br />
I have removed all the tables from my menu.  I want the menu to launch a j&#097;v&#097;script widget for the tables:<br />
<br />
For example:<br />
<pre class='prettyprint'>
&lt;a href="j&#097;v&#097;script:top.myWindow=top.top.dhtmlwind&#111;w.open('myWindow','iframe', '/FRASER/fish_contract_LIST.php', 'Fish Sample Data', 'width=800px,height=500px,resize=1,scrolling=1,center=1,top=100px')"&gt; OPEN LIST&lt;/A&gt;


&lt;a href="j&#097;v&#097;script:top.myWindow=top.top.dhtmlwind&#111;w.open('myWindow','iframe', '/FRASER/admin_LIST.php', 'Admin Data', 'width=800px,height=500px,resize=1,scrolling=1,center=1,top=100px')"&gt; OPEN Admin&lt;/A&gt;

</pre><br />
<br />
This usually works great but I get the window replaces with "HTML OBJECT" and I lose the MENU.PHP.<br />
<br />
Also, by removing the list of tables from the MENU.PHP, the MENU doesn't know there are items so the line:<br />
<pre class='prettyprint'>
if($menuInfo&#91;'menuTablesCount'&#93;&lt;2)
{
	header("Location: ".$menuInfo&#91;'urlForRedirect'&#93;); 
	exit();
}
</pre><br />
<br />
Automatically shows the list in the MENU.PHP wind&#111;w...I have fixed this by chaning the menuTablesCount to &lt;0 but this resets every time I compile my project....<br />
<br />
Is there a fix for:<br />
1. J&#097;v&#097;script Hyperlinks in the Menu <br />
2. menuTablesCount for the menu.php<br />
<br />
thanks<br />
gordon]]></description>
		<pubDate>Thu, 18 Mar 2010 21:43:16 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14091-custom-menu-javascript/</guid>
	</item>
	<item>
		<title>URGENT !! Updating database using inline edit + enter button</title>
		<link>http://www.asprunner.com/forums/topic/14090-urgent-updating-database-using-inline-edit-enter-button/</link>
		<description><![CDATA[Hi guys,<br />
<br />
There is a way to updating a column data (textarea field) to a database using inline edit and pressing only the enter button ?<br />
<br />
<br />
Thanks<br />
<br />
<br />
Jorge Nishikuni]]></description>
		<pubDate>Thu, 18 Mar 2010 21:23:52 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14090-urgent-updating-database-using-inline-edit-enter-button/</guid>
	</item>
	<item>
		<title>Hide Links from list view</title>
		<link>http://www.asprunner.com/forums/topic/14089-hide-links-from-list-view/</link>
		<description><![CDATA[I have 15 custom views all linked to the main table, so on the list view of the main table I have a vertical list containing the 15 links.<br />
I do not want these to show apart from one link. Is there a way I can remove the other 14 links from the list view?<br />
Cheers<br />
Paul.]]></description>
		<pubDate>Thu, 18 Mar 2010 16:11:35 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14089-hide-links-from-list-view/</guid>
	</item>
	<item>
		<title>Edit on List Page with search</title>
		<link>http://www.asprunner.com/forums/topic/14088-edit-on-list-page-with-search/</link>
		<description><![CDATA[Hi<br />
<br />
On ASPRunner 6.1 it was possible to ADD/EDIT Records in the popup window on list page with search.<br />
<br />
<img src='http://config.sunrisemedical.de/61.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
<br />
Looks like the EDIT option is not available on 6.2? or am I just too blind to find it  <img src='http://www.asprunner.com/forums/public/style_emoticons/default/blink.gif' class='bbc_emoticon' alt=':blink:' /><br />
<br />
<br />
<img src='http://config.sunrisemedical.de/62.jpg' alt='Posted Image' class='bbc_img' /><br />
<br />
Thanks<br />
Christian]]></description>
		<pubDate>Thu, 18 Mar 2010 13:08:07 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14088-edit-on-list-page-with-search/</guid>
	</item>
</channel>
</rss>