xbrowse : sporadic error

Demont Brecht
Posts: 55
Joined: Fri Jul 08, 2011 6:43 am

Re: xbrowse : sporadic error

Post by Demont Brecht »

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: Select all | Expand

  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
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: xbrowse : sporadic error

Post by fraxzi »

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: Select all | Expand


   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
User avatar
ukservice
Posts: 417
Joined: Tue Feb 23, 2010 3:09 pm
Location: John

Re: xbrowse : sporadic error

Post by ukservice »

Hello,

This error was fixed and it is working fine in 11.11.
FWH 11.11, Harbour 3.1 and Borland C++ 5.82
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: xbrowse : sporadic error

Post by fraxzi »

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
User avatar
fraxzi
Posts: 811
Joined: Tue May 06, 2008 4:28 am
Location: Philippines
Contact:

Re: xbrowse : sporadic error

Post by fraxzi »

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
Post Reply