PRB: In Filer, Can't Move to Higher Folder in Hierarchy

Last reviewed: June 4, 1996
Article ID: Q109238
The information in this article applies to:
  • Microsoft Visual FoxPro for Macintosh, version 3.0b
  • Microsoft FoxPro for Macintosh, version 2.5b

SYMPTOMS

Filer will not allow you to move to a higher level in the folder hierarchy.

CAUSE

A VOLUME command is set to the default folder, the contents of which are displayed in the Filer window.

RESOLUTION

  1. Switch to the Command window by pressing COMMAND+F2, and issue the following command:

          SET VOLUME <drive letter> TO
    

  2. Switch back to Filer. Attempt to move up to the folder in which FoxPro is contained. Note that you can still can't move to a folder above the current folder since Filer still thinks the volume label representing the current folder still exists.

  3. Move down to a subfolder, such as Wizards. This forces Filer to update the Directories popup. Open the Directories popup. You can now view all the folders above the current folder up to and including the root of the folder structure.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Issue the following commands in the Command window. Replace the path to the Microsoft FoxPro for Macintosh folder if necessary.

          SET VOLUME f TO fox:\foxpro
          SET DEFAULT TO fox:\foxpro
    

  2. Open Filer. The contents of the fox:\foxpro folder are displayed. Note that the volume displayed is "f:".

  3. Try to move to the root folder by clicking the Directory popup, or Folder popup in Visual FoxPro for Macintosh, in this case "fox:\". Note that you are unable to change folder levels.


Additional reference words: vFoxMac 3.00b FoxMac 2.50b ascend pop-up
KBCategory: kbprg kbprb
KBSubcategory:


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 4, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.