FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour turllink doesn't runs with last fwh release
Posts: 858
Joined: Fri Oct 07, 2005 12:00 PM

turllink doesn't runs with last fwh release

Posted: Fri Apr 17, 2009 01:56 PM

Hi,
as subject. Simply compule testurl.prg.

Any solution ?

Thanks in advance

Marco

Application

Path and name: K:\TESTURL\testurl.Exe (32 bits)
Size: 1,704,960 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 04/17/09, 15:54:26
Error description: Error BASE/1066 Argument error: conditional
Args:
[ 1] = U

Stack Calls

Called from: .\source\classes\SAY.PRG => TURLLINK:SETTEXT(281)
Called from: .\source\classes\SAY.PRG => TSAY:INITIATE(206)
Called from: .\source\classes\URLLink.PRG => (b)TURLLINK:TURLLINK(23)
Called from: => TURLLINK:INITIATE(0)
Called from: => __OBJSENDMSG(0)
Called from: .\source\function\HARBOUR.PRG => OSEND(235)
Called from: .\source\function\HARBOUR.PRG => ASEND(186)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:INITIATE(654)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:HANDLEEVENT(912)
Called from: => DIALOGBOX(0)
Called from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE(273)
Called from: K:\TESTURL\TESTURL.PRG => MAIN(54)

Best Regards,



Marco Turco

SOFTWARE XP LLP
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: turllink doesn't runs with last fwh release

Posted: Fri Apr 17, 2009 03:16 PM

Marco,

In Class TURLLink you have to add this line in both Methods New() and Redefine():

::lAdjust := .F.

Tested and working fine now :-)

Thanks,

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion