UXFRecordStyleOptions

UXFRecordStyleOptions contains number and date information used by PEEnableEventInfo, when you want to export in a Record style (columns of values) format and hard code number and/or date options.

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

structSize

Specifies the size of the UXFRecordStyleOptions structure. Initialize this member to UXFRecordStyleOptionsSize.

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


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