UXFCharSeparatedOptions

UXFCharSeparatedOptions contains number and date information used by the PEEnableEventInfo, structure when you want to export in a Character Separated format and hard code number and/or date options.

C Syntax
struct UXFCharSeparatedOptions {
    WORD StructSize;
    BOOL useReportNumberFormat;
    BOOL useReportDateFormat;
    char stringDelimiter;
    char FAR *fieldDelimiter;
};
Members

structSize

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

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.

stringDelimiter

Specifies the character you want to use to enclose alphanumeric field data in the character separated values format. You can use whatever character you wish, and it must be enclosed in quotes.

fieldDelimiter

Specifies a pointer to the string you want to use to separate the fields in the character separated values format. Your string may be up to 16 characters long and must be enclosed in quotes.

Delphi Record Listing
type
    UXFCharSeparatedOptions = record
        structSize: Word;
        useReportNumberFormat: Bool;
        useReportDateFormat: Bool;
        stringDelimiter: Char;
        fieldDelimiter: PChar;
    end;


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