Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
Invoice
All examples are included with download of MBS FileMaker Plugin.
Overview | |
Tables | 2 |
Relationships | 1 |
Layouts | 2 |
Scripts | 2 |
Value Lists | 0 |
Custom Functions | 1 |
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 |
Invoice |
8 fields defined, 2 records
| Invoice |
Items |
6 fields defined, 50 records
| Items |
Table Name: Invoice - 8 Fields | ||||||||
Field Name | Type | Options | Comments | On Layouts | In Relationships | In Scripts | In Value Lists | |
Header Line | Normal, Text | Auto-Enter:
|
|
|
||||
Bottom Line | Normal, Text | Auto-Enter:
|
|
|
||||
Address | Normal, Text | Auto-Enter:
|
|
|
||||
ID | Normal, Number | Auto-Enter:
|
|
|
||||
Invoice ID | Normal, Text | Auto-Enter:
|
|
|
||||
Creation Date | Normal, Timestamp | Auto-Enter:
|
|
|
||||
PDF Template | Normal, Binary | Auto-Enter:
|
|
|
||||
PDF Output | Normal, Binary | Auto-Enter:
|
|
|
Table Name: Items - 6 Fields | ||||||||
Field Name | Type | Options | Comments | On Layouts | In Relationships | In Scripts | In Value Lists | |
Label | Normal, Text | Auto-Enter:
|
|
|
||||
Quantity | Normal, Number | Auto-Enter:
|
|
|
||||
Price | Normal, Number | Auto-Enter:
|
|
|
||||
Sum | Normal, Number | Auto-Enter:
|
|
|
||||
Invoice ID | Normal, Number | Auto-Enter:
|
|
|
||||
Item ID | Normal, Number | Auto-Enter:
|
|
|
|
Layout Objects: Invoice
Field Name: Invoice::Header Line | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Invoice::Bottom Line | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Invoice::Address | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Invoice::ID | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Invoice::Invoice ID | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Invoice::Creation Date | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Items::Label | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Items::Quantity | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Items::Price | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Items::Sum | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Invoice::PDF Template | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Field Name: Invoice::PDF Output | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| No |
Button Properties | Coordinates | Script/Script Step | ||||
|
| Perform Script [ “Run” ] Scripts: |
Portal Properties | Coordinates | Fields | Options | ||
|
| Field Objects
|
|
Layout Objects: Items
Field Name: Items::Label | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Items::Quantity | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Items::Price | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Items::Sum | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Items::Invoice ID | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
Field Name: Items::Item ID | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
| Field Format:
| Field Behavior:
| Yes |
InitDynaPDF |
Run |
Next Script: [Run] |
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] |
Script Name | Run |
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 |
|
Menu Sets | Menus | In Scripts | In Layouts | Comments |
[Standard FileMaker Menus] |
|
Download example: Invoice
Used functions:- DynaPDF.AppendPage
- DynaPDF.CreateStructureTree
- DynaPDF.EditPage
- DynaPDF.EndPage
- DynaPDF.GetImportPageCount
- DynaPDF.GetLastTextPosY
- DynaPDF.GetPageCount
- DynaPDF.GetPageHeight
- DynaPDF.GetPageWidth
- DynaPDF.ImportPDFPage
- DynaPDF.Initialize
- DynaPDF.IsInitialized
- DynaPDF.New
- DynaPDF.OpenPDFFromContainer
- DynaPDF.Release
- DynaPDF.Save
- DynaPDF.SetDocInfo
- DynaPDF.SetFont
- DynaPDF.SetImportFlags
- DynaPDF.SetLanguage
- DynaPDF.SetLeading
- DynaPDF.SetPageCoords
- DynaPDF.Table.AddRow
- DynaPDF.Table.Create
- DynaPDF.Table.Draw
- DynaPDF.Table.GetFirstRow
- DynaPDF.Table.GetNextRow
- DynaPDF.Table.HaveMore
- DynaPDF.Table.Release
- DynaPDF.Table.SetBorderWidth
- DynaPDF.Table.SetCellPadding
- DynaPDF.Table.SetCellText
- DynaPDF.Table.SetColWidth
- DynaPDF.Table.SetFlags
- DynaPDF.Table.SetFont
- DynaPDF.Table.SetFontSize
- DynaPDF.Table.SetGridWidth
- DynaPDF.Table.SetRGBColor
- DynaPDF.WriteFTextEx
- Files.WriteFile
- Folders.UserDesktop
- Path.AddPathComponent
- QuickList.AddValue
- QuickList.Free
- QuickList.GetValue
- QuickList.New
