代码之家  ›  专栏  ›  技术社区  ›  IronicMuffin

使用双面打印在报告组之间插入分页符

  •  13
  • IronicMuffin  · 技术社区  · 16 年前

    4 回复  |  直到 8 年前
        1
  •  19
  •   dotjoe    12 年前

    onfirstrecord pagenumber onlastrecord 关键字。

    not onfirstrecord //so every group (except the first) starts on a new page
    

    //to keep the group from starting on even page but make sure the last page is not blank
    remainder(pagenumber, 2) = 1 and not onlastrecord 
    
        2
  •  7
  •   Anna    13 年前

    打开Section Expert屏幕。选择报告标题并选中“抑制(无向下搜索)”。然后在组标题中选择要分页的组,并选中“新建前一页”。

        3
  •  3
  •   ayublin    14 年前

    Next(Field) Previous(Field)

    在下一页公式之前:

    Not onFirstRecord and ({table.field} <> previous({table.field}))

        4
  •  0
  •   Andrew Barber Eric Lafortune    13 年前

    嗨,讽刺的穆芬,我理解你的问题。答案很简单,但更有效。

    • 步骤3:添加您包含的组的字段,此时窗口底部选项将出现

    • 第四步:点击该选项,然后转到该选项的第二个选项卡。