Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.CreateTextField
This function creates a text field.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 4.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.CreateTextField"; PDF; Name; Parent; Multiline; MaxLen; PosX; PosY; Width; Height ) More
Parameters
Parameter | Description | Example |
---|---|---|
The PDF reference returned from DynaPDF.New. | ||
Name | Name of the text field | "Input" |
Parent | Parent group field if any or -1. | -1 |
Multiline | Enable multi line text output. | 0 |
MaxLen | Maximum length of the text or 0. | 0 |
PosX | X-Coordinate of the text field. | 100 |
PosY | Y-Coordinate of the text field. | 100 |
Width | Width of the text field. | 100 |
Height | Height of the text field. | 20 |
Result
Returns field handle or error.
Description
This function creates a text field.See CreateTextField function in dynapdf_help.pdf for details.
See also CreateTextField function in DynaPDF manual.
Examples
Create a text field:
Set Variable [$f; Value:MBS( "DynaPDF.CreateTextField"; $pdf; "Val1"; -1; 0; 0; 50; $y; 200; 20)]
See also
- DynaPDF.AddActionToObj
- DynaPDF.CreateGroupField
- DynaPDF.CreateJSAction
- DynaPDF.CreateSigField
- DynaPDF.CreateSigFieldAP
- DynaPDF.FreeTextAnnot
- DynaPDF.New
- DynaPDF.SetFieldBorderColor
- DynaPDF.SetFieldFlags
- DynaPDF.SetNumberFormat
Example Databases
Blog Entries
- MBS @ FMTraining.TV - The FileMaker MonkeyBread Plug-in Q&A
- PDF Forms with MBS Plugin
- Tip of the day: DynaPDF form creation with calculation with FileMaker
- MBS Filemaker Plugin, version 4.1pr4
FileMaker Magazin
This function checks for a license.
Created 18th August 2014, last changed 18th October 2016