NAV_UnicodeValuesEditor
General purpose of this example - to solve NAV's (pseudo)multi-language problems.
Component allows to view, edit and store values in conflicting languages (such as Latvian and Russian in my case) without changing system (global) regional settings on workstation.
Additional (multi-language) fields are defined in XML template. This XML is stored as BLOB in NAV.
1. Import objects
2. Create new record
3. Import Template
4. Call the editor
5. "show value" option shows how to quickly retrieve value from stored XML.
http://www.mibuso.com/dlinfo.asp?FileID=857
Discuss this download here.
Comments
maybe I'm too stupid for your tool but I can not find out what this is doing.
It's possible that you solfe a big problem of mine.
I have a customer with ONE NAV SQL database for different countries.
Codepage is 1250 for Slovakia.
German is also OK - we can show the äöü e.g.
Now we should install a Spain company.
The problem are some special characters like n+tilde, the question mark-down and the exclamation mark-down.
What I have done: I have changed the Font "Helvetica" (for reports).
The characters shown in NAV if you press e.g. n+tilde in Spain keyboard layout is not uses in Slovakia (it would be n+acute). So I have replaced this character with n+tilde.
In this way I have done with all of this special Spain characters.
It's working fine.
But my problem is the Font "Tahoma" (for Forms).
I can not change this font in Windows as it is always in use (default font in Windows).
Can I solfe this problem with your tool?
Please give me a more detailed explanation.
Thanks!