 |
E-mail dynamic-content messages from within any section of a Crystal report via SMTP. A variety of options are supported including multiple recipients, CC Recipients, BCC recipients, and attachment files. These options can be specified by using the EmailSet() function call within a Crystal formula and by appending more elements or more text via follow-up EmailAdd() function calls before triggering the email via an EmailSend() function call.
|
 |
Append Content to Text Files
Note: this can be used to take snapshots of information each time the report runs (for example, via Visual CUT scheduled processing). Another Crystal report can then use the text file as a data source for information across multiple snapshots.
|
 |
Read Content of Text/RTF/HTML Files
Provide the file path & name as an argument to the FileGetText() function and get the file content as a string. You can use Crystal's formatting options to interpret the string as RTF or HTML. You can also use Crystal's string search and manipulation functions to lookup values inside the text file.
|
 |
Lookup & Set Values in *.ini files
|
 |
Execute SQL statements against any ODBC data source
|
 |
Lookup Values in the Registry
|
 |
Convert GMT/UTC to Local or Specified Time Zone
|
 |
Replace Accented Characters
|
 |
Convert hex strings to ascii
|
 |
Trigger Message/Input Boxes and Applications via Command Lines
|
 |
Trigger Report Processing by Visual CUT or DataLink Viewer
|
 |
Annotate (add comments to) Crystal reports
|
 |
Convert HTML content to RTF for better display
|
 |
Get the 'User Name' & 'PC Name' Running the Report
Note: this can be used to impose row-level security or to address data access tracking requirements such as those imposed by HIPAA.
|