ReportConversion
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ReportConversion
This data type contains values that specify how to handle linefeeds and carriage returns in report text.
- ReportConv_FromCRLF –(Value: 2) Convert carriage return/linefeed combinations to linefeeds. You usually use this option when reading a report from disk into memory.
- ReportConv_NoConversion –(Value: 0) Do not convert carriage returns and linefeeds.
- ReportConv_ToCRLF –(Value: 1) Convert each linefeed to a carriage return followed by a linefeed. You usually use this option when writing a report from memory to disk.