|
 |
Create, open and print new Word documents (letters, invoices, ...) with FileMaker |
 |
Deliver data to bookmarks in Microsoft Word documents |
 |
Create mail merge letters, address labels, envelopes or catalogs in MS Word |
 |
Execute Word macros (VBA procedures |
 |
Read real contents of a Word file into FileMaker fields |
 |
Retrieve the statistic information about a Word file |
 |
Retrieve the revisions from a Word file |
|
|
|
 |
WordConnector Plug-in 1.6
Functions |
Details | Functions | Download |
Purchase


Function Overview
Administration
Files & Folders
Dialogs


|
Administration
|
| GetRegCode |
GetRegCode returns the registration data of the plugin: Serial number, company name and city, plug-in name, version and edition, number of registered users. |
| SetRegCode |
SetRegCode registers the plugin with the license information. |
| Version |
Version returns the current plugin version. |
|
|
|

Files & Folders
|
Create & Edit |
|
| CreateNestedFolder |
CreateNestedFolder creates new folders and also sub-folders on the computer and in the network. It also returns the number of newly created directories. |
| FileFolderCopy |
FileFolderCopy copies files and folders to the specified path on the computer and in the network. |
| FileFolderDelete |
FileFolderDelete deletes files and folders on the computer and in the network. |
| FileFolderExecute |
FileFolderExecute opens, prints, displays and plays files and folders on the computer and in the network. |
| FileFolderMove |
FileFolderMove moves files and folders from one disk location to another on the computer and in the network. |
| FileFolderRename |
FileFolderRename renames files and folders on the computer and in the network. |
| OptionFileOperation |
OptionFileOperation can be used in the Professional edition to customize the functionality of file operations (FileFolderCopy, FileFolderMove, FileFolderDelete, FileFolderRename). The options determine the processing of functions when copying, moving, deleting and renaming files and folders. |
| ReadFileContents |
ReadFileContents returns (a part of) the contents of files on the computer and in the network (starting from optional position and size). |
| WriteFileContents |
WriteFileContents sets and appends text in files on the computer and in the network. At the same time it enables the creation of new files without user intervention. |
|
|


Conversion funtions |
| ConvFromFMPText |
ConvFromFMPText converts text formatted in the internal FileMaker format to text formatted in the format of the current operating system installed on this computer. |
| ConvToFMPText |
ConvToFMPText converts text to text formatted in the internal FileMaker format. |
|
|
|
|


MS-Word functions
|
| GetWordRevisions |
GetWordRevisions returns all revisions in an MS-Word document: author, date, time, text inserted/deleted, number of characters, words, revision text. |
| GetWordStatistics |
GetWordStatistics returns statistic file information in all sections of an MS-Word document: main story: number of total chars, blanks, control chars, numeric chars, chars in footnotes, footers, headers, comments, text frames, number of words in main story, numeric groups in main story, footnotes, footers, headers, comments, text frames |
| SetWordBookmarks |
SetWordBookmarks delivers data from FileMaker Pro to bookmarks in Microsoft Word documents and executes Word macros (VBA procedures) after opening a Word document. Likewise a Word file can be opened or created from a template and be stored under a new file name. |
| SetWordMailMerge |
SetWordMailMerge creates MS-Word mail merge letters and connects FileMaker data with a Word mail merge main document. So you can use the Word mail merge manager to create mail merge letters, address labels, envelopes or catalogs with data from FileMaker in MS Word.
The function also executes Word macros (VBA procedures) after opening a Word mail merge main document.
|
|
|


|

Dialogs
|
| DialogBrowseFor |
DialogBrowseFor displays a 'Browse for' dialog for selection of files, folders, computers and printers. You also can select a system directory to be displayed in the listing. |
| DialogFileOpen |
DialogFileOpen displays an 'Open file' dialog for the selection of a single or of several files. |
| DialogFileSaveAs |
DialogFileSaveAs displays a 'Save file as' dialog. |
| OptionDialogs |
OptionDialogs can be used to customize in all dialog functions the looks of a dialog window and its functionality (DialogBrowseFor, DialogFileSaveAs, DialogFileOpen). |
| OptionWorkingDirectory |
OptionWorkingDirectory can be used to define a working directory for all dialog functions (DialogBrowseFor, DialogFileSaveAs, DialogFileOpen). The starting point for the dialog is the working directory. |
|
|
|
|
|