Hi All

kirankumarkirankumar Member Posts: 29
Can anybody give me the Idea How to write Vertical text on a Report
Hi

Comments

  • garakgarak Member Posts: 3,263
    Please make your post in the right "sub-Forum".
    Which application you are use :?: axapta, nav, GP, CRM or which :?:

    Juhu, my 500th, post \:D/

    Regards
    Do you make it right, it works too!
  • tinoruijstinoruijs Member Posts: 1,226
    garak wrote:
    Juhu, my 500th, post \:D/

    Regards

    Congratulations!
    You're half way to the millinium-post! :wink:

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • garakgarak Member Posts: 3,263
    If you use NAV than the textbox or Label must have the Property MultiLine = YES. To write Vertical in Label, u must use the '\' for example Caption = V\E\R\T\I\K\A\L.

    To write vertical in an textbox do the same with the variable in property SourceExpr. The Variable in SourceExpr must have the following syntax: TxtVarInSourceExpr := 'V\' + 'E\' + 'R\' + 'T\' + 'I\' + 'K\' +'A\' + 'L\';

    And please, before posting read the "C/Side Development" Manuals. You can download this on partnersource

    Best Regards
    Do you make it right, it works too!
  • kirankumarkirankumar Member Posts: 29
    Hi

    If I have to Print the Variable then How can i declare with textbox as with '\' in each Character as you have Specified means i have moved the value in to Variable and the Source expression is as Variable name. Is it Possible to Rotate the text Value by 90degrees Vertical in Navision.

    Thanks & Regards
    Kiran
    Hi
  • AdministratorAdministrator Member, Moderator, Administrator Posts: 2,499
    [Topic moved from Navision Tips & Tricks to Navision forum]
    @kirankumar: Please change your topic title to something more meaningful!
  • kinekine Member Posts: 12,562
    kirankumar wrote:
    Hi

    If I have to Print the Variable then How can i declare with textbox as with '\' in each Character as you have Specified means i have moved the value in to Variable and the Source expression is as Variable name. Is it Possible to Rotate the text Value by 90degrees Vertical in Navision.

    Thanks & Regards
    Kiran

    No, there is no such a property/functionality to automatically rotate the printed text/value in NAV.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • garakgarak Member Posts: 3,263
    no, there is no function for this. Navision is not MS Word ;-)
    The only solution is my post (or you write an *.bmp and import this in a blob and show than the blob. But this way .... ](*,) )

    Regards
    Do you make it right, it works too!
Sign In or Register to comment.