PRB: AutoForm and AutoReport Tools on Toolbar Don't Work

Last reviewed: August 30, 1996
Article ID: Q138657
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 3.0

SYMPTOMS

When trying to use the AutoForm or AutoReport Wizard tools located on the Standard toolbar, you find that they are disabled and non-functional. Whether or not tables, databases, projects, forms, or reports are open, these tools remain non-functional.

CAUSE

The Autoform and Autoreport icons are enabled when you select a table in a database in the project manager. They are not available otherwise.

RESOLUTION

To enable the Autoform and Autoreport feature, open a database, and select a table in the database.

WORKAROUND

You can also invoke the Form Wizard in one of these ways:

  • On the File menu click Form, and then click the Wizard button.
  • On the Tools menu, click Wizards, and then click Form.
  • In the Command window, type:

          DO (_WIZARD) WITH 'FORM'
    

Invoke the Report Wizard in one of these ways:
  • On the File menu, click Report, and then click the Wizard button.
  • On the Tools menu, click Wizards, and then click Report.
  • In the Command window, type:

    DO (_WIZARD) WITH 'REPORT'

STATUS

This behavior is by design.


Additional reference words: 3.00 VFoxWin
malfunction disabled
KBCategory: kbtool kbprb
KBSubcategory: FxtoolOtherdes


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: August 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.