The FileType_FillList() function fills a list box with the available file types that the Report Writer can export to.
FileType_FillList(list_field)
• 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.
A boolean. The value true indicates the file types were added to the list, while false indicates they were not.
The following file types will be added to the list box:
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 |
|