Search found 402 matches: autosort

Return to advanced search

Re: New txbrowse

best solution @ 103,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ; DATASOURCE oDbf COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES CLASS TMyBrowse() CLASS TMyBrowse FROM TXBrowse CLASSDATA lRegistered AS LOGICAL DATA aCols2Hide AS ARRAY INIT Array(0) DATA aDefaultCols ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 360

Re: FWH 2006: XBrowse : Own built-in Buttonbar

He armado este ejemplo con un rowset pero con la clausula AUTOSORT y no ordena las columnas, solo al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Please modify xbrowse and apply this fix. Please ...
by nageswaragunupudi
Tue Apr 16, 2024 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2246

Ayuda con un RowSet y xBrowse

... ::oBrw;                   SIZE nBrwW, nBrwH;                  PIXEL;                     OF ::oDlg;             DATASOURCE ::oRs;               AUTOSORT;                COLUMNS aCols  El problema que tengo es que no logro hacer funcionar correctamente el xbrowse, esta definido como "AUTOSORT" ...
by TecniSoftware
Mon Apr 15, 2024 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con un RowSet y xBrowse
Replies: 2
Views: 94

Re: FWH 2006: XBrowse : Own built-in Buttonbar

He armado este ejemplo con un rowset pero con la clausula AUTOSORT y no ordena las columnas, solo al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Yes. This is a bug. Thanks a lot for pointing ...
by nageswaragunupudi
Fri Apr 12, 2024 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2246

Re: FWH 2006: XBrowse : Own built-in Buttonbar

Rao He armado este ejemplo con un rowset pero con la clausula AUTOSORT y no ordena las columnas, solo al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Muchas gracias. #include "fivewin.ch"static ...
by TecniSoftware
Fri Apr 12, 2024 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2246

Error Fwh 24.02 con XBROWSE

... "Mantenimiento de Valorizaciones" ICON oIco NOZOOM NOICONIZE @ 10,10 XBROWSE oBrw OF oWnd ; DATASOURCE oQry ; COLUMNS aCols ; LINES CELL AUTOSORT SIZE -10,-10 PIXEL FONT oFont WITH OBJECT oBrw :bClrRowFocus := oBrw:bClrSelFocus :nRowHeight := 25 :nHeaderLines := 4 :nHeaderHeight := 70 ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 96

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: 1674

Re: Reason for closing DBF file

... 0 ALERTA("Error. Tabla a visualizar con browseConsulta(), no disponible :"+cAliTab) RETURN NIL ENDIF @ 0,0 XBROWSE oBrwFW2 OF oPanBrw; AUTOSORT FOOTERS FASTEDIT LINES CELL
by russimicro
Mon Sep 18, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reason for closing DBF file
Replies: 23
Views: 1159

error TXBROWSE:CARGOS

... ; RApertur->CargoArea ; headers "Nombre", "Apellido", ; "CargoArea" ; Sizes 250, 250, 250 ; ALIAS AliasRA autosort FASTEDIT LINES CELL font ofontBR // BACKGROUND aGrad HORIZONTAL colorxbrw( oRApertur, .f. ) WITH OBJECT oRApertur:Nombre :bOnPostEdit := { ...
by jpcavagnaro
Wed Aug 30, 2023 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error TXBROWSE:CARGOS
Replies: 3
Views: 280

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: Consulta sobre centrar un dialogo.

... COLSIZES 50,20,290,50 OF oDlg ; SIZE 300,238 PIXEL ; JUSTIFY .T.,.f.,.f.,.t. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; Font oFont; BACKGROUND aGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 // ...
by José Camilo
Tue Aug 01, 2023 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre centrar un dialogo.
Replies: 9
Views: 436

Re: pudieron avanzar en ordenacion de un tree? (xbrowse)

Hola gente...

retomo de vuelta este hilo.. hay forma de ordenar un tree de un xbrowse?
El AUTOSORT no funciona, hay alguna otra manera de realizarlo?

Muchas gracias!

Roberto
by TOTOVIOTTI
Mon Jul 10, 2023 12:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pudieron avanzar en ordenacion de un tree?
Replies: 11
Views: 664

Re: lIncrFilter + MDI

... aFlds := aHdrs := HB_ATokens( cList, ',' ) @ 30,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ; COLUMNS aFlds HEADERS aHdrs ; DATASOURCE (cAlias) AUTOSORT CELL LINES NOBORDER WITH OBJECT oBrw :lIncrFilter := .t. :lSeekWild := ( nWild == 2 ) :cFilterFld := "FIRST" :nStretchCol := STRETCHCOL_WIDEST ...
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 370

Re: Multiple Sql Indexes - Rao

We do not need to create indexes at all.
Just set order to the column name we want like this:
Code: Select all  Expand view
oRs:Sort := "OwnerName"
// or
oRs:Sort := "PetName"


Or use the default AUTOSORT clause of Xbrowse and use Incremental search
by nageswaragunupudi
Tue May 30, 2023 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Sql Indexes - Rao
Replies: 2
Views: 209

Re: XBROWSE Column Question

hi, oBrw:lAutoSort := .t.  // default .f. to invoke autosort feature. We can also use AUTOSORT clause in the XBROWSE command, which sets the flag. WOW, that is nice :D When autosort flag is ON, XBrowse automatically sorts the data on click of header, ...
by Jimmy
Wed May 10, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 875
Next

Return to advanced search