Search found 33 matches: nlineheight

Return to advanced search

Re: Alto de linea en LISTBOX

Antonio y Loren: Gracias por su tiempo. Loren: entiendo que en esta definicion LISTAGEN es el OBJETO. listagen:nLineHeight := 80 && <<---- este es el alto de línea yo lo puse asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT ...
by karinha
Mon Mar 25, 2024 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 977

Re: Alto de linea en LISTBOX

Antonio y Loren: Gracias por su tiempo. Loren: entiendo que en esta definicion LISTAGEN es el OBJETO. listagen:nLineHeight := 80 && <<---- este es el alto de línea yo lo puse asi oLbx:nLineHeight := 80 y me da error BASE/1005 Message not found: TWBROWSE:_NLINEHEIGHT ...
by José Camilo
Mon Mar 25, 2024 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 977

Re: QR code

... Local hCODE,oBRUSH,nRET Local nCLR:=IIF(nColor<>NIL,nColor,CLR_BLACK) Local nLineWidth:=IIF(nWidth==NIL .OR. nWidth<1,1,nWidth) Local nLineHeight:=nLineWidth Local nSCALE:=7.2 hCODE:=hb_zebra_create_qrcode(nQRCODE,iFlags) nY *= nSCALE nLineWidth *= nSCALE IF hCODE != NIL IF hb_zebra_geterror( ...
by vensanto
Wed Dec 11, 2013 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: QR code
Replies: 12
Views: 4547

Re: CODIGO QR

... Local hCODE,oBRUSH,nRET Local nCLR:=IIF(nColor<>NIL,nColor,CLR_BLACK) Local nLineWidth:=IIF(nWidth==NIL .OR. nWidth<1,1,nWidth) Local nLineHeight:=nLineWidth Local nSCALE:=7.2 hCODE:=hb_zebra_create_qrcode(nQRCODE,iFlags) nY *= nSCALE nLineWidth *= nSCALE IF hCODE != NIL IF hb_zebra_geterror( ...
by vensanto
Tue Jul 16, 2013 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO QR
Replies: 5
Views: 1652

Re: Clase TDb o TDatabase....cual usar?

... := { || ::GoBottom()} oLbx:bSkip := { |nRec| ::Skipper( nRec ) } oLbx:bLogicLen := { || ::RecCount() } // oLbx:nHeaderHeight := 20 // oLbx:nLineHeight := 20 RETURN oLbx //----------------------------------------------------------------------------// METHOD Insert() CLASS TDb LOCAL lOk:=.f. ...
by Compuin
Thu Feb 28, 2013 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase TDb o TDatabase....cual usar?
Replies: 10
Views: 2796

TRBGROUP-CLASS

Some changes in class trbgroup: If using a greater font this is required: METHOD Paint() CLASS TRBGroup local nLineHeight := ::oFont:nHeight * 1.3 //this local is new // all aRect[ 3 ] - 15 * nLine should be to: aRect[ 3 ] - nLineHeight * nLine When i use another window with tribbon ...
by byte-one
Tue Dec 11, 2012 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRBGROUP-CLASS
Replies: 0
Views: 329

Re: ListBox como amplio la fila y titulos

Ruben.
Puedes lograrlo con la Clase Twbrowse17 de HC, de la siguiente forma.

oBrw12:nLineHeight := nAlto_Fila
oBrw12 :nHeaderHeight := nAlto_Titulo

Saludos.
by praul
Wed Jul 06, 2011 2:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ListBox como amplio la fila y titulos
Replies: 3
Views: 651

ListBox como amplio la fila y titulos

... Usando Listbox y tengo un problema como amplio las filas y titulos lo uso asi y me da error. oBrw12:nHeaderHeight := 20 // me da error oBrw12:nLineHeight := 15 // me da error     REDEFINE LISTBOX  oBrw12 ;            FIELDS oDat12:Fields("referen"):value, ...
by ruben Dario
Tue Jul 05, 2011 7:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ListBox como amplio la fila y titulos
Replies: 3
Views: 651

Re: Clases y Prgs

... := 2 oLbx:bSeek := {|lRet| oLbx:DbfSeek(.T.) } oLbx:bUpdateBuffer:= {|| UpdateBuffer( oWnd:oMsgBar, ; cDefaultMsg, oLbx:cBuffer ) } oLbx:nLineHeight*= 2 oLbx:nHeaderStyle:= 2 SET MESSAGE OF oWnd TO cDefaultMsg DATE KEYBOARD NOINSET DEFINE MSGITEM oItem OF oWnd:oMsgBar PROMPT "www.cesotech.com.ar" ...
by servicomver
Thu Nov 11, 2010 11:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clases y Prgs
Replies: 11
Views: 3840

Re: Vertical scroll wbrowse on folders

... := CBRWBACK oLbx:nClrBackHead := CHEADBACK oLbx:nClrForehead := CHEADFRONT oLbx:aJustify := eval(bAdjust) oLbx:nLineStyle := 1 oLbx:nLineHeight := 22 oLbx:nFreeze := 11 oLbx:lCellStyle = TRUE oLbx:lAutoEdit = TRUE Regards Colin
by Colin Haig
Thu Jul 30, 2009 12:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Vertical scroll wbrowse on folders
Replies: 11
Views: 2431

Re: Where can I download TWbrowse (Hernan) for FWH?

Dear Antonio, I try your WBRWLINE.OBJ but it've still got following error. The ::nLineHeight is DATA of TWBROWSE-HC but it is not in the original FTDN TWBROWSE. Application =========== Path and name: D:\V5\QUOTE\QUOTE.EXE (32 bits) Size: 2,080,768 ...
by dutch
Fri Feb 13, 2009 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Where can I download TWbrowse (Hernan) for FWH?
Replies: 27
Views: 4519

... = .T. Brw1:lAutoSkip = .T. Brw1:ladjlastcol:=.F. Brw1:lDrawFocusRect:=.F. Brw1:nLineStyle:= 2 Brw1:Set3DStyle() Brw1:nHeaderHeight := 18 Brw1:nLineHeight := 15 Brw1:bLogicLen = { || ( Brw1:CALIAS ) -> ( adskeycount() ) } // ( ORDKeyCount() ) Brw1:nClrPane := {|| IIF((Brw1:CALIAS)->(adskeyno()) ...
by angstin
Thu Oct 30, 2008 2:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ANTONIO AYUDA CON SETFOCUS A UN MDI
Replies: 9
Views: 1519

... ; HEADER "Código","Nombre","Ventas", "Notas", "Total" ; ID 172 ; OF oWndFact01 ; SIZES 40,380,75,75,75 UPDATE oPreccos:SetBrowse( oLbx ) oLbx:nLineHeight := 16 oLbx:nHeaderHeight := 16 //oLbx:nFreeze := 4 oLbx:aHJustify:={2,2,2,2,2} oLbx:aJustify:={.t.,.f.,.t.,.t.,.t.} oLbx:bRClicked := { ...
by jponce
Thu Jul 17, 2008 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: POPUP LISTBOX
Replies: 4
Views: 1056

PROBLEMAS MDI

... ; HEADER "Código","Nombre","Ventas", "Notas", "Total" ; ID 172 ; OF oWndFact01 ; SIZES 40,380,75,75,75 UPDATE oPreccos:SetBrowse( oLbx ) oLbx:nLineHeight := 16 oLbx:nHeaderHeight := 16 //oLbx:nFreeze := 4 oLbx:aHJustify:={2,2,2,2,2} oLbx:aJustify:={.t.,.f.,.t.,.t.,.t.} oLbx:lDrawFooters :=.T. ...
by jponce
Mon Jul 14, 2008 7:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS MDI
Replies: 4
Views: 1269

... 172 ; OF oWndFact01 ; ON DBLCLICK funcion( variable para mandar a la funcion ) ; SIZES 40,380,75,75,75,50 UPDATE oPreccos:SetBrowse( oLbx ) oLbx:nLineHeight := 16 oLbx:nHeaderHeight := 16 oLbx:nFreeze := 4 oLbx:aHJustify:={2,2,2,2,2} oLbx:aJustify:={.t.,.f.,.t.,.t.,.t.} oLbx:lDrawFooters :=.T. ...
by jponce
Thu May 08, 2008 8:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sumar una columna como le hago??? (YA RESUELTO GRACIAS)
Replies: 8
Views: 2159
Next

Return to advanced search