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"/>