I have been using PDFCreator to create PDF documents from my NAV client. I am also using it with NAS (Nav Application Server) on my Windows 2003 32bit server. I needed to get this up an running on a 64bit … Continue reading →
There is somtime a mixup in printer names between Netbios Names and DNS Names. Also, you might want to have certain reports printed to certain printers only. I installed a code after IF NOT PrinterSelection.GET(USERID,ReportID) THEN IF NOT PrinterSelection.GET('',ReportID) THEN … Continue...