Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
Report
All examples are included with download of MBS FileMaker Plugin.
Overview | |
Tables | 2 |
Relationships | 2 |
Layouts | 2 |
Scripts | 2 |
Value Lists | 0 |
Custom Functions | 0 |
Custom Menus | 33 |
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 |
Result |
1 field defined, 1 record
| Result |
Articles |
12 fields defined, 3 records
| Articles |
Table Occurrence | Articles | Images | |
Field | ID | = | <Missing Field> |
Source Table | Articles | <Missing Base Table> | |
Source File | Report.fmp12 | Report.fmp12 | |
Allow creation of records via this relationship | Off | Off | |
Delete related records in this table when a record is deleted in the other table | Off | Off | |
Sort records |
Off | Off |
Layout Hierarchy
Result
Articles
Layout Name | Include In Menu | Quick Find | # of Objects | Show Records From | Save record changes automatically | Show field frames when record is active | Show field frames only on current record | Show current record indicator in List View | Used in Scripts | Custom Menu Set | Script Triggers | Theme ID |
Result | Yes | Yes | Result | On | On | Off | On | [File Default] | 01 | |||
Articles | Yes | Yes | Articles | On | On | Off | On | [File Default] | 01 |
Layout Objects: Result
Field Name: Result::OutputPDF | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Button Properties | Coordinates | Script/Script Step | |||
|
| Perform Script [ “Create Table” ] Scripts: |
Layout Objects: Articles
Field Name: Articles::ID | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::Position Anzeige | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::Bauteil | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::Status | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::Material Number | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::Street | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::City | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::Result | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::Location | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::Comment | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Articles::Picture 1 | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: Articles::Picture 2 | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Create Table |
InitDynaPDF |
Next Script: [InitDynaPDF] |
Script Name | Create Table |
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 Table] |
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 |
|
Download example: Report
Used functions:- DynaPDF.AppendPage
- DynaPDF.EndPage
- DynaPDF.GetPageHeight
- DynaPDF.GetPageWidth
- DynaPDF.Initialize
- DynaPDF.IsInitialized
- DynaPDF.New
- DynaPDF.Release
- DynaPDF.Save
- DynaPDF.SetFont
- DynaPDF.SetPageCoords
- DynaPDF.Table.AddRow
- DynaPDF.Table.Create
- DynaPDF.Table.Draw
- DynaPDF.Table.HaveMore
- DynaPDF.Table.Release
- DynaPDF.Table.SetBorderWidth
- DynaPDF.Table.SetCellImageEx
- DynaPDF.Table.SetCellPadding
- DynaPDF.Table.SetCellSpacing
- DynaPDF.Table.SetCellTable
- DynaPDF.Table.SetCellText
- DynaPDF.Table.SetColWidth
- DynaPDF.Table.SetFont
- DynaPDF.Table.SetFontSize
- DynaPDF.Table.SetGridWidth
- DynaPDF.Table.SetRGBColor
- DynaPDF.WriteFTextEx
- Plugin.SetPreviewSize
- Trace.ErrorsOnly