printing MSFlexGrid 
Author Message
 printing MSFlexGrid

I print the contents of a FlexGrid with the following code:
Clipboard.Clear
Clipboard.SetData MSFlexGrid2.Picture
With Printer
    .PaintPicture Clipboard.GetData(vbCFBitmap), Printer.CurrentX,
Printer.CurrentY
    .EndDoc
End With
Clipboard.Clear

, but if it exceeds the paper size, the printer will not continue on the
next page.

How can I print the entire FlexGrid on multiple pages.

Thanx in advance,

Peter.



Fri, 26 Oct 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Printing MSFlexGrid in a form

2. Howto print MSFlexGrid contents ?

3. Printing MSFlexGrids

4. print msflexgrid

5. Printing MSFlexGrids in VB 5.0

6. Problem printing MSFlexGrid

7. printing msflexgrid

8. PRINTING MSFLEXGRID

9. Print MSFlexgrid

10. printing MSFlexgrid landscape

11. Printing MSFlexGrid

12. Print MSFlexGrid?

 

 
Powered by phpBB® Forum Software