Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.86 DDEDataStyle Property

Description:

Indicates whether the data being transferred from the DDE server is text or binary.

Used in control(s):

DDE

Values (with constants):

10 - Text(POW-DDETEXT)
11 - Binary(POW-DDEBINARY)

If DDEFormat is "CF_TEXT" or "Excel:CSV" set the value to "10 - Text".

Default value:

10 - Text(POW-DDETEXT)

COBOL picture:

S9(4) COMP-5

OLE data type:

VT_I2

Design time access:

Set and reference.

Execution time access:

Set and reference.

Backward compatibility attribute:

POW-DDEDATASTYLEPIC S9(4) COMP-5