UXFCommaTabSeparatedOptions

UXFCommaTabSeparatedOptions contains number and date information used by PEEnableEventInfo, when you want to export in a Comma-separated or Tab-separated format and hard code number and/or date options.

C Syntax
struct UXFCommaTabSeparatedOptions {
    WORD StructSize;
    BOOL useReportNumberFormat;
    BOOL useReportDateFormat;
};
Members

structSize

Specifies the size of the UXFCommaTabSeparatedOptions structure. You must initialize this member to be the size of whatever it is, for example, options.structSize = UXFCommaTabSeparatedOptionsSize.

useReport
NumberFormat

Indicates whether or not the program should save numbers in the same format (decimal places, negatives, etc.) that you have used in the report. Pass TRUE if you want the program to use the same format used in the report, FALSE if you want the number saved in a format that has been optimized for the file format you have selected.

useReportDate
Format

Indicates whether or not the program should save dates in the same format (MDY, DMY, etc.) that you used in the report. Pass TRUE if you want the program to use the same format as used in the report, FALSE if you want dates saved in a format that has been optimized for the file format you have selected.

Delphi Record Listing
type
    UXFCommaTabSeparatedOptions = record
        structSize: Word;
        useReportNumberFormat: Bool;
        useReportDateFormat: Bool;
    end;


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com