Report to print .bmps from hyperlink field

  • Thread starter Thread starter cjc_carpenter
  • Start date Start date
C

cjc_carpenter

Guest
I have already added all my hyperlinks to .pdf documents what I want is a report that can auto print the .pdf files that I specify in my querie.
When I make a report with an object it only show the icon and does not display the actual document.
 
Hi,

This is a technique I have used before.
1 Put an Unbound Object Frame on a form.
2 In code set the Objects recoerdsource to the path of the .pdf.
3 Put another Unbound Object Frame on a report.
4 In design set this Objects recoerdsource to the form control.
5 Cycle through the files to the form and print on each file.

The form must be open during printing and you need to shift focus to another control at the end of each loop to give the report time to print before the file changes.

I've used this for pictures and Word objects so I guess it may work on .pdf

Have Fun
Robin.
 

Users who are viewing this thread

Back
Top Bottom