Search found 404 matches: autosort

Return to advanced search

FWH 2103: XBrowse: oSortCbx

We are aware that the user can change the sort order of columns by clicking on the header in autosort mode. There are many programmers who like to provide a combobox to change the sort order additionally. In this case, programmers are often facing difficulty in perfectly ...
by nageswaragunupudi
Wed Apr 14, 2021 5:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2103: XBrowse: oSortCbx
Replies: 23
Views: 3059

Re: funcion FW_CdxCreate() (SOLUCIONADO)

... Now, we want to browse fields FIRST,CITY,STATE,AGE,SALARY. Out of the 5 columns we have index on FIRST and CITY only. But we like the browse to autosort on STATE and AGE also. Then we can do: USE CUSTOMER NEW SHARED VIA "DBFCDX"FW_CdxCreate( "STATE,AGE", .t. )SET ...
by nageswaragunupudi
Tue Apr 13, 2021 12:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funcion FW_CdxCreate() (SOLUCIONADO)
Replies: 4
Views: 631

Re: Mostrar BMP en XBrowse

... "Tema", "" ; COLSIZES -10, -10, -10, -10 OF oDlg ; SIZE 400,285 PIXEL ; JUSTIFY .T., .f., .f.,.f. ; ALIAS cAlias AUTOSORT FOOTERS LINES CELL NOBORDER ; BACKGROUND aGrad VERTICAL oBrw:nStretchCol := 2 Por que puede dar el mismo error en los 2 casos? agradecere su ...
by José Camilo
Thu Apr 08, 2021 5:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar BMP en XBrowse
Replies: 6
Views: 834

ArrayIncrFilter

... .F.,.F.,.F.,.F.; FIELDSIZES 590, 70, 70, 80 ; PICTURES "@!",'99,999.99','999,999,999','999,999,999' ; DATASOURCE aData[I] FOOTERS AUTOSORT; LINES CELL cols{ 1,2,3,4 } OF oFld:aDialogs[ I ] oBrw[I]:nColDividerStyle := LINESTYLE_BLACK oBrw[I]:nRowDividerStyle := LINESTYLE_BLACK oBrw[I]:nMarqueeStyle ...
by jbrita
Thu Apr 01, 2021 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 642

Re: xBrowse, xBrowser enhansement - Rao

xbrowser(aGroepen) FASTEDIT AUTOSORT SHOW RECID Title "Downloadlijst voor de groepen" Xbrowse WITH OBJECT oBrw :lEditMode := .T. :lFooter := .t. :bRecSelHeader := { || "" } :bRecSelData := { |o| o:KeyNo } :bRecSelFooter ...
by Marc Venken
Fri Mar 26, 2021 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse, xBrowser enhansement - Rao
Replies: 3
Views: 729

Re: XBrowse: Using Get for incremental Seek/Filters

... the same text on xbrowse as the fields @ 30,10 XBROWSE oBrw SIZE -10,-10 PIXEL OF oDlg ; COLUMNS aFlds HEADERS aFlds ; DATASOURCE uDataSource AUTOSORT CELL LINES NOBORDER but the search take the name of the Items of combobox https://i.postimg.cc/sgQXK08t/hj.jpg
by Silvio.Falconi
Wed Dec 30, 2020 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: Using Get for incremental Seek/Filters
Replies: 32
Views: 3982

Re: Como me refiero al total de una columna

... PICTURES "@Z 9999999","@Z 9999","@Z 99",NIL,"@Z 999,999.99"; JUSTIFY {AL_RIGHT,AL_RIGHT,AL_RIGHT}; FOOTERS AUTOSORT BACKGROUND oApp:cBrush WITH OBJECT oBry :l2007 := (.F.) :lHScroll := (.F.) :lVScroll := (.F.) :lFooter := (.T.) :nMarqueeStyle := MARQSTYLE_HIGHLROWMS ...
by Armando
Fri Nov 13, 2020 2:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 985

Xbrowse ToExcel ToCalc

