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.
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.
Two line browse column headers ???
-
- Mensajes: 384
- Registrado: Mar May 01, 2007 5:49 pm
Two line browse column headers ???
I'm sure I have seen a post on how to do this but I cant find it.
Is there a trick to get two lines of text in a browse column header please?
Thanks
Chris
Is there a trick to get two lines of text in a browse column header please?
Thanks
Chris
-
- Mensajes: 126
- Registrado: Lun Mar 29, 2010 10:24 am
Two line browse column headers ???
Use the 'rn' in the :cHeader
For Example: RATESrnPRICE
Or click the yellow arrow to expand multi-line possibility.
Also modify (if necessary) the nHeaderHeight in TBrowse
For Example: RATESrnPRICE
Or click the yellow arrow to expand multi-line possibility.
Also modify (if necessary) the nHeaderHeight in TBrowse
-
- Mensajes: 384
- Registrado: Mar May 01, 2007 5:49 pm
Two line browse column headers ???
Hi Martin,
Thanks for the tip on this ... rn and adjust nheaderHeight works.
Not seeing the 'yellow arrow'? ..... did see a yellow bar when clicking at
the bottom of the header but didnt see what that did.
But 2 line headers now working well.
Thank you very much
Chris
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> wrote in message
news:4e12e825$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Use the 'rn' in the :cHeader
>
> For Example: RATESrnPRICE
>
> Or click the yellow arrow to expand multi-line possibility.
>
> Also modify (if necessary) the nHeaderHeight in TBrowse
Thanks for the tip on this ... rn and adjust nheaderHeight works.
Not seeing the 'yellow arrow'? ..... did see a yellow bar when clicking at
the bottom of the header but didnt see what that did.
But 2 line headers now working well.
Thank you very much
Chris
"Maarten Roos" <m[dot]roos[at]ecem[dot]com> wrote in message
news:4e12e825$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> Use the 'rn' in the :cHeader
>
> For Example: RATESrnPRICE
>
> Or click the yellow arrow to expand multi-line possibility.
>
> Also modify (if necessary) the nHeaderHeight in TBrowse
Two line browse column headers ???
I put two line in header, but I can't resize height of header, How I can resize height of browse header?
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Two line browse column headers ???
Srdjan escribió el vie, 24 enero 2014 06:32I put two line in header, but I can't resize height of header, How I can resize height of browse header?
TBrowse:nHeaderHeight
Regards,
TBrowse:nHeaderHeight
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Two line browse column headers ???
How I can centered only text in header not column
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Two line browse column headers ???
Srdjan escribió el vie, 24 enero 2014 22:26How I can centered only text in header not column
TBrwColumn:nAlignment
Regards,
TBrwColumn:nAlignment
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Two line browse column headers ???
If I put
TBrwColumn:nAlignment := taCENTER
program cenetered header and values in this column but I want centered header but not values in column (I want number values aligment taRIGHT)
TBrwColumn:nAlignment := taCENTER
program cenetered header and values in this column but I want centered header but not values in column (I want number values aligment taRIGHT)
- ignacio
- Site Admin
- Mensajes: 9440
- Registrado: Lun Abr 06, 2015 8:00 pm
- Ubicación: Madrid, Spain
- Contactar:
Two line browse column headers ???
Srdjan escribió el Sun, 26 January 2014 08:16If I put
TBrwColumn:nAlignment := taCENTER
program cenetered header and values in this column but I want centered header but not values in column (I want number values aligment taRIGHT)
Hello,
We are specially proud of our documentation. I encourage to have a look at it. Thanks.
BTW, even from the object inspector on the IDE you can see all this property possibilities.
Regards,
Attached files
TBrwColumn:nAlignment := taCENTER
program cenetered header and values in this column but I want centered header but not values in column (I want number values aligment taRIGHT)
Hello,
We are specially proud of our documentation. I encourage to have a look at it. Thanks.
BTW, even from the object inspector on the IDE you can see all this property possibilities.
Regards,
Attached files
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Two line browse column headers ???
That is good! Thank you