Board index » delphi » Printing Forms

Printing Forms

I trying to print a form that is larger than the screen size.  The Pint command
says it will print the form but the printed output is just a screen dump.  Do I
have to use the Canvas and re-plot my data for the print canvas or am I missing
something?

 

Re:Printing Forms


Quote
ukpt wrote:

> I trying to print a form that is larger than the screen size.  The Pint command
> says it will print the form but the printed output is just a screen dump.  Do I
> have to use the Canvas and re-plot my data for the print canvas or am I missing
> something?

You will need to scroll the screen around, and grab the screeenshot
in sections. Also, check out Ti-3155 at Borland web site.

Joe
--
Joe C. Hecht
joehe...@gte.net
http://home1.gte.net/joehecht/index.htm

Re:Printing Forms


Quote
ukpt wrote:

> I trying to print a form that is larger than the screen size.  The Pint command
> says it will print the form but the printed output is just a screen dump.  Do I
> have to use the Canvas and re-plot my data for the print canvas or am I missing
> something?

Try to locate PRINTPAGE.ZIP source by Bill Murto. It may reside also on Super
Page. When using this code, note also that the size of a Delphi Form has some
limitations. But you can drop a Panel on the form, and it can be as big
as the Legal or A4 paper size.

Markku Nevalainen

Other Threads