Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
DynaPDF.GetFieldExpValue
Retrieves the export value(s) of a check box, list box, or combo box.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 4.0 | Yes | Yes | Yes | Yes | Yes |
MBS( "DynaPDF.GetFieldExpValue"; PDF; Field ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. | ||
| Field | The field index or field name. | "FirstName" |
Result
Returns value or error.
Description
Retrieves the export value(s) of a check box, list box, or combo box.The field must be a valid field handle of a check box, list box or combo box.
The export value of a check box can be either "Off" if the check box is not selected or an arbitrary string when the check box is selected.
The export value of a combo box or list box can be empty when no value is selected.
Since Acrobat 5, list boxes support multiple selected values. In this case the export values are delimited by a newline character.
The field type can be determined with the functions DynaPDF.GetFieldType, DynaPDF.GetField or DynaPDF.GetPageField.
See also GetFieldExpValue function in DynaPDF manual.
See also
- DynaPDF.GetField
- DynaPDF.GetFieldChoiceValue
- DynaPDF.GetFieldExpValueEx
- DynaPDF.GetFieldTextColor
- DynaPDF.GetFieldType
- DynaPDF.GetTextFieldValue
- DynaPDF.New
- DynaPDF.SetFieldExpValue
- DynaPDF.SetFieldExpValueEx
- DynaPDF.SetFieldMapName
Created 18th August 2014, last changed 18th August 2014
DynaPDF.GetFieldExpValCount - DynaPDF.GetFieldExpValueEx
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins