Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的采购订单报告模板中,我有一个显示采购订单行详细信息的表格。这是我在采购订单中添加的产品。但是当添加至少 20 种产品时,模板中的产品刚刚覆盖在我购买的页脚订单模板。我使用标签来打破页面,但没有工作。
<condPageBreak height="600"/>
有什么帮助吗?
通过改变框架的高度,问题得到解决。我原来的框架ID定义如下:
<frame id="first" x1="34.0" y1="28.0" width="530" height="786"/>
我将上面的内容更改为以下内容:
<frame id="first" x1="18.0" y1="42.0" width="535" height="600"/>