Changing the Format of Attachments
The Detailed choice in the Include list of the Notification Editor attaches a report to the notification message. This report includes most fields for an issue.
If you do not use Crystal Reports, attachments can be HTML files or text files. If you do use Crystal Reports, attachments are RTF files by default. You can change this to be PDF, text, or a number of other formats. See Viewing Reports for more information on using Crystal Reports for listing reports.
To change the format of a notification attachment:
1 Open the project definitions database.
2 In tblMailContents, change the nFormatType for the attachments. (Attachments have nType = 3 in tblMailContents).
nFormatType constants:
NoFormat |
0 |
Excel40 |
20 |
CrystalReport |
1 |
Excel50 |
21 |
DataInterchange |
2 |
Excel50Tabular |
22 |
RecordStyle |
3 |
ODBC |
23 |
RichText |
4 |
HTML32Standard |
24 |
Comma Separated Values |
5 |
Explorer32Extend |
25 |
TabSeparatedValues |
6 |
NetScape20 |
26 |
CharSeparated Values |
7 |
Excel70 |
27 |
Text |
8 |
Excel70Tabular |
28 |
TabSeparatedText |
9 |
Excel80 |
29 |
PaginatedText |
10 |
Excel80Tabular |
30 |
Lotus123WKS |
11 |
PortableDocFormat |
31 |
Lotus123WK1 |
12 |
HTML40 |
32 |
Lotus123WK3 |
13 |
CrystalReport70 |
33 |
WordForWindows |
14 |
ReportDefinition |
34 |
Excel21 |
18 |
ExactRichText |
35 |
Excel30 |
18 |
XML |
36 |
Related Topics