Hi,
I'm having problem using the SetupPrinter method in the ActiveX
librarie.
Everything work fine except that the method does not save printing
settings. Its always returning 3 (I/O problems during write of setup
file).
I work in JavaScript and here is the code that does not work.
if(VpeCtrl.SetupPrinter("printsetting.prs", 5) == 3)
alert('Failed');
VpeCtrl.PrintOptions = 0;
VpeCtrl.PrintDoc(false);
Any idea what might cause that?
Thank you for helping,
Pierre-Luc Turgeon