by Jumar Solutions - Product Type: Component / ActiveX DLL / DLL
Integrate your applications with multiple versions of Microsoft Word. WordController detects which version of Word is present at runtime and executes code appropriate to that version. Developers can write one set of code that can be deployed to users without worrying about what version of Word they have installed on their system. Use WordController to determine which version of Word is running, launch Word in any state (hidden, normal, minimized, maximized), create Word documents from text files, and more.
Average Review:
based on 4 reviews.
Our regular prices are shown below. Please logon to see your discounted prices.
| Add to Cart | $ 289.10 | 1 Developer License | Download (2.5 MB) | |
| Add to Cart | $ 578.20 | 4 Developer Team License | Download (2.5 MB) | |
| Add to Cart | $ 1,445.50 | 1 Site Wide License (Allows Unlimited Developers at a Single Physical Address) | Download (2.5 MB) | |
| Add to Cart | $ 2,500.00 | Source Code Escrow Annual Subscription - (An Escrow Agreement will be sent to you for signature - please read Licensing section below) | Download (43 KB) | |
| Add to Cart | $ 145.04 | 1 Developer Upgrade License from previous version | Download (2.5 MB) |
Our prices include ComponentSource technical support and, for most downloadable products, an online backup and a FREE upgrade to the new version if it is released within 30 days of your purchase. All sales are made on our standard Terms and Conditions and subject to our Return Policy. Please contact us if you require any licensing option not listed above including volume licensing and previous versions.
Our regular prices are shown above. Please logon to see your discounted prices.
What's New in V5.0
This version offers Word 2003 compliance. Earlier versions do not support Word 2003. In addition there are many new functions, including extensive support for Word tables.
There is a new DLL, a new version of the sample application and updated documentation (DOC and HLP).
The new functions offered include the following:
What's New in V4.0
Running on top of the functionality exposed by Word, WordController detects which version is present at runtime and executes code appropriate to that version. It becomes simple to write one set of code, which can be deployed to users without worrying what version of Word they have.
WordController aggregates complex Word functionality into high-level new functions that allow Developers to manipulate Word without requiring them to understand the Word object model.
Developers who wish to integrate with Word face a major problem with regard to the different behaviour of different Word versions. Applications that are written for one version of Word do not necessarily work when run on a workstation that has a different version installed.
Developers do not want to have to specify that their Users have a particular version, nor do they want to revisit their applications when the next version of Word is released. WordController Plus addresses these issues by adding a layer on top of the functionality exposed by Word, detecting what version is present at runtime and executing code that will work with that version. It is now possible to write one set of code that can be deployed to users without worrying what version of Word they have. And when the next version of Word is released let us worry about testing its behaviour and making any changes necessary to ensure that the WordController functions behave in a manner as consistent as possible with the earlier versions.
Further, WordController aggregates some very complex Word functionality into high level new functions which allow the Developer to do the most commonly required tasks: open documents; generate form letters; build tables; do mail merges etc. with just one or two lines of code and without any need to understand the complex Word object model. An example of this is the wdcBuildTemplateDocument function that does all the processing associated with generating (and optionally printing) would be a template-based form letter or report with a single function call.
Using combinations of the WordController functions the Developer can do most of the things he or she would normally need to do without needing to learn the old WordBasic or the newer Word object model. But WordController also provides access to the native Word.Basic and Word.Application objects exposed by Word itself so you can code additional functionality if you wish.
WordController also offers sophisticated error handling. Many things can go wrong when working with a 3rd party application on a machine over which you have no control. WordController allows you to trap errors in a professional manner and return friendly error codes and text to the calling application to be acted upon as the Developer chooses. For more information on this see the Error Handling section later in this document.
When the WordController component is installed on the workstation, a Developer building an application with a product which supports the use of ActiveX components (such as Visual Basic or Delphi) can access any of the WordController methods (functions) and properties from within their code.
WordController is a 32-bit in-process OLE server DLL that may be used on any 32-bit Windows platform (NT/2000 or 95/98/Me). ). It can be used with Word versions 6.0, 95, 97 or 2000. A few WordController functions do not work with the pre-97 versions as they offer functionality which was not available in these versions but where this is the case it is clearly pointed out in the documentation (see individual function descriptions for details) and the functions do not fail - instead they return a trappable error indicating that that version of Word does not support that functionality. This allows the Developer to handle the exception smoothly and avoid unpleasant application failures.
WordController includes a sample Visual Basic project that demonstrates how to call the component functions.
With the help of WordController Plus a client application can: