PRB: "Record out of Range" Error When Modifying ReportID: Q105009 2.5x 2.6x WINDOWS
The information in this article applies to:
SYMPTOMSWhen the MODIFY REPORT command is issued in a compact executable file and the report to be modified is an MS-DOS-style report, one the following error messages occur:
RESOLUTIONUnder FoxPro 2.x for Window, resolve this problem by runing the transporter on the report before modifying the report. For example, insert the following line in the program shown below in the "More Information" section as the first line of code:
This line causes the transporter program, TRANSPRT.PRG, to be called
prior to modification of the report.
Save the program, rebuild the executable, and rerun the .EXE file. The Transport dialog box appears, the report is transported, and the Report Writer is launched with the transported report. Note that the transporter program is included in the project and thus built into your application. NOTE: Under Visual FoxPro for Windows, open the report files by choosing Open from the File menu. This automatically calls the converter utility.
MORE INFORMATION
Steps to Reproduce Behavior1. In FoxPro for MS-DOS, create a quick report. Save the report as 2. Open FoxPro for Windows.
3. Create a new project and add to the project a program that contains 4. Save the project and build an executable file.
5. Run the executable file from Program Manager or File Manager. The Additional reference words: XPlatForm VFoxWin FoxWin 2.50 2.50a 2.50b 2.60
2.60a 3.00 errmsg err msg
KBSubcategory: FxtoolTransprt
|
Last Reviewed: May 22, 1998 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |