Results 1 to 4 of 4

Thread: chr(13) in a textbox

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 1999
    Posts
    4

    Post

    how can you put a carraige return - chr(13)- in a textbox? i only get a black box representation. I dont want to put a tonne of spaces in but need to go onto the next line, help please!

  2. #2
    Junior Member
    Join Date
    Nov 1999
    Location
    chennai,tamilnadu,india
    Posts
    18

    Post

    As far as i understood ur question the answer is very simple . Make the multiline property of the textbox True.

    I think ur problem will be solved by this.

  3. #3
    Hyperactive Member venkatraman_r's Avatar
    Join Date
    Jul 1999
    Location
    Chennai, INDIA
    Posts
    284

    Post

    Hi,

    Try by setting the multiline property of the textbox to true and pressing the enter key. It works fine.

    Bye,

    Venkat

  4. #4
    Addicted Member c@lle's Avatar
    Join Date
    Oct 1999
    Location
    Belgium
    Posts
    179

    Post

    he, you can use 'vbCr' or 'vbCrLf' (a VB constant) instead of 'chr(13)'. That makes it easier to remember, isn't it!?

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