Top
PowerCOBOL V11.0 Reference
FUJITSU Software

4.118 FileType Property

Description:

Indicates the type of file that contains the data to display in the list box part of the ComboBox control.

Used in control(s):

ComboBox

Values (with constants):

0 - Standard Text File(POW-FILETYPE-NORECORD)

1 - CSV (Comma-Separated Value) Format(POW-FILETYPE-CSV)

2 - Fixed Length Format (POW-FILETYPE-FIXEDLENGTH)

For types 1 and 2, you can also specify which field should be used within the record using the CurFieldNo property.

See the ComboBox control for more details on the file types.

Default value:

1 - CSV (Comma-Separated Value) Format(POW-FILETYPE-CSV)

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:

None.