Yes, I should have said that I've tried this with multiple printer too.
Main Topics
Browse All TopicsAn application I have been working on for years has stopped printing forms - any form. They all view nicely in Print Preview mode. When I try to print them, something is actually spooled to the printer, my print monitor says something is printing, but nothing ever appears on the printer (like it spooled an empty file).
This happens on any workstation I install the app on, so it is in the app and not the particular pc.
I really need to get this working again, I need to install this on other networks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
OK, these results really narrow it down.
I ran 4 separate tests with 2 separate applications. I got the same results for both applications:
MDB w/o /RUNTIME = PRINTS
MDB with /RUNTIME = NO PRINT
MDE w/o /RUNTIME = PRINTS
MDE with /RUNTIME = NO PRINT
It also appears it does not matter whether I use full or runtime versions of Access.
Thus, the culprit basically appears to be the /runtime parameter, which I definitely need. So far, a quick search on this hasn't turned up anything yet.
Anyone with any ideas?
First, thanks to all that have responded. I'm a long time developer and this has really got me stumped.
Let's start with Nic: Yes, I always run a decompile and compact before making an MDE and archiving my source MDB. With both applications.
LSMConsulting: Yes, I do mean I am running the file with that param. All machines this has been tried on (4 different PCs) have full versions of Access 2000. I get the same results with both full and runtime versions of Access.
Stevbe: I'm the only developer on these two applications, and have never messed with these properties.
Has anyone else run into this same situation?
Hello laffman
Actually, I have, but that was some versions ago (Access 95, perhaps).
The problem was that I had last modified my application on my laptop, which had only a crummy deskjet printer as default printer. All my reports got corrupted (I didn't print forms, but the symptoms look familiar). The full version of Access was able to correct the reports for better laser printers (a sort of last-minute design adjustment), but the runtime version was not.
Try this: set a good and reliable default printer (even a dummy print-to-file printer) and create a new form, with a "print this" button. Does this new form behave like the others? I bet it doesn't.
If that new form works, try to edit your forms with that same good default printer. If that doesn't solve it, save your forms as text and reimport them from text. If that doesn't work, edit the text version of your forms to remove all printer-specific information (thus you get the default) and import again.
The commands are called (from VB) "savetotext" and "loadfromtext".
The trick for MDE files and runtime versions is this: always use the lowest target OS (patched), with only the desired version of Access installed, and the best target printer driver (any Postcript printer will do).
Hope this helps
(°v°)
Well, I've ended up answering my own question.
Besides all I've tried so far, I've also pondered the age-old question, "What has changed since it worked?". This has been tough, because it's been a while since I last used this function in my test environment, so a lot has changed since I remember using it. A LOT. My first hunch turned out to be correct - I had added a Form_Timer event to my main menu. I set the TimerInterval to zero, and voila, it prints again!
My Form_Timer event does not have to run when a form is being printed. Since the print icon in my toolbar opens the print dialog box when a form is the active object, I just stop the event for the print command, as in:
Forms!MyForm.Form.TimerInt
On Error Resume Next ' print failures don't crash the app, so this is a-ok to use here
DoCmd.RunCommand acCmdPrint
Forms!MyhForm.Form.TimerIn
Hmm, so what do I do when I end up answering my own question?
I answered my question myself. What do I do? http:/help.jsp#hi70
Cheers (good hunch, btw)!
(°v°)
Business Accounts
Answer for Membership
by: rockiroadsPosted on 2006-12-07 at 12:15:47ID: 18096569
Have u tried different printers? Perhaps there is an issue with the printer