UXFDIFOptions

UXFDIFOptions contains number and date information used by PEEnableEventInfo, when you want to export in a DIF format (Data Interchange Format) and hard code number and/or date options.

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

structSize

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

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.

useReport
DateFormat

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
    UXFDIFOptions = record
        structSize: Word;
        useReportNumberFormat: Bool;
        useReportDateFormat: Bool;
    end;


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