FIX: SPELLCHK.APP Closes FOXTOOLS.FLL Library

Last reviewed: October 14, 1997
Article ID: Q106280
2.50 WINDOWS kbprg kbfixlist kbbuglist

The information in this article applies to:

  • Microsoft FoxPro for Windows, version 2.5

SYMPTOMS

Running the Spelling Check application (SPELLCHK.APP) closes the FOXTOOLS.FLL library.

STATUS

Microsoft has confirmed this to be a problem in FoxPro 2.5 for Windows. This problem was corrected in FoxPro 2.5a for Windows.

MORE INFORMATION

Steps to Reproduce Problem

  1. Assuming FoxPro is installed in the FOXPROW directory on drive C, issue the following code in the Command window:

          SET LIBRARY TO c:\foxprow\foxtools.fll
          ?'CURRENT LIBRARY: ' + SET('LIBRARY')
    

    The following text is displayed on the FoxPro desktop:

          CURRENT LIBRARY: : C:\FOXPROW\FOXTOOLS.FLL
    

  2. Issue the following in the Command window:

          MODIFY COMMAND c:\foxprow\readme.txt
    

    When the README.TXT window appears, press CTRL+F2 to return to the Command window.

  3. Issue the following command in the Command window:

          DO c:\foxprow\spellchk.app
    

  4. In the Spelling dialog box, choose the Cancel button.

  5. Issue the following in the Command window:

          ?'CURRENT LIBRARY: ' + SET('LIBRARY')
    

The following is displayed in the FoxPro desktop, indicating that no library is set:

   CURRENT LIBRARY:


Additional reference words: FoxWin 2.50 buglist2.50 fixlist2.50a checker
dictionary api library dll dynamic link libraries
KBCategory: kbprg kbfixlist kbbuglist
KBSubcategory: FxprgFoxtools
Keywords : FxprgFoxtools kbbuglist kbfixlist kbprg
Version : 2.50
Platform : WINDOWS
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.