How to Print a WORD DOCUMENT in Navision

Hi, Frodio! Nope, I tried that also: both full version and simple version. None of them works on my machine. There could be something wrong with the word application on my machine. Anyway, I tried this piece of codes and it worked: Nomin.GET(“Entry No.”); IF Nomin.“Doc. Specification Source” <> ‘’ THEN BEGIN CLEAR(MSWordApp); CREATE(MSWordApp,TRUE); MSWordApp.Documents.Open(Nomin.“Doc. Specification Source”); MSWordApp.PrintOut; END; Do you have any idea why it works? The strange thing about this piece of codes is that while printing, it will give me the printer icon, and when you clicked on it, you couldn’t see the name of the file that you are printing. Finally, the word document got printed. I just don’t understand it at all. Something obviously isn’t working right.