News RSS Comments RSS 14 News and 12 Comments till now

xWordCOM Library 1.6

xWordCOM Library 1.6

for ver: 5.5, 7, 6.1, 6.2, 6.3
price: $149
release date: 2010-07-03

Buy on ClarionShop

Goto download page »

This library, using COM inteface help you to create Word documents directly from Clarion applications. You have complete control over document formatting, including table creation and graphic file insertion. You can make search and replacement in the documents, save the document in various formats, make merge of the documents, printing, execute macro and much other.

:xwordcom: supports MS Word'2003, MS Word'2002, MS Word'2000 and MS Word'97.

Include in bundles: xXXL Pack

History
1.6.C7 2010-07-03
  • Compatibility with Clarion 7
  • 1.6.C63 2006-06-03
  • Version for Clarion 6.3 (Build 9052);
  • New installation kit for Clarion 6.3;
  • 1.6b 2005-10-27
  • For full compatibility with old versions of MS Word, two new methods from previous
    version of xWordCOM (ReadingLayout and DisplayPageBoundaries) were disabled;

  • New method GetText for getting result of FindText method.
    GetText have one parameter BYTE RemoveLimiters=FALSE
    Work with this method you can see in Demonstration Program;
  • 1.5b 2005-08-27
  • Method InsertPageBreak fixed; Thanks to Malcolm Barnett for perseverance! ;-)

    New methods: (Work with all new methods is shown in Demonstration Program)
  • InsertBreak(LONG BreakType=wdPageBreak) (from 2 to 11, see xwordcom.equ);
  • GetOptions (Call it before using other option methods);

    Various view methods:
  • FullScreen(BYTE Param) (Param = TRUE/FALSE);
  • ViewType(BYTE Param) (Param = wdViewType (from 1 to 6, see xwordcom.equ);
  • ReadingLayout(BYTE Param) (Param = TRUE/FALSE) work with MS Word 2003;

    Options methods:
  • BlueScreen(BYTE Param) (Param = TRUE/FALSE);
  • EnableSound(BYTE Param) (Param = TRUE/FALSE);
  • CreateBackup(BYTE Param) (Param = TRUE/FALSE);
  • AllowFastSave(BYTE Param) (Param = TRUE/FALSE);
  • BackgroundSave(BYTE Param) (Param = TRUE/FALSE);
  • PrintDraft(BYTE Param) (Param = TRUE/FALSE);
  • ShowAll(BYTE Param) (Param = TRUE/FALSE);
  • DisplayPageBoundaries(BYTE Param) (Param = TRUE/FALSE);
  • 1.4b 2005-08-21
  • Compatible with Clarion 6.2 (build 9047);
  • New installation kits created by SetupBuilder 5.0;
  • 1.3b 2004-11-20
  • MergeDocuments method was fixed. TemplateFile now closed automatically after merging;
  • Demonstration program updated for show different variants of documents merging.Using .doc and .dot files as template file. Preparation Data for merging, in table or in tab delimiter string;
  • 1.2b 2004-10-31
  • Clarion 6.1 version compiled under Build 9029;
  • Fixed DocumentsMerging;
  • Fixed method SelectionExtendMode;
  • New Code Templates for xWordCOM methods;
  • More methods examples in Demonstration program;
  • 1.1b 2004-09-09
  • Some methods fixed;
  • 1.0b 2004-06-22
  • First public Beta release;
  • 1.0a 2004-04-21
  • Original (first) release;