OIPI and network printers (OpenInsight 32-Bit)
At 06 JUL 2004 07:21:01AM David Pittard wrote:
We have just completed the move from printer.dll to OIPI on 7.0.1. All is well on a development machine with a local printer attached. On the production server, we have networked printers. The OIPI INIT function fails with error -13: No printer attached or no default printer.
Please help before the few remaining grey hairs are pulled out!
At 06 JUL 2004 07:53AM Donald Bakke wrote:
David,
1. Make sure this machine actually has at least one accessible printer defined and that it is the default printer. Not doing this is very common if the machine is new.
2. Make sure the VSPRINT7.OCX and VSPDF.OCX files (should be located in the OI folder) are properly registered on this machine. The command to do this would be:
RegSvr32 path to OI\VSPRINT7.OCX
RegSvr32 path to OI\VSPDF.OCX
At 06 JUL 2004 08:02AM David Pittard wrote:
Brilliant, buddy - THANKS!!!