tamaño de fuente en xbrowse
-
- Posts: 132
- Joined: Sun Oct 23, 2005 4:09 pm
- Location: Pánuco,Ver. México
tamaño de fuente en xbrowse
Hola a todos no me había topado con la necesidad de aumentar el tamaño de letra en xbrowse. ¿alguien sabe como?...gracias
-
- Posts: 179
- Joined: Sun Jan 31, 2010 3:30 pm
- Location: Bucaramanga - Colombia
Re: tamaño de fuente en xbrowse
DEFINE FONT oFont NAME "Arial Narrow" SIZE 5, 18
.....
WITH OBJECT ( oBrwFW2 := TXBrowse():New( oPanBrw ) )
*...
WITH OBJECT (oCol := oBrwFW2:AddCol())
:oDataFont := oFont
.....
WITH OBJECT ( oBrwFW2 := TXBrowse():New( oPanBrw ) )
*...
WITH OBJECT (oCol := oBrwFW2:AddCol())
:oDataFont := oFont
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: tamaño de fuente en xbrowse
At runtime of xbrowse, the user can increase or decrease the font size by pressing CTRL+ or CTRL-. ( + and - on the num key pad). This works the same way as we press Ctrl+ or Ctrl- when we view web pages.
Programatically, we can increase or decrease the font size by calling oBrw:FontSize( +n ) or oBrw:FontSize( -n )
Programatically, we can increase or decrease the font size by calling oBrw:FontSize( +n ) or oBrw:FontSize( -n )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: tamaño de fuente en xbrowse
Hi Nages:
... and what happened if I want to increase only the font size on the line rowsel ... .or. just converter it to boolean or italic by example ... I can ?
Regards
Julio César Gómez Cortéz
Godryc Experiencias
Lima Perú
... and what happened if I want to increase only the font size on the line rowsel ... .or. just converter it to boolean or italic by example ... I can ?
Regards
Julio César Gómez Cortéz
Godryc Experiencias
Lima Perú
- joseluisysturiz
- Posts: 2024
- Joined: Fri Jan 06, 2006 9:28 pm
- Location: Guatire - Caracas - Venezuela
- Contact:
Re: tamaño de fuente en xbrowse
Mr NAO, I tried this function to increase font size with CTRL + and if it does but the logical field column where I have a setcheck the value of .t appears now. or .f. next to the check image, I am using a DBF ... greetings, thanks.nageswaragunupudi wrote:At runtime of xbrowse, the user can increase or decrease the font size by pressing CTRL+ or CTRL-. ( + and - on the num key pad). This works the same way as we press Ctrl+ or Ctrl- when we view web pages.
Programatically, we can increase or decrease the font size by calling oBrw:FontSize( +n ) or oBrw:FontSize( -n )
Mr NAO, he probado esta funcion de aumentar tamaño de letra con CTRL + y si lo hace pero la columna de campo logico donde tengo un setcheck aparece ahora el valor .t. o .f. al lado de la imagen de check, estoy usando una DBF...saludos, gracias.
Dios no está muerto...
Gracias a mi Dios ante todo!
Gracias a mi Dios ante todo!
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
Re: tamaño de fuente en xbrowse
Mr Jose
I understand the problem. Seems we need to fix this. I'll get back to you asap.
I understand the problem. Seems we need to fix this. I'll get back to you asap.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India