|
Printing data selection criteria on a report or title page
|
|
Data filters used to select information for a report may be printed on a report cover page or in the heading of each page of the report.
While editing a repoprt in Focus Reports Developer:
1. On the menu, click Report | Title to open a new Title band on the visual designer.
2. Right click the Title band and select New Page. This will separate the title page information from the body of the report if desired.
3. Place a Memo field in the title band and be certain the field is named Memo1.
4. Click the Calc tab to display the Calc workspace.
5. In the Report Objects list on the left of the window, right-click and select Events from the context menu.
6. Click the Header branch in the report tree.
7. Click the RAP code entry area in the bottom left of the window. On the blank line between the begin and end lines, enter this code: Report.GetAutoSearchDescriptionLines(Memo1.Lines);
|
|
|
|
|
|
|
|
|
|
|
|