Search found 404 matches: autosort

Return to advanced search

Re: how to change the size of an xbrowse in runtime

the xbrowse is in a dialog the initial size is @ 40,10 XBROWSE oBrw SIZE -10,-110 PIXEL OF oDlg ; DATASOURCE oList COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES if I click on a checkbox the procedure must change the height to the xbrowse example - 60 in another procedure I have ...
by Silvio.Falconi
Thu May 02, 2024 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 289

xbrowse report group

...       oDbf:gotop()        oBrw:oDbf:SetOrder(nGroup)  but if I have an array how can I sort? I assume that the oBrw is open in autosort and I create the agroup array and field array doing it this way  AEval(  oBrw:aCols, { |o| If( o:lHide .or. Empty( o:cSortOrder ...
by Silvio.Falconi
Mon Apr 29, 2024 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse report group
Replies: 0
Views: 48

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

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

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

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

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

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

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

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

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

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

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

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

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: 373
Next

Return to advanced search