admin管理员组文章数量:1123182
I have a report that displays a number of fields, one of which is a LONG TEXT ouptut from a table. I am not doing anything to the data itself via query, other than retreiving it. I have validated that the DETAILS section has Can Grow/Can Shink both set to yes; the same is set for the text field of note. There is no specific point at which the text is being cut off per se, but its never complete.
If I tick both boxes (Grow/Shrink) to "NO" and make the box in the report large enough, its fine - however, it leads to a lot of extra (and unnecessary) white space.
- I have confirmed my report is less than the space available on the page with margins.
- Changing font or size for the text box wont work because its RTF and has formatting
- Converting to Plain Text isn't an option - having RTF in this field was a requirement.
- All of my boxes are tied to the grid in both location and sizing.
- Nothing is overlapping.
I tried to do something like this using the on format control, but it threw an error.
Private Sub Detail_Format(Cancel As Integer, FormatCount As Integer)
Me!YourRTFFieldName.Height = Me!YourRTFFieldName.TextHeight
End Sub
本文标签: MS Access RTF truncating in Report Print Preview (And Prints)Stack Overflow
版权声明:本文标题:MS Access RTF truncating in Report Print Preview (And Prints) - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736550993a1944510.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论