Skip to main content

Problem:

How to initialize COM properties when COBOL COM is instantiated.

Resolution:

Release: 3.1   -  How to initialize COM properties when COBOL COM is instantiated.

You can't do this automatically.  However, what you could do is create an initailize instance method and have the client call that, or have the instance variables as OLE properties and have the client set them.

Old KB# 6805