Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
Form
All examples are included with download of MBS FileMaker Plugin.
Overview | |
Tables | 1 |
Relationships | 0 |
Layouts | 1 |
Scripts | 6 |
Value Lists | 0 |
Custom Functions | 1 |
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 | Off |
Require iOS passcode | Off |
Switch to layout | Off |
Hide all toolbars | Off |
Script triggers | |
OnFirstWindowOpen | Off |
OnLastWindowClose | Off |
OnWindowOpen | Off |
OnWindowClose | Off |
OnFileAVPlayerChange | Off |
Thumbnail Settings | |
Generate Thumbnails | On; Temporary |
Table Name |
Statistics
| Occurrences in Relationship Graph |
Form |
7 fields defined, 3 records
| Form |
Table Name: Form - 7 Fields | ||||||||
Field Name | Type | Options | Comments | On Layouts | In Relationships | In Scripts | In Value Lists | |
Firstname | Normal, Text | Auto-Enter:
|
|
|
||||
Lastname | Normal, Text | Auto-Enter:
|
|
|
||||
Address | Normal, Text | Auto-Enter:
|
|
|
||||
City | Normal, Text | Auto-Enter:
|
|
|
||||
Country | Normal, Text | Auto-Enter:
|
|
|
||||
Normal, Text | Auto-Enter:
|
|
|
|||||
ID | Normal, Text | Auto-Enter:
|
|
|
Layout Objects: Form
Field Name: Form::Firstname | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Form::Lastname | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Form::Address | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Form::City | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Form::Country | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Form::Email | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Form::ID | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Create Template PDF” ] Scripts: |
Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Export PDF” ] Scripts: |
Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Import PDF” ] Scripts: |
Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Update from PDF” ] Scripts: |
InitDynaPDF |
Create Template PDF |
Export PDF |
Import PDF |
Update from PDF |
Create Template PDF with buttons |
Next Script: [Create Template PDF] |
Script Name | InitDynaPDF |
Run script with full access privileges | 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: [Export PDF] |
Script Name | Create Template PDF |
Run script with full access privileges | 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: [Create Template PDF] | Next Script: [Import PDF] |
Script Name | Export PDF |
Run script with full access privileges | 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: [Export PDF] | Next Script: [Update from PDF] |
Script Name | Import PDF |
Run script with full access privileges | 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: [Import PDF] | Next Script: [Create Template PDF with buttons] |
Script Name | Update from PDF |
Run script with full access privileges | 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: [Update from PDF] |
Script Name | Create Template PDF with buttons |
Run script with full access privileges | 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 |
|
Function Name | Parameters | Availability | Definition | In Field Definitions | In Scripts |
CreateTextField | fieldName;findText | All accounts | Let ( [ found = MBS( "DynaPDF.FindText"; $pdf; fieldName; 0 ); posText1 = MiddleWords ( found ; 2 ; 1 ); posNum1 = MBS( "Math.TextToNumber"; posText1 ); posText2 = MiddleWords ( found ; 6 ; 1 ); posNum2 = MBS( "Math.TextToNumber"; posText2 ); field = MBS( "DynaPDF.CreateTextField"; $pdf; fieldName; -1; 0; 200; 120; posNum1-3; 300; posNum2-posNum1+5 ); r = MBS("DynaPDF.SetFieldBorderStyle"; $pdf; field; "Bevelled") ]; field ) |
|
Menu Sets | Menus | In Scripts | In Layouts | Comments |
[Standard FileMaker Menus] |
|
Download example: Form
Used functions:- DynaPDF.AddActionToObj
- DynaPDF.CreateButton
- DynaPDF.CreateResetAction
- DynaPDF.CreateSubmitAction
- DynaPDF.CreateTextField
- DynaPDF.EditPage
- DynaPDF.EndPage
- DynaPDF.FindText
- DynaPDF.GetField
- DynaPDF.ImportPDFFile
- DynaPDF.Initialize
- DynaPDF.IsInitialized
- DynaPDF.New
- DynaPDF.OpenOutputFile
- DynaPDF.OpenPDFFromFile
- DynaPDF.Release
- DynaPDF.RGB
- DynaPDF.SetFieldBackColor
- DynaPDF.SetFieldBorderColor
- DynaPDF.SetFieldBorderStyle
- DynaPDF.SetFieldFlags
- DynaPDF.SetTextFieldValue
- FileDialog.GetPath
- FileDialog.OpenFileDialog
- FileDialog.Reset
- FileDialog.SaveFileDialog
- FileDialog.SetMessage
- FileDialog.SetNameFieldStringValue
- Math.TextToNumber
- Path.FileMakerPathToNativePath
