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
Possible Error
Re: Possible Error
Hi,
If you want some help about this, you will have to send some sourcecode. At least the code for your button.
If you want some help about this, you will have to send some sourcecode. At least the code for your button.
Re: Possible Error
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.
Re: Possible Error
Thanks Roger, you were right I could fix the error.
Miguel
Miguel