Search found 109 matches: lfooter

Searched query: lfooter

by Iris Gesser
Thu Jan 30, 2025 10:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse record selector color
Replies: 3
Views: 654

Re: xBrowse record selector color

... FOKUS}
else
aColors := { CLR_BLACK,CLR_WHITE }
endif
endif
Return aColors

and then this for xbrowse
WITH OBJECT oBrw
:MakeTotals()
:lFooter := .T.
:l2007 := .f.
:lRecordSelector := .F.
:nMarqueeStyle := MARQSTYLE_HIGHLROW
:bClrStd := { || MyColors( oBrw ) } //{ || { CLR_GREEN, CLR ...
by Antonio Linares
Fri Jan 24, 2025 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4827

Re: Using new Class TDeepSeek for documenting

... on row selection, especially in multi-select mode. Select() is the core method, with others being convenience wrappers.

SetMultiSelectCol( uCol, lFooter ): Enables multi-selection and links it to a specific column, triggering the use of the selection methods.

Analogy: These are like the car's ...
by Antonio Linares
Fri Jan 24, 2025 10:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4827

Re: Using new Class TDeepSeek for documenting

... Adds read-only checkboxes with custom bitmaps and prompt.
content_copy
download
Use code with caution.
Harbour

99. SetMultiSelectCol( uCol, lFooter )

Description: Designates a specific column to function as a multi-select column, enabling row selection using checkboxes in that column ...
by Antonio Linares
Fri Jan 24, 2025 10:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4827

Re: Using new Class TDeepSeek for documenting

... Enables editable checkboxes in the first column (if logical).
content_copy
download
Use code with caution.
Harbour

57. SetMultiSelectCol( uCol, lFooter )

Description: Sets a column as the multi-select column, enabling row selection using checkboxes.

Parameters:

uCol: OBJECT or NUMERIC ...
by leandro
Thu Jan 16, 2025 11:38 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Bug en los operadores fwh2409 xharbour 64 bits (solucionado)
Replies: 20
Views: 2198

Bug en los operadores fwh2409 xharbour 64 bits (solucionado)

... nColorPen := CLR_HGRAY
:lFullGrid := .T.
:nStretchCol := STRETCHCOL_LAST
:bClrHeader := { || { CLR_WHITE, oLamcla:nClrBrwCab, CLR_HGRAY } }
:lFooter := .t.
:nFooterLines := 1
:nFooterHeight := 25
:nFreeze := 4
//:bRClicked := {|nRow, nCol | if(!::lNueva,::mRegNomi( nRow,nCol,oBrw, cbModi ...
by CARLOS ATUNCAR
Mon Aug 19, 2024 3:30 am
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 7755

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... 3

:lAllowColHiding := .F.
:lAllowColSwapping := .F.
:lDisplayZeros := .F.
:lRecordSelector := .F.
:lHScroll := .F.
:l2007 := .F.
:lFooter := .T.
:lDrawBorder := .T.
:lAllowColReGroup := .T.
:lColDividerComplete := .T.

:SetGroupHeader( 'Jornada', 5,6, oFont )
:SetGroupHeader ...
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: 743

Error Fwh 24.02 con XBROWSE

... 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 ...
by Silvio.Falconi
Mon Nov 13, 2023 8:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 527

Re: xbrowse Border

... BrwHeight(), ::BrwWidth(), 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 ...
by kpidata
Fri Sep 01, 2023 7:17 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 2
Views: 2216

evitar que se active columna con xbrowse al dar un click

... bClrSel := {|| { 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 CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 618

Re: xbrowse + Tdolphin + Mysql

... 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 ...
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: 2949

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 jbrita
Thu Apr 01, 2021 2:29 pm
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 794

ArrayIncrFilter

... 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 Marc Venken
Fri Mar 26, 2021 3:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse, xBrowser enhansement - Rao
Replies: 3
Views: 883

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 }
RecSelFont := oFont3 // optional
:nRecSelWidth ...
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: 2949

New FTDN February/Febrero 2021 (FWH 21.02)

... 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 nageswaragunupudi
Sat Mar 13, 2021 7:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 3676

FWH 2102: XBrowse:SetMultiSelectCol()

... 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 ...