How to display special character ® in navision

stupiddogstupiddog Member Posts: 3
It fails to display special character ® correctly in navision. Is there any solution?

Thank you in advance.

Comments

  • kinekine Member Posts: 12,562
    Nav is not unicode, it means it can display only basic ASCII characters - it depends on the codepage which characters are there. But I do not know how it works in China...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • stupiddogstupiddog Member Posts: 3
    I just found a workround for this issue:
    1 create a lable control with caption R
    2 create a Shape control with Property ShapeStype = Oval
    3 bind the two controls to form the special character ®


    It is a little bit boring to position controls in Nav, is there any better solution?
    Any advice is really appreciated : )
  • IHateLinuxIHateLinux Member Posts: 223
    Hi,

    sorry, I have currently no NAV environment at hand, but try to enter the text through the keycode which means:
    Press the ALT key, hold it down and enter the numbers 0174 on the num pad (important if you use a laptop - then you have to use the num pad replacement (function keys) of your laptop).

    (ALT+0174)

    HTH,
    Rainer
  • magie61magie61 Member Posts: 4
    How cool! I didn't know that before.
    Thanks Rainer :D
    Have a nice day
    Marion
Sign In or Register to comment.