Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WordFile.Append
Appends one word file text to other.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WordFile | 7.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "WordFile.Append"; WordFile; Other WordFile { ; AddPageBreak } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
WordFile | The reference number of the open word file. | $wordFile | |
Other WordFile | The reference number of the second word file. | $wordFile2 | |
AddPageBreak | Available in MBS FileMaker Plugin 9.2 or newer. Whether to add a page break. |
1 | Optional |
Result
Returns OK or error.
Description
Appends one word file text to other.This function takes document part from other word file and copies it’s xml nodes to the current document.
Please only copy from one document to other if they both are made from same template, so internal IDs for styles match.
See also
Release notes
- Version 9.2
- Added AddPageBreak parameter for WordFile.Append.
- Version 7.5
- Added WordFile.Append.
- Version 7.1
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 22nd November 2017, last changed 19th April 2019