ACC: List of New Report Events & Properties in Versions 95/97

Last reviewed: April 3, 1997
Article ID: Q136136
The information in this article applies to:
  • Microsoft Access versions 7.0, 97

SUMMARY

Novice: Requires knowledge of the user interface on single-user computers.

This article lists the new events and properties for reports in Microsoft Access 7.0 and Microsoft Access 97.

MORE INFORMATION

Name               Applies To   Type       Description

Filter             Report       Property   Use this property to limit
                                           the report's recordset.

FilterOn           Report       Property   Use this property to determine
                                           whether the report's recordset
                                           is being filtered.

GrpKeepTogether    Report       Property   Use this property to specify
                                           whether the groups that have
                                           their KeepTogether property
                                           set to Whole Group or With First
                                           Detail will be kept together by
                                           page or by column.

HasContinued       GrpHdr       Property   Use this property to determine
                   PgHdr/Ftr               if the current section is
                   Detail                  continued from the previous
                                           page.

HasData            Report       Property   Use this property to determine
                                           if a form or report is bound
                                           to an empty recordset.

(In Microsoft Access 97)
HasModule          Report       Property   Use this property to determine
                                           if a form or report has a class
                                           module.

InSelection        PgHdr/Ftr    Property   Determines if an object
                   GrpHdr/Ftr              is selected in Design view.
                   Detail

OnNoData           Report       Event      Use this property to cancel
                                           the report when there are no
                                           records.

OnPage             Report       Event      Occurs at the end of each page.
                                           Use this event with the Print,
                                           Line, and Circle methods to draw
                                           anywhere on the page.

OrderBy            Report       Property   This is a string expression that
                                           is the name of the field or
                                           fields on which you want to sort
                                           records.

OrderByOn          Report       Property   Use this property to Determine
                                           whether the report's recordset
                                           is being sorted.

Picture            Report       Property   Use this property to add a
                                           picture to a form or report.

PictureAlignment   Report       Property   Use this property to specify how
                                           a form or report's picture is
                                           aligned.

PicturePages       Report       Property   Use this property to specify on
                                           which page or pages of a report
                                           a picture will be displayed.

PictureSizeMode    Report       Property   Use this property to specify how
                                           a form or report's picture is
                                           sized.

PictureTiling      Report       Property   Use this property to specify
                                           whether a picture associated
                                           with a form or report is tiled
                                           across the entire form or
                                           report.

PictureType        Report       Property   Specifies whether a picture is
                                           stored as a linked object or an
                                           embedded object.

RepeatSection      GrpHdr       Property   Use this property to specify
                                           whether a group header is
                                           repeated on the next page or
                                           column when a group spans more
                                           than one page or column.

ShortcutMenuBar    Report       Property   Use this property to specify a
                                           custom shortcut menu for a
                                           report.

(In Microsoft Access 97)
Toolbar            Report/      Property   Use to specify the toolbar to
                   Form                    use for a form or report.

WillContinue       PgHdr/Ftr    Property   Use this property to determine
                   GrpHdr/Ftr              when a section will continue
                   Detail                  on the next page.

REFERENCES

For more information about what's new in reports, search the Help Index for "reports, what's new," or ask the Microsoft Access 97 Office Assistant.


Keywords : kbusage RptProp
Version : 7.0 97
Platform : WINDOWS
Hardware : X86
Issue type : kbinfo


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