FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error with xBrowse
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Error with xBrowse
Posted: Wed Jul 27, 2016 10:26 AM
Hello Rao ,

I Use xBrowse with ADO , I have a error when I press * on a character column , you cann try adoxbr01.prg

The error :

Code (fw): Select all Collapse
 Args:
     [   1] = C   CUSTNAME LIKE '**'
     [   2] = N   0
     [   3] = N   1
     [   4] = N   1

Stack Calls
===========
   Called from:  => TOLEAUTO:FIND( 0 )
   Called from: .\source\classes\XBROWSE.PRG => TXBROWSE:ADOINCRSEEK( 6117 )
   Called from: .\source\classes\XBROWSE.PRG => (b)TXBROWSE_SETADO( 5447 )



Temporarily I modified in

METHOD AdoIncrSeek( uSeek ) CLASS TXBrowse

do case
case cType == 'C' ------> case cType == 'C' .AND. useek # "*"




Regards Maurizio
http://www.nipeservice.com
Posts: 3022
Joined: Fri Oct 07, 2005 01:45 PM
Re: Error with xBrowse
Posted: Wed Jul 27, 2016 11:54 PM

I notified them yesterday of very erratic behavior with xBrowse that started with 16.05. The exact same code in 16.04 works perfectly, but in .05, clicking on a cell causes the pointer to jump to a completely wrong record and cell.

I saw this behavior consistently, but the code is complex so very hard to break down to a little sample. Of course, it's been in place for about 16 years, and worked perfectly until 16.05.

Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit

Continue the discussion