![]() |
Alexey admin 11/2/2007 |
Hi, $value=0+$strvalue; and replace it with this snippet: if(is_numeric($strvalue)) $value=$strvalue; else $value=0;
|
E
|
elomor author 11/5/2007 |
Ok, it goes ok, Hi, PHPRunner doesn't support large numbers as key fields. Please try out this workaround. Open generated include\commonfunctions.php file with a text editor. Find this line there: and replace it with this snippet: Let me know if this helps and we'll include this fix into next update of PHPRunner. |