|
C
|
cgphp 4/29/2012 |
|
Check this article: http://xlinesoft.com/phprunner/docs/how_to_calculate_values_on_the_fly.htm |
|
|
|
swami author 4/29/2012 |
|
Check this article: http://xlinesoft.com/phprunner/docs/how_to_calculate_values_on_the_fly.htm
|
|
|
C
|
cgphp 4/29/2012 |
|
The code of the above article is for a "Javascript on load" event. |
|
|
|
swami author 4/29/2012 |
|
The code of the above article is for a "Javascript on load" event.
|
|
|
C
|
cgphp 4/29/2012 |
|
Please, post your code. |
|
|
|
swami author 4/29/2012 |
|
Please, post your code.
var ctrlPrice = Runner.getControl(pageid, 'amount'); |
|
|
C
|
cgphp 4/29/2012 |
|
The code looks correct. Something is wrong elsewhere. Please post the code of the following file |
|
|
|
swami author 4/29/2012 |
|
The code looks correct. Something is wrong elsewhere. Please post the code of the following file C:\Users\Administrator\Documents\PHP\account\output\include\phpfunctions.php from line 530 to line 550.
$message="<<< "."Record was NOT added"." >>> |
|
|
C
|
cgphp 4/29/2012 |
|
Please, edit the code in PHPrunner and remove the opening <?php tag before $result = mysql_query("total_entrata, name FROM uscita");
array_sum($row); |
|
|
|
swami author 4/29/2012 |
|
Please, edit the code in PHPrunner and remove the opening <?php tag before $result = mysql_query("total_entrata, name FROM uscita");
array_sum($row);
// return custom expression
|
|
|
C
|
cgphp 4/29/2012 |
|
total_entrate or total_entrata ? |
|
|
C
|
cgphp 4/29/2012 |
|
Please, post the code of the "View as custom" field you have on the list page. |
|
|
|
swami author 4/30/2012 |
|
Please, post the code of the "View as custom" field you have on the list page.
Parse error: syntax error, unexpected T_VAR in C:\Users\Administrator\Documents\PHP\account\output\include\phpfunctions.php on line 543
// return custom expression
var ctrlPrice = Runner.getControl(pageid, 'amount');
|
|
|
C
|
cgphp 4/30/2012 |
|
Please, check firebug for errors. |
|