Search found 84 matches: nlinestyle

Return to advanced search

Re: WBrowse - color fondo cabecera y Congelar columnas- consulta

... If( ValType( nClrPane ) == "B", nClrPane := Eval( nClrPane ), nClrPane ) ) endif ----> Fin mi código <---- endif else do case case nLineStyle == LINES_BLACK ..... Me ha funcionado perfecto. Si hay una forma mejor o más profesional, quedo atento. Saludos
by José
Tue Mar 21, 2023 2:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: WBrowse - color fondo cabecera y Congelar columnas- consulta
Replies: 6
Views: 628

Re: Area de trabajo no usada: ORDKEYNO

... } oBrow:bGoBottom = { || oRS1Cli:MoveLast() } oBrow:bSkip = { | nSkip | Skipper( oRs1Cli, nSkip ) } oBrow:lcellstyle := .f. oBrow:nlinestyle := 2 oBrow:nclrpane := { || iif( ( oRS1Cli:AbsolutePosition / 2 ) - INT( oRS1Cli:AbsolutePosition / 2 ) > 0, RGB( 193, 221, 255 ), RGB( ...
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 333

Re: ListBox Input Field Scrolling........

... ,; oSay31:Refresh()) oBrw:nClrForeHead := 0 oBrw:nClrBackHead := 8778750 &&..Cream //oBrw:bLDblClick:= {|| oBrw:ShowSizes() } oBrw:nLineStyle:= 3 oBrw:aJustify := { .F.,.F., .F., .T., .T. } oBrw:bGoTop := { || nItem := 1 } oBrw:bGoBottom := { || nItem := Len(aAcc_No) } oBrw:SetArray( ...
by RiazKhan
Fri Apr 15, 2022 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ListBox Input Field Scrolling........
Replies: 2
Views: 257

How to change TWbrowse() border to FLAT (not 3D)?

Dear All,

I need to change TWbrowse() border to be FLAT or not 3D or ::nLineStyle (2), how can I do it?

Thanks in advance.
by dutch
Fri Sep 12, 2014 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change TWbrowse() border to FLAT (not 3D)?
Replies: 2
Views: 455

Warning W8065

... TSDrawCell( PARAMS ) // ( hWnd, hDC, nRow, nColumn , nWidth , // uData, nAlign , nClrFore, nClrBack , // hFont, nBitmap, nHeightCell, // b3DLook, nLineStyle, nClrLine, nHeadFoot, // nHeightHead, nHeightFoot, hHeightSuper, // lAdjBmpl, lMultiLine, nVAlign, nVertText, // nClrTo, lDegrad, hBrush ...
by mauri.menabue
Sun Jun 22, 2014 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W8065
Replies: 7
Views: 952

Re: Drawing on a TImage and save [Solved]

... will be calculated oDrawImg:cTooltip := "selected Image" oDrawImg:bPainted := { |hDC| DRAW_IMAGE( oDrawImg, hDC, cWorkFile ), ; IIF( nLineStyle = 2, Click( hDC, x, y ), NIL ) } // Freehand painting I resorted the surface and added a dialog-painter http://www.pflegeplus.com/pictures/Imgpaint8.jpg ...
by ukoenig
Tue Apr 01, 2014 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11908

PROBLEMAS CON EL TWBROWSE

... wBrwPane( ::hWnd, ::hDC, Self, ::bLine,; ::aColSizes, ::nColPos, ::nClrText, ::nClrPane,; If( ::oFont != nil, ::oFont:hFont, 0 ), ::aJustify, ; ::nLineStyle, 0 , .f., ::bTextColor, ::bBkColor, ::nClrLine,; ::oBrush:nRGBColor, ::bFont ) ) #endif if ::nLen < ::nRowPos ::nRowPos = ::nLen endif ...
by ROBER68
Fri Jun 21, 2013 5:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON EL TWBROWSE
Replies: 1
Views: 934

Problemas al crear la libreria TWBROWSE

... - 1 ); // CeSoTech // El Borde derecho de Box de la ultima columna, // no estirarlo cuando no exista ajuste de ultima columna // PERO cuando nLineStyle (nStyle) es 7/8 (Lineas Horiz) // queda anti-estetico cortar los renglones, cuando no hay // ajuste ult.col. y hay ajuste de browse. Por ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2878

