Search found 46 matches: odatafont

Return to advanced search

Error Fwh 24.02 con XBROWSE

... % 2 == 0, { CLR_BLACK, RGB( 198, 255, 198 ) }, { CLR_BLACK, RGB( 232, 255, 232 ) } ) } END AEval( oBrw:aCols, {|o| o:nHeadStrAlign := AL_CENTER, o:oDataFont := aFont[1]} ) oBrw:CreateFromCode() oWnd:oClient := oBrw BrwBtnBar( oBrw ) WaitOff( @oWait ) ACTIVATE WINDOW oWnd Return //------------------------------------------------------------------------------ ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 96

Re: Cell font

You can assign a codeblock to oCol:oDataFont
by nageswaragunupudi
Mon Apr 03, 2023 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cell font
Replies: 5
Views: 341

Re: Concatenar 2 o mas campos en xbrowse

... campo donde esta el 99 + "/" agregas la barra + campo donde esta el 16 + "-" + campo baldes oCol:nDataStrAlign:= AL_LEFT oCol:oDataFont:= oFont3 oCol:oHeaderFont := oFont4 oCol:oFooterFont := oFont4 oCol:nWidth:= 240 Saludos Ruben Dario Fernandez Unless you are using a very ...
by nageswaragunupudi
Thu Aug 04, 2022 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 463

Re: Concatenar 2 o mas campos en xbrowse

... campo donde esta el 99 + "/" agregas la barra + campo donde esta el 16 + "-" + campo baldes oCol:nDataStrAlign:= AL_LEFT oCol:oDataFont:= oFont3 oCol:oHeaderFont := oFont4 oCol:oFooterFont := oFont4 oCol:nWidth:= 240 Saludos Ruben Dario Fernandez
by D.Fernandez
Tue Aug 02, 2022 11:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Concatenar 2 o mas campos en xbrowse
Replies: 4
Views: 463

Re: xbrowse + Tdolphin + Mysql

... := {|| SetOrden(oBrw:aCols[04],"razsoc ASC",oQry )} AEval( oBrw:aCols, { | o | o:nHeadStrAlign := AL_CENTER,o:oDataFont := aFont[1] } ) oBrw:CreateFromCode() oWnVta:oClient := oBrw y para refrescar la consulta uso asi Static Procedure MyRefresh() local oWait ...
by CARLOS ATUNCAR
Mon Oct 18, 2021 2:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse + Tdolphin + Mysql
Replies: 2
Views: 462

Re: How to use Segoe MDL2 icons on Win 7 ?

... , { n, NUMTOHEX( n ), HB_UTF8CHR( n ) } ) AAdd( aData2 , { n, NUMTOHEX( n ), HB_UTF8CHR( n ) } ) xBrowse knows the font to be used :aCols[ 3 ]:oDataFont := oFont1 :!: How to define that BTNBMP must use "Segoe UI Symbol" with the same HEX like "Segoe MDL2 Assets" --------- ...
by ukoenig
Sun Jun 23, 2019 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5504

Re: Font en columna de xBrowse

Why do you not want to use oDataFont?
That is the correct way.

WITH OBJECT oCol
:oDataFont := <yourfont>
END
by nageswaragunupudi
Thu Oct 04, 2018 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Font en columna de xBrowse [SOLUCIONADO]
Replies: 4
Views: 667

Font en columna de xBrowse [SOLUCIONADO]

Hola Gente
Se puede definir distintos Font, en distintas columnas de un xBrowse?
oDataFont no es lo que necesito
Necesito algo así:
Code: Select all  Expand view
  WITH OBJECT oBrw:MtoDeuda
      ...= FontEstaColumna
  END

gracias
by MarioG
Wed Oct 03, 2018 12:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Font en columna de xBrowse [SOLUCIONADO]
Replies: 4
Views: 667

Re: Rowset X cSeek

... := "Dia" oCol:oHeaderFont := oSistema():oFonte4 oCol:nHeadStrAlign := AL_CENTER oCol:bStrData := { || oOcorrencia:dia_ocorrencia } oCol:oDataFont := oSistema():oFonte3 oCol:nDataStrAlign := AL_CENTER oCol:cFooter := "Registros:" oCol:nFootStrAlign := AL_CENTER oCol:= oBrowse:AddCol() ...
by oliveiros junior
Thu Jan 04, 2018 10:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2062

To Nages : special chrs on xbrowse

http://www.eoeo.it/wp-content/uploads/2016/06/ccc.jpg why I cannot show the Wingdings characters on a xbrowse ? I tried with oBrw:odatafont := oFont I tried also with FOR i := 1 TO LEN(oBrowChars:aCols) oCol := oBrowChars:aCols[ i ] oCol:oDataFont:= CreateFontGrid(aArrayFont[nFontname]) ...
by Silvio.Falconi
Thu Jun 30, 2016 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : special chrs on xbrowse
Replies: 4
Views: 655

Re: PROBLEMA CON :oDataFont en XBROWSE FWH16.02

... "CUSTOMER" ;      COLUMNS "First", "City", "Salary" ;      CELL LINES NOBORDER   oBrw:aCols[ 1 ]:oDataFont := oBold   oBrw:CreateFromCode()   oWnd:oClient := oBrw   ACTIVATE WINDOW oWnd CENTERED   RELEASE FONT oFont,oBoldreturn nil  Build ...
by nageswaragunupudi
Fri Mar 04, 2016 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON :oDataFont en XBROWSE FWH16.02
Replies: 1
Views: 406

PROBLEMA CON :oDataFont en XBROWSE FWH16.02

En el xbrowse seteo la font de una columna DEFINE FONT oFont NAME 'ARIAL' SIZE 0,10 BOLD la uso como letra de la columna 1 oBrw:aCols[1]:oDataFont := oFont y pasa esto, las celdas se van pintando con la letra a medida que el cursor pasa por encima de ellas, no las muestra al inicio inicio ...
by rterraz
Fri Mar 04, 2016 8:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON :oDataFont en XBROWSE FWH16.02
Replies: 1
Views: 406

Re: A xBrowse-problem using public defined fonts ?

Cristobal,

Thank You very much.
it seems to be OK

as well it doesn' happen using

oCol:oDataFont := oSysfont1
oCol:oHeaderFont := oSysfont1

best regards
Uwe :D
by ukoenig
Fri Jan 15, 2016 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A xBrowse-problem using public defined fonts ?
Replies: 6
Views: 804

Re: Como controlar de no agregar elemento...SOLUCIONADOooo

Por otro lado una pregunta mas Francisco como puedo leer el valor de este oBrw1:aCols[n]:oDataFont := {|| IF( !EMPTY(oBrw1:aCols[2]:Value), IF( !substr(oBrw1:aCols[2]:Value,1,3) = " ", oFont, oWnd:oFont) ,) } ya que al final al llegar a la cuenta 2020-000-000-000 ...
by ACC69
Sun Apr 27, 2014 6:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como controlar de no agregar elemento...SOLUCIONADOooo
Replies: 24
Views: 5028

Re: Como controlar de no agregar elemento...SOLUCIONADOooo

Por otro lado una pregunta mas Francisco como puedo leer el valor de este oBrw1:aCols[n]:oDataFont := {|| IF( !EMPTY(oBrw1:aCols[2]:Value), IF( !substr(oBrw1:aCols[2]:Value,1,3) = " ", oFont, oWnd:oFont) ,) } ya que al final al llegar a la cuenta 2020-000-000-000 ...
by FranciscoA
Sun Apr 27, 2014 4:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como controlar de no agregar elemento...SOLUCIONADOooo
Replies: 24
Views: 5028
Next

Return to advanced search