我希望你们都有一个美好的一天。好吧,我也希望今天是我找到问题解决方案的好日子。
我对我现在正在做的报告有一个要求,这让我感到很痛苦。是否可以控制水晶报表中数据的显示?需要说明的是,我有一份申报表,每页只需要 9 行(填写描述、国家代码等)。假设第一项(记录)的描述扩展到第 4 行(4 行),第二项的描述应扩展到第 11 行(7 行)。由于表格只允许填写 9 行数据,因此应显示第二项的描述,以便前 5 行与第一项(4 行)的描述一起在第一页上,而第 6 行和第说明的第 7 行将显示在第二页上。
详细说明:
[第一页]
项目 1 此描述扩展 [国家代码] [等]
to the 4th row of this
form. And so it won't be
cut.
项目 2 此描述扩展 [国家代码] [等]
to the 11th row of this
form. And so it will be
cut. The problem is how
can I cut this description
[第二页]
such that the continuation
will be shown here.
请帮我解决这个问题。