In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Browse Header

Xailer professional forum in English
Responder
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

Browse Header

Mensaje por Ingo JH »

Hi Xailers,
how to change the size of the Browse headerfont?
TiA
Ingo
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9440
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Browse Header

Mensaje por ignacio »

Ingo JH escribió el mar, 11 junio 2013 09:02Hi Xailers,
how to change the size of the Browse headerfont?
TiA
Ingo
Hello,
Right now is not possible. Please give me some time to study it.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Ingo JH
Mensajes: 358
Registrado: Lun Dic 10, 2007 5:10 pm

Browse Header

Mensaje por Ingo JH »

Ignacio,
take time as you need. It's only a very little problem for me.
I'm sure you will get a good idea at it ;)
Regards
Ingo
"Ignacio Ortiz de Zúñiga" <nonametoavoidspam@xailer.com> schrieb im
Newsbeitrag news:51b6e9cb$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Ingo JH escribió el mar, 11 junio 2013 09:02
>> Hi Xailers,
>>
>> how to change the size of the Browse headerfont?
>>
>> TiA
>>
>> Ingo
>
>
> Hello,
> Right now is not possible. Please give me some time to study
> it.
> Regards,
> --
> Ignacio Ortiz de Zúñiga
> [Equipo de Xailer/Xailer team]
> http://www.xailer.com
> http://www.xailer.info
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9440
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Browse Header

Mensaje por ignacio »

Try with something like this:
METHOD FormInitialize( oSender ) CLASS TForm1
LOCAL oFont := TFont():Create( "MS Sans Serif", 12, 0, 400 )
::oDBBrowse1:oHeader:SetFont( oFont )
RETURN Nil
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
mandantwin
Mensajes: 11
Registrado: Dom Jul 04, 2010 7:12 am

Browse Header

Mensaje por mandantwin »

Ignacio,
it works
....
::oDBBrowse1:oHeader:SetFont( oFont )
::oDBBrowse1:oHeader:Refresh()
Thank you for your help.
Regards
Ingo
"Ignacio Ortiz de Zúñiga" schrieb im Newsbeitrag
news:51b8c625$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
Try with something like this:
METHOD FormInitialize( oSender ) CLASS TForm1
LOCAL oFont := TFont():Create( "MS Sans Serif", 12, 0,
400 )
::oDBBrowse1:oHeader:SetFont( oFont )
RETURN Nil
Regards,
--
Ignacio Ortiz de Zúñiga
[Equipo de Xailer/Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder