FileType_FillList()

Examples


The FileType_FillList() function fills a list box with the available file types that the Report Writer can export to.

Syntax

FileType_FillList(list_field)

Parameters

list_field – A list box that will contain the available file types. The item data for each item contains the file type value for that item.

Return value

A boolean. The value true indicates the file types were added to the list, while false indicates they were not.

Comments

The following file types will be added to the list box:

[spacer]

File type

Comments

Text file

 

Tab-delimited file

 

Comma-delimited file

 

HTML file

 

PDF file

Added only if PDF output is available.

XML Data file

 



Documentation Feedback