FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse 10.08
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
xBrowse 10.08
Posted: Fri Sep 10, 2010 06:39 PM

Is in FiveWin.lib the same xBrowse.prg than in source?
If I link in xBrowse.prg I get no error.
If I link with 10.08 I get clicking on a header following error:
Best regards,
Otto
Application
===========
Path and name: C:\xwinhotel\xkbuch.EXE (32 bits)
Size: 2,748,416 bytes
Time from start: 0 hours 0 mins 2 secs
Error occurred at: 10.09.2010, 20:27:07
Error description: Error BASE/1004 Message not found: TXBROWSE:ALIAS

Stack Calls

Called from: .\source\function\HARBOUR.PRG => _CLSSETERROR(166)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:ALIAS(7322)
Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:SETORDER(10754)
Called from: .\source\classes\XBROWSE.PRG => TXBRWCOLUMN:HEADERLBUTTONUP(9601)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:LBUTTONUP(3202)
Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT(1489)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:HANDLEEVENT(11035)
Called from: .\source\classes\WINDOW.PRG => _FWH(3393)
Called from: => WINRUN(0)
Called from: .\source\classes\WINDOW.PRG => TWINDOW:ACTIVATE(978)
Called from: C:\WINHOT~4\xkbuch\source\MAINWND.PRG => MAINWND(50)
Called from: C:\WINHOT~4\xkbuch\source\xkbuch.prg => MAIN(27)

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse 10.08
Posted: Fri Sep 10, 2010 09:26 PM

The error is there both in the build and in the source.

In line 10754,
::oBrw:Alias
should be changed as
::oBrw:cAlias

You may not get this error when the column is defined as part of XBROWSE command, but in case of column(s) added by oBrw:AddCol() or ADD TO oBrw. Can you confirm this please?

Regards



G. N. Rao.

Hyderabad, India
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: xBrowse 10.08
Posted: Sat Sep 11, 2010 05:51 AM

Hello Mr. Rao,
thank you. I changed the source and now all is working.

Best regards,
Otto

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: xBrowse 10.08
Posted: Sat Sep 11, 2010 05:53 AM

Hello Antonio,
would you be so kind to post a new lib-file. Thanks in advance
Otto

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: xBrowse 10.08
Posted: Sat Sep 11, 2010 07:24 AM

Otto,

We are working to solve a default button action with SkinButtons and then we may publish a new build,

thanks for the waiting :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: xBrowse 10.08
Posted: Sat Sep 11, 2010 07:24 AM

Otto,

We are working to solve a default button action with SkinButtons and then we may publish a new build,

thanks for the waiting :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: xBrowse 10.08
Posted: Sat Sep 11, 2010 07:25 AM

Otto,

We are working to solve a default button action with SkinButtons and then we may publish a new build,

thanks for the waiting :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion