I created a solution in FMPro 5 which is bound to a runtime solution for Windows and Macintosh users.
The aim of the solution is printing a report of one record (about 200 fields). Because all the fields are set to sliding and I want to avoid page breaks in a field, I created 9 layouts for the report (each for one page).
My users also can print an "empty report" - a form they can fill in on site. This empty report is on one layout. The "questions" are static text, for the "answers" I defined one global field [text] that is repeated on the form with different formatting (radio buttons, check boxes, plain text fields with base lines), no sliding. This worked fine, except that two users reported that only page one to six from the "empty report" were printed, page seven to eleven only showed header en footer and an empty body. The preview was fine!
Now that I changed this empty report for an update of the solution, I encountered the same problem. The only thing I did was changing the line spacing to 12 points so that the report fits in 10 pages.
I couldn't figure out what was the cause of my problem. At last I made a totally new layout, replaced the global field with dotted lines, squares and circles and plain text. Now there is no field at all on the "empty report", it's all plain text.
Now all the body-parts of the ten pages print well, except on page 8 where the printout shows some radio buttons that where initially on page 3 but are not on my layout anymore! From page 7 on, the body text prints into the footer and into the header of the next page, i.e. the body text of page 8 starts in the footer of page 7, continues in the header of page 8 and starts again in the body of page 8 and so on.
I tried different (PostScript)printers: Xerox DocuTech, Oce 3165 Network Copier, Canon CLC 1000).
I'm developing the solution on a Windows 98 machine (256 MB RAM, so I don't think it's a memory related problem).
Who can help?
Henk