FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ERRO XBROWSE IN FIVEWIN 11.7
Posts: 36
Joined: Sat Jun 19, 2010 10:09 AM
ERRO XBROWSE IN FIVEWIN 11.7
Posted: Sun Aug 14, 2011 08:55 PM

I tested 11.5 IN FIVE AND NOT THE ERROR OCCURS, USE WITH SQLRDD xHarbour 1.21, WAS 11.7 COMPILE WITH FIVE OF THIS ERROR TO OPEN DIALOG.

Error description: Error BASE/1004 Message not found: TXBROWSE:BKENNO
Stack Calls
===========
Called from: .\source\function\HARBOUR.PRG => _CLSSETERROR(166)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:BKENNO(7539)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:SETRDD(3757)
Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:INITIATE(841)
Called from: => __OBJSENDMSG(0)

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: ERRO XBROWSE IN FIVEWIN 11.7
Posted: Mon Aug 15, 2011 12:11 AM
Thanks for point out.

Line 3768 of xbrowse.prg 11.07 which now reads as
Code (fw): Select all Collapse
      DEFAULT ::bKenNo     := ::bBookMark, ;

may please be corrected as
Code (fw): Select all Collapse
      DEFAULT ::bKeyNo     := ::bBookMark, ;

This will be corrected in the next release
Regards



G. N. Rao.

Hyderabad, India
Posts: 363
Joined: Wed Feb 15, 2006 02:06 PM
Re: ERRO XBROWSE IN FIVEWIN 11.7
Posted: Mon Sep 12, 2011 10:24 AM

Just to let you know that this error still exists in 11.08

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: ERRO XBROWSE IN FIVEWIN 11.7
Posted: Mon Sep 12, 2011 12:26 PM
PeterHarmes wrote:Just to let you know that this error still exists in 11.08

Thanks for point out. This is fixed now, and 11.09 will contain the fix.
May we know if XBrowse is working well with SQLRDD otherwise?
Regards



G. N. Rao.

Hyderabad, India
Posts: 363
Joined: Wed Feb 15, 2006 02:06 PM
Re: ERRO XBROWSE IN FIVEWIN 11.7
Posted: Mon Sep 12, 2011 01:02 PM

I have only just upgraded my FW but so far so good - it also looks as if you can use the shift key to select multiple records using SQLRDD now which you couldnt before.

Hopefully I will have more time this week to test further.

Best regards,

Pete

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: ERRO XBROWSE IN FIVEWIN 11.7
Posted: Mon Sep 12, 2011 01:05 PM
PeterHarmes wrote:I have only just upgraded my FW but so far so good - it also looks as if you can use the shift key to select multiple records using SQLRDD now which you couldnt before.

Hopefully I will have more time this week to test further.

Best regards,

Pete

Good.
Your feedback will help us.
Regards



G. N. Rao.

Hyderabad, India

Continue the discussion