DOCUMENT:Q138961 11-FEB-2000 [foxpro] TITLE :BUG: Only One File Extension Honored in Parameter of GETFILE() PRODUCT :Microsoft FoxPro PROD/VER:WINDOWS:3.0,3.0b OPER/SYS: KEYWORDS:kbbuglist ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b ------------------------------------------------------------------------------- SYMPTOMS ======== If you pass more than one file extension to the first parameter of GETFILE(), only the first file extension in the list is honored. Therefore, only files that have an extension matching the first extension in your list are exposed in the dialog box. STATUS ====== Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION ================ According to the Help file topic for GETFILE(), the first parameter (cFileExtensions) can contain a list of file extensions separated by vertical bars (for example: PRG | FXP). However, if you do this, all files with these extensions are displayed, even if the files have the same names, but GETFILE() exposes only those files that have extensions matching the first extension in the list. Separating the file extensions with a semicolon (for example: PRG ; FXP) behaves in the same incorrect manner. Steps to Reproduce Problem -------------------------- 1. Enter the following line into the Command window: " ?GETFILE('DBF | EXE | SCX') " (without the quotation marks) 2. Note that the Open dialog box that appears displays a directory containing all files that have an extension of .dbf, .exe, or .scx. However, only those files that have the .dbf extension are exposed. Additional query words: VFoxWin buglist3.00 buglist3.00b kbvfp300 ====================================================================== Keywords : kbbuglist Technology : kbVFPsearch kbAudDeveloper kbVFP300 kbVFP300b Version : WINDOWS:3.0,3.0b ============================================================================= 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. Copyright Microsoft Corporation 2000.