I seem to be hitting a limit of 4640 characters from a memo field in a VFP report. It's a pretty complex report, 6 dbf's and 2 SQL selects, but the memo is from a single record VFP table.
The report is printed in landscape. The memo field is in the title band. When the memo field reaches the bottom of the page, a second page is generated containing only the report summary band. All the rest of the data from the memo field and all the page header and all the detail band is "skipped".
Your problem has to do not with the number of characters, but with the title band being larger than a page. (Try it with a smaller font - you'll get more characters printed.)
The report generator is notoriously bad with things like this. I think you'll need to work around it somehow. Maybe you can figure out some "print when" logic that would enable you to use the page header band instead.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.