Hi have written a small application that has a few text boxes for outputs, the output looks like this: 1.jpg
when i print it out the printer recognizes the carriage return in the text boxes and will print out a long line over 2 pages, instead of across the page like it should.
If i enter text manually without a carriage return it will print out across the page, i have tried to use vbNewLine instead of vbCrLf but its still the same, has anyone any ideas as to how i can make the printer recognisze a new line only after the carriage return on last text box?
If i tried:
text3.text = text3.text
text4.text = text4.text etc....
Would this remove the carriage returns? (havent tried it yet as im about 5 hours away from my printer!!)
Thanks




Reply With Quote