As always, I try stuff, look around, then post. Many times I figure it out and update the post, and mark as solved - hoping it will help some other noob. Still getting the hang of this.



ISSUE: I have a highly variable length report. The text fields from the DB will always be of unknown length. I need to insert a page break before a specific section if the data following it won't fit on the screen. I figure I can make a page break visible if need be, but I need to know how to test the line number. Can't keep a counter during output, because I never know ultimately how tall the output will be.

THANKS!

Troy

UPDATE: Looks like me.height can test the heights of controls or sections. I am going to experiment with that. If anyone has a better direction, I'm all ears.