Re: Wbrowse de Hernan modificado Harbour BCC,MVC y MINGW

... me refiero a un .ch. He tenido que eliminar para que funcione lo siguiente, pero pierdo la cabecera: oLbx:lCellstyle:=.t. ///oLbx:nFreeze:=1 oLbx:nlineStyle:=3 ///Olbx:aHJustify:={2,2,2,2,2,2} ///olbx:bTextColor:={ |nRow,nCol| if(nCol==1,CLR_BLACK,)} ///olbx:bBkColor:={ |nRow,nCol| if(nCol==1,wClrBack,)} ...
by Andrés González
Sun Aug 12, 2012 4:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Wbrowse de Hernan modificado Harbour BCC,MVC y MINGW
Replies: 25
Views: 12227

Ayuda con este codigo

... FieldWBlock('FINSTAL',SELECT()) HEADER "FECHA"+CHR(13)+"INSTAL" ALIGN 1,1,1 oBrw:nHeightCell += 17 oBrw:nHeightHead := 20 oBrw:nLineStyle := 2 oBrw:SetColor({1,2,3,4,5,6,7,8,9,10,11,12,13,14,15}, CLR_oBrw ) oWnd2:SetControl( oBrw ) ACTIVATE WINDOW oWnd2 RETU[]
by Orbex
Fri Jul 20, 2012 1:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con este codigo
Replies: 1
Views: 755

TsBrowse 9.0, M. Mercado

... next oBROWSE:lInitGoTop :=.f. oBROWSE:lMChange :=.t. oBROWSE:bChange :={||oBROWSE:DrawFooters()} oBROWSE:nRowPos :=RENG_INICIO oBROWSE:nLineStyle :=ESTILO_LINEA oBROWSE:SetAlign(0,2,DT_CENTER) oBROWSE:oBrush :=oBws y por tengo una funcion ModiRegistro() donde generalmente hago lo basico ...
by noe aburto
Tue Jul 03, 2012 3:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse 9.0, M. Mercado
Replies: 1
Views: 818

TsBrowse 9.0, M. Mercado

... next oBROWSE:lInitGoTop :=.f. oBROWSE:lMChange :=.t. oBROWSE:bChange :={||oBROWSE:DrawFooters()} oBROWSE:nRowPos :=RENG_INICIO oBROWSE:nLineStyle :=ESTILO_LINEA oBROWSE:SetAlign(0,2,DT_CENTER) oBROWSE:oBrush :=oBws y por tengo una funcion ModiRegistro() donde generalmente hago lo basico ...
by noe aburto
Tue Jul 03, 2012 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse 9.0, M. Mercado
Replies: 0
Views: 548

Aproperties Tsay, Timage, tBtnbmp

... := nRGB ( 250, 250, 016 ) && Color del Fondo Amarillo oBrw:nClrForeFocus := nRGB ( 016, 032, 250 ) && Color del Texto Azul oBrw:nLineStyle := 5 && Try different line styles !!! oBrw:lCellstyle := .T. && Dibujar malla
by J. Ernesto
Thu Feb 02, 2012 7:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Aproperties Tsay, Timage, tBtnbmp
Replies: 5
Views: 1203

Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01

... - 1 ); // CeSoTech // El Borde derecho de Box de la ultima columna, // no estirarlo cuando no exista ajuste de ultima columna // PERO cuando nLineStyle (nStyle) es 7/8 (Lineas Horiz) // queda anti-estetico cortar los renglones, cuando no hay // ajuste ult.col. y hay ajuste de browse. Por ...
by alex_cyr
Sat Jul 09, 2011 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01
Replies: 7
Views: 2647

Re: Twbrowse - error : Bound array access

... ::nColPos,; ::nClrText, ::nClrPane,; If( ::oFont != nil, ::oFont:hFont, 0 ),; ValType( ::aColSizes ) == "B", ::aJustify, nil, ::nLineStyle,,, ::oVScroll,; ::bLogicLen ) I wonder if which of these parameters triggers the error and what is 'N' in this code? Any idea? Thank you ...
by xhbcoder
Thu Jul 07, 2011 5:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Twbrowse - error : Bound array access
Replies: 16
Views: 6359
Next

Return to advanced search