PEGAS1
18th October 2007, 13:01
Hello everyone,

We try to generate an ASCII File with a charatcter "formfeed" in hexadecimal 0C character.

I try to use chr$(12) but it returns no character. Why? I think (OC) in decimal is "12" then......

I need to have this charater of the end to determine page break.

Thank you very much.

Pegas

en@frrom
18th October 2007, 15:06
Where and how are you trying to generate and write to this file? In a program script, or through a report...? In reports I know the function ff$() inserts a formfeed. Also check out the Baan device data, there you have a field 'form feed for each page'...

Regards,
Eli Nager