Report with rotated fields

clorenzonclorenzon Member Posts: 6
Hy,
I'm developing a report (a label in this case) where an information (the price in my case) have to be printed vertically oriented and I do not know how to perform it...
could somebody be so kind to help me?
thanks in advance

Comments

  • ara3nara3n Member Posts: 9,257
    ok what you need to do is create multiple text boxes on top of each other in section area. set source expression to mytext[1], mytext[2]


    mytext is type text, not an array of text.


    in your code set
    onaftergetrecord

    mytext := format("unit price");

    that should do it.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • clorenzonclorenzon Member Posts: 6
    Hy,
    thanks for you answer that is not enuogh to solve my problem: I do not have to print the price in vertical like the example for $ 100:

    $
    1
    0
    0

    but i have to print $100 vertically rotated like if you are reading from the left side of label after having rotated it
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    Maybe you can use this one: NDI (Navision:Dynamic:Imaging) v1.03
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
  • ara3nara3n Member Posts: 9,257
    That is a good solution, :)
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.