by Demont Brecht » Sun Apr 01, 2012 10:19 am
Hello,
Now i am working with FWH12.03 , but it seems that there is a problem with ordering the first time in next situation :
@ 0,0 XBROWSE oBrw ARRAY Arr PIXEL OF oDlg FONT oFont;
COLUMNS aCol;
HEADERS aHead;
COLSIZES aWidth;
SORT aSort;
I checked
aCol : 1,2,3,4
aSort: 4,2,3,4
If i understand well , cSortorder from column 1 should be 4
This line invokes ocol:SortArrayData()
Placing DBG self , i can see that is ordered from column 1 , but csortorder is not be set to 4 (is 1)
After clicking the column header it is ok.
IT seems that at the moment sortarraydata is executed , csortorder was not be set.
Frank