Page 1 of 1

Possible Error

Posted: Tue Jan 24, 2012 2:07 am
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

Re: Possible Error

Posted: Tue Jan 24, 2012 4:06 am
by skiman
Hi,

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

Re: Possible Error

Posted: Tue Jan 24, 2012 6:45 am
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.

Re: Possible Error

Posted: Tue Feb 14, 2012 3:12 pm
by MIGUELON
Thanks Roger, you were right I could fix the error.

Miguel