... oBrw:nColPos, nCol,;
If( oBrw:oFont != nil, oBrw:oFont:hFont, 0 ) )
aDim[1]:= aDim[ 1 ] + 1
lOk := .f.
cHType := ValType( uVar )
IF oBrw:lCellStyle .And. nCol != oBrw:nColAct
oBrw:nColAct := nCol
If oBrw:oHScroll != nil
oBrw:oHScroll:SetPos(nCol)
Endif
oBrw:Refresh(.F.)
ENDIF
DEFINE ...
Search found 58 matches: lcellstyle
Searched query: lcellstyle
- Thu Aug 22, 2024 4:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ListBox Input Field Scrolling........
- Replies: 2
- Views: 1762
- Sun Sep 11, 2022 12:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Area de trabajo no usada: ORDKEYNO
- Replies: 3
- Views: 468
Re: Area de trabajo no usada: ORDKEYNO
... 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( 193 ...
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 ...
- Mon Jul 22, 2013 10:14 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Controlar Gets y validaciones...
- Replies: 16
- Views: 3866
Controlar Gets y validaciones...
... DESCMOTI,1,16);
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 ...
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 ...
- Fri Jan 04, 2013 9:55 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Problemas al crear la libreria TWBROWSE
- Replies: 6
- Views: 3283
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( 1 ...
// nClrFore, nClrBack, hFont, aJustify, nStyle
// lCellStyle, lFocused ) -> nRowsSkipped
// bTextColor, bBkColor, nClrLine, nColorFondo, bFont ) // New's by CesoTech
{
HWND hWnd = ( HWND ) hb_parnl( 1 ...
- 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: 13357
Re: Wbrowse de Hernan modificado Harbour BCC,MVC y MINGW
... 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 ...
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 ...
- Wed Jul 18, 2012 11:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: demo browse
- Replies: 7
- Views: 1653
demo browse
... age } , , , , 2 , 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
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
- Thu Feb 02, 2012 7:01 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Aproperties Tsay, Timage, tBtnbmp
- Replies: 5
- Views: 1332
Aproperties Tsay, Timage, tBtnbmp
... n - nOld }
oBrw:bLogicLen := { | | LEN ( oDlg:aControls ) }
oBrw:nClrBackFocus := 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
oBrw:bLogicLen := { | | LEN ( oDlg:aControls ) }
oBrw:nClrBackFocus := 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
- Thu Jan 12, 2012 8:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TWBrowse: cellstyle
- Replies: 8
- Views: 1810
TWBrowse: cellstyle
Hi,
in your opinion is it possible to obtain this effect?
![Image](http://www.hardservice.it/images/twbrowse.jpg)
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
in your opinion is it possible to obtain this effect?
![Image](http://www.hardservice.it/images/twbrowse.jpg)
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
- Thu Nov 24, 2011 5:48 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Un tercer color en efecto pijama de Listbox
- Replies: 18
- Views: 6312
Re: Un tercer color en efecto pijama de Listbox
... 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 ...
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 ...
- Fri Nov 18, 2011 10:13 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Un tercer color en efecto pijama de Listbox
- Replies: 18
- Views: 6312
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 ...
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 ...
- 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: 3091
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( 1 ...
// nClrFore, nClrBack, hFont, aJustify, nStyle
// lCellStyle, lFocused ) -> nRowsSkipped
// bTextColor, bBkColor, nClrLine, nColorFondo, bFont ) // New's by CesoTech
{
HWND hWnd = ( HWND ) hb_parnl( 1 ...
- Mon Jun 06, 2011 8:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBROWSE question
- Replies: 8
- Views: 1698
Re: XBROWSE question
MarcoBoschi wrote:Question #2
Is it possible to obtain a TWBROWSE lCellStyle := .F. equivalent effect?
Thanks again
By setting oBrw:nMarqueeStyle
- Mon Jun 06, 2011 8:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBROWSE question
- Replies: 8
- Views: 1698
Re: XBROWSE question
Question #2
Is it possible to obtain a TWBROWSE lCellStyle := .F. equivalent effect?
Thanks again
Is it possible to obtain a TWBROWSE lCellStyle := .F. equivalent effect?
Thanks again
- Fri Jan 21, 2011 8:17 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: buscar la primera letra en un listobx
- Replies: 4
- Views: 1042
buscar la primera letra en un listobx
... oLbX:cAlias := "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 ...
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 ...
- Mon Dec 13, 2010 10:37 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Aplicaciones Multiidioma
- Replies: 7
- Views: 1561
Re: Aplicaciones Multiidioma
... 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() )
@ 120, 142 ...
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() )
@ 120, 142 ...