PRB: Cannot Find Transport Program (93620)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q93620 SYMPTOMS
An attempt to open a label, screen, or report fails and FoxPro displays one
of the following messages on the screen:
In FoxPro 2.x for Windows:
Cannot find the transport program
File \TRANSPRT.PRG not found
In Visual FoxPro for Windows:
File 'convert.app' does not exist.
CAUSE
A file created on one FoxPro platform or prior version has been transported
to another or Visual FoxPro for Windows, and FoxPro cannot locate the
conversion utility.
RESOLUTION
To solve the problem, do the following:
- Make sure that the conversion utility is installed on your machine.
- If the conversion utility is installed in a directory other then the
main FoxPro directory or has a name other than TRANSPRT.PRG (FoxPro 2.x)
or CONVERT.APP (Visual FoxPro for Windows), specify the path to the
conversion utility in the _TRANSPORT (FoxPro 2.x) or _CONVERTER (Visual
FoxPro for Windows) system variable in the FoxPro configuration file
(CONFIG.FP for FoxPro for MS-DOS or CONFIG.FPW for FoxPro for Windows).
For example, one of the following:
_TRANSPORT="C:\FOXPROW\TEST\TRANSPRT.FXP" && FoxPro 2.x
-or-
_CONVERTER="C:\VFP\CONVERT.APP" && Visual FoxPro
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | kberrmsg KB93620 kbAudDeveloper |
---|
|