FIX: GETFILE() Does Not Display Any Files

Last reviewed: October 14, 1997
Article ID: Q109485
2.50b MACINTOSH kbprg kbfixlist kbbuglist

The information in this article applies to:

  • Microsoft FoxPro for Macintosh, version 2.5b

SYMPTOMS

When you are using the function GETFILE() in FoxPro for Macintosh, if <expC1> is null and <expC4> is not used, no files will be displayed. This is not the proper behavior, according to the online Help file.

RESOLUTION

To work around this problem, do ONE of the following:

  • Select the All Files check box in the GETFILE() dialog box.

    -or-

  • Change the command to read:

          ? GETFILE( "", "Get a file:", "Button", 0, "" )
    

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in FoxPro 2.6a for Macintosh.

MORE INFORMATION

When run in FoxPro version 2.5b for Windows, the GETFILE() function displays all the files in the directory.


Additional reference words: FoxMac 2.50b buglist2.50b
KBCategory: kbprg kbfixlist kbbuglist
KBSubcategory:
Keywords : kbbuglist kbfixlist kbprg
Version : 2.50b
Platform : MACINTOSH
Solution Type : kbfix


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: October 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.