PRA: Words Split When CanGrow=Yes and KeepTogether=No

    Article ID: Q113301
    Creation Date: 31-MAR-1994
    Revision Date: 19-SEP-1996

    The information in this article applies to:

    • Microsoft Access versions 1.0, 1.1, 2.0

    SYMPTOMS

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

    The Report Writer splits a text box in the middle of a word instead of between lines.

    CAUSE

    This problem can occur if all of the following conditions are met:

    • The first line of a multiple-line text box is the last line that will fit on the page.
    • The text box's CanGrow property is set to Yes.
    • The section's CanGrow property is set to Yes.
    • The section's KeepTogether property is set to No.

    RESOLUTION

    Set the text box's height to two lines and its CanShrink property to Yes. The Report Writer will not split a control into a size smaller than its size in Design view.

    STATUS

    Microsoft has confirmed this to be a problem in Microsoft Access versions 1.0, 1.1, and 2.0. This problem no longer occurs with Microsoft Access for Windows 95, version 7.0.


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 2.00 truncation
KBCategory: kbusage
KBSubcategory: RptProp