Automatically launch application

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
chandervyran
Posts: 1
Joined: Wed Mar 26 2003
Location: malaysia
Contact:

Automatically launch application

Post by chandervyran »

How to do this ?

From existing payroll program, user chooses to print a report.
Print dialog box appears, user chooses Amyuni Printer and Click OK.
Report must be converted to PDF and automatically launch our FTP program. In the FTP program the converted PDF is then allowed for viewing before final FTP is done.

Preferably a sample code. Thanks.
kamleshvgujarathi
Posts: 39
Joined: Fri Jan 09 2004
Location: Bombay ( INDIA)
Contact:

use common driver interface

Post by kamleshvgujarathi »

Hello,

The PDF Converter product fires the EnabledPre event each time output is
sent to the Converter. You will simply need to trap that event to know when
the PDF Converter has been access.

This situation is detailed on pages 146, 147 and 148 of the "Common Driver
Interface 210.pdf" document which is shipped with the product.

:D
Hope this helps.
Post Reply