RJS Windows Application Integrator BETA Installation
From Support
The RJS Windows Application Integrator is a new product that s designed to allow users to scrape key information from any Windows application and pass it to the WebDocs Search API's or any other application that can be called via command line, URL and via COM/ActiveX.
When information is scraped from a Windows screen, the info can be passed off to a VBScript macro to do some work. This works similar to the 5250 integrator, however ANY windows screen can be scraped for text values.
The product can be installed as follows:
Requirements OS: Windows 2000 or XP .Net Common Language Runtimes V1.1
Installations Needed
Visual Basic 5.0 Runtime Files http://www.rjssoftware.com/files/VB_Runtime/vb5run.exe
Scansoft OCR Capture http://www.rjssoftware.com/files/scansoftocr/OCRDistributionSetup.EXE
RJS Scansoft OCR Components http://www.rjssoftware.com/files/scansoftocr/rjsscansoftocrsetup.exe
RJS Windows Application Integrator Setup http://www.rjssoftware.com/files/rjswindowsappintegrator/rjswindowsappintegratorsetup.exe
Running the Application Integrator After installation the application integrator can be run from the Start/Programs/RJS Windows Application Integrator/RJS Windows Application Integrator icon.
After the program starts a system tray icon appears in the system tray.
When the icon is double-clicked or right-clicked, the screen changes to allow you to be able to draw a rectangle around any text that is visible on screen.
After drawing a rectangle and releasing the mouse, a screen is displayed so you can select a value and also what you want to do with the value.
After selecting a value and something to do, click OK and the corresponding VB script operation will be run.
It's that simple.
Setting up VBScript Macros to Run
1.) Edit the SETTINGS.INI file in c:\program files\RJSWINDOWSAPPINTEGRATOR to set up operations to run.
Enter up to 30 descriptions along with a name for the VB operation you want to run. The VB operation will be passed as parm 0 to the VB Script macro file: c:\program files\RJSWINDOWSAPPINTEGRATOR\RJSVbScriptMacros.bas
2.) Edit the VB Script macro file to tell the Windows Application Integrator what to do for each VB operation. The VB macro file is: c:\program files\RJSWINDOWSAPPINTEGRATOR\RJSVbScriptMacros.bas
The VB Script macro file can be edited and tested with the RJS VB script editor which can be run via: Start\Programs\RJS Windows Application Integrator\RJS Script Editor.
Tip: While editing the VB script macro file, you can step thru the script and test interactively using the F8 key. The main() subroutine always runs and then you can add calls to any routines you write for testing.
Use the c:\program files\RJSWINDOWSAPPINTEGRATOR\RJSVbScriptMacros.bas file as a starting template for your own macros.
