Skip to main content

Passing Data to a property defined as a double in an Active X control.

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Passing Data to a property defined as a double in an Active X control.

Within a charting ActiveX control it exposes a property thats is documented to be of type double.

What parameter type should be passed across from COBOL ?

Resolution:

The equivalent COBOL type to a double is a COMP-2 floating point variable.

Old KB# 1438