random problem in xBrowse Problem BASE/1004 There is no meth
Posted: Thu May 07, 2020 9:01 am
Hello,
Some customers report me this error:
Problem BASE/1004 There is no method: ISKINDOF
Args:
[ 1] = U
[ 2] = C TMULTIGET
Stack Calls
===========
Called from: => ISKINDOF( 0 )
Called from: .\source\classes\XBROWSE.PRG => EDITGETKEYDOWN( 15132 )
Offending line:
I am not able to reproduce it. Maybe you can give me some light.
Thank you.
Some customers report me this error:
Problem BASE/1004 There is no method: ISKINDOF
Args:
[ 1] = U
[ 2] = C TMULTIGET
Stack Calls
===========
Called from: => ISKINDOF( 0 )
Called from: .\source\classes\XBROWSE.PRG => EDITGETKEYDOWN( 15132 )
Offending line:
Code: Select all
static function EditGetkeyDown( Self, nKey )
local lMultiGet := ::oEditGet:IsKindOf( "TMULTIGET" )
Thank you.