This topic is locked

Question about events on charts

11/25/2008 1:13:27 PM
PHPRunner General questions
C
cool_daddy author

Hello!!
I need to pass a parameter to my chart but it send an error #1088
What am I doing wrong?
function BeforeQueryChart(&$strSQL,&$strWhereClause,&$strOrderBy)

{

$filt = "quizid = ". $_REQUEST['qid'];

$strWhereClause = whereAdd($strWhereClause, $filt);
}

J
Jane 11/26/2008

Hi,
please make sure you use latest PHPRunner build:

http://www.asprunner.com/files/phprunner-setup.exe
Also it's impossible to pass variable to the chart. Use advanced search for this purpose.