Microsoft KB Archive/92949

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

PRB: Choosing Toolbar Design Button Causes Unexpected Behavior

Article ID: Q92949
Creation Date: 19-NOV-1992
Revision Date: 19-SEP-1996 The information in this article applies to:

  • Microsoft Access versions 1.0 and 1.1

SYMPTOMS


When you are viewing a form in Form view, choosing the Design button on the toolbar does not switch the form to Design view if the form's OnClose property opens another form.

STATUS


This behavior no longer occurs in Microsoft Access version 2.0.

MORE INFORMATION


Steps to Reproduce Behavior


  1. Create two new forms named Form1 and Form2.
  2. Create the following new macro called TestMacro:

          Macro Name   Action
          ---------------------
          TestMacro    Close
                       OpenForm
          TestMacro Actions
          ----------------------
           Close
              Object Type: Form
              Object Name: Form1
           OpenForm
              Form Name: Form2
              View: Form
              Data Mode: Edit
  3. View the property sheet for Form1. Set the OnClose property to TestMacro.
  4. Save Form1 and then close it.
  5. Open Form1 in Design view.
  6. Choose the View Form button on the toolbar.
  7. Choose the Design button on the toolbar.



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.

©1997 Microsoft Corporation. All rights reserved. Legal Notices.


Additional reference words: 1.00 1.10
KBCategory: kbusage
KBSubcategory: FmsEvnt