Search found 57 matches: lcellstyle

Return to advanced search

Re: Area de trabajo no usada: ORDKEYNO

... oBrow:bGoTop = { || oRS1Cli:MoveFirst() } 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( ...
by jpcavagnaro
Sun Sep 11, 2022 12:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Area de trabajo no usada: ORDKEYNO
Replies: 3
Views: 318

Controlar Gets y validaciones...

... HEADER "Código", "Descripción Motivo"; SIZES 30,50; ALIAS (S02)->(ALIAS()) ID 101 OF oDlg oLbx:aJustify := {0,0} oLbx:lCellStyle := .T. oLbx:nClrForeHead:= CLR_BLUE oLbx:bLDblClick := {|| oDlg:END()} oLbx:bKeyDown := {| nKey| IF(nKey = 13, oDlg:END(), .T.)} ACTIVATE ...
by ACC69
Mon Jul 22, 2013 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar Gets y validaciones...
Replies: 16
Views: 3191

Problemas al crear la libreria TWBROWSE

... HB_FUNC( WBRWPANE ) // ( hWnd, hDC, Self, bLine, aSizes, nFirstItem, // nClrFore, nClrBack, hFont, aJustify, nStyle // lCellStyle, lFocused ) -> nRowsSkipped // bTextColor, bBkColor, nClrLine, nColorFondo, bFont ) // New's by CesoTech { HWND hWnd = ( HWND ) hb_parnl( ...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2853

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

... de la clase, no la veo por ningun lado, 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:={ ...
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: 12137

demo browse

... 60 , , , , , , , ) oBrw:addcolumn( oCol ) // oCol := TcColumn():New( "" , , , , , 0 , 10 , , , , , , , ) // oBrw:addcolumn( oCol ) oBrw:lCellStyle = .T. ACTIVATE DIALOG oDlg; ON INIT oDlg:SetControl( oBrw ); CENTER ; VALID MsgYesNo( "Want to exit ?" ) CLOSE RETURN NIL
by brewster
Wed Jul 18, 2012 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: demo browse
Replies: 7
Views: 1512

Aproperties Tsay, Timage, tBtnbmp

... 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: 1185

TWBrowse: cellstyle

Hi,
in your opinion is it possible to obtain this effect?

Image

I need oBrw:lCellStyle = .T. but I need to facilitate the vision of the entire record

Is there any solution even by changing the class?

Many thanks

marco
by MarcoBoschi
Thu Jan 12, 2012 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWBrowse: cellstyle
Replies: 8
Views: 1632

Re: Un tercer color en efecto pijama de Listbox

... 95,60,70,70; ALIAS (S24)->(ALIAS()) ID 111 OF oDlg oLbx2:aHJustify := {2,2,2,2} oLbx2:aJustify := {0,0,1,1} oLbx2:lDrawFooters := .T. oLbx2:lCellStyle := .T. oLbx2:lAdjLastCol := .F. oLbx2:nHeaderHeight:= 15 oLbx2:nFooterHeight:= 15 oLbx2:nClrForeHead := CLR_BLUE Nota: La variable cCostPreP ...
by ACC69
Thu Nov 24, 2011 5:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un tercer color en efecto pijama de Listbox
Replies: 18
Views: 5329

Re: Un tercer color en efecto pijama de Listbox

... oBCmp:bBkColor := {|nRow,nCol,nStyle| If( nStyle==0 .and. nCol==1, ; GETSYSCOLOR(COLOR_BTNFACE), ; If( nCol==1 .AND. nStyle=3 .AND. !oBArt:lCellStyle, ; GETSYSCOLOR(COLOR_BTNFACE),))} oBCmp:bFont := {|nRow,nCol,nStyleLine| ; IF(nStyleLine==1 .AND. nCol==2,oFnt:hFont,) } Espero sea de tu ...
by ACC69
Fri Nov 18, 2011 10:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un tercer color en efecto pijama de Listbox
Replies: 18
Views: 5329

Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01

... HB_FUNC( WBRWPANE ) // ( hWnd, hDC, Self, bLine, aSizes, nFirstItem, // nClrFore, nClrBack, hFont, aJustify, nStyle // lCellStyle, lFocused ) -> nRowsSkipped // bTextColor, bBkColor, nClrLine, nColorFondo, bFont ) // New's by CesoTech { HWND hWnd = ( HWND ) hb_parnl( ...
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: 2629

Re: XBROWSE question

MarcoBoschi wrote:Question #2
Is it possible to obtain a TWBROWSE lCellStyle := .F. equivalent effect?
Thanks again

By setting oBrw:nMarqueeStyle
by nageswaragunupudi
Mon Jun 06, 2011 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE question
Replies: 8
Views: 1524

Re: XBROWSE question

Question #2
Is it possible to obtain a TWBROWSE lCellStyle := .F. equivalent effect?
Thanks again
by MarcoBoschi
Mon Jun 06, 2011 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE question
Replies: 8
Views: 1524

buscar la primera letra en un listobx

... := "Array" oLbX:bKeydown := { | nKey | IF ( nKey == VK_RETURN , EVAL(oLBX:bLDblClick), NIL ) } oLbX:aColSizes := {342,60,1} oLbX:lCellStyle := .T. oLbX:aJustify := { .F.,.F.,.F.} oLbX:nLineStyle = 4 //0=nada, 2=delgada negra, 1=gruesa negra, 3=gris, 4=punteada ACTIVATE DIALOG ...
by QAZWSX2K
Fri Jan 21, 2011 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: buscar la primera letra en un listobx
Replies: 4
Views: 846

Re: Aplicaciones Multiidioma

... oLbx:nAt := Max( 1, Min( oLbx:nAt, Eval( oLbx:bLogicLen ) ) ), ; oLbx:nAt - nOld } oLbx:bLogicLen := { || Len( aMat ) } oLbx:SetArray( aMat ) oLbx:lCellStyle := .F. oLbx:nLineStyle := 3 @ 120, 75 BUTTON i18n( "&Aceptar" ) OF oDlg SIZE 50, 12 PIXEL ACTION ( lSeguir := .T., oDlg:END() ...
by MdaSolution
Mon Dec 13, 2010 10:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Aplicaciones Multiidioma
Replies: 7
Views: 1400

Re: Necesito un calendario.

... oBrf:bKeydown :={|nKey| If(nKey==VK_RETURN,EVAL(oBrf:bLDblClick),EVAL(oBrf:bLClicked))} oBrf:aColSizes :={20,20,20,20,20,20,20} oBrf:lCellStyle :=.T. oBrf:bTextColor :={|nRow,nCol,nStyle| IF(nCol=1 .AND. nStyle=0,CLR_HRED,)} oDlf:lHelpIcon := .f. REDEFINE BUTTON ID 104 OF oDlf ACTION ...
by jbrita
Thu Jul 29, 2010 4:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito un calendario.
Replies: 2
Views: 1238
Next

Return to advanced search