|
-
Jun 28th, 2000, 06:30 AM
#1
Thread Starter
New Member
Can you put page breaks in rich text boxes. If not how can you handle a page break in a text editor.
Thanks
-
Jun 28th, 2000, 08:32 PM
#2
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.
-
Jun 29th, 2000, 05:08 AM
#3
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|