FIX: Detail Band Height Not Adjusted for Memo Using Print WhenLast reviewed: December 15, 1997Article ID: Q139000 |
2.60a
WINDOWS
kbtool kbbuglist kbfixlist
The information in this article applies to:
SYMPTOMSThe band height for Detail bands does not adjust properly when an expression is entered in the Print When dialog box for a memo field. In FoxPro 2.6a for Windows, if the expression in the Print When dialog box evaluates to false for a record, the Detail band has the same height as the Detail band for the previous record. The height of the Detail band should decrease because no memo field is printing. This problem does not occur in Visual FoxPro.
WORKAROUNDIf the memo field in the only field printing in the Detail band, remove the expression in the Print When dialog box, and select "Remove line if Blank" instead. Replace the memo field name in the field expression with:
IIF(!empty(memofld),memofld,"") STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro version 3.0 for Windows.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: 2.60a FoxWin VFoxWin fixlist3.00 buglist2.60a
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |