Greetings,
I installed the new version 8.0 Pro we just purchased. I suddenly began having problems with listGrid.setFields(). I'm getting "object doesn't support property or method" in ISC_DataBinding.js. I rolled my /system/modules/ javascript libraries back to the previous version I was using, which is "SC_SNAPSHOT-2011-03-16".
That corrected the problem.
So this must be a new bug in the GA 8.0 version. Since nightly builds are not GA, is there a patch for this?
Thanks,
Stan
TRACE:
I installed the new version 8.0 Pro we just purchased. I suddenly began having problems with listGrid.setFields(). I'm getting "object doesn't support property or method" in ISC_DataBinding.js. I rolled my /system/modules/ javascript libraries back to the previous version I was using, which is "SC_SNAPSHOT-2011-03-16".
That corrected the problem.
So this must be a new bug in the GA 8.0 version. Since nightly builds are not GA, is there a patch for this?
Thanks,
Stan
TRACE:
Code:
14:44:29.350:INFO:Log:isc.Page is loaded
14:44:29.787:XRP3:WARN:Log:firing the callback from global eval with...
14:44:29.787:XRP3:WARN:Log:viewLoader is:[ViewLoader ID:tabsetViewLoader1]
14:44:31.272:IFCS7:WARN:DynamicForm:reinGroupForm:call to deprecated method 'setEnabled()' - use 'setDisabled()' instead.
14:44:33.662:WARN:Log:Error:
'Object doesn't support this property or method'
in http://vkurapati.highlinedata.com:81/iap/include/isomorphic/system/modules/ISC_DataBinding.js
at line 287
[c]DataSource.checkEmptyCriteria(_1=>Obj)
Canvas.filterWithCriteria(_1=>Obj, _2=>Obj{ID:SearchResults_fetch}, _3=>Obj)
Canvas.$wo(_1=>"fetch", _2=>Obj, _3=>undef, _4=>Obj)
Class.invokeSuper(_1=>null, _2=>"$wo", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef)
Class.Super(_1=>"$wo", _2=>Array[4], _3=>Obj{length:4})
ListGrid.$wo(_1=>"fetch", _2=>Obj, _3=>undef, _4=>Obj, _5=>undef)
Canvas.fetchData(_1=>Obj, _2=>undef, _3=>undef)
setFields(rpcResponse=>Obj, entity=>"name")
callback(rpcResponse=>Obj, data=>Array[8], rpcRequest=>Obj)
"setFields(rpcResponse,'name')"
[c]Class.fireCallback(_1=>"setFields(rpcResponse,'name')", _2=>"rpcResponse,data,rpcRequest", _3=>Array[3], _4=>[RPCManager ID:builtinApplication], _5=>undef) on [Class RPCManager]
Class.fireCallback(_1=>"setFields(rpcResponse,'name')", _2=>"rpcResponse,data,rpcRequest", _3=>Array[3], _4=>undef)
[c]RPCManager.fireReplyCallback(_1=>"setFields(rpcResponse,'name')", _2=>Obj, _3=>Obj, _4=>Array[8])
[c]RPCManager.fireReplyCallbacks(_1=>Obj, _2=>Obj)
[c]RPCManager.performOperationReply(_1=>Obj, _2=>Obj)
[c]RPCManager.$39d(_1=>11)
[c]RPCManager.performTransactionReply(_1=>11, _2=>"//isc_RPCResponseStart-->[{data:[{width:..."[1037], _3=>undef)
callback(transactionNum=>11, results=>Obj, wd=>undef)
"isc.RPCManager.performTransactionReply(transactionNum,results,wd)"
** recursed on [c]Class.fireCallback
Comment