alexpreyer
15th May 2007, 17:28
We're using an external printing system for printing some of our reports. For that I need the possibility to get a form feed into the report.
I tried inserting a string field containing CHR$(12), but nothing appears in the report. Does someone have a hint?

Thanks

Alex

jvranckx
15th May 2007, 17:48
Have you tried the function ff$()?
See 4gl function manual

george7a
15th May 2007, 17:52
Hi,

Check the report functions in the following links:
http://www.baanboard.com/programmers_manual_baanerp_help_report_scripts_functions_in_report_scripts
http://www.baanboard.com/programmers_manual_baanerp_help_functions_char_b_win_overview_and_synopsis

- George

alexpreyer
16th May 2007, 16:34
Thanks to all.

I tried ff$() and it worked.

Alex