BUG: HEADING Clause on the REPORT FORM Does Not Align ProperlyLast reviewed: May 6, 1997Article ID: Q114865 |
The information in this article applies to:
SYMPTOMSThe text specified with the HEADING <expC> clause on the REPORT FORM command does not align properly with the Page Header or Title band of a quick report. The HEADING text is printed or displayed in page preview, but it will be printed over the column headings.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
WORKAROUNDThe misalignment occurs only when a quick report is printed with the HEADING clause.
FoxPro 2.xUse the following workaround if you are seeing this behavior while using the RQBE tool:
Steps to Reproduce ProblemTo reproduce this problem, issue the following code in the Command window:
CREATE REPORT test.frx FROM C:\FoxProW\Tutorial\Salesman ; WIDTH 637 COLUMN USE C:\FoxProW\Tutorial\Salesman REPORT FORM test.frx HEADING "This is a test" PREVIEWNOTE: This example assumes that the SALESMAN database resides in the FOXPROW\TUTORIAL subdirectory on drive C. If this subdirectory does not exists on your C drive, change the pathname and use any database in your FoxPro directory.
|
Additional query words: RQBE crosstab
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |