Search found 80 matches: nheaderlines

Return to advanced search

Error Fwh 24.02 con XBROWSE

... oQry ; COLUMNS aCols ; 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 ...
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: 95

Re: ancho del setgroup?

WITH OBJECT oBrw
:nRowHeight := 25
:nHeaderLines := 3
END
by CARLOS ATUNCAR
Mon Feb 26, 2024 2:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ancho del setgroup?
Replies: 4
Views: 373

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... // (.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 oBrw:nDataLines := 2 // Número de líneas de detalle oBrw:nFooterHeight := 20 // Altura del footer ...
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

... // (.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 oBrw:nDataLines := 2 // Número de líneas de detalle oBrw:nFooterHeight := 20 // Altura del footer ...
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: 1076

Re: xbrowse + Tdolphin + Mysql

... oBrw OF oWnVta ; 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 ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 462

Re: Xbrowse : Setup configuration file

... RECORDSELECTOR_WIDTH*0.2,; ::osettingbmp:hBitmap,; ::osettingbmp:hPalette,; if(::lgetbar,::nHeaderHeight - 3-::nrowheight*2,::nheaderHeight/::nHeaderLines)*0.8,; if(::lgetbar,::nHeaderHeight - 3-::nrowheight*2,::nheaderHeight/::nHeaderLines)*0.8; ,, .t., Eval( ::bClrHeader, Self ) [ 2 ] ) ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1216

ArrayIncrFilter

... oBrw[I]:nRowDividerStyle := LINESTYLE_BLACK oBrw[I]:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw[I]:lFastEdit := .T. oBrw[I]:nFreeze := 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 ...
by jbrita
Thu Apr 01, 2021 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ArrayIncrFilter
Replies: 2
Views: 634

XBROWSE REFRESCO DE TABLA

... MARQSTYLE_HIGHLCELL // es 3 oBrw:nColDividerStyle := LINESTYLE_BLACK oBrw:nRowDividerStyle := LINESTYLE_BLACK oBrw:lColDividerComplete := .t. oBrw:nHeaderLines := 1 // Altura encabezamiento oBrw:nDataLines := 1 // Altura líneas oBrw:lRecordSelector := .t. //poner o no, COL de la flechita de la ...
by pedroluis
Thu Jan 28, 2021 5:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE REFRESCO DE TABLA
Replies: 4
Views: 755

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

... // (.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 oBrw:nDataLines := 2 // Número de líneas de detalle oBrw:nFooterHeight := 20 // Altura del footer ...
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: 811

Re: xBrowse questions from newbie

... as "Y" or "N" Many thanks Peter Specify the header as "Stock Code" + CRLF + "Cost Price" Specify oBrw:nHeaderLines := 2
by nageswaragunupudi
Sat Apr 27, 2019 2:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse questions from newbie
Replies: 4
Views: 704

xbrowse.. y barras.

... := {|| { nRGB( 0, 0, 0), nRGB(128,255,128) } } oBrw:lColDividerComplete := (.t.) oBrw:nHeaderHeight := 35 oBrw:nRowHeight := 25 oBrw:nHeaderLines := 3 oBrw:nDataLines := 2 oBrw:nFooterHeight := 20 oBrw:nFooterLines := 2 oBrw:bClrHeader := {|| { nRGB(000,000,000), nRGB(128,255,128) ...
by kpidata
Wed Oct 17, 2018 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse.. y barras.
Replies: 3
Views: 828

error ORDBAGNAME, con mysql tdolphin y xbrowse

... // (.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 oBrw:nDataLines := 2 // Número de líneas de detalle oBrw:nFooterHeight := 20 // Altura del footer ...
by kpidata
Fri Aug 24, 2018 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error ORDBAGNAME, con mysql tdolphin y xbrowse
Replies: 1
Views: 750

error en xbrowse mysql, tdolphin

... // (.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 oBrw:nDataLines := 2 // Número de líneas de detalle oBrw:nFooterHeight := 20 // Altura del footer ...
by kpidata
Tue Jun 19, 2018 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse mysql, tdolphin
Replies: 0
Views: 793

Re: abrir 2 xbrowses simultaneos

... := MARQSTYLE_HIGHLCELL oBrwa:nColDividerStyle := LINESTYLE_BLACK oBrwa:nRowDividerStyle := LINESTYLE_BLACK oBrwa:lColDividerComplete := .t. oBrwa:nHeaderLines := 1 oBrwa:nDataLines := 1 oBrwa:lRecordSelector := .t. oBrwa:bClrStd := {|| { nRGB( 0, 0, 0), nRGB(210,255,233) } } oBrwa:bClrSel := {|| ...
by pedroluis
Tue May 29, 2018 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: abrir 2 xbrowses simultaneos
Replies: 13
Views: 2705

Re: XBROWSE ::nHeaderLines

nHeaderLines and font height are used to compute total height of header, if the programmer did not specify nHeaderHeight himself. So, nHeaderHeight overrides.
by nageswaragunupudi
Tue May 22, 2018 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ::nHeaderLines
Replies: 5
Views: 713
Next

Return to advanced search