Applies To | |||
Product(s): | gINT Logs, gINT Professional, gINT Professional Plus | ||
Version(s): | N/A | ||
Environment: | N/A | ||
Area: | Report-Log | ||
Subarea: | |||
Original Author: | Kathleen Holcomb, Bentley Technical Support Group | ||
Users of a report sometimes need to release that report in draft form for review. Rather than add or remove the draft watermark in Report Design every time this status changes, you can set up a field in the Point table in Input that enables the report to be flagged as a draft. You also create a draft watermark text entity in the report design that only appears when the checkbox is checked for that borehole.
Select the Tables -> Add Field menu option. You see the Field Properties dialog box. Enter the following property values, then click OK:
Property | Value |
Name | Draft |
Type | Boolean |
Scroll all the way to the right, and place a check in the new field for the first borehole.
Select Tools -> Make Data Template and replace the existing template.
Go to REPORT DESIGN. Select the desired log form in the object selector.
Click the Text A icon to create a new text entity.
Enter the following values in the Main tab:
Property | Value | Comments |
Text Expression | Draft | |
Height | 1.5 | Text height in inches. |
Horz Align | Center | |
Vert Align | Middle | |
Angle | 50 | Rotates the text. |
Color | Very Light Grey | |
Bold | Check this option |
Click the Configuration tab. Enter the following property settings:
Property | Value | Comments |
Print Order | -1 | Prevents the text entity from obscuring other report elements. |
Output Condition | <<POINT.Draft>> | Only outputs the 'Draft' watermark for boreholes where the Draft checkmark is checked. |
Click OK, then place the entity with its alignment point at the approximate center of the form.
Go to OUTPUT and preview the report for all boreholes (Borehole ID is blank).
Page through the report using the object selector. Notice that all pages for the first borehole have the watermark, and none of the other boreholes have it. This is the behavior we want.
Close the preview.