

Is it a standard command in Visual RPG? Or is it a command that is specific to the Nuance PDF driver? What I asked for was the documentation – the description by the software vendor – that tells you what commands (such as DclPrintfile) are available, and what the parameters (such as Printer) are available to each command.ĭclPrintfile is not a command in the native VB6 lexicon.

PreviousDevice = Printer.DeviceName 0 Then Set Printer = Printers(PtrIdx) End IfĪnother option that I’ve been forced to do before, because the previous app used the same file name over and over, was to write a routine that waited until the file didn’t change anymore in size then I could DELETE that file, INSERT my file with the same name, then carry on – that’s not an easy option and only really works if you can guarantee the automation time. The following are code functions that are in use in our automation sync application Have to say not heard of that one, but with bull zip I do the following ġ) Get the Name of the printer driver, get the port number, get the device name 2) Switch to the PDF print 3) Create my print out 4) Issue Print instruction 5) Switch back to the original printer
