djgjohn
Posts: 52
|
| Posted: 07/05/2012, 4:43 PM |
|
Internet Explorer Script Error
Line 477
Char 13
Error Exception thrown and not caught
file:///C:/Program%20Files/CodeChargeStudio5/Components/Dialogs/Wizards/common/json2.js
Problem solved in conjunction with Helen in software support:
To recreate in CCS V5: Create link and set Source Type: Expression, Parameter Source in single quotes eg: 'test' will cause this error. The error occurs because of single quotes around either the parameter source (or parameter name).
Version 4 did not have this problem, so if converting V4 project, be aware that this error will occur if you used single quotes around Parameter Source. You might have to recreate the links.
So please surround the Parameter Source with double quotes to suppress the PHP run-time error.
Parameter Source: "test"
|
 |
 |
|