I am printing on an Invoice Master. It has a labeled secuential number. On them a report must be printed.
The Print Preview has to show a Scanned JPG picture of the Master, but when the Print ICON is pressed the picture has to disappear and only print the DATA.
I have tried:
1.- Page Setup -> Print Only Data, but on this way Print Preview cannot see the Picture.
2.- On the Report Event - > On Page, using the code:
Private_Sub Report_Page()
Me.Picture = ""
End sub
Prints the image on the first print, the good thing is
that it removes the picture, so in the next pritn comes
be without the picture.
Can someone tell me how to reduce the cost of printing always a sample invoice?
Thanks,
Carlos
The Print Preview has to show a Scanned JPG picture of the Master, but when the Print ICON is pressed the picture has to disappear and only print the DATA.
I have tried:
1.- Page Setup -> Print Only Data, but on this way Print Preview cannot see the Picture.
2.- On the Report Event - > On Page, using the code:
Private_Sub Report_Page()
Me.Picture = ""
End sub
Prints the image on the first print, the good thing is
that it removes the picture, so in the next pritn comes
be without the picture.
Can someone tell me how to reduce the cost of printing always a sample invoice?
Thanks,
Carlos