Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printing an overlay

Status
Not open for further replies.

exodus1

Programmer
Feb 6, 2002
4
US
In Cobol, you can send to the printer 2 pages to print on top of each other. Can this be done in VFP? I am getting a .bmp from a graphics program which is a form and I am printing it out from the report writer, but now the user needs to feed it into the printer to print out the data. My question is if this can be done progromaticly?

THank You
 
In the report designer, you can add a bitmap to the report. Depending on the size of the graphic, you may need to tweak the report. For some information on this technique and many other Report Tricks, consider downloading Cathy Pountney's Presentation (with source code) available at She's currently working on a book to be published by Hentzenwerke ( that expands on this topic.

Rick
 
The report writer doesn't really support this, but there is a way around it.

If the bitmap is big enough (and you can always enlarge the white space) you can put it in your Page Header band, even if it doesn't fit. This will not cause the page header band to enlarge itself to match, but will instead cause the bitmap to start at the top of the page and just propagate down.

I hope I explained it ok. I've done this myself, so I know it at least works in VFP 6...

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top