Hi,
On recent builds of SmartClient, VisualBuilder will not run in Internet Explorer. It is fine on FireFox and Chrome.
The error in IE is:
SCRIPT1002: Syntax error
ISC_VisualBuilder.js?isc_version=SC_SNAPSHOT-2011-07-30.js, line 501 character 1
SCRIPT5007: Unable to get value of the property 'create': object is null or undefined
visualBuilder, line 12902 character 1
This error appears to be caused by the use of the "const" keyword in ISC_VisualBuilder.js.
I have an older release (2011-06-22) which does not use const and there is no problem.
Andrew
On recent builds of SmartClient, VisualBuilder will not run in Internet Explorer. It is fine on FireFox and Chrome.
The error in IE is:
SCRIPT1002: Syntax error
ISC_VisualBuilder.js?isc_version=SC_SNAPSHOT-2011-07-30.js, line 501 character 1
SCRIPT5007: Unable to get value of the property 'create': object is null or undefined
visualBuilder, line 12902 character 1
This error appears to be caused by the use of the "const" keyword in ISC_VisualBuilder.js.
I have an older release (2011-06-22) which does not use const and there is no problem.
Andrew
Comment