InterviewSolution
Saved Bookmarks
| 1. |
Forcing A Page Break Within Table Loop? |
|
Answer» Create a loop around the table. Put a COMMAND node before the table in the loop that FORCES a NEWPAGE on whatever CONDITION you want. Then only loop through a subset of the INTERNAL table (based on the conditions in the Command node) of the elements in the Table node. Create a loop around the table. Put a Command node before the table in the loop that forces a NEWPAGE on whatever condition you want. Then only loop through a subset of the internal table (based on the conditions in the Command node) of the elements in the Table node. |
|