| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
MBS FileMaker Plugin Example Databases
Page Layouting
All examples are included with download of MBS FileMaker Plugin.
| Overview | |
| Tables | 1 |
| Relationships | 0 |
| Layouts | 1 |
| Scripts | 3 |
| Value Lists | 0 |
| Custom Functions | 0 |
| Custom Menus | 24 |
| File Options | |
| Default custom menu set | [Standard FileMaker Menus] |
| When opening file | |
| Minimum allowed version | 12.0 |
| Login using | Account Name; Account= Admin |
| Allow user to save password | On |
| Require iOS passcode | Off |
| Show Sign-in fields | On |
| Switch to layout | Off |
| Hide all toolbars | Off |
| Script triggers | |
| OnFirstWindowOpen | Off |
| OnLastWindowClose | Off |
| OnWindowOpen | Off |
| OnWindowClose | Off |
| OnFileAVPlayerChange | Off |
| OnWindowTransaction | Off |
| Thumbnail Settings | |
| Generate Thumbnails | On; Temporary |
| Table Name | Statistics |
Occurrences in Relationship Graph |
| Page Layouting | 10 fields defined, 1 record |
Page Layouting |
| Table Name: Page Layouting - 10 Fields | ||||||||
| Field Name | Type | Options | Comments | On Layouts | In Relationships | In Scripts | In Value Lists | |
| PrimaryKey | Normal, Text |
Auto-Enter:
|
Unique identifier of each record in this table | |||||
| CreationTimestamp | Normal, Timestamp |
Auto-Enter:
|
Date and time each record was created | |||||
| CreatedBy | Normal, Text |
Auto-Enter:
|
Account name of the user who created each record | |||||
| ModificationTimestamp | Normal, Timestamp |
Auto-Enter:
|
Date and time each record was last modified | |||||
| ModifiedBy | Normal, Text |
Auto-Enter:
|
Account name of the user who last modified each record | |||||
| Text | Normal, Text |
Auto-Enter:
|
||||||
| Picture Left | Normal, Binary |
Auto-Enter:
|
||||||
| Picture Right | Normal, Binary |
Auto-Enter:
|
||||||
| Header | Normal, Text |
Auto-Enter:
|
||||||
| Normal, Binary |
Auto-Enter:
|
|||||||
Layout Objects: Page Layouting
| Field Name: Page Layouting::Text | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
Yes | |
| Field Name: Page Layouting::Header | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
Yes | |
| Field Name: Page Layouting::Picture Left | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
No | |
| Field Name: Page Layouting::Picture Right | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
No | |
| Field Name: Page Layouting::PDF | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
No | |
| Button Properties | Coordinates | Script/Script Step | ||||
|
|
Perform Script [ “Make PDF” ] Scripts: |
||||
| InitDynaPDF |
| Make PDF |
| Clear |
| Next Script: [Make PDF] |
| Script Name | InitDynaPDF |
| Run script with full access privileges | Off |
| Siri Shortcut Visible | Off |
| Include In Menu | No |
| Layouts that use this script | |
| Scripts that use this script | |
| Script Definition | |
| Script Steps |
|
| Fields used in this script | |
| Scripts used in this script | |
| Layouts used in this script | |
| Tables used in this script | |
| Table occurrences used by this script | |
| Custom Functions used by this script | |
| Custom menu set used by this script | |
| Previous Script: [InitDynaPDF] | Next Script: [Clear] |
| Script Name | Make PDF |
| Run script with full access privileges | Off |
| Siri Shortcut Visible | Off |
| Include In Menu | Yes |
| Layouts that use this script | |
| Scripts that use this script | |
| Script Definition | |
| Script Steps |
|
| Fields used in this script | |
| Scripts used in this script | |
| Layouts used in this script | |
| Tables used in this script | |
| Table occurrences used by this script | |
| Custom Functions used by this script | |
| Custom menu set used by this script | |
| Previous Script: [Make PDF] |
| Script Name | Clear |
| Run script with full access privileges | Off |
| Siri Shortcut Visible | Off |
| Include In Menu | Yes |
| Layouts that use this script | |
| Scripts that use this script | |
| Script Definition | |
| Script Steps |
|
| Fields used in this script | |
| Scripts used in this script | |
| Layouts used in this script | |
| Tables used in this script | |
| Table occurrences used by this script | |
| Custom Functions used by this script | |
| Custom menu set used by this script | |
Download example: Page Layouting
Used functions:- DynaPDF.AllowPageBreak
- DynaPDF.Append
- DynaPDF.AppendPage
- DynaPDF.ClipPath
- DynaPDF.EndPage
- DynaPDF.GetLastTextPosX
- DynaPDF.GetLastTextPosY
- DynaPDF.GetPageHeight
- DynaPDF.GetPageWidth
- DynaPDF.Initialize
- DynaPDF.InsertImage
- DynaPDF.IsInitialized
- DynaPDF.New
- DynaPDF.ReadImageFormat
- DynaPDF.Rectangle
- DynaPDF.Release
- DynaPDF.RestoreGraphicState
- DynaPDF.RoundRectEx
- DynaPDF.Save
- DynaPDF.SaveGraphicState
- DynaPDF.SetFillColor
- DynaPDF.SetFont
- DynaPDF.SetPageBreakExpression
- DynaPDF.SetTextRect
- DynaPDF.WriteStyledText