Search found 116 matches: nheaderheight

Return to advanced search

Error Fwh 24.02 con XBROWSE

... ; LINES CELL AUTOSORT SIZE -10,-10 PIXEL FONT oFont WITH OBJECT oBrw :bClrRowFocus := oBrw:bClrSelFocus :nRowHeight := 25 :nHeaderLines := 4 :nHeaderHeight := 70 :oHeaderFonts := oFont :nFooterHeight := 20 :nFooterLines := 2 :nStretchCol := 3 :lAllowColHiding := .F. :lAllowColSwapping := .F. ...
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: 99

Re: Strange behavior of xBrowse

I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.


Only you could find the problem. Without seeing the source code we could not have guessed it.

Well, if you do not want Headers, please use this code:
Code: Select all  Expand view
oBrw:lHeader := .F.
by nageswaragunupudi
Sun Nov 26, 2023 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 773

Re: Strange behavior of xBrowse

Found.
I needed the second brows without column headers. Accordingly, I wrote oBrw[2]:nHeaderHeight:=0.
This was the cause of the problems. If you write oBrw[2]:nHeaderHeight:=1, then everything is fine
by Natter
Sun Nov 26, 2023 1:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior of xBrowse
Replies: 8
Views: 773

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene siempre llena la pantalla oBrw:nHeaderHeight := 35 // Altura de los encabezados oBrw:nRowHeight := 25 // Altura del renglón oBrw:nHeaderLines := 3 // Número de líneas de encabezados ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 331

evitar que se active columna con xbrowse al dar un click

... } // para barra de linea selecc cuando el control tiene el foco oBrw:lColDividerComplete := (.t.) // (.T.) Mantiene siempre llena la pantalla oBrw:nHeaderHeight := 35 // Altura de los encabezados oBrw:nRowHeight := 25 // Altura del renglón oBrw:nHeaderLines := 3 // Número de líneas de encabezados ...
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: 1077

Re: Xbrowse Error

... does not remain constant 1 or 2 or 3 row The next piece of code must always be executed, not only : if ::lAdjusted is .T. if ::nHeaderPad > 0 ::nHeaderHeight -= ::nHeaderPad endif if ::nFooterPad > 0 ::nFooterHeight -= ::nFooterPad endif ::nHeaderPad := ::nFooterPad := 0 For me is better ...
by mauri.menabue
Fri Apr 01, 2022 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 847

Re: xbrowse + Tdolphin + Mysql

... ; DATASOURCE oQry ; COLUMNS aCols ; LINES CELL AUTOSORT WITH OBJECT oBrw :bClrRowFocus := oBrw:bClrSelFocus :nRowHeight := 25 :nHeaderLines := 3 :nHeaderHeight := 60 :oHeaderFonts := oFont :nFooterHeight := 20 :nFooterLines := 2 :nStretchCol := 6 :lAllowColHiding := .F. :lAllowColSwapping := .F. ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 465

Re: Xbrowse : Setup configuration file

... "config",,::oWnd) ::osettingbmp:ltransparent:=.t. 3. METHOD Paint() CLASS TXBrowse ... PalBmpDraw( ::hDC, (::nHeaderHeight - 3-if(::lgetbar,::nrowheight*2,0))*0.2, RECORDSELECTOR_WIDTH*0.2,; ::osettingbmp:hBitmap,; ::osettingbmp:hPalette,; if(::lgetbar,::nHeaderHeight ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1219

Re: How to change color of line in Header and Footer?

... You want to use. http://www.service-fivewin.de/IMAGES/header3.jpg just search inside samples for these functions DrawHorz ( hDC, ::nHeaderHeight - 3, 0, ::BrwWidth(), hPen ) DrawHorz( hDC, ::nHeaderHeight - 1, 0, ::BrwWidth(), hPen ) DrawVert ( hDC, 170, 2, ::nHeaderHeight - 1, ...
by dutch
Wed Dec 23, 2020 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 1146

Re: How to change color of line in Header and Footer?

... You want to use. http://www.service-fivewin.de/IMAGES/header3.jpg just search inside samples for these functions DrawHorz ( hDC, ::nHeaderHeight - 3, 0, ::BrwWidth(), hPen ) DrawHorz( hDC, ::nHeaderHeight - 1, 0, ::BrwWidth(), hPen ) DrawVert ( hDC, 170, 2, ::nHeaderHeight - 1, ...
by ukoenig
Tue Dec 22, 2020 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 1146

Re: Como me refiero al total de una columna

... := MARQSTYLE_HIGHLROWMS :nColDividerStyle := LINESTYLE_LIGHTGRAY :nRowDividerStyle := LINESTYLE_LIGHTGRAY :nStretchCol := STRETCHCOL_WIDEST :nHeaderHeight := 25 :nRowHeight := 22 :nFooterHeight := 25 :bClrHeader := { || {CLR_WHITE,CLR_BLACK} } :bClrFooter := { || {CLR_WHITE,CLR_BLACK} } :bClrSel ...
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: 933

Re: New FTDN August/Agosto 2020 (FWH 20.08)

... se elimina después de intercambiar/mover algunas columnas. Solucionado. - GroupHeaders: - Cuando se especifican los encabezados de grupo, oBrw:nHeaderHeight asignado por el programador se ignoraban. Ahora se tiene en cuenta este valor. - El _ parámetro nHeight se añade al método SetGroupHeader. ...
by Antonio Linares
Tue Sep 22, 2020 4:33 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2304

New FTDN August/Agosto 2020 (FWH 20.08)

... of all the columns incorrectly, when deleted after swapping/moving some columns. fixed. - GroupHeaders: - When group headers are specified, oBrw:nHeaderHeight assigned by the programmer was being ignored. Now this value is considered. - Sixth parameter nHeight is added to method SetGroupHeader. ...
by Antonio Linares
Sun Sep 20, 2020 11:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2020 (FWH 20.08)
Replies: 3
Views: 2304

Re: To Mister Nages - xBrowser

... :nRowDividerStyle := LINESTYLE_NOLINES :lColDividerComplete := .F. :lUpdate := .T. :lRecordSelector := .F. :lHeader := .F. :lHScroll := .F. :nHeaderHeight := 30 :nRowHeight := 85 :bClrHeader := { || { CLR_BLACK, CLR_WHITE } } :bClrGrad := { || { CLR_WHITE, CLR_WHITE } } :lDrawBorder := .T. ...
by oliveiros junior
Mon Aug 17, 2020 7:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2270

SQL BROWSER with FIVEWIN + xBrowser

... RGB(224,236,255)},{CLR_BLACK,RGB(189, 211,253)})} s_oBrowse:bClrSel := {|| {CLR_WHITE,RGB(30,144,255)}} s_oBrowse:nRowHeight := 26 s_oBrowse:nHeaderHeight := 30 s_oBrowse:nMarqueeStyle := 8 s_oBrowse:CreateFromCode() hLays["BROWSE"]:oClient := s_oBrowse // s_oWndSqlBrowser:SetIcon( ...
by MGA
Fri Dec 20, 2019 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL BROWSER with FIVEWIN + xBrowser
Replies: 8
Views: 1715
Next

Return to advanced search

cron