Page 1 of 1

Autosort on arrays wrong -> XBROWSE!

Posted: Fri Jul 15, 2011 10:56 am
by byte-one
In the new FWH the XBROWSE-autosort from arrays are with wrong results!

Re: Autosort on arrays wrong -> XBROWSE!

Posted: Fri Jul 15, 2011 11:13 am
by gkuhnert
Günther,

I can confirm that error.
It seems xbrowse hase become a bit buggy. Maybe there is a relation to the other bug I mentioned in http://forums.fivetechsupport.com/viewt ... =3&t=21927

Re: Autosort on arrays wrong -> XBROWSE!

Posted: Fri Jul 15, 2011 1:24 pm
by byte-one
..and the sort-arrows in the columns are visible only a short time (during the switch between the sort-order) in some cases.

Re: Autosort on arrays wrong -> XBROWSE!

Posted: Fri Jul 15, 2011 3:23 pm
by nageswaragunupudi
byte-one wrote:In the new FWH the XBROWSE-autosort from arrays are with wrong results!
Thanks for pointing out.

Please replace line no. 10998 in the method SortArrayData() of version 11.06.

For the line

Code: Select all

   if Empty( nAt ) .or. ValType( nAt ) == 'N'
 
please substitute

Code: Select all

   if Empty( nAt ) .or. ValType( nAt ) != 'N'
 

Re: Autosort on arrays wrong -> XBROWSE!

Posted: Sat Jul 16, 2011 5:27 am
by nageswaragunupudi
byte-one wrote:..and the sort-arrows in the columns are visible only a short time (during the switch between the sort-order) in some cases.
I am not able to reproduce this problem at my end.

Re: Autosort on arrays wrong -> XBROWSE!

Posted: Mon Jul 18, 2011 10:28 am
by byte-one
..and the sort-arrows in the columns are visible only a short time (during the switch between the sort-order) in some cases
I found, this error only appears when ::bClrHeader is defined. And only in second, third, ... columns!