Possible Error

This forum is for eXpress++ general support.
Post Reply
Message
Author
MIGUELON
Posts: 138
Joined: Wed Feb 10, 2010 10:55 am

Possible Error

#1 Post by MIGUELON »

Hello Roger, my clients sent me the following error. Can you give me some solution.
I use version 1.9 build 253 + + Express version 1.90.355 and Xbase + + fully patched

Error BASE/3
Descripci¢n : Parameter has a wrong data type
Operaci¢n : <99>==< >
Thread ID : 1
Llamado desde (B)DC_GETANCHORCB(7014)
Llamado desde DC_XBPGET:_ASSIGN(1093)
Llamado desde _READCLICK(2341)
Llamado desde (B)_POPCLICK(2306)
Llamado desde _POPUPBUTTONACTIVATE(2359)
Llamado desde (B)DC_XBPGET:CREATE(662)
Llamado desde XBPPUSHBUTTON:HANDLEEVENT(987)
Llamado desde DC_GETLIST:EVENTLOOP(4401)
Llamado desde DC_GETLIST:READGUI(3661)
Llamado desde DC_READGUI(103)
Llamado desde PIF(8082)
Llamado desde CIERRETI(1768)
Llamado desde (B)MAIN(4184)
Llamado desde DC_GETLIST:EVENTLOOP(4401)
Llamado desde DC_GETLIST:READGUI(3661)
Llamado desde DC_READGUI(103)
Llamado desde MAIN(5391)

Thank you very much
Miguel

skiman
Posts: 1199
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: Possible Error

#2 Post by skiman »

Hi,

If you want some help about this, you will have to send some sourcecode. At least the code for your button.
Best regards,

Chris.
www.aboservice.be

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

Re: Possible Error

#3 Post by rdonnay »

It appears that you have a popup codeblock in a @..DCGET which is returning a value that is not the same valtype() as the original value of the get.
The eXpress train is coming - and it has more cars.

MIGUELON
Posts: 138
Joined: Wed Feb 10, 2010 10:55 am

Re: Possible Error

#4 Post by MIGUELON »

Thanks Roger, you were right I could fix the error.

Miguel

Post Reply