Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WordFile.DuplicateTableRow
Duplicates a table row containing a placeholder.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WordFile | 7.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "WordFile.DuplicateTableRow"; WordFile; Placeholder ) More
Parameters
Parameter | Description | Example |
---|---|---|
WordFile | The reference number of the open word file. | $wordFile |
Placeholder | The name of the placeholder. | "City" |
Result
Returns OK or error.
Description
Duplicates a table row containing a placeholder.If you have tables in your template word file and you like to duplicate rows in place, just call this function with a placeholder field in that row.
Use WordFile.AppendTableRow to add new row to the end or WordFile.DuplicateTableRow to add it after the referenced one.
See also
Release notes
- Version 7.1
Blog Entries
FileMaker Magazin
This function checks for a license.
Created 26th January 2017, last changed 26th January 2017
