Faxing a Document thru WinFax via the iSeries Office Integrator
From Support
As of V1.09 of the RJSOFFICE library and V1.1.28 of the iSeries Office Integrator PC component, the generation of new email messages is supported via the OFCRUNPC command.
Configuring your PC to use the WINFAX option with Office Integrator
1.) Install a copy of WinFax Pro V9.0 or above on your PC.
2.) Make sure the application for the document types to be faxed is loaded on the PC
- MS Word Docs - MS Word - PDF documents - Adobe Acrobat
3.) Install the RJS WinFax API on the PC http://www.rjssoftware.com/FILES/rjswfaxup.exe
2.) The parameters for WINFAX option are as follows
ACTION = WINFAX P1 = Document to Send P2 = Recipient Name P3 = Recipient Company P4 = Recipient Fax P5 = Recipient Phone P6 = Subject P7 = From Name P8 = From Fax P9 = From Phone P10 = Notes P11 = Accounting Code P12 = Cover Page File P13 = Keywords
This example sends a document named C:\TEST.DOC from the Office Integrator PC server to Joe Jones at fax number 999-999-9999. The fax uses the WinFax cover page BASIC1.CVP. The accounting code passed is ACC1 and the misc keywords passed are KEYWORD1 and KEYWORD2.
OFCRUNPC RMTSYS(*CURRENT) CMD('WINFAX~c:\test.doc~Joe Jones~RJS Software~999-999-9999~888-888-8888~Sample Fax~FromRichard~111-111-1111~222-222-2222~This is a test note line~ACC1~C:\Program Files\Symantec\Winfax\Cover\Basic1.CVP~KEYWORD1 KEYWORD2') OPTION(*OTHER)
