FIX: SCATTER with FoxBASE+ File on Server Causes Hang

Last reviewed: October 14, 1997
Article ID: Q104592
2.50 MS-DOS kbprg kbfixlist kbbuglist

The information in this article applies to:

  • Microsoft FoxPro for MS-DOS, version 2.5

SYMPTOMS

Under the following conditions, issuing a SCATTER command hangs the computer:

  • You are running the Extended version of FoxPro (FOXPROX.EXE).
  • EXCLUSIVE is set to OFF.
  • The database file is FoxBASE+ compatible and contains a memo field.
  • The database file is located on a network server.

STATUS

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

MORE INFORMATION

Steps to Reproduce Problem

  1. Connect to a network server.

  2. Start the Extended version of FoxPro (FOXPROX.EXE). (Do not start FoxPro from within Microsoft Windows.)

  3. Issue the following commands:

          USE C:\FOXPRO25\TUTORIAL\SALESMAN
          * (You can use any FoxPro database that contains a memo field.)
          COPY TO <network drive>\NEWFILE.DBF TYPE FOXPLUS
          SET EXCLUSIVE OFF
          USE NEWFILE
          SCATTER MEMVAR
    


Additional reference words: FoxDos 2.50 buglist2.50 fixlist2.50a crash
hung dbase
KBCategory: kbprg kbfixlist kbbuglist
KBSubcategory:
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.