Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MBS FileMaker Plugin Example Databases
Barcodes from Invoices
All examples are included with download of MBS FileMaker Plugin.
Overview | |
Tables | 1 |
Relationships | 0 |
Layouts | 1 |
Scripts | 7 |
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 |
Barcodes from Invoices | 9 fields defined, 1 record |
Barcodes from Invoices |
Table Name: Barcodes from Invoices - 9 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 | |||||
Normal, Binary |
Auto-Enter:
|
|||||||
Barcode Text | Normal, Text |
Auto-Enter:
|
||||||
Image | Normal, Binary |
Auto-Enter:
|
||||||
Log | Normal, Text |
Auto-Enter:
|
Layout Objects: Barcodes from Invoices
Field Name: Barcodes from Invoices::PDF | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
No |
Field Name: Barcodes from Invoices::Image | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
No |
Field Name: Barcodes from Invoices::Barcode Text | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
Yes |
Field Name: Barcodes from Invoices::Log | |||||
Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
Yes |
Button Properties | Coordinates | Script/Script Step | ||||
|
|
Perform Script [ “Import PDF” ] Scripts: |
Button Properties | Coordinates | Script/Script Step | ||||
|
|
Perform Script [ “Recognize” ] Scripts: |
Recognize |
Clear |
Check Image |
Found Barcode |
Load zbar |
InitDynaPDF |
Import PDF |
Next Script: [Clear] |
Script Name | Recognize |
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: [Recognize] | Next Script: [Check Image] |
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 |
Previous Script: [Clear] | Next Script: [Found Barcode] |
Script Name | Check Image |
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: [Check Image] | Next Script: [Load zbar] |
Script Name | Found Barcode |
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: [Found Barcode] | Next Script: [InitDynaPDF] |
Script Name | Load zbar |
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: [Load zbar] | Next Script: [Import 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] |
Script Name | Import 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 |
Download example: Barcodes from Invoices
Used functions:- Barcode.Detect
- Barcode.Loaded
- Barcode.LoadLibrary
- Barcode.Scan
- DynaPDF.GetPageCount
- DynaPDF.ImportPDFFile
- DynaPDF.Initialize
- DynaPDF.IsInitialized
- DynaPDF.New
- DynaPDF.OpenPDFFromContainer
- DynaPDF.Release
- DynaPDF.RenderPage
- GMImage.Crop
- GMImage.NewFromContainer
- GMImage.Release
- GMImage.WriteToPNGContainer
- JSON.GetArraySize
- PDFKit.GetPDFPageCount
- PDFKit.GetPDFPageImage
- PDFKit.OpenContainer
- Process.LoadLibrary
- Text.ReplaceNewline
- Vision.DetectBarcode
- WinPDF.LoadContainer
- WinPDF.PageCount
- WinPDF.PageImage