Recently, I have more then 50 up to 4000.
So, I use a wordwrap and can grow function....However, I want to display first 50 characters in the first line textbox with no grow and the following 50 charaters in the second line textbox.
It is because I have a preprint form of dot matrix printer with the line on it. You can imaging you have a paper with line on it and write on the paper for each line.
For the wordwrap function you cannot control the height and the place for display.
Thus, how can I do it?
I would like to think about if wordwrap first count out how many line after wrapped, for example 5 line wrapped and create 5 count of the databand and put each line of wrapped word in the textbox and display another line of word in other count of databand.
One more thing, the databand have other textfield to display but those fields just need to display once, no need to display with the word wrapped databand.
Any idea?

Thx