This is my problem... I've a got a textbox containing a memo (text) field of my sqldb. At the place where the textbox should be, there's not enough space to render it; so the report puts a page break and renders it on a new page (the memo is smaller than a page). I'd like to have the beginning of my textbox on my first page and the rest on my second page. Does anybody know how to force the report to split the textbox, even though the textbox can be put(entirely) on the next page.
Why don't you split the memo in two parts in SQL query (Part to be shown on first page and to be shown on next page) and show it in two Text boxes? HTH Harsh