DOCUMENT:Q135566 21-OCT-2000 [foxpro] TITLE :FIX: GATHER FROM Command Checks Lock Status of Table PRODUCT :Microsoft FoxPro PROD/VER:WINDOWS:3.0,3.0b OPER/SYS: KEYWORDS:kbnetwork kbvfp kbvfp300bBUG kbvfp500fixkbbuglist kbfixlist ====================================================================== ------------------------------------------------------------------------------- The information in this article applies to: - Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b ------------------------------------------------------------------------------- SYMPTOMS ======== When the GATHER FROM FIELDS command specifies fields that are not in the target table, it examines the source table from which the fields were scattered. If that source table is shared by another user and that table's current record is locked, Visual FoxPro displays the following legend on the status bar: Attempting to lock...Press ESC to cancel. When the user presses ESC, a message box appears explaining "Record is in use by another user." STATUS ====== Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0 for Windows. In Visual FoxPro 5.0, the message "Variable 'FLD2' is not found" appears rather than the locking message. MORE INFORMATION ================ Steps to Reproduce Problem -------------------------- You will need two computers sharing a common network to reproduce this problem. 1. On one of the computers, create the following tables in Visual FoxPro: Test1 has this structure: FLD1 c(10) FLD2 c(10) FLD3 c(10) Test2 has this structure (a single field): FLD1 c(10) 2. Share the directory containing the two tables, with READ/WRITE privileges. 3. On the second computer, connect to the network drive just shared. Then use the SET DEFAULT TO command to set the new drive as the default. 4. On both computers, issue the SET EXCLUSIVE OFF command. 5. On one computer, issue these commands: USE Test1 =RLOCK() 6. On the other computer, issue these commands: USE Test1 IN 0 USE Test2 IN 0 SELECT Test1 SCATTER TO foot FIELDS fld1, fld2, fld3 SELECT Test2 GATHER FROM foot FIELDS fld1, fld2, fld3 7. Note the message on the status bar. 8. Press ESC, and note the message on the status bar. Additional query words: 3.00 3.00b ====================================================================== Keywords : kbnetwork kbvfp kbvfp300bBUG kbvfp500fix kbbuglist kbfixlist Technology : kbVFPsearch kbAudDeveloper kbVFP300 kbVFP300b Version : WINDOWS:3.0,3.0b Issue type : kbbug 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. Copyright Microsoft Corporation 2000.