|
|
|
|
|
Author:
|
ptaylor
|
|
Views:
|
1895
|
|
|
Custom Text in a Crystal Report
|
|
|
A Crystal Report shows all the data from a criteria and allows you to print or save the report
But if you look at the report a few weeks later, you will not know what criteria was used to generate the report, making the data worthless.
This is how to show custom text in a Crystal Report (i.e. Report Date not Printed Date)
|
|
|
|
|
rpt.DataDefinition.FormulaFields("strReportDate").Text = "'" & Format(ReportDate, "dd/MM/yyyy") & "'"
|
|
|
|
|
|
Date Added:
16/06/2008 16:15:14
|
|
|
|
|
|
|
Your Details: Not Logged In
Join Date: N/A
Last Logon: N/A
Code Snippets: N/A
Code Comments:
Forum Posts: N/A
Forum Subjects: N/A
Site Wide
Code Snippets: 32
Code Comments:
Forum Posts: 52
Forum Subjects: 24
|
|
|
|
|
|
|
|
|
|
|