Search found 80 matches: nheaderlines

Return to advanced search

Re: XBROWSE ::nHeaderLines

After tests i see: When i use :nHeaderlines after ::nHeaderheight then :nHeaderlines is not functioning. I use in general for all xBrowses a function to set some parameters for xBrowse.
by byte-one
Tue May 22, 2018 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ::nHeaderLines
Replies: 5
Views: 732

Re: XBROWSE ::nHeaderLines

Just now I tested and nHeaderLines is working.
Can you give me a sample where it is not working?
by nageswaragunupudi
Tue May 22, 2018 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ::nHeaderLines
Replies: 5
Views: 732

Re: XBROWSE ::nHeaderLines

What FWH-Version you are using?
by byte-one
Tue May 22, 2018 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ::nHeaderLines
Replies: 5
Views: 732

Re: XBROWSE ::nHeaderLines

:nHeaderLines := 2
:nDataLines := 2
both work!

Shuming Wang
by ShumingWang
Tue May 22, 2018 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ::nHeaderLines
Replies: 5
Views: 732

XBROWSE ::nHeaderLines

It seems, that oBrw:nHeaderLines not functioning. oBrw:nHeaderHeight is OK.
by byte-one
Tue May 15, 2018 12:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE ::nHeaderLines
Replies: 5
Views: 732

xbrowse y bloqueo encabezado

... (.T.) Mantiene siempre llena la pantalla oBrw2:nHeaderHeight := 30 // Altura de los encabezados oBrw2:nRowHeight := 25 // Altura del renglón oBrw2:nHeaderLines := 2 // Número de líneas de encabezados oBrw2:nDataLines := 2 // Número de líneas de detalle oBrw2:nFooterHeight := 20 // Altura del footer ...
by kpidata
Thu Mar 08, 2018 3:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y bloqueo encabezado
Replies: 0
Views: 872

ERROR XBROWSE -EDIT_LISTBOX

... := EDIT_GET oCol:bOnPostEdit:= { |o,x,n| If( n != VK_ESCAPE, oBrw:aRow[o:nArrayCol] := x, ) } Endif oBrw:aCols[4]:nDataStrAlign:= AL_LEFT oBrw:nHeaderLines:= 2 next ERROR: Application =========== Path and name: C:\SYSTEMA\TV_CABLE\TVCABLE.Exe (32 bits) Size: 1,186,304 bytes Compiler version: ...
by jbrita
Fri Feb 09, 2018 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE -EDIT_LISTBOX
Replies: 1
Views: 900

xbrowse y tdolphin

... (.T.) Mantiene siempre llena la pantalla oBrw2:nHeaderHeight := 35 // Altura de los encabezados oBrw2:nRowHeight := 25 // Altura del renglón oBrw2:nHeaderLines := 3 // Número de líneas de encabezados oBrw2:nDataLines := 2 // Número de líneas de detalle oBrw2:nFooterHeight := 20 // Altura del footer ...
by kpidata
Tue Oct 31, 2017 2:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse y tdolphin
Replies: 3
Views: 1033

Re: 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
Thu Sep 14, 2017 11:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1613

tdolphin y xbrowse

... oLbx:nRowDividerStyle := LINESTYLE_RAISED oLbx:bClrSelFocus := {|| { CLR_WHITE, RGB(24, 116, 205) } } oLbx:lColDividerComplete := .t. oLbx:nHeaderLines := 1 oLbx:lRecordSelector := .t. oLbx:lAllowRowSizing := .F. oLbx:l2007 := .T. oLbx:CreateFromCode() B) con ADO, si ingresaba un valor ...
by kpidata
Thu Sep 14, 2017 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tdolphin y xbrowse
Replies: 3
Views: 1613

error en xbrowse o FWH ???

... // (.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
Wed May 10, 2017 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en xbrowse o FWH ???
Replies: 1
Views: 1032

error al trabajar con 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
Mon May 08, 2017 3:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error al trabajar con Xbrowse
Replies: 3
Views: 930

Re: alias dinamicos en dialogos nomodales

... de Conceptos"+cAlias Of oWnd oBrw := TxBrowse():New( oDlg ) ( cAlias )->( oBrw:SetRDD( .f. ) ) // <--- Add this here oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle ...
by nageswaragunupudi
Fri Mar 10, 2017 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3777

Re: alias dinamicos en dialogos nomodales

... DEFINE DIALOG oDlg RESOURCE "concepto2" TITLE "Catalogo de Conceptos"+cAlias Of oWnd ; oBrw := TxBrowse():New( oDlg ) oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle ...
by Miguel Salas
Fri Mar 10, 2017 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3777

Re: alias dinamicos en dialogos nomodales

... (cFile) shared NEW ALIAS (cAliasCon) VIA "DBFCDX" (cAliasCon)->(ORDSETFOCUS("EMPCON")) oBrw := TxBrowse():New( oDlg ) oBrw:nHeaderLines := 1 oBrw:lAllowColSwapping :=.F. oBrw:nColSel := 1 oBrw:nRowHeight := 18 oBrw:nMarqueeStyle := MARQSTYLE_HIGHLCELL oBrw:nColDividerStyle ...
by Miguel Salas
Wed Mar 08, 2017 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: alias dinamicos en dialogos nomodales
Replies: 15
Views: 3777
PreviousNext

Return to advanced search