News RSS Comments RSS 14 News and 12 Comments till now

xWord Library 1.9

xWord Library 1.9

for ver: 5, 5.5
price: $99
release date: 2003-08-28

Buy on ClarionShop

Goto download page »

This library, using OLE and WordBasic 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. :xword: supports MS Word'2002, MS Word'2000 and MS Word'97.

xWord Library supports MS Word'2002, MS Word'2000 and MS Word'97.
These programs must be installed on your computer!

xWord Library Demonstration Program based on original example from Clarion distributive. And now contains two examples of creation of the Word document. It is a Products List and a Customers Mailing Labels. ?

History
1.9 2003-08-28 New version with new methods.

* ChangeDocFont
* DocumentStatistics, RangeStatistics
* SmartCutPasteON, SmartCutPasteOFF, SmartCutPaste
* SelectionExtendMode
1.8 2002-03-20 New version xWord Library with many new methods and changed in exists methods.

New methods:
* AddTabStops, ClearAllTabs
* TableRowHeight, RowHeight
* AddBorders for Paragraph, Text, Table, Cell
* ClearBorders for Paragraph, Text, Table, Cell
* AddShading for Paragraph, Text, Table, Cell
* ClearShading for for Paragraph, Text, Table, Cell
* PrintDocument
* InsertDocument
* WindowState, ArrangeAllWindow

Changed methods:
* WriteTableCell (The method is optimized by speed
1.7 2002-02-18 New version xWord Library with many new methods.

New methods:
* SelectCell, SelectRow, SelectColumn, SelectTable
* InsertRows, InsertRowsAbove, InsertRowsBelow
* InsertColumns, InsertColumnsRight, InsertCells
* DeleteRow, DeleteColumn, DeleteCells, DeleteTable
* GoToTable, GoToCells
* MergeOpenDataSource, MergeAddField, MergeAddFieldP
* InsertDateTime

The input of a registration information is simplified.
Now you have two variants.
To enter your Registration info in application or in thefile-license xWord.LIC
If you use file-license, all your applications will canuse automatically this file, and you should not each time enter your code.
1.6 2002-01-13 New version xWord Library with four new methods.

New methods:
* MergeSetTemplate, MergeSetDataFile
* MergeGetTemplate, MergeGetDataFile

Changed methods:
* MergeDocuments

(The users of the previous versions should read aboutMergeDocuments in documentation)
1.5 2001-10-16 New version xWord Library with many new methods.

New methods:
* Move, MoveStart, MoveEnd
* MoveUp, MoveDown, MoveLeft, MoveRight
* HomeKey, EndKey
* GotoMethod, GoToNext, GoToPrevious
* Cut, Copy, Paste
1.4 2001-08-19 New version xWord Library with many new methods and changed in exists methods.

New methods:
* NewDocument, OpenDocument
* SetDocumentActive, GetCurrentActiveDocument
* CloseDocument, CloseActiveDocument
* SaveAs
* CloseMSWord
* SimpleWriteTableCell
* FindText, ReplaceText
* MergeDocuments
* RunMacro
* InsertURL, InsertEmail

Changed methods:
* Init, Kill

(The users of the previous versions should read about Init and NewDocument methods closely!)
1.3.1 2001-06-20 Added ImportText, EndImport, StoreClipboard, RestoreClipboard methods for importing plain text from Word Document and paste it into Clipboard;
1.3 2001-05-30 Added Preview, InserPageBreake methods, Improved InsertPicture method;
1.2 2001-05-28 Added SetCellBackground, AddPageNumbers, SeekView methods;
1.1 2001-05-25 Fixed bugs in some methods;
1.0 2001-05-22 Original (first) release;