ACC1x: Run-Time Version Partially Displays Sorting And Grouping

Last reviewed: May 14, 1997
Article ID: Q101373
The information in this article applies to:
  • Microsoft Access Distribution Kit version 1.1

SYMPTOMS

In the run-time version of Microsoft Access, a report's Sorting And Grouping dialog box is partially displayed. You can see the box's title bar, as well as the title bar of the Group Properties section.

RESOLUTION

If you create an application for distribution, and you want to change the sorting and grouping properties for a report in the application without allowing the user to see the dialog box, set the Echo action's Echo On argument to No, so that the screen is not updated while the macro is running.

You can also prevent users from switching to Design view by using macros and forms to control what actions the user can take while in the application.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft Access Distribution Kit version 1.1. This problem no longer occurs in the Microsoft Access Developer's Toolkit version 2.0.

MORE INFORMATION

Steps to Reproduce Problem

  1. In the sample database NWIND.MDB, create the following macro:

          Macro Name     Action
          -----------------------
          Test1        OpenReport
                       DoMenuItem
    
          Test1 Actions:
          --------------------------------
          OpenReport
             Report Name: Catalog
             View: Design
          DoMenuItem
             Menu Bar: Report
             Menu Name: View
             Command: Sorting And Grouping
    
    

  2. Save this macro as AUTOEXEC. Close the database and quit Microsoft Access.

  3. Start the run-time version of Microsoft Access with NWIND.MDB. To do this, switch to Program Manager and choose Run from the File menu. Type the following in the command line:

          C:\ACCESS\MSARN110.EXE NWIND.MDB
    

    Note that the Sorting And Grouping dialog box is partially displayed. As you tab through the dialog box, cells that contain text are visible.

REFERENCES

For information about other methods of sorting and grouping reports, search for "GroupHeader," "GroupFooter," "GroupInterval," or "GroupOn" using the Microsoft Access Help menu.


Additional query words: runtime run-time
Keywords : kbusage RptSort
Version : 1.1
Platform : WINDOWS
Hardware : X86
Issue type : kbbug
Resolution Type : kbworkaround


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: May 14, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.