2010-10-25
2009-05-17
Fixed *CLIPAPPEND option so appending to clipboard works correctly.
The *CLIPSET option also no longer needs a *CLIPCLEAR first.
2009-11-16
Enabled sending misc extra PDF printing commands to VPDF print API.
2009-09-16
Corrected misspelling on frmMinimizeInfo.
2009-09-16
Added directives for TIFF to PDF support that are part of the RJS Document (Packet) Assembly licensed API's. RJS Document Assembly API license is required.
Requires RJSPDFMERGER V1.0.8 or above.
2009-09-15
Added directives for PDF Append and Merge that are part of the RJS Document (Packet) Assembly licensed API's. RJS Document Assembly API license is required.
Requires RJSPDFMERGER V1.0.8 or above.
27 August 2009
Example:
OFCRUNPC CMD('HTTPDOWNLOAD~http://10.8.1.54:1080/imageserver/doc100r?Action=VIEW&IDOCID=AS400DOC-000000000042076~ ~1') OPTION(*OTHER)
17 August 2009
Example:
OFCRUNPC CMD('NOTIFY~This is a test messsage~2000~170~170~c:\windows\media\ding.wav') OPTION(*OTHER)
11 August 2009
Enabled Office Integrator PC component to be able to use customized high performance PDF printing. The custom PDF printing components are NOT part of the base Office Integrator product so contact RJS Sales to discuss.
17 July 2009
Example:
OFCRUNPC CMD('CLOSESCANWORKSTATION~') OPTION(*OTHER)
Example:
OFCRUNPC CMD('CLOSEWINDOWSPROCESS~RJSIMGSCAN.EXE~NOTEPAD.EXE') OPTION(*OTHER)
26 June 2009
Listed below is a command line sample that attempts to close an Internet Explorer Window that starts with iGoogle Google Window and also an instance of Notepad. Parms use a "Starts With" when scanning the window caption title. Supports up to 10 tilde delimited Windows captions so you can close up to 10 Windows. If a Window is not found, the close operation does not raise any errors.
OFCRUNPC CMD('FINDCLOSEWIN~iGoogle~Untitled - Notepad') OPTION(*OTHER)
18 May 2009
15 January 2009
2008-12-30
Sample:
OFCRUNPC CMD('FILEZEROBYTES~C:\TEST.BOB') OPTION(*OTHER)
2008-11-06
7 July 2008
Example usage from iSeries:
OFCRUNPC CMD('VERIFYPRINTER~PrinterName') OPTION(*OTHER)
12 June 2008
9 May 2008
**NOTE: Requires WebDocs iSeries Workflow Client V1.0.10 or above.'
Example:
OFCRUNPC CMD('UPDATEROUTEINDEXES~DocType~DocTitle~Index1~Index2~Index3~Index4~Index5~Index6~Index7~Index8~Index9~Index10~0~Approval Note') OPTION(*OTHER)
7 April 2008
Example: OFCRUNPC CMD('MSGBOX~This is a test message for the new message box.') OPTION(*OTHER)
24 March 2008
29 February 2008
26 February 2008
24 October 2007
1.) Added setting to launch applications in the foreground. If this option is disabled this option will not set the registry FOREGROUNDLOCKTIMEOUT to 0 it will set it to 200000 instead.
2007-08-20
Added WAITPDFCREATOR option to force a wait interval until the PDF Creator is done spooling a document. This is a *OTHER option that should only be used when user wants to wait until a document has been completely printed to a PDF document before continuing. This option would typically be called right after printing a MS Word or other document to the PDF Creator print driver to create a PDF file. The wait makes sure that the PDF Creator queue is clear before trying to process another PDF with the PDF Creator. WARNING: Only 1 job should be printing to a PDF file via PDF Creator at a time. Printing to PDF Creator printing only works in a single threaded fashion.
OFCRUNPC CMD('WAITPDFCREATOR~') OPTION(*OTHER)
2007-08-18
Fixed issue with *BLANK being put into Folder, Title, DocType and Index Keys 1-10 when using the RJSSCANNEW, RJSSCANNEWBATCH, RJSSCAN and RJSSCANKEYS commands with the Scan Workstation.
2007-08-17
Added ability to pass *BLANK for Folder, Title, DocType and Index Keys 1-10 in the RJSSCANNEW, RJSSCANNEWBATCH, RJSSCAN and RJSSCANKEYS. This can be used to blank out existing fields that are filled in the Scan Workstation.
2007-08-01
Fixed issue with checking 29th parm when sending values to Scan Workstation. It was actually checking for a blank value on the 28th parm instead of the 29th.
2007-07-20
Removed "OPEN" parm from ShellExecute because of issues with PDF's not opening in Acrobat Reader.
2007-07-18
Added code to tell Scan Workstation to return control back without having to close the Scan Workstation. 2.) Added code to tell Scan Workstation to stay open instead of closing after returning control. 3.) Added RJSSCANKEYS which will launch the Scan workstation and pass in the Folder, Doc Type, Title and Index keys. If the Scan Workstation is already running it will use the session that is currently running.
2007-06-06
Added REG command line parameter which will allow all the licensing code to process and then end the program. This will allow our installation to run the program as administrator for automated installations.
2007-04-16
Fixed problem with temporary image location when calling the Scan Workstation being hard coded instead of using the Scan Workstation .ini setting.
2007-04-05
Fixed problem in PrintRJSImagetoNewFile routine. If the same filename was used for both input and output file, only the first page got exported since the input file gets overwritten upon the first page output to the output file. Changed the routine to copy the original file to a temp file and then re-write back to the original file. On the iSeries this affects the DOCIMGEXP command.
2007-03-01
Fixed issue with timout value stating minutes instead of seconds in the response text box.
Change main form to stat seconds instead of minutes for the timout value.
Fixed issue with program not closing when Windows is shut down which stops Windows from shutting down.
If the Start button has been pressed we not disabled the File/Exit menu until the Stop button is pressed.
Added message to tell the user that the program is minimized to the system tray and not closed.
2007-02-20
Changed ConcatPDFDirectory to ConcatPDFDirectory32. Error 13 occurring on Windows 2000 PC.
Added SETBASEPATH directive to change FTP base path. Example usage from iSeries: OFCRUNPC CMD('SETBASEPATH~C:\RJSTEMP545534') OPTION(*OTHER)
2007-01-22
Since iSeries command OFCIMGPRT in RJSOFFICE does not match up with the DOCIMGPRT command in RJSIMAGE, we now clean up the missng annotation parms with defaults if parm 17 is blanks which probably means that OFCIMGPRT was called instead of DOCIMGPRT.
2007-01-10
If user clicks X when app is open, it now minimizes instead of closing.
2007-01-09
Added FILEEXISTS check code that users can call to check for PC file existence.
2006-12-13
Added PDF Merge Options Req: Needs RJS PDF Merge .Net Install
Added Delete File Group Option. Parms: directory name, pattern OFCRUNPC PORT(21) CMD('DELETEFILEGROUP~C:\RJSTEMP~TEST_*') OPTION(*OTHER)
Added XLFILEOPENPRINT option. Parms: XLS file, printer name, copies, collate Ex:OFCRUNPC PORT(21) CMD('XLFILEOPENPRINT~C:\RJSTEMP\golf.xls~PDFCreator~1~1') OPTION(*EXCEL)
Added FILEHIDDEN, FILEREADONLY, FILENORMAL options under OTHER. This allows for PC or network file management operations to show/hide files. via their attributes.
Ex Set Normal:
OFCRUNPC PORT(21) CMD('FILENORMAL~C:\RJSTEMP\golf.xls') OPTION(*OTHER)
Ex Set ReadOnly:
OFCRUNPC PORT(21) CMD('FILEREADONLY~C:\RJSTEMP\golf.xls') OPTION(*OTHER)
Ex Set Hidden:
OFCRUNPC PORT(21) CMD('FILEHIDDEN~C:\RJSTEMP\golf.xls') OPTION(*OTHER)
Sample CL command jobstream:
Set PDF Creator Options
OFCRUNPC PORT(21) CMD('PDFCREATOROPT~C:\RJSTEMP\TEST_<DateTime>~1~0~ ~ ') OPTION(*OTHER) ** Print Word Doc to PDFCreator Driver OFCRUNPC PORT(21) CMD('WORDFILEOPENPRINT~C:\RJSTEMP\TEST1.DOC~PDFCreator') OPTION(*WORDOLE)
Print Word Doc to PDFCreator Driver
OFCRUNPC PORT(21) CMD('WORDFILEOPENPRINT~C:\RJSTEMP\TEST2.DOC~PDFCreator') OPTION(*WORDOLE)
Print Excel to PDFCreator Driver
OFCRUNPC PORT(21) CMD('XLFILEOPENPRINT~C:\RJSTEMP\golf.xls~PDFCreator~1~1') OPTION(*EXCEL)
Merge Docs into Single PDF File
OFCRUNPC PORT(21) CMD('MERGEPDF~C:\RJSTEMP~TEST_*~C:\RJSTEMP\TEST_MERGE.PDF ') OPTION(*OTHER)
Need to either print the merged PDF file or capture it back to iSeries here or email it
Delete PDF File Group When Done
OFCRUNPC PORT(21) CMD('DELETEFILEGROUP~C:\RJSTEMP~TEST_*') OPTION(*OTHER)
2006-12-04
Added annotation location parameter to DOCIMGPRT and DOCIMGEXP commands and the RJS Image Viewer 1.0.66
2006-08-22
Added PrintPDF function for printing PDF files with the OFCPRTPDF command on the iSeries. Requirements: RJS PDF Viewer V1.0.1 or above to be installed on PC RJSOFFICE library with OFCPDFPRT command.
Added initial PDF Creator print to PDF handling logic. **Note PDF creator logic is not complete yet. Do not use.
2006-08-23
Added PrintRJSImagetoNewFile function. This 'allows users to export a doc to a new file with or without 'annotation text. RJSIMGPRTNEW must be passed as *OTHER operation Note: Requires RJS Image Doc Viewer V1.0.61 or above to work correctly. Note: Also requires DOCIMGEXP CL command from the RJSIMAGE library. The DOCIMGEXP command is currently available via the RJSIMGUP06 library download. Will be added to RJSIMAGE library build soon.
2006-03-03
Changed Auto Start/Minimize to be enabled by default. 2.)Added ini setting to disable the right click menu from the system tray. 3.)Change the maximizing from the system tray to use a double click instead of just a signle click.
2006-02-28
Added MERGELETTERPRINTSAVE PC command. This command has the same parms as the MERGELETTERPRINT PC command but the MERGELETTERPRINTSAVE PC command has a Parm 10. This parm holds the destination path to save the merged document.
2005-08-11
Added initial implementation of RJSVbScript object calls. This code has not been released yet.
2005-08-11
Added shared network user support. If the RJSOFFICE.SHR file exists in the same directory as RJSOFFICE.EXE, then each user will automatically have an INI file created with their Windows user ID in the C:\Program Files\RJSOFFICE folder. Then each users INI settings can be changed so they have their own IP port and home directory as needed.
2005-08-11
Added FormDocs Merge Command Support.
2005-08-11
Added annotation text print parms to PrintRJSImage function. This ties back to the DOCIMGPRT command in iSeries library RJSIMAGE. Note: Requires RJS Image Doc Viewer V1.0.44 to work correctly. Note: Requires RJSIMAGE library version 1.77 and above.
2005-08-11
If file prefix is passed, set the output file prefix in scan workstation. 2.) User can now scan a batch of documents by passing a 2 to scanmode when calling RJSSCAN.
2005-01-10
Added logic to handle MS Word 4608 - value out of range error that can occur if a document has too many sections in it and the user trays to set tray numbers for MERGELETTERPRINT. If the 4608 error occurs, we go through all document sections and set the First Tray and Other Tray parms at the section level instead. This is slower than setting the trays at the document level, but this is the only published workaround for this problem in MS Word 2000-2003.
2005-01-10
Added tracepoint logic to office integrator to trap tray problem.
2004-11-02
Added MERGELETTERPRINTPDF to the *WORDOLE option. This option currently requires the full version of Adobe Acrobat. The syntax is as follows: MERGELETTERPRINTPDF~C:\MERGE\MERGE1.DOT~C:\MERGE\MERGE1.TXT~Acrobat PDFWriter~C:\MERGE\MERGE1.PDF The Run Option is *WORDOLE.
2004-11-02
Added the ability to leave the Image Doc Viewer open after viewing a document. This way when the command is called again it will use the viewer that is already open.
2004-11-01
Added cropping parms to DOCIMGPRT command.
2004-10-27
Added LAUNCHWPARM option to launch a program and pass parms to it The Run Option has to be *OTHER.
Example of PC Command to Run:
LAUNCHWPARM~"C:\Program Files\IBM\Client Access\cwbtf.exe";c:\as400.dtt
2004-07-19
Added code to insure that the SaveAs dialog no longer pops up when a MERGELETTERPRINT operation or any similar operations fail. Control will return to the AS/400 program, thus releasing the user workstation.
2004-06-01
Added RJSIMGVIEW option to view an image using the RJS image viewer.
2004-04-19
Added ability to set default printer duplex settings via an API call other then EventVB5.DLL. Duplex settings: SIMPLEX2/DUPLEXHORIZONTAL2/DUPLEXVERTICAL2
2004-05-11
Added and removed test message boxes.
2004-04-19
Added ability to set default printer duplex settings and also the default printer tray for a selected printer. Duplex settings: SIMPLEX/DUPLEXHORIZONTAL/DUPLEXVERTICAL Tray numbers can be determined using the RJS Printer Tray Utility.
2003-12-20
Added user and password security capability.
Converted to ActiveX EXE so we can launch this program as a service. Created service launcher EXE and DLL for launching this as a service. To register the "RJS iSeries Office Integrator Service", run the following command from the Windows start/run menu.
Register the Service:
"C:\PROGRAM FILES\RJSOFFICE\rjsofficeservice.exe" -i
UnRegister the Service:
"C:\PROGRAM FILES\RJSOFFICE\rjsofficeservice.exe" -u
2003-11-14
Added Duplex/Simplex capability. See the TSTMRG5C sample in the RJSOFFICE library for parameter explanations.
2003-05-07
Removed machnm1.exe check from the program for license codes.
2003-04-17
Added WINFAX API call to send faxes via WinFax. Requires RJS WinFAX API to be loaded on the PC.
2003-02-25
Added FILECOPY, FILEMOVE, FILEDELETE options under OTHER. This allows for PC or network file management operations. 2.) DRIVE option not supported with new FTP server control. User must use FILEMOVE, FILECOPY or FILEDELETE to manage files that have been downloaded to the default FTP path.
Delete File “C:\Test.txt”
OFCRUNPC CMD('FILEDELETE~\Test.txt') OPTION(*OTHER)
Copy File “C:\Test.txt” to “C:\RJSTEMP\Test.TXT”
OFCRUNPC CMD('FILECOPY~\Test.txt~\RJSTEMP\Test.TXT~1') OPTION(*OTHER)
Move File “C:\Test.txt” to “C:\RJSTEMP\Test.TXT”
OFCRUNPC CMD('FILEMOVE~\Test.txt~\RJSTEMP\Test.TXT~1') OPTION(*OTHER)
Rename File “C:\Test.txt” to “C:\Test1.TXT”
OFCRUNPC CMD('FILEMOVE~\Test.txt~\Test1.TXT~1') OPTION(*OTHER)
2003-02-20
Replaced Mabry FTP ServerX with Dart PowerTCP FTP Server control. I was unhappy with Mabry's support.
2003-02-10
Updated Mabry FTP Server control from V1.00.36 to V1.00.37 This will hopefully resolve certain situations where the transferred file sizes were getting truncated when sent from the AS/400.
2003-02-06
Make sure to clear IP setting so Mabry control listens on all available IP addresses. Problem was introduced after updating Mabry FTP to V1.00.36
2003-02-05
Updated Mabry FTP Server control from V1.00.26 to V1.00.36 This will hopefully resolve certain situations where the transferred file sizes were getting truncated when sent from the AS/400.
2003-02-01
Added parms 5 and 6 for the MERGELETTERPRINT directive to pass the printer drawer to use with the selected printer.
Added parms 4 and 5 for the WORDFILEOPENPRINT directive to pass the printer drawer to use with the selected printer.
Note: A copy of the RJS Printer List Utility should be downloaded so that you can list all available drawers for your printer drivers. This will allow you to determine the drawer number that is needed to be passed to these parms since a numeric drawer number is required.
2003-02-01
Hide password
2003-02-01
Added a number of new WORD OLE options
2003-02-01
Added cleanup code to make sure MS Word gets closed if any of the MS Word OLE commands fail.
2003-02-01
Added API call to force Windows to allow us to launch programs in the foreground. Apparently Microsoft removed the default ability to launch programs in the foreground with Windows 98/Me/2000,etc.
2003-02-01
If NOTESUI passed and *OTHER selected, attempt to send field values to current Notes UI Document.
2003-02-01
Added support for PaperChases for Notes Index Fields. We can now pass index field from the AS/400 to PaperChase for Notes.
2003-02-01
Updated Mabry FTP Server control to 1.0.0.26
Still have questions? We can help. Submit a case to Technical Support.