I see on a regular base errors as the following:
Code: Select all
Xbase++ version : Xbase++ (R) Version 1.90.355
Operating system : Windows 7 06.01 Build 07601 Service Pack 1
Current dir: ABO - Drive: K - Free space: 1932592300032
------------------------------------------------------------------------------
oError:args :
-> VALTYPE: N VALUE: 0
-> VALTYPE: N VALUE: 0
oError:canDefault : N
oError:canRetry : N
oError:canSubstitute: Y
oError:cargo : NIL
oError:description : Parameter has a wrong data type
oError:filename :
oError:genCode : 2
oError:operation : <0> > <0>
oError:osCode : 0
oError:severity : 2
oError:subCode : 3
oError:subSystem : BASE
oError:thread : 6
oError:tries : 0
------------------------------------------------------------------------------
CALLSTACK:
------------------------------------------------------------------------------
Called from FKLANTEXT(12346)
According to the error, the 2 parameters are Valtype N, Value 0. I would expect that the error 'Parameter has a wrong data type' isn't possible, since there is an 'if 0 > 0 ' that is executed.
Anyone who has seen the same kind of problem?