Printer Problem


kanber

Recommended Posts

Hello,

 

I done 7 years before one project. on this project here is 7 PC. One is server and printer is connected to server.

 

6 PC on different side of the fabric. We change 3 of them with windows 7. Now we have problem with print out. when we print out program sending blank page to printers. there of them have same problem.

 

I tried; from aciton, PrintPage, PrintPreview function and also I tried Printpage("rapor") and PrintPageDirectly("rapor")

 

 

please help me about this problem.we are always losting a lot of time with print function.

 

 

ı attached file XP(which is print out correctly on old PC), I tried with 5.90 but there is problem with variables itis all on page top and left side.

 

 

post-1585-0-27057600-1386593717_thumb.jp

post-1585-0-31855100-1386593808_thumb.jp

Link to comment
Share on other sites

Printing on some OS's / printers has been a long time problem of DAQFactory which is not easy for us to fix.  Your best bet is to use the printPDF() function to print the page to a file, then use system.shellExecute() to trigger the printing of that page through acrobat.  So, something like:

 

page.printPDF("myPage", "c:\daqfactory\myFile.pdf", 11, 8.5)

System.shellExecute("c:\daqfactory\myFile.pdf", "print")

Link to comment
Share on other sites

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.