... 5 2 LASTCHANGE Date 8 0 */ DEFINE DIALOG oDlg SIZE 1100,600 PIXEL @ 40, 20 XBROWSE oBrw SIZE -20,-20 PIXEL OF odlg; DATASOURCE "ITEMS" AUTOSORT; COLUMNS "CCODE", "DETAIL", "PVP1", "PVP2", "PVP3", ARTIVA,"LASTCHANGE"; CELL LINES ...
by Jorge_T
Wed Sep 16, 2020 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse ToExcel ToCalc
Replies: 0
Views: 298

Re: xBrowse con orden descendente desde el inicio

... }}    local oDlg, oBrw    DEFINE DIALOG oDlg RESOURCE "TEST"    REDEFINE XBROWSE oBrw ID 101 DATASOURCE aData ;       COLUMNS 1, 2, 3 AUTOSORT    ACTIVATE DIALOG oDlg CENTERED ON INIT ( oBrw:aCols[ 1 ]:SetOrder(), oBrw:GoTop() ) return nil Mr. Rao Con array si funciona el orden descendente ...
by artu01
Thu Aug 13, 2020 9:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse con orden descendente desde el inicio
Replies: 11
Views: 1586

Re: Mr. Rao's samples collection.

... "Del.", "Date", "Author or file", "Like", "Keyword or Info1", "Keyword or Info2" ; AUTOSORT LINES NOBORDER FONT oMono ; ALIAS cFileName UPDATE XbrSetupBar( oBrw ) ... ... //----------- only some buttons !!! ------------------------- ...
by ukoenig
Thu Aug 06, 2020 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 22320

Need Help With xBrowse (Resolved)

... ; FIELDSIZES aFSize[1] ; PICTURE aPict[1] ; JUSTIFY aJust[1] ; FONT oFntX7A ; ALIAS cAlias ; FASTEDIT ; LINES ; CELL ; FOOTERS ; AUTOCOLS ; AUTOSORT oBrw:l2007 := .T. oBrw:nRowHeight := 20 oBrw:nColDividerStyle := 3 //LINESTYLE_BLACK oBrw:nRowDividerStyle := 3 //LINESTYLE_BLACK oBrw:lColDividerComplete ...
by RiazKhan
Sat Apr 04, 2020 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need Help With xBrowse (Resolved)
Replies: 6
Views: 1049

xBrowse: Change :cFilterFld when user click on header

Hi,
My xbrowse has autosort. How can I automatically change :cFilterFld based on which col header user clicks?

TIA
by hua
Mon Mar 23, 2020 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Change :cFilterFld when user click on header
Replies: 0
Views: 252

Xbrowse ToCalc() ToExcel() formatos numericos

... 5 2 LASTCHANGE Date 8 0 */ DEFINE DIALOG oDlg SIZE 1100,600 PIXEL @ 40, 20 XBROWSE oBrw SIZE -20,-20 PIXEL OF odlg; DATASOURCE "ITEMS" AUTOSORT; COLUMNS "CCODE", "DETAIL", "PVP1", "PVP2", "PVP3", ARTIVA,"LASTCHANGE"; CELL LINES ...
by Jorge_T
Sun Mar 22, 2020 12:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse ToCalc() ToExcel() formatos numericos
Replies: 1
Views: 592

Re: xBrowse AUTOSORT DBF does not work

In the COLUMNS clause, we can include expressions also, as long as the expression can be evaluated in another module, i.e., expressions not containing local variables or static functions. The above can be written as COLUMNS "IMPORTE+(IMPORTE*IVA/100)-(IMPORTE*IRPF/100)", "NEXTCOL"...
by nageswaragunupudi
Thu Dec 26, 2019 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse AUTOSORT DBF does not work
Replies: 3
Views: 549

Re: xBrowse AUTOSORT DBF does not work

Thank you.

But in some xbrowse cols, I have defined the field like this:

( CONCEPTO->IMPORTE + (CONCEPTO->IMPORTE*CONCEPTO->IVA/100) - (CONCEPTO->IMPORTE*CONCEPTO->IRPF/100) )

But in COLUMNS clause does not work. How should I proceed please?
by MOISES
Thu Dec 26, 2019 9:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse AUTOSORT DBF does not work
Replies: 3
Views: 549
PreviousNext

Return to advanced search