Search found 98 matches: ndatalines

Return to advanced search

swicth xbrowse datalines

...       else                :bStrData := { || Padright(oDbf:Street,60)  }              ENDIF            END IF lmore I change the ndatalines on xbrowse from 1 to 2 when I change on one line I see allways as lMore is true https://i.postimg.cc/MGYgcQjS/1f.png when ...
by Silvio.Falconi
Wed Nov 08, 2023 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: swicth xbrowse datalines
Replies: 0
Views: 310

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... := 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 oBrw:nFooterLines := 2 // Número de líneas en el 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: 309

evitar que se active columna con xbrowse al dar un click

... := 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 oBrw:nFooterLines := 2 // Número de líneas en el 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: 994

Re: change the ndatalines (xbrowse) on lines

nDataLines is used by xbrowse only while creating the browse for the first time for calculating the row height. After creation of the browse. i.e., during runtime, it is never used and changing the values does not do anything. ...
by Silvio.Falconi
Sat May 13, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 246

Re: change the ndatalines (xbrowse) on lines

Silvio, Please try : chr(13)+chr(10) in stead of CRLF COLUMNS "ID", "FIRST+CHR(13)+CHR(10)+LAST", ; "STREET+CHR(13)+CHR(10)+CITY+CHR(13)+CHR(10)+STATE+ '-' + ZIP" ; HEADERS "ID", "NAME", "ADDRESS" ; I can be wrong )))) Not correct. chr(13)...
by nageswaragunupudi
Sat May 13, 2023 1:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 246

Re: change the ndatalines (xbrowse) on lines

nDataLines is used by xbrowse only while creating the browse for the first time for calculating the row height. After creation of the browse. i.e., during runtime, it is never used and changing the values does not do anything.
During runtime, you can change the data oBrw:nRowHeight.
by nageswaragunupudi
Sat May 13, 2023 1:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 246

Re: change the ndatalines (xbrowse) on lines

Silvio, Please try : chr(13)+chr(10) in stead of CRLF COLUMNS "ID", "FIRST+CHR(13)+CHR(10)+LAST", ; "STREET+CHR(13)+CHR(10)+CITY+CHR(13)+CHR(10)+STATE+ '-' + ZIP" ; HEADERS "ID", "NAME", "ADDRESS" ; I can be wrong ))))
by Marc Venken
Fri May 12, 2023 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 246

change the ndatalines (xbrowse) on line - RESOLVED -

Initially a test line in the browse consists of a single example line WITH OBJECT oBrw IF lmore :nDataLines := 2 ELSE :nDataLines := 1 ENDIF ... END  :bStrData := { || oDbf:Street + CRLF +oDbf:city+" "+ oDbf:state } https://i.postimg.cc/RFbCGZ6K/fdf.png ...
by Silvio.Falconi
Fri May 12, 2023 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the ndatalines (xbrowse) on line - RESOLVED -
Replies: 4
Views: 246

The number of occupied rows in the cell

Hi,

In xBrowse, I specify the maximum number of rows in cells - :nDataLines.
How to find out how many lines the text actually occupies in a particular cell ?
by Natter
Wed Mar 15, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The number of occupied rows in the cell
Replies: 0
Views: 266

XBROWSE REFRESCO DE TABLA

... := 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 izq oBrw:bClrStd := { || { CLR_BLACK, If( oBrw:KeyNo ...
by pedroluis
Thu Jan 28, 2021 5:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE REFRESCO DE TABLA
Replies: 4
Views: 741

Delimiter characters

Hi, I create xBrose and specify oBrw:nDataLines=2 the cell contains the text MY TEXT . If I reduce the column width with the mouse, the text in the cell will look like: MY TEXT i.e. the text is redistributed across the column width by the space ...
by Natter
Tue Apr 28, 2020 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Delimiter characters
Replies: 4
Views: 562

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

... := 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 oBrw:nFooterLines := 2 // Número de líneas en el 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: 800

Re: xbrowse with double row

... message. I don't remember if I ever tried it. To get multiple lines per record: oCol:bStrData := { || oCust:name + CRLF + oCust:street } oBrw:nDataLines := 2 oBrw:nRowHeight := 35 // optional. Automatic, but you may enlarge this if you like xBrowse will also wordwrap at spaces IF nDataLines ...
by James Bott
Wed Sep 18, 2019 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse with double row
Replies: 3
Views: 653

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) } } oBrw:bClrStd := {|| ...
by kpidata
Wed Oct 17, 2018 5:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse.. y barras.
Replies: 3
Views: 813

error ORDBAGNAME, con mysql tdolphin y xbrowse

... := 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 oBrw:nFooterLines := 2 // Número de líneas en el 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: 739
Next

Return to advanced search