Página 1 de 1

Browse Header

Publicado: Mar Jun 11, 2013 9:02 am
por Ingo JH
Hi Xailers,
how to change the size of the Browse headerfont?
TiA
Ingo

Browse Header

Publicado: Mar Jun 11, 2013 11:11 am
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,

Browse Header

Publicado: Mar Jun 11, 2013 12:24 pm
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

Browse Header

Publicado: Mié Jun 12, 2013 9:04 pm
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,

Browse Header

Publicado: Jue Jun 13, 2013 6:15 am
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