Hi,
We just migrated to the latest SmartClient 8.3p and we're having a scripting error when
we call resetValues() on a valuesManager. The clearing action gets triggered thru one of
the form's hyperlink fields, via a click action.
This happens on Chrome only (works in IE and FireFox). Following is the call stack when
this problem occurs. Any ideas ?
Thanks,
We just migrated to the latest SmartClient 8.3p and we're having a scripting error when
we call resetValues() on a valuesManager. The clearing action gets triggered thru one of
the form's hyperlink fields, via a click action.
This happens on Chrome only (works in IE and FireFox). Following is the call stack when
this problem occurs. Any ideas ?
Thanks,
Code:
Uncaught Error: NotFoundError: DOM Exception 8 ISC_Forms.js:1586 isc_LinkItem_setElementValue ISC_Forms.js:1586 isc_FormItem__setElementValue ISC_Forms.js:818 isc_FormItem_setValue ISC_Forms.js:787 isc_c_Class_invokeSuper ISC_Core.js:245 isc_TextItem_setValue ISC_Forms.js:1282 isc_FormItem_clearValue ISC_Forms.js:816 isc_DynamicForm_clearValue ISC_Forms.js:263 isc_ValuesManager__setMemberValues ISC_Forms.js:2009 isc_ValuesManager_setValues ISC_Forms.js:1986 isc_ValuesManager_resetValues ISC_Forms.js:1988 BaseCriteria.addProperties.clearFormValues baseCriteria.js:524 BaseCriteria.addProperties.showAdvancedSearch baseCriteria.js:348 baseProperties.handleClick baseCriteria.js:63 isc_LinkItem__linkClicked ISC_Forms.js:1582 onclick
Comment