Print Method

Visual LANSA

Print Method

The Print method of the Word document is used to print it:

invoke method(#WordDoc.PrintOut)

 

If you are not using a component reference to the document, you can, for example, identify the document as the currently open document in the Word application:

invoke method(#WordApp.ActiveDocument.PrintOut)

 

Ý 7.2.4 Example of Integrating Microsoft Word