in

Archived Data Techniques Forums

Trying to Upgrade a FaxManJr 1.6x VB6 program to use FamManJr 2.20

Last post 01-27-2010 9:35 AM by Admin. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 01-26-2010 9:37 AM

    Trying to Upgrade a FaxManJr 1.6x VB6 program to use FamManJr 2.20

    This particular program only uses the FaxManJr Printer control to take a MS Word document and turn it into aTiff image so it can be added to an existing multi-page Tiff.

     In version 1.6x I just set the PrintFileName argument of the PrintStart Event to the path and filename of theTiff I wanted to create.  Then it was just a matter of opening the Word document and printing to the corresponding FaxManJr printer.  The file would then get created in the path I specified and that was pretty much all that was to it.

     In FaxManJr 2.20 there is no more PrintStart Event and I was wondering how I could go about accomplishing the same thing with the new version.

     

    Thanks

    Filed under:
  • 01-27-2010 9:35 AM In reply to

    Re: Trying to Upgrade a FaxManJr 1.6x VB6 program to use FamManJr 2.20

    Hello,

    In Version 4 the PrintStart event has been removed. Your app will still print the same and when the print job is complete you'll get a PrintComplete event just like in Version 3. The difference is that you'll need to call GetNextNextPrintJob to get the PrintJob object which contains the details including the filename of the printed file. The filename is automatically generated though you can rename it if you wish. When you install the printer driver you can specify the directory into which the files will be created.

     

    Pls let us know if you have any other questions.

     

Page 1 of 1 (2 items)
Copyright 2009 Data Techniques, Inc. All Rights Reserved.