O.K. A Co-Worker and I need help.
He is working on a major web interfaced application. As a part of the design criteria, the PTB (Powers That Be) want the app to generate a formatted printed report from the information the users have entered.
Problem - by formatted they mean that if a person typed 7 paragraphs in one text box on a form - that entire set of 7 paragraphs must:
1) all print on the same page or
2) break at a logical point (i.e. not mid paragraph)
He gotten 99% of this problem licked except he needs to be able to determine how many lines are in the text box. The data entry forms are wysiwyg so the data is already formatted correctly for printing, he just needs to know how many lines of data are in the text box so hell know when to insert page breaks, headers, and such.
HELP !!!
Any trick or tips will be GREATLY appreciated.
He is working on a major web interfaced application. As a part of the design criteria, the PTB (Powers That Be) want the app to generate a formatted printed report from the information the users have entered.
Problem - by formatted they mean that if a person typed 7 paragraphs in one text box on a form - that entire set of 7 paragraphs must:
1) all print on the same page or
2) break at a logical point (i.e. not mid paragraph)
He gotten 99% of this problem licked except he needs to be able to determine how many lines are in the text box. The data entry forms are wysiwyg so the data is already formatted correctly for printing, he just needs to know how many lines of data are in the text box so hell know when to insert page breaks, headers, and such.
HELP !!!
Any trick or tips will be GREATLY appreciated.