Hi, just used the isc console for first time in a long while, and i noticed a warning in the logs:
I have that in various places, and i am afraid i don't quite understand what the problem refers to or how to sort it out. Care to give me some pointers as to what this means? Everything works fine in the app.
*09:56:31.492:WARN:ResultSet:isc_ResultSet_0 (dataSource: location, created by: isc_LocationGrid_0):ResultSet server fetch with server criteria: {
}
ResultSet.fetchRemoteData(_1=>Obj, _2=>0, _3=>250)
ResultSet.$39w()
ResultSet.getRangePaged(_1=>0, _2=>250, _3=>undef, _4=>undef)
ResultSet.$39u(_1=>0, _2=>250, _3=>undef, _4=>undef)
ResultSet.getRange(_1=>0, _2=>250, _3=>undef, _4=>undef)
ListGrid.requestVisibleRows()
Canvas.filterWithCriteria(_1=>Obj, _2=>Obj{ID:location_fetch}, _3=>Obj)
Class.invokeSuper(_1=>null, _2=>"filterWithCriteria", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef, _11=>undef, _12=>undef, _13=>undef)
Class.Super(_1=>"filterWithCriteria", _2=>[object Arguments], _3=>undef)
ListGrid.filterWithCriteria(_1=>Obj, _2=>Obj{ID:location_fetch}, _3=>Obj)
Canvas.$wo(_1=>"fetch", _2=>undef, _3=>null, _4=>Obj)
** recursed on Class.invokeSuper
}
ResultSet.fetchRemoteData(_1=>Obj, _2=>0, _3=>250)
ResultSet.$39w()
ResultSet.getRangePaged(_1=>0, _2=>250, _3=>undef, _4=>undef)
ResultSet.$39u(_1=>0, _2=>250, _3=>undef, _4=>undef)
ResultSet.getRange(_1=>0, _2=>250, _3=>undef, _4=>undef)
ListGrid.requestVisibleRows()
Canvas.filterWithCriteria(_1=>Obj, _2=>Obj{ID:location_fetch}, _3=>Obj)
Class.invokeSuper(_1=>null, _2=>"filterWithCriteria", _3=>undef, _4=>undef, _5=>undef, _6=>undef, _7=>undef, _8=>undef, _9=>undef, _10=>undef, _11=>undef, _12=>undef, _13=>undef)
Class.Super(_1=>"filterWithCriteria", _2=>[object Arguments], _3=>undef)
ListGrid.filterWithCriteria(_1=>Obj, _2=>Obj{ID:location_fetch}, _3=>Obj)
Canvas.$wo(_1=>"fetch", _2=>undef, _3=>null, _4=>Obj)
** recursed on Class.invokeSuper
Comment