The information in this article applies to:
SUMMARYOften it is necessary to change the page length of a report dynamically, without editing the report in the Report Writer. You can do this programmatically, as demonstrated below. MORE INFORMATIONThe .FRX (report) file is a database file that can be modified. The page length is stored in the HEIGHT field of this database in the record where the report information is stored. This record can be found by searching for OBJTYPE = 1. For example:
If the report is included in an .EXE or .APP file, it will be read-only. To
modify the report, you must copy it to disk first. For example:
NOTE: Do not place the TEST.FRX file in the project. If you do, it will
cause the error message "Test.frx could not be found" and you will then be
given the option to locate the file. In this case, you must choose the
Ignore button in order to proceed without further errors.
Additional query words: FoxDos 2.00r
|
|
Last Reviewed: August 20, 1999 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |