Search found 126 matches: csortorder

Return to advanced search

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... } oBrw:aCols[2]:nHeadStrAlign := AL_CENTER oBrw:aCols[2]:nDataStrAlign := AL_LEFT //LEFT oBrw:aCols[2]:nWidth := 100 oBrw:aCols[2]:cSortOrder := "cod_art" oBrw:aCols[2]:bLClickHeader := {|| oBrw:GoTop() } oBrw:aCols[2]:cToolTip :="Haga doble Click para ordenar por ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 330

evitar que se active columna con xbrowse al dar un click

... } oBrw:aCols[2]:nHeadStrAlign := AL_CENTER oBrw:aCols[2]:nDataStrAlign := AL_LEFT //LEFT oBrw:aCols[2]:nWidth := 100 oBrw:aCols[2]:cSortOrder := "cod_art" oBrw:aCols[2]:bLClickHeader := {|| oBrw:GoTop() } oBrw:aCols[2]:cToolTip :="Haga doble Click para ordenar por ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1076

Re: need Help with oBro:bSeek

hi,

thx for all Information.

i have to read it which "Keyword" are used
( AUTOSORT, oCol;cSortOrder, oBrw:lIncrSeek, lFastEdit, oBrw:lSeekWild, oBrw:lIncFilter,)
and learn how to use it
by Jimmy
Wed Aug 16, 2023 5:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: need Help with oBro:bSeek

... searches all open indexes/tags and identifies which index/tag is to be used to sort on which column and stores the index/tag information in oCol:cSortOrder. When the header is clicked, xbrowse automatically sets the index tag to oCol:cSortOrder, without disturbing the cuurent record pointer. ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: CLASS modification

... xbrowse ( width search system all data ) 4) insert in the search of the xbrowse that created Nageswarao (@ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder) the possibility of inserting the options "entries that begin with" and "entries that contain" and therefore have both ...
by Silvio.Falconi
Wed May 24, 2023 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1710

Re: XBROWSE Column Question

... sets the flag. WOW, that is nice :D When autosort flag is ON, XBrowse automatically sorts the data on click of header, 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, ...
by Jimmy
Wed May 10, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875

Re: XBROWSE Column Question

... XBROWSE command, which sets the flag. When autosort flag is ON, XBrowse automatically sorts the data on click of header, 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, ...
by nageswaragunupudi
Wed May 10, 2023 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875

Re: XBROWSE Column Question

hi, XBrowse automatically uses similar logic to indentify which INDEX/ORDER to be used for which column and stores the INDEXNAME in the data oCol:cSortOrder, while initially building the browse. XBrowse uses this information to do AutoSort what about Function in Indexkey() like STRZERO() :?: it ...
by Jimmy
Mon May 08, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875

Re: XBROWSE Column Question

STATIC FUNCTION StripFunc( cSeek )


XBrowse automatically uses similar logic to indentify which INDEX/ORDER to be used for which column and stores the INDEXNAME in the data oCol:cSortOrder, while initially building the browse.
XBrowse uses this information to do AutoSort
by nageswaragunupudi
Sat May 06, 2023 2:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875

Re: New FTDN April/Abril 2023 (FWH 23.04)

... se basaba en una sola columna. Ahora es posible especificar la ordenación en varias columnas asignando una matriz de números de columna a oCol:cSortOrder. - SeekNext: En caso de búsqueda incremental normal y búsqueda ampliada, ahora es posible ir a la siguiente fila con el mismo valor de búsqueda ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1756

New FTDN April/Abril 2023 (FWH 23.04)

... array browse was sorting on a single column only. Now it is possible to specify multi-column sort by assigning an array of column numbers to oCol:cSortOrder. - SeekNext: In case of Incremental seek normal and wildseek, it is now possible to go to next row with the same seek value by pressing F3 ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1756

Re: "Starting With", "Containing"

... has the code for it. Please adapt . yes I saw but I need to create this : when I insert this line @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 100,400 PIXEL OF oDlg HEIGHTGET 14.8 STYLE CBS_DROPDOWN add also "Starting With", "Containing" on the same combobox ...
by Silvio.Falconi
Mon Mar 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 356

"Starting With", "Containing"

I made the search on xbrowse with @ 10, 165 GET oGet VAR cSeek..... @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 150,400 PIXEL OF oDlg HEIGHTGET 14.8 STYLE CBS_DROPDOWN I'd like add also the options "Starting With", "Containing" on combobox but ...
by Silvio.Falconi
Fri Mar 10, 2023 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 356

Re: Search on a Xbrowse

We can have a combobox insite the bar of xbrowse where we can select the index. @ 15,1690 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder SIZE 100,400 PIXEL OF oBrw I also want a second combo where I can put predefined filters to select from, but that does not work. I see the combo, but ...
by Marc Venken
Sun Dec 25, 2022 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on a Xbrowse
Replies: 19
Views: 1208

Re: Auto sort 2 columns in xbrowse?

if it is DBF:
a) if you have an index on brand + code, assign that index tag name to oCol:cSortOrder
b) otherwise create a temporary index and assign that index tag name to oCol:cSortOrder and the index name to oCol:cOrdBag.

For Recordset, rowset, etc.
oCol:cSortOrder := "brand,code"
by nageswaragunupudi
Sun Nov 06, 2022 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Auto sort 2 columns in xbrowse?
Replies: 2
Views: 205
Next

Return to advanced search