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.CreateGoToActionEx
Creates a go-to action which uses a named destination to open the target page.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| DynaPDF | 10.0 | Yes | Yes | Yes | Yes | Yes |
Parameters
| Parameter | Description | Example |
|---|---|---|
| The PDF reference returned from DynaPDF.New. | ||
| NamedDest | The index of the named destination. |
Result
Returns an action number or error.
Description
Creates a go-to action which uses a named destination to open the target page.A named destination can be used if the destination should be accessible from another PDF file. See also DynaPDF.CreateNamedDest.
See also CreateGoToActionEx function in DynaPDF manual.
Examples
Adds a go-to action for a cell in the table:
Set Variable [ $NamedDest ; Value: MBS( "DynaPDF.CreateNamedDest"; $pdf; "test"; 2; "Fit") ]
Set Variable [ $Action ; Value: MBS( "DynaPDF.CreateGoToActionEx"; $PDF; $NamedDest ) ]
Set Variable [ $r ; Value: MBS( "DynaPDF.Table.SetCellAction"; $Table; $rowNum; 0; $action; "Invert" ) ]
See also
- DynaPDF.CreateGoToAction
- DynaPDF.CreateGoToRAction
- DynaPDF.CreateGoToRActionEx
- DynaPDF.CreateJSAction
- DynaPDF.CreateNamedDest
- DynaPDF.New
- DynaPDF.Table.SetCellAction
Example Databases
Blog Entries
- Merge PDF with table of contents
- New in the MBS FileMaker Plugin 10.0
- MBS FileMaker Plugin, version 9.6pr2
Release notes
- Version 10.0
- Added DynaPDF.CreateGoToAction, DynaPDF.CreateGoToActionEx, DynaPDF.CreateGoToRAction and DynaPDF.CreateGoToRActionEx functions.
Created 5th December 2019, last changed 5th December 2019
DynaPDF.CreateGoToAction - DynaPDF.CreateGoToRAction
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins