Results 1 to 13 of 13

Thread: [RESOLVED] carriage return problems

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2004
    Location
    Belfast
    Posts
    116

    Resolved [RESOLVED] carriage return problems

    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
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width