| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
#1
|
|||
|
|||
|
Vertical Text Alignment?
Hello -
This has to be very simple, but I'm not finding any mention (Crystal help or otherwise) of how to vertically align text within a field. Horizontally, yes, but not vertically. My goal is to bottom-align text within a multi-line field. Does anyone know how I might accomplish this? TIA. Brad |
|
#2
|
|||
|
|||
|
Re: Vertical Text Alignment?
I have been struggling with this as well. Is it really not possible? Even a workaround? I have been thinking that HTML text might work...
AS |
|
#3
|
|||
|
|||
|
Re: Vertical Text Alignment?
Hi All,
Closest I have got with this is the crcenteredvertically alignment constant (CR XI) but still no definitive answer... Can anyone else help? TIA, HywelC |
|
#4
|
|||
|
|||
|
Re: Vertical Text Alignment?
try these constants
crTopAligned - Align to the top. crBottomAligned - Align to the bottom. crCenteredVertically -Center vertically. |
|
#5
|
|||
|
|||
|
Re: Vertical Text Alignment?
or post some sample data with the format you want
__________________
Madhivanan Failing to plan is Planning to fail |
|
#6
|
|||
|
|||
|
Re: Vertical Text Alignment?
Where would those constants be applied and what would you set equal to them? I've tried the formula editor in the format field and have not had success.
Thanks. |
|
#7
|
|||
|
|||
|
Re: Vertical Text Alignment?
Probably this can help for vertical text alignment:
right click on the field -> format field -> Common. On the very bottom of the "Object format" section, set 90 (or 270) degrees for the "Text Rotation" |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|