大家好,
在做SMARTFORMS的时候碰到一个问题,就是要把一个internal table分成几页来显示,例如table1:
NO. CUSTOMER MATERIAL
0001 AAA A001
0002 BBB A002
我想把0001和0002放在两页里显示.我在smartforms里面创建了一个main window来放这个table里的数据,
然后再table里面放了一段program line和一个command来进行显示的强制分页:


系统出现如下错误,告诉我不能在tables里面显示分页:
No explicit page break possible in tables.
Message no. SSFCOMPOSER 192
Diagnosis
You tried to explicitly switch to another page, but currently table processing is active. In this case, an explicit page break is not allowed.
System Response
The system issues an error message.
Procedure
Avoid explicit page breaks within tables.
可是我的想法就是将这两行分开两页来显示,请问该如何解决这个问题?
[
本帖最后由 virtual_hsu 于 2008-4-15 15:37 编辑 ]