BUG: Running Macintosh Project in Windows Causes Error
Article ID: 109484
Article Last Modified on 10/15/2003
APPLIES TO
- Microsoft Visual FoxPro 3.0b for Macintosh
- Microsoft FoxPro 2.5b for Macintosh
This article was previously published under Q109484
SYMPTOMS
When you are modifying a FoxPro for Macintosh project in FoxPro for
Windows, you receive the following error:
Invalid path or filename
CAUSE
The above error message may be caused by including a File type object in
the project.
RESOLUTION
To solve this problem, do ONE of the following:
- Before adding any File type objects to a project on the Macintosh, type
the following in the Command window (replace "Macintosh HD:" with the
drive name that contains the File object):
SET VOLUME C TO "Macintosh HD:"
This command creates a record entry in the .PJX file that points to a
path that conforms to the MS-DOS path conventions.
-or-
- If you have already created a project, modify the project by typing USE
<project name>.PJX, and then change the
hard disk name in the Name memo field for each record that has a
lowercase "x" as its object type so that the hard disk name follows the
MS-DOS path conventions.
STATUS
Microsoft has confirmed this to be a problem in FoxPro version 2.5b for
Macintosh. We are researching this problem and will post new information
here in the Microsoft Knowledge Base as it becomes available.
Additional query words: vFoxMac FoxMac buglist2.50b errmsg err msg
Keywords: KB109484