Skip to main content

Problem:

Calling Microsoft Word from Object COBOL

Resolution:

INTRODUCTION

==========

Demonstrates how to invoke Microsoft Word from a COBOL program.

SOURCE FILES:

==========

Program Files     Description

----------------     -----------------------------------------------------------

ooword.cbl         COBOL program that invokes MicroSoft WORD.

REQUIREMENTS:

==========

Microsoft Word.

OPERATION:

========

Rebuild program. All of the necessary directives are located at the top of the program. Start animating and step through the program. Microsoft Word is invoked when you execute the statement 'invoke theWord "setVisible" using by value 1' and appears in the background.

==========================================================

Keywords: demonstration, sample, example, demo, ooword.zip

demo.ex

demo.me

demo.ne

Attachments:

ooword.zip

Old KB# 4013