
Pass Page Break from crystal to Text
You could try a variable which is incremented by one for each detail
line. When it reaches the number of lines you want per page, e.g.,
60, then use another formula to insert chr(12) for a form feed
character to print (otherwise suppressed) and reset the variable to
0.
I have not tried this myself.
Marvin Bergeleen
Quote:
> Does anyone know how to pass a page break from Crystal to a text
file when
> using the export function within Crystal that allow the user to
create a
> text file out of a Crystal report?
> Any insight would be appreciated.
> Thanks,
> Mark