Printing/Print preview problem with CRichEditView. 
Author Message
 Printing/Print preview problem with CRichEditView.

Hi everyone
    I have created a CRichEditView which has the printing functions. However
if I type a lot of text into the RichEditView on one line and then print
preview it, it only displays certain parts of the text and it is on two
lines or more (dependent on the amount of text typed in).

Is this because I have set up the margins incorrectly and if so how can I
correct it?

Currently I am setting the margins in the OnInitialUpdate method with the
following command:

SetMargins(CRect(720, 720, 720, 720));

I also have set the following for the word wrap:
 m_nWordWrap = WrapNone;

Also can anyone explain how I can use the standard page setup dialog to set
the margins?

Thanks

Cecil.



Fri, 10 Aug 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Printing/Print preview problem with CRichEditView.

2. CRichEditView print preview problem

3. Rich Edit Control Printing Problem (like the print preview problem)

4. Print Preview Control and Print Preview Dialog - need some help ASAP

5. Printing / Print Preview problem?

6. Print/print preview problem W2K vs Win98

7. Newbie Problem with Printing and Print Preview

8. A Printing /Print Preview Problem

9. print preview and printing problem

10. print / print preview problem

11. Printing / Print Preview problem?

12. Print preview / print problem

 

 
Powered by phpBB® Forum Software