Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
Place Picture
All examples are included with download of MBS FileMaker Plugin.
Overview | |
Tables | 1 |
Relationships | 0 |
Layouts | 1 |
Scripts | 2 |
Value Lists | 1 |
Custom Functions | 0 |
Custom Menus | 0 |
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 |
Place Picture |
6 fields defined, 1 record
| Place Picture |
Table Name: Place Picture - 6 Fields | ||||||||
Field Name | Type | Options | Comments | On Layouts | In Relationships | In Scripts | In Value Lists | |
Title | Normal, Text | Auto-Enter:
|
|
|
||||
Size | Normal, Text | Auto-Enter:
|
|
|
||||
Comment | Normal, Text | Auto-Enter:
|
|
|
||||
Image | Normal, Binary | Auto-Enter:
|
|
|
||||
Normal, Binary | Auto-Enter:
|
|
|
|||||
Position | Normal, Text | Auto-Enter:
|
|
|
Layout Objects: Place Picture
Field Name: Place Picture::Title | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Place Picture::Size | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Place Picture::Comment | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Place Picture::Image | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: Place Picture::PDF | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: Place Picture::Position | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Create PDF” ] Scripts: |
Value List Name | Source | Values | On Layouts |
Positions | Custom |
|
Create PDF |
InitDynaPDF |
Next Script: [InitDynaPDF] |
Script Name | Create 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 PDF] |
Script Name | InitDynaPDF |
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 |
|
Download example: Place Picture
Used functions:- Container.WriteFile
- DynaPDF.AppendPage
- DynaPDF.EndPage
- DynaPDF.Initialize
- DynaPDF.InsertImage
- DynaPDF.IsInitialized
- DynaPDF.New
- DynaPDF.ReadImageFormat
- DynaPDF.Rectangle
- DynaPDF.Release
- DynaPDF.Save
- DynaPDF.SetBBox
- DynaPDF.SetFillColor
- DynaPDF.SetFont
- DynaPDF.SetGStateFlags
- DynaPDF.SetLineWidth
- DynaPDF.SetPageCoords
- DynaPDF.SetPageHeight
- DynaPDF.SetPageWidth
- DynaPDF.SetSaveNewImageFormat
- DynaPDF.SetStrokeColor
- DynaPDF.SetTextRect
- DynaPDF.WriteFText
