Search found 81 matches: descending

Return to advanced search

Re: xbrowser, setorder DESC

If the column is already ordered oCol:SetOrder() toggles ASC and DESC.
You need not have set aCols[ 2 ]:SetOrder() because it was already in the descending order.
by nageswaragunupudi
Mon Mar 25, 2024 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1680

Re: xbrowser, setorder DESC

If we use AUTOSORT clause while defining XBrowse, when the user clicks on a header, it automatically toggles sort ascending and descending.
by nageswaragunupudi
Mon Mar 11, 2024 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowser, setorder DESC
Replies: 8
Views: 1680

Error de Busqueda --- Solucionado

... Transform(year(fecha),"9999")+STRTRAN(Transform(etiqueta,"9999999999")," ","0") TAG "ETIQUETA" DESCENDING           regno:=recno()         (ccorte)->(DbSetOrder(5))         (ccorte)->(Dbgotop())  ...
by Garbi
Thu Oct 26, 2023 11:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error de Busqueda --- Solucionado
Replies: 9
Views: 509

New FTDN July/Julio (FWH 23.07)

... [lRecurse], [nCol] ) enhanced with three new parameters. Param.1 lAsc: .T. or "A" for ascending sort and .F. OR "D" for descending sort. Or, this parameter can be a codeblock also. Default: Ascending sort Param.2 lRecurse: Default .f. for backward compatibility If set ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

Re: XBROWSE Column Question

... using the value in oCol:cSortOrder. First click on the header sorts the data in ascending order. Second click on the header sorts the data in descending order. In case of DBF, it uses the RDD function OrdDescend() If oCol:cSortOrder is empty XBrowse does not attempt to sort. Note: FWH2304 ...
by Jimmy
Wed May 10, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

Re: XBROWSE Column Question

... using the value in oCol:cSortOrder. First click on the header sorts the data in ascending order. Second click on the header sorts the data in descending order. In case of DBF, it uses the RDD function OrdDescend() If oCol:cSortOrder is empty XBrowse does not attempt to sort. Note: FWH2304 ...
by nageswaragunupudi
Wed May 10, 2023 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 877

New FTDN December/Diciembre 2022 (FW 22.12)

... this works just as normal ASort(), but if the fourth parameter is an array of column numbers, a nested sort is performed on multiple columns. For descending order, specify the column number as negative number. Eg: ASort( aArray,,{ 2, -4, 5 } ) Performs ascending sort of column 2 and where column ...
by Antonio Linares
Tue Jan 03, 2023 7:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2022 (FW 22.12)
Replies: 5
Views: 1234

Re: Txbrowse Column Sort Indicator

Set the sorted column's data cOrder := "A" or "D" depending on Ascending or Descending sort and then calll RefreshHeaders

Code: Select all  Expand view
oBrw:cOrders := ""
oCol:cOrder := "A"
oBrw:RefreshHeaders()
by nageswaragunupudi
Fri Nov 18, 2022 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Txbrowse Column Sort Indicator
Replies: 9
Views: 828

Re: Bug in Harbour Descend()

Yes, that's right. The problem is there when you want to combine dates and other data types. In this case you have to convert the dates to strings and here the codepage breaks the sort order of the descending string.
by Enrico Maria Giordano
Tue Oct 18, 2022 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1709

xBrowse - how to oXbrw:gotop() after header is click?

If user select a header to sort on or change ascending/descending order, how do I get xbrowse to always perform a oXbrw:goTop() afterwards?
by hua
Fri May 27, 2022 2:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - how to oXbrw:gotop() after header is click?
Replies: 9
Views: 536

Re: Bug in Harbour Descend()

No, as I want to sort for the second item descending and the first item ascending. Anyway, it doesn't work either.

EMG
by Enrico Maria Giordano
Mon Apr 12, 2021 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Harbour Descend()
Replies: 34
Views: 1709

Re: En RED Local generar un indice CDX en PC Local

... ; [ALL] ; [NEXT <nNumber>] ; [RECORD <nRecNo>] ; [REST] ; [EVAL <bBlock>] ; [EVERY <nInterval>] ; [UNIQUE] ; [ASCENDING|DESCENDING] ; [USECURRENT] ; [ADDITIVE] ; [CUSTOM] ; [NOOPTIMIZE] ; [TEMPORARY] ; [USEFILTER] ; [EXCLUSIVE]
by carlos vargas
Wed Sep 02, 2020 5:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: En RED Local generar un indice CDX en PC Local
Replies: 1
Views: 286

Re: Nuevas funciones harbour para tablas dbf

... ; [ALL] ; [NEXT <nNumber>] ; [RECORD <nRecNo>] ; [REST] ; [EVAL <bBlock>] ; [EVERY <nInterval>] ; [UNIQUE] ; [ASCENDING|DESCENDING] ; [USECURRENT] ; [ADDITIVE] ; [CUSTOM] ; [NOOPTIMIZE] ; [TEMPORARY] ; [USEFILTER] ; [EXCLUSIVE] como puede ver hay una clausula TEMPORARY ...
by carlos vargas
Fri Aug 23, 2019 6:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevas funciones harbour para tablas dbf
Replies: 10
Views: 1357
Next

Return to advanced search