Can you put page breaks in rich text boxes. If not how can you handle a page break in a text editor.
Thanks
Printable View
Can you put page breaks in rich text boxes. If not how can you handle a page break in a text editor.
Thanks
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.
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