Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

MBS FileMaker Plugin Example Databases

Web Password

All examples are included with download of MBS FileMaker Plugin.

Web Password.fmp12

Overview
Tables 1
Relationships 0
Layouts 1
Scripts 2
Value Lists 0
Custom Functions 0
Custom Menus 33
File Options
Default custom menu set [Standard FileMaker Menus]
Default theme Minimalistisch
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

 

Tables

Table Name
Statistics
Comments
Occurrences in Relationship Graph
Web Password
4 fields defined, 1 record
Web Password

Fields

Table Name: Web Password - 4 Fields
Field Name Type Options Comments On Layouts In Relationships In Scripts In Value Lists
Host Normal, Text Auto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: German
      Username Normal, Text Auto-Enter:
      • Allow editing
      Validation:
      • Only during data entry
      Storage:
      • Repetitions: 1
      • Indexing: None
      • Automatically create indexes as needed
      • Index Language: German
          Password Normal, Text Auto-Enter:
          • Allow editing
          Validation:
          • Only during data entry
          Storage:
          • Repetitions: 1
          • Indexing: None
          • Automatically create indexes as needed
          • Index Language: German
              URL Normal, Text Auto-Enter:
              • Allow editing
              Validation:
              • Only during data entry
              Storage:
              • Repetitions: 1
              • Indexing: None
              • Automatically create indexes as needed
              • Index Language: German

                  Layout Objects: Web Password

                  Regular Fields

                  Field Name: Web Password::Host
                  Field Properties Coordinates Field Format Field Behavior Quick Find
                  • Top: 54 pt
                  • Left: 84 pt
                  • Bottom: 73 pt
                  • Right: 337 pt
                  • Anchoring: Left, Top
                  Field Format:
                  • Edit Box
                  Field Behavior:
                  • Allow field to be entered: In Find mode, In Browse mode
                  • Touch keyboard type: Default for Data Type
                  • Go to next field using: Tab key
                  Yes

                  Field Name: Web Password::Username
                  Field Properties Coordinates Field Format Field Behavior Quick Find
                  • Top: 77 pt
                  • Left: 84 pt
                  • Bottom: 96 pt
                  • Right: 337 pt
                  • Anchoring: Left, Top
                  Field Format:
                  • Edit Box
                  Field Behavior:
                  • Allow field to be entered: In Find mode, In Browse mode
                  • Touch keyboard type: Default for Data Type
                  • Go to next field using: Tab key
                  Yes

                  Field Name: Web Password::Password
                  Field Properties Coordinates Field Format Field Behavior Quick Find
                  • Top: 100 pt
                  • Left: 84 pt
                  • Bottom: 119 pt
                  • Right: 337 pt
                  • Anchoring: Left, Top
                  Field Format:
                  • Edit Box
                  Field Behavior:
                  • Allow field to be entered: In Find mode, In Browse mode
                  • Touch keyboard type: Default for Data Type
                  • Go to next field using: Tab key
                  Yes

                  Field Name: Web Password::URL
                  Field Properties Coordinates Field Format Field Behavior Quick Find
                  • Top: 123 pt
                  • Left: 84 pt
                  • Bottom: 142 pt
                  • Right: 337 pt
                  • Anchoring: Left, Top
                  Field Format:
                  • Edit Box
                  Field Behavior:
                  • Allow field to be entered: In Find mode, In Browse mode
                  • Touch keyboard type: Default for Data Type
                  • Go to next field using: Tab key
                  Yes

                  Buttons

                  Button Properties Coordinates Script/Script Step
                    Type:
                  • Text: Go To URL
                  • Top: 55 pt
                  • Left: 350 pt
                  • Bottom: 89 pt
                  • Right: 553 pt
                  • Anchoring: Left, Top
                  Perform Script [ “GoToURL” ]

                  Scripts:


                  Button Properties Coordinates Script/Script Step
                    Type:
                  • Text: Go To URL with password
                  • Top: 100 pt
                  • Left: 350 pt
                  • Bottom: 134 pt
                  • Right: 553 pt
                  • Anchoring: Left, Top
                  Perform Script [ “GoToURL with Password” ]

                  Scripts:


                  Web Viewer Controls

                  Web Viewer Control Properties Coordinates Web Address
                    Object Name:
                  • web
                    Additional Properties:
                  • Allow interaction with web viewer content
                  • Display progress bar
                  • Display status messages
                  • Automatically encode URL
                  • Top: 152 pt
                  • Left: 12 pt
                  • Bottom: 481 pt
                  • Right: 553 pt
                  • Anchoring: Left and Right, Top and Bottom
                  "about:blank"

                  Script Hierarchy

                  GoToURL
                  GoToURL with Password

                  Next Script: [GoToURL with Password]
                  Script Name GoToURL
                  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
                    • Set Variable [ $r; Value:MBS( "WebView.Passwords.Clear"; "web" ) ]
                    • Set Web Viewer [ Object Name: "web"; URL: Web Password::URL ]
                    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: [GoToURL]
                            Script Name GoToURL with Password
                            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
                              • Set Variable [ $r; Value:MBS( "WebView.Passwords.Install"; "web" ) ]
                              • Set Variable [ $r; Value:MBS( "WebView.Passwords.Set"; Web Password::Host; Web Password::Username; Web Password::Password ) ]
                              • Set Web Viewer [ Object Name: "web"; URL: Web Password::URL ]
                              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: Web Password

                                      Used functions: