I created a report with code and the tab functions in rave report and connected with a DB. I return the surnames of people but when I review the report, it only generates the first page? Why is that? Is there a setting to set?
You should be able to find your answers in the help file, and/or by setting break points to watch the values of things like the .YPos property.
.YPos is measured in inches, so the end of the page might be when .YPos is greater than 10. It depends on your page size and other requirements.
.NewPage is just another method of TBaseReport and is issued the same way .PrintTab is. (You said you are using "the tab functions" which I took to mean .SetTab and .PrintTab)
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.