Strange error

This forum is for general support of Xbase++
Post Reply
Message
Author
skiman
Posts: 1185
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Strange error

#1 Post by skiman »

Hi,

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)
The code on the line is: if _nRec > 0

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?
Best regards,

Chris.
www.aboservice.be

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Strange error

#2 Post by rdonnay »

I agree with you. This seems impossible. I can only mean an Xbase++ internal problem.
The eXpress train is coming - and it has more cars.

Post Reply