Results 1 to 3 of 3

Thread: Rich text boxes

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    2
    Can you put page breaks in rich text boxes. If not how can you handle a page break in a text editor.
    Thanks

  2. #2
    Guest
    If you would like Page Break's in your Document, you can simulate them by placing an unusual string such as -==- in the Document where you want a new page.

    Then when you are printing, use the InStr Function and search for it and send a New Page to the Printer whenever -==- is found.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jun 2000
    Posts
    2

    Thumbs up wysiwyg printing

    Thanks Megatron,

    The problem I have is that using the wysiwyg printing procedure, found at, if you don't know what I mean:

    http://vbweb.co.uk/controls/rich_text_box_wysiwyg.htm

    The code sends entire pages to the printer using the SENDMESSAGE function and the EM_FORMATRANGE message. I need to find a way of breaking up the pages the it sends and then send them as separate pages

    I hope you or someone can help

    Rich W

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