FIX: Try to Modify Label Previewed by Another, Calls Converter

Last reviewed: October 29, 1997
Article ID: Q135611
3.00 3.00b WINDOWS kbtool kbbuglist kbfixlist

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, versions 3.0, 3.0b

SYMPTOMS

When a label form is shared and one workstation attempts to modify the form while another has run the label in preview mode, the converter is erroneously called.

WORKAROUND

The error condition is harmless, but you should cancel the Converter dialog box, and postpone the attempt to modify the label until after the other workstation has completed previewing the label.

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.

When the label is modified from the second workstation in Visual FoxPro 5.0, a "File access is denied" message appears.

MORE INFORMATION

While a label form can be both modified and printed simultaneously, attempting to run the label in preview mode synchronously results in the error "File access is denied." Unlike the Label Designer, the Report Designer correctly returns this error when you attempt to modify a report that is already being previewed by another. In all cases, previewing must be completed before a label or report can be shared again in any other operation.

Steps to Reproduce Problem

  1. On one workstation, create a label, and issue this command:

    LABEL FORM <labelname> PREVIEW

  2. On the second workstation, connect to the same directory in which the label was created, and attempt to modify it:

    MODIFY LABEL <labelname>

  3. Choose Cancel when the Converter dialog box appears.


KBCategory: kbtool kbbuglist kbfixlist
KBSubcategory: FxtoolRwriter VFoxWin buglist3.00 buglist3.00b fixlist5.00
Additional reference words: 3.00 3.00b
Keywords : buglist3.00 buglist3.00b fixlist5.00 FxtoolRwriter vfoxwin kbbuglist kbfixlist kbtool
Version : 3.00 3.00b
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 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.