Hih Folks -
One of customer has a item description as SS MAT 140 TERRY PRO 18 WHT 39 × 80 where x is a actual multiplication sign and not X from the keyboard. When I create a simple dataport and export the description it comes as "SS MAT 140 TERRY PRO 18 WHT 39 í 80" where x is substituted with strange character.
Is there any way to get the actual multiplication sign to show on notepad. I know that Alt+0215 on notepad will give me the multiplication sign but I am not sure how to program the Alt+0215 in NAV.
Any help is highly appreciated.
Thanks
RJ.
0
Answers
You could use the function NAV2Win in this codeunit to change the text value of your field before export with the dataport.
Regards
I tested the code before posted and works in my computer.
I write the symbol in a customer name:
Exported with a dataport without using the function:
Exported using the function:
And I get the right symbol:
Maybe is a issue with the code page of your computer that is not the same than mine.
Regards