<?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>Thu, 11 Mar 2010 23:35:47 +0000</pubDate>
	<ttl>30</ttl>
	<item>
		<title>Capture Search information in the Audit Table</title>
		<link>http://www.asprunner.com/forums/topic/14024-capture-search-information-in-the-audit-table/</link>
		<description>Is it possible to capture the username and what they have searched on in the audit log?</description>
		<pubDate>Thu, 11 Mar 2010 23:35:47 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14024-capture-search-information-in-the-audit-table/</guid>
	</item>
	<item>
		<title>error 256  unknown column</title>
		<link>http://www.asprunner.com/forums/topic/14023-error-256-unknown-column/</link>
		<description><![CDATA[I get the error  below  when  forst  entering  one of  my  tables from the  generated menu.<br />
<br />
The  field "date" exists in the database.  Im  not really sure  how to  go  about trouble  shooting  this.  Could  any one  give  me  an idea or  two.<br />
<br />
thanks<br />
<br />
<br />
Steve<br />
<br />
Error type	256<br />
Error description	Unknown column 'date' in 'field list'<br />
URL	localhost/clients/polarbear/root/time-line/time_line_list.php?<br />
Error file	C:&#092;Documents and Settings&#092;Steve&#092;My Documents&#092;web_dev&#092;polarbear&#092;root&#092;time-line&#092;include&#092;dbconnection.php<br />
Error line	34<br />
SQL query	SELECT `date`, date_accuracy, location, description,(SELECT count(*) FROM (SELECT `date` FROM images ) `subQuery_cnt` WHERE `subQuery_cnt`.`date`=`time_line`.`date`) as `images_cnt` ,(SELECT count(*) FROM (SELECT `date` FROM log ) `subQuery_cnt` WHERE `subQuery_cnt`.`date`=`time_line`.`date`) as `log_cnt` FROM time_line ORDER BY 1 ASC limit 0,20]]></description>
		<pubDate>Thu, 11 Mar 2010 20:02:04 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14023-error-256-unknown-column/</guid>
	</item>
	<item>
		<title>Graph by passing Unique IDs</title>
		<link>http://www.asprunner.com/forums/topic/14022-graph-by-passing-unique-ids/</link>
		<description><![CDATA[Hi All,<br />
I have a table with 3 columns:<br />
ID, TYPE, COUNT<br />
<br />
I want to create a pie chart with the TYPE as the X-Axis and the Count as the content.<br />
<br />
How do I dynamically pass the ID so that I can see the chart for that item?  <br />
How do I pass more than one IDs so that the pie chart sums the counts and does not repeat the types?<br />
<br />
For example:<br />
<br />
ID,TYPE,COUNT<br />
1,SALMON,3<br />
1,TUNA,2<br />
1,TROUT,5<br />
2,SALMON,8<br />
2,TUNA,0<br />
2,TROUT,88<br />
<br />
<br />
I want to pass the ID and get the graph ie. <br />
<a href='http://squamish2010.ca/FRASER/FISH_DENSITY_chart.php?ID=1' class='bbc_url' title='External link' rel='nofollow'>http://squamish2010.ca/FRASER/FISH_DENSITY_chart.php?ID=1</a> <br />
or<br />
<a href='http://squamish2010.ca/FRASER/FISH_DENSITY_chart.php?ID=1' class='bbc_url' title='External link' rel='nofollow'>http://squamish2010.ca/FRASER/FISH_DENSITY_chart.php?ID=1</a>,2,3<br />
<br />
<br />
I want the TUNA to be listed once...not duplicated for each ID.<br />
<br />
thanks<br />
gordon]]></description>
		<pubDate>Thu, 11 Mar 2010 19:52:51 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14022-graph-by-passing-unique-ids/</guid>
	</item>
	<item>
		<title>Trigger emails on downloading</title>
		<link>http://www.asprunner.com/forums/topic/14021-trigger-emails-on-downloading/</link>
		<description>I have a table with boxes containing file names. When the user clicks on one of the file names it automatically downloads that file to the user. That works fine. However, I would like to arrange that when a user clicks on the file name, I receive an email message telling me that a particular file has been downloaded and by whom. How can I do this?</description>
		<pubDate>Thu, 11 Mar 2010 17:44:08 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14021-trigger-emails-on-downloading/</guid>
	</item>
	<item>
		<title>CKEditor and CKFinder Configuration</title>
		<link>http://www.asprunner.com/forums/topic/14020-ckeditor-and-ckfinder-configuration/</link>
		<description>Does anyone have any experience on how to configure CKEditor along with CKFinder with PHPRunner 5.2?</description>
		<pubDate>Thu, 11 Mar 2010 16:24:51 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14020-ckeditor-and-ckfinder-configuration/</guid>
	</item>
	<item>
		<title>What defines active table when PHPRunner opens</title>
		<link>http://www.asprunner.com/forums/topic/14019-what-defines-active-table-when-phprunner-opens/</link>
		<description><![CDATA[I was wondering, when PHPRunner opens and you go straight to the Events section.  PHPRunner is highlighting my User table in the left panel of Tables.<br />
I have run into situations where I have had to reset the pages for User, which is a bit of a pain because I have customised some of the User pages.  THerefore the reset forces me to make the changes again.  Its happened twice in the last month. <br />
<br />
I have a table called Access, which would be great if PHPRunner would open and default to Access rather than the User table.  If I have to reset Access, it is not an issue as I do not have anything custom on it.<br />
<br />
Is there some file somewhere that holds the active table information.<br />
Ver 5.1 2503]]></description>
		<pubDate>Thu, 11 Mar 2010 16:17:45 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14019-what-defines-active-table-when-phprunner-opens/</guid>
	</item>
	<item>
		<title>Identify who is editing the record (record locking)</title>
		<link>http://www.asprunner.com/forums/topic/14018-identify-who-is-editing-the-record-record-locking/</link>
		<description><![CDATA[Using Record Locking, when a record is being edited by User A and User B tries to edit the same record, the message<br />
"Record is edited by another user" appears at the top of User B's screen. No problem. Works perfectly.<br />
<br />
One edit...how can the statement "Record is edited by another user" be changed to read,<br />
"Record is edited by USER A", where USER A's loginID is displayed?<br />
<br />
Cheers,<br />
Tokyoj]]></description>
		<pubDate>Thu, 11 Mar 2010 12:46:54 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14018-identify-who-is-editing-the-record-record-locking/</guid>
	</item>
	<item>
		<title>Advanced select functionality</title>
		<link>http://www.asprunner.com/forums/topic/14017-advanced-select-functionality/</link>
		<description><![CDATA[Hi,<br />
<br />
I've got two tables in a parent - child situation. <br />
In the form that fills the parent table I ask for a birth date in Dutch format dd-mm-yyyy. <br />
In the form that fills the child table I show a select box with options like:<br />
<br />
1 month<br />
2 months<br />
3 months<br />
4 months<br />
5 months<br />
<br />
and so on.<br />
<br />
Lets say the birth date given is:<br />
<br />
13-10-2000<br />
<br />
I would like achieve this kind of output in my select box:<br />
<br />
1 month  = 13-11-2000<br />
2 months = 13-12-2000<br />
3 months = 13-13-2000<br />
4 months = 13-14-2000<br />
5 months = 13-15-2000<br />
<br />
and so on<br />
<br />
I think I can program this but cant find the location where to add my code. Normally in own my code I could find the location where to add this kind of functionality but in the ASPrunner pro code this is harder to find.<br />
<br />
Could you help me find my way?<br />
<br />
Kind regards,]]></description>
		<pubDate>Thu, 11 Mar 2010 12:30:26 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14017-advanced-select-functionality/</guid>
	</item>
	<item>
		<title>import problems</title>
		<link>http://www.asprunner.com/forums/topic/14016-import-problems/</link>
		<description><![CDATA[Hello,<br />
<br />
I am having problems importing on a project in version 6.2.  It seems to work in 6.1, but in 6.2 I get the folowing error:<br />
<br />
Wrong number of arguments or invalid property assignment: 'rawvalues'<br />
<br />
I know this is not very much info, but I'm not sure what other details to give.  Let me know if you have questions for me.<br />
<br />
Also, I attempted to upload this to my demo account, but that crashed ASPRunner.<br />
<br />
Thanks,<br />
Tim]]></description>
		<pubDate>Thu, 11 Mar 2010 00:30:06 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14016-import-problems/</guid>
	</item>
	<item>
		<title>CLOB for Oracle</title>
		<link>http://www.asprunner.com/forums/topic/14015-clob-for-oracle/</link>
		<description><![CDATA[Hi, how do I tell my site that the current column is a CLOB?  <br />
Since my text is quite big, strings just don't cut it.<br />
<br />
<br />
<em class='bbc'>EELGRASS, Edit record [ ID: 60227 ] &lt;&lt;&lt; Record was NOT edited &gt;&gt;&gt;<br />
<br />
ociexecute() [function.ociexecute]: ORA-01704: string literal too long</em><br />
<br />
thanks<br />
<br />
gordon<br />
<br />
ps. I tried the solution at: <a href='http://www.asprunner.com/forums/topic/10040-oracle-clob-and-phpr/page__hl__clob__fromsearch__1' class='bbc_url' title='External link' rel='nofollow'>http://www.asprunner.com/forums/topic/10040-oracle-clob-and-phpr/page__hl__clob__fromsearch__1</a><br />
but then my BLOBs stop working....there are both on the page...]]></description>
		<pubDate>Wed, 10 Mar 2010 20:14:51 +0000</pubDate>
		<guid>http://www.asprunner.com/forums/topic/14015-clob-for-oracle/</guid>
	</item>
</channel>
</rss>