Page breaks do not show up

  • >I have code in my editor that inserts a fastsetpagebreak(true) into my
    >document, but there is no visible sign of it. It does take effect, as I can
    >see in the preview. How do I make this visible to the user?

    The 'fast' procedure do not reformat the text. So you can either use
    InputString(#12) to insert the page break or create the text 'fast'
    and use Refresh; when you are done.

    and ... layoutmode has to be wplayShowManualPageBreaks.