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 view
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