| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
MBS FileMaker Plugin Example Databases
Writing data
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 | 33 |
| File Options | |
| Default custom menu set | [Standard FileMaker Menus] |
| Default theme | Minimalist |
| 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 | Off |
| 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 |
Comments |
Occurrences in Relationship Graph |
| Writing data | 2 fields defined, 1 record |
Writing data |
Layout Objects: Writing data
| Field Name: Writing data::Output | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
No | |
| Field Name: Writing data::Logo | |||||
| Field Properties | Coordinates | Field Format | Field Behavior | Quick Find | |
|
|
Field Format:
|
Field Behavior:
|
No | |
| Button Properties | Coordinates | Script/Script Step | ||||
|
|
Open URL [ "http://monkeybreadsoftware.de/filemaker/" ] [ No dialog ] | ||||
| Button Properties | Coordinates | Script/Script Step | ||||
|
|
Open URL [ "http://monkeybreadsoftware.de/filemaker/xl.shtml" ] [ No dialog ] | ||||
| Button Properties | Coordinates | Script/Script Step | ||||
|
|
Perform Script [ “Create XLS” ] Scripts: |
||||
| Button Properties | Coordinates | Script/Script Step | ||||
|
|
Perform Script [ “Create XLSX” ] Scripts: |
||||
| Create XLS |
| Create XLSX |
| Create content |
| InitXL |
| Create XLSX to file |
| - |
| Create sheet with text |
| Next Script: [Create XLSX] |
| Script Name | Create XLS |
| 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: [Create XLS] | Next Script: [Create content] |
| Script Name | Create XLSX |
| 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: [Create XLSX] | Next Script: [InitXL] |
| Script Name | Create content |
| 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: [Create content] | Next Script: [Create XLSX to file] |
| Script Name | InitXL |
| 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: [InitXL] | Next Script: [-] |
| Script Name | Create XLSX to file |
| 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: [Create XLSX to file] | Next Script: [Create sheet with text] |
| Script Name | - |
| 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: [-] |
| Script Name | Create sheet with text |
| 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: Writing data
Used functions:- FileDialog.GetPath
- FileDialog.Reset
- FileDialog.SaveFileDialog
- FileDialog.SetFilter
- FileDialog.SetMessage
- FileDialog.SetNameFieldStringValue
- XL.Book.AddCustomNumFormat
- XL.Book.AddFont
- XL.Book.AddFormat
- XL.Book.AddPictureContainer
- XL.Book.AddSheet
- XL.Book.Release
- XL.Book.Save
- XL.Book.SaveToFile
- XL.Color.Pack
- XL.Font.SetColor
- XL.Font.SetName
- XL.Font.SetSize
- XL.Format.SetAlignH
- XL.Format.SetAlignV
- XL.Format.SetBorder
- XL.Format.SetBorderColor
- XL.Format.SetFont
- XL.Format.SetNumFormat
- XL.Initialize
- XL.IsInitialized
- XL.NewBook
- XL.Sheet.CellWriteBlank
- XL.Sheet.CellWriteFormula
- XL.Sheet.CellWriteNumber
- XL.Sheet.CellWriteText
- XL.Sheet.SetCol
- XL.Sheet.SetDisplayGridlines
- XL.Sheet.SetMerge
- XL.Sheet.SetPictureWithScale
- XL.Sheet.SetPictureWithSize