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

MBS FileMaker Plugin Example Databases

Clipboard

All examples are included with download of MBS FileMaker Plugin.

Clipboard.fmp12

Overview
Tables1
Relationships0
Layouts1
Scripts0
Value Lists0
Custom Functions0
Custom Menus33
File Options
Default custom menu set[Standard FileMaker Menus]
When opening file
Minimum allowed version12.0
Login usingAccount Name; Account= Admin
Allow user to save passwordOff
Require iOS passcodeOff
Switch to layoutOff
Hide all toolbarsOff
Script triggers
OnFirstWindowOpenOff
OnLastWindowCloseOff
OnWindowOpenOff
OnWindowCloseOff
OnFileAVPlayerChangeOff
Thumbnail Settings
Generate ThumbnailsOn; Temporary

 

Tables

Table Name
Statistics
Occurrences in Relationship Graph
Clipboard
2 fields defined, 1 record
Clipboard

Fields

Table Name: Clipboard - 2 Fields
Field NameTypeOptionsCommentsOn LayoutsIn RelationshipsIn ScriptsIn Value Lists
TextNormal, TextAuto-Enter:
  • Allow editing
Validation:
  • Only during data entry
Storage:
  • Repetitions: 1
  • Indexing: None
  • Automatically create indexes as needed
  • Index Language: German
        ResultNormal, TextAuto-Enter:
        • Allow editing
        Validation:
        • Only during data entry
        Storage:
        • Repetitions: 1
        • Indexing: None
        • Automatically create indexes as needed
        • Index Language: German

              Layout Objects: Clipboard

              Regular Fields

              Field Name: Clipboard::Text
              Field PropertiesCoordinatesField FormatField BehaviorQuick Find
              • Top: 24 pt
              • Left: 138 pt
              • Bottom: 122 pt
              • Right: 391 pt
              • Anchoring: Left, Top
              Field Format:
              • Edit Box
              Field Behavior:
              • Allow field to be entered: In Find mode, In Browse mode
              • Touch keyboard type: System Default
              • Go to next field using: Tab key
              Yes

              Field Name: Clipboard::Result
              Field PropertiesCoordinatesField FormatField BehaviorQuick Find
              • Top: 126 pt
              • Left: 138 pt
              • Bottom: 230 pt
              • Right: 391 pt
              • Anchoring: Left, Top
              Field Format:
              • Edit Box
              Field Behavior:
              • Allow field to be entered: In Find mode, In Browse mode
              • Touch keyboard type: System Default
              • Go to next field using: Tab key
              Yes

              Buttons

              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Set Text
              • Top: 25 pt
              • Left: 422 pt
              • Bottom: 50 pt
              • Right: 535 pt
              • Anchoring: Left, Top
              Set Field [ Clipboard::Result; MBS("Clipboard.SetText"; Clipboard::Text) ]

              Fields:


              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Set Styled Text
              • Top: 25 pt
              • Left: 556 pt
              • Bottom: 50 pt
              • Right: 669 pt
              • Anchoring: Left, Top
              Set Field [ Clipboard::Result; MBS("Clipboard.SetStyledText"; Clipboard::Text) ]

              Fields:


              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Set RTF Text
              • Top: 25 pt
              • Left: 690 pt
              • Bottom: 50 pt
              • Right: 803 pt
              • Anchoring: Left, Top
              Set Field [ Clipboard::Result; MBS("Clipboard.SetRTFText"; Clipboard::Text) ]

              Fields:


              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Set HTML Text
              • Top: 25 pt
              • Left: 824 pt
              • Bottom: 50 pt
              • Right: 937 pt
              • Anchoring: Left, Top
              Set Field [ Clipboard::Result; MBS("Clipboard.SetHTMLText"; Clipboard::Text) ]

              Fields:


              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Get Text
              • Top: 71 pt
              • Left: 422 pt
              • Bottom: 96 pt
              • Right: 535 pt
              • Anchoring: Left, Top
              Set Field [ Clipboard::Result; MBS("Clipboard.GetText") ]

              Fields:


              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Get Styled Text
              • Top: 71 pt
              • Left: 556 pt
              • Bottom: 96 pt
              • Right: 669 pt
              • Anchoring: Left, Top
              Set Field [ Clipboard::Result; MBS("Clipboard.GetStyledText") ]

              Fields:


              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Get RTF Text
              • Top: 71 pt
              • Left: 690 pt
              • Bottom: 96 pt
              • Right: 803 pt
              • Anchoring: Left, Top
              Set Field [ Clipboard::Result; MBS("Clipboard.GetRTFText") ]

              Fields:


              Button PropertiesCoordinatesScript/Script Step
                Type:
              • Text: Get HTML Text
              • Top: 71 pt
              • Left: 824 pt
              • Bottom: 96 pt
              • Right: 937 pt
              • Anchoring: Left, Top
              Set Field [ Clipboard::Result; MBS("Clipboard.GetHTMLText") ]

              Fields:


              Download example: Clipboard

              Used functions: