1. printRichText() Help
Has anyone been able to get this procedure to print an entire document?
2. Re: printRichText() Help
EU Coder wrote:
>
> Has anyone been able to get this procedure to print an entire document?
It was not meant to print a multi-page document. It is designed to
print a section of your RichEdit text onto a section of a page.
If your richedit control contains more than a page then you are
going to have to call this routine for each page, doing some
calculations to work out which portion of the richedit data
goes on each page.
--
Derek Parnell
Melbourne, Australia
3. Re: printRichText() Help
>If your richedit control contains more than a page then you are
>going to have to call this routine for each page, doing some
>calculations to work out which portion of the richedit data
>goes on each page.
Hi Derek,
Thanks for the info but im still a bit confused on how to go about this.
There is no way for me to get the line count of the richedit that I know of,
so how can I go about calculating what text goes where?
Thanks