Report Vertical Alignment

SilvaSilva Member Posts: 281
Hi All,

Is there a way, to make the text in a report VERTICAL way.
ex. the discription of an Item, i want to display in a vertical way?

I Hope for any suggestion. Thank you very. :D

Comments

  • NaviDevNaviDev Member Posts: 365
    Do you mean just like this one?

    S
    Y
    D
    N
    E
    Y

    Take a look on this topic http://www.mibuso.com/forum/viewtopic.php?t=21606&highlight=vertical+label :mrgreen:
    Navision noob....
  • Revolution1210Revolution1210 Member Posts: 161
    Silva wrote:
    Hi All,

    Is there a way, to make the text in a report VERTICAL way.
    ex. the discription of an Item, i want to display in a vertical way?

    I Hope for any suggestion. Thank you very. :D

    It can't be done easily as standard.

    As mentioned, you could have an Integer data item which loops through the x number of characters in your string and displays a letter at a time on each itteration.

    Pasting new line characters into a multi line text box sort of works, but it displays the specials characters as well!

    For minimal hastle, an image is probably the way to go.
    Ian

    www.NextEqualZero.com
    A technical eye on Dynamics NAV
  • Revolution1210Revolution1210 Member Posts: 161
    ..wait a minute, I can never resist a challenge :D There is another way to do it...

    Create a new label

    Set MultiLine property to Yes

    Set the width of label so that it is just wide enough to display just over one character - in my test I set it to a width of 230 with the default font of Helvetica 7

    Enter you text in the Caption field, folowing each character with a space e.g. M I B U S O

    See images...

    Image1
    Image2
    Ian

    www.NextEqualZero.com
    A technical eye on Dynamics NAV
  • BeliasBelias Member Posts: 2,998
    did you try to write 'iiiii' and then 'mmmmm'?
    doesn't it cause issues like these below? (i don't know, just a question)
    ii
    ii
    i

    m
    m
    m
    m
    m
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • NaviDevNaviDev Member Posts: 365
    Belias wrote:
    did you try to write 'iiiii' and then 'mmmmm'?
    doesn't it cause issues like these below? (i don't know, just a question)
    ii
    ii
    i

    m
    m
    m
    m
    m

    actually the multiline is base in the length of your label.
    Navision noob....
  • BeliasBelias Member Posts: 2,998
    It does NOT work...i tried to do it and i got the issue I wrote before...
    if the width is too much you got
    ii
    ii

    and if the width is too low you got
    i
    i

    but 'm' chars are not displayed...
    :mrgreen:
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • ebsoftebsoft Member Posts: 81
    Just set the font character to "Courier New" so the width of letter "i" is the same of letter "m"!!!
    Regards,
    Federico

    MBS Specialist since NAV 2.0
    My experiences on Linkedin
  • SilvaSilva Member Posts: 281
    But guy's

    I mean Vertical...

    Not this
    M
    I
    B
    U
    S
    O


    but I have An idea got from you. I think the I can use the BITMAP., I will make a btmap that is vertical(e.g Item description) then I will show it in my reports. :D ...Thks you very much..i giving me an idea... :D
  • Revolution1210Revolution1210 Member Posts: 161
    Belias wrote:
    It does NOT work...i tried to do it and i got the issue I wrote before...
    if the width is too much you got
    ii
    ii

    and if the width is too low you got
    i
    i

    but 'm' chars are not displayed...
    :mrgreen:

    It does work - see my screen shots :D
    Ian

    www.NextEqualZero.com
    A technical eye on Dynamics NAV
  • Revolution1210Revolution1210 Member Posts: 161
    Silva wrote:
    But guy's

    I mean Vertical...

    Not this
    M
    I
    B
    U
    S
    O


    but I have An idea got from you. I think the I can use the BITMAP., I will make a btmap that is vertical(e.g Item description) then I will show it in my reports. :D ...Thks you very much..i giving me an idea... :D

    Think i know what you mean... ..you want the text transformed 90° counter clockwise... ..yes you will have to use an image.
    Ian

    www.NextEqualZero.com
    A technical eye on Dynamics NAV
  • BeliasBelias Member Posts: 2,998
    I can't see your screenshots...but I try to do a report like you say...I got the issue! O:)
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
Sign In or Register to comment.