PDA

View Full Version : Page.Print prints blank page ?


Stobe
08-19-2008, 12:56 PM
Hello,

I might be missing something, but I thought this would be straight forward.

I have a page of a few Labels, and a few Shape objects. I added a button for Page.Print, but only a blank sheet of paper comes out of the printer.

I added a background color to see if anything would print at all, and still nothing.

What am I missing?

Thanks,
Stobe

WebCyb
08-19-2008, 01:03 PM
Stobe show your code to help you. ;)

Stobe
08-19-2008, 01:11 PM
I don't think even I can mess up this code, lol

Page.Print(true, true);

holtgrewe
08-19-2008, 11:45 PM
I had a similar problem a couple of months ago on an HP1006 printer. After a week of HP telling me it was the software, and IR telling me it's probably the printer, I bought a different printer. I've tested the AP on various other HP printers without problems...Anyone have an HP1006 that they can Page.Print() in AMS?

Loes
08-20-2008, 04:47 AM
Stobe,

Perhaps you can share your project here and we can all test if it will print on different printers.

Loes

Stobe
08-20-2008, 12:20 PM
You were right about the HP thing. I was trying to print to a HP Laserjet 4700, both with the default driver and a post script driver. Neither worked. I sent the same print command to my Epson Inkjet, and it printed fine.

Weird.

I would hate to distribute an application that couldn't print to HP printers. That would be like selling gasoline that wouldn't work in Toyotas. :)

-Stobe