FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xbrowse : sporadic error
Posts: 55
Joined: Fri Jul 08, 2011 06:43 AM
Re: xbrowse : sporadic error
Posted: Tue Nov 15, 2011 01:57 PM
Antonio Linares wrote:aDisplay is created from METHOD GetDisplayCols() CLASS TXBrowse, so I guess thats where we could place some traces:
So we could place a trace just after it:
Code (fw): Select all Collapse
   if Len( aDisplay ) == 0
      MsgInfo( "aDisplay is zero! and nCol is: " + AllTrim( Str( nCol ) ) + " nLen is: " + AllTrim( Str( nLen ) ) )
   endif

   ::aDisplay := aDisplay


nLen is the total amount of columns.

For those of you that are able to reproduce the error, we kindly ask you to use the above trace and tell us what you get, thanks! :-)


Maybe the callist is also from intrest :

MsgInfo( ... , procname(1) , procname(2),procname(3),procname(4),procname(5))

Frank
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: xbrowse : sporadic error
Posted: Thu Feb 09, 2012 01:36 AM
Dear All,

Any update on this topic..

I still experiencing this random error using FWH11.05..

I followed suggested alternatives but I cant explain further how this error still popup randomly..
Code (fw): Select all Collapse
   METHOD ColAtPos( nPos ) INLINE ::aCols[ ::aDisplay[ MinMax( If( nPos == nil .or. nPos == 0, 1, nPos ), 1, Max( Len( ::aDisplay ), 1 ) ) ] ]


Any update?
Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 417
Joined: Tue Feb 23, 2010 03:09 PM
Re: xbrowse : sporadic error
Posted: Thu Feb 09, 2012 09:54 AM

Hello,

This error was fixed and it is working fine in 11.11.

FWH 11.11, Harbour 3.1 and Borland C++ 5.82
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: xbrowse : sporadic error
Posted: Thu Feb 09, 2012 02:39 PM

Hi

How to apply that fix to v11.05?

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15
Posts: 811
Joined: Tue May 06, 2008 04:28 AM
Re: xbrowse : sporadic error
Posted: Tue Feb 14, 2012 04:56 AM

anyone...

Kind Regards,

Frances



Fivewin for xHarbour v18.07

xHarbour v1.2.3.x

BCC 7.3 + PellesC8 ( Resource Compiler only)

ADS 10.1 / MariaDB

Crystal Reports 8.5/9.23 DE

xMate v1.15

Continue the discussion