Cyrillic in Nav2009 R2

James111James111 Member Posts: 63
Hi,

Please tell my, how use a Cyrillic font in NAV??,

I would like print a label from NAV in Cyrillic font,

James

Comments

  • ChinmoyChinmoy Member Posts: 359
    1. Install the Cyrillic (.ttf) font on widows
    2. Open the Report section, select the text box (which you want to print in Cyrillic font), open properties of the text box, in the Font property, type Cyrillic and save.
    3. Print the report to check.

    Chn
  • ppavukppavuk Member Posts: 334
    As an russian, I would say that it is real hassle to have cyrilics chars in database. Navision do not support unicode, so you do not have possibility to enter or even print cyr chars unless your local machine setting are not cyr. Only known solution - to store you data in blob, and use something like custom dll or .NET component to display/print it. BTW, cyrilic symbols are stored in oem866 inside nav db, so to send them to third-party dll you most likely need to convert them.
Sign In or Register to comment.