Search found 104 matches: lfooter

Return to advanced search

Error Fwh 24.02 con XBROWSE

... :nStretchCol := 3 :lAllowColHiding := .F. :lAllowColSwapping := .F. :lDisplayZeros := .F. :lRecordSelector := .F. :lHScroll := .F. :l2007 := .F. :lFooter := .T. :lDrawBorder := .T. :lAllowColReGroup := .T. :lColDividerComplete := .T. :lIncrFilter := .F. :nStretchCol := STRETCHCOL_WIDEST :bClrSel ...
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: 87

Re: xbrowse Border

... IfNil( ::nClrBorder, ::hColPen ) )     endif  endif  https://i.postimg.cc/YSJR5zRJ/ok-2.png it run also with oBrw:lfooter := .t. My Advice the best modification is to draw the border after the horizontal and vertical scroll and not before as I have solved, certainly ...
by Silvio.Falconi
Mon Nov 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 276

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... := {|| { nRGB(000,000,000), nRGB(128,255,128) } } // para barra de linea selecc cuando el control no tiene el foco oBrw:l2007:=.T. oBrw:lFooter := (.T.) // Sí queremos línea de footer oBrw:lHScroll := (.T.) // Quitamos el scroll horizontal oBrw:lVScroll := (.T.) // Quitamos el scroll ...
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

... := {|| { nRGB(000,000,000), nRGB(128,255,128) } } // para barra de linea selecc cuando el control no tiene el foco oBrw:l2007:=.T. oBrw:lFooter := (.T.) // Sí queremos línea de footer oBrw:lHScroll := (.T.) // Quitamos el scroll horizontal oBrw:lVScroll := (.T.) // Quitamos el scroll ...
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: 1075

Re: xbrowse + Tdolphin + Mysql

... :nStretchCol := 6 :lAllowColHiding := .F. :lAllowColSwapping := .F. :lDisplayZeros := .F. :lRecordSelector := .F. :lHScroll := .F. :l2007 := .F. :lFooter := .T. :lDrawBorder := .t. :lAllowColReGroup := .T. :lColDividerComplete := .T. :nRowDividerStyle :=LINESTYLE_BLACK :bClrHeader := {|| { nRGB(000,000,000), ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 462

Re: New FTDN February/Febrero 2021 (FWH 21.02)

... Self en lugar de NIL, lo que facilita la llamada a varios métodos en una sola línea de código. - Nuevo método SetMultiSelectCol( [uCol], [lFooter] ) Si se llama sin parámetros o uCol como NIL, se inserta una nueva columna como primera columna y se establece como columna multi-selección. ...
by Antonio Linares
Mon Apr 05, 2021 6:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1459

ArrayIncrFilter

... := 4 oBrw[I]:nHeaderLines := 2 oBrw[I]:lHScroll := .f. oBrw[I]:lVScroll := .F. oBrw[I]:bPastEof := {|| NewReg(aData,oBrw,oFld:nOption) } oBrw[I]:lFooter := .t. oBrw[I]:nFooterHeight := 35 // Altura del footer oBrw[I]:lIncrFilter := .T. oBrw[I]:lSeekWild := .T. oBrw[I]:nColSel := 1 For n := 1 ...
by jbrita
Thu Apr 01, 2021 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 630

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 := { |o| o:nLen } :oRecSelFont := oFont3 // optional ...
by Marc Venken
Fri Mar 26, 2021 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse, xBrowser enhansement - Rao
Replies: 3
Views: 716

New FTDN February/Febrero 2021 (FWH 21.02)

... methods now return Self instead of nil, making it easy to call multiple methods in a single line of code. - New Method SetMultiSelectCol( [uCol], [lFooter] ) If called without params or uCol as nil, a new column is inserted as the first column and set as multi-select-column. If uCol is specified ...
by Antonio Linares
Wed Mar 24, 2021 8:56 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2021 (FWH 21.02)
Replies: 2
Views: 1459

FWH 2102: XBrowse:SetMultiSelectCol()

... simplified. What all required is to make one call to the new Method SetMultiSelectCol(). Syntax: oBrw:SetMultiSelectCol( [uCol], [lFooter] ) Parameters: 1. [uCol]: Optional. If the method is called without parameters or uCol as nil, xbrowse inserts a new column in the 1st ...
by nageswaragunupudi
Sat Mar 13, 2021 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 2352

Re: Como me refiero al total de una columna

... {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 :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_LIGHTGRAY :nStretchCol ...
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: 931

Re: Como me refiero al total de una columna

... con importe mayor a 0 para esto tene en cuenta 2 cosas q no veo en tu code, 1) cuando definis el xbrowse tenes que ponerle FOOTERS o activar oBrw:lFooter:= .t. 2) cuando definis la columna WITH OBJECT :Importe :nFooterType := AGGR_SUM :bSumCondition := { || AScan( oBry:aSelected, oBry:BookMark ...
by Ariel
Fri Nov 13, 2020 9:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como me refiero al total de una columna (SOLUCIONADO)
Replies: 8
Views: 931

Re: To Mr. Rao, XBrowse totals

no hará falta el
:lfooter := .T.
by Marco Augusto
Thu Nov 12, 2020 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr. Rao, XBrowse totals (SOLVED)
Replies: 8
Views: 965

Xbrowse, Mysql y Tdolphin.. error de orden..

... := 2 // Número de líneas de detalle oBrw:nFooterHeight := 20 // Altura del footer oBrw:nFooterLines := 2 // Número de líneas en el footer oBrw:lFooter := (.T.) // Sí queremos línea de footer oBrw:lHScroll := (.T.) // Quitamos el scroll horizontal oBrw:bClrHeader := {|| { nRGB(000,000,000), ...
by kpidata
Tue Dec 17, 2019 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, Mysql y Tdolphin.. error de orden..
Replies: 1
Views: 809

xbrowse.. y barras.

... := {|| { nRGB(000,000,000), nRGB(150,200,200) } } oBrw:bClrSel := {|| { nRGB(000,000,000), nRGB(128,255,128) } } oBrw:l2007:=.T. oBrw:lFooter := (.T.) oBrw:lHScroll := (.T.) // lo he cambiado por .F.. he sacado esta linea y nada... oBrw:lVScroll := (.T.) oBrw:nStretchCol := STRETCHCOL_WIDEST ...
by kpidata
Wed Oct 17, 2018 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse.. y barras.
Replies: 3
Views: 827
Next

Return to advanced search