Features

The MBS Plug-in for FileMaker is incredibly powerful. Here are just a few of the things you can do with it. I promise we are not making this up. You can really do all this stuff with our plug-in.

  • Interact with the Web Viewer
    • Read web forms
    • Write to web forms
    • Manipulate web pages with Javascript.
    • Use the full power of the Javascript engine cross platform.
    • Add FileMaker Script triggers to we interfaces.
    • Add Rich Controls to your FileMaker layouts
      • Slides
      • Spinners
      • clocks
      • datagrids
      • Calendars etc.
  • Modify the FileMaker Windows
    • Disable the window widgets (close, zoom, etc)
    • make the window invisible.
    • plus more...
  • Execute Applescript (mac osx only)
    • Gives more options and control over Applescript
    • Return a result from the Applescript directly
    • Store a compiled applescript in memory for re-use
  • Execute SQL directly on yor FileMaker solutions
    • Create any kind of complex sql queries
    • Create edit and delete records from any calculation
    • Create, Alter, and Drop Tables
    • Create and Drop Indexes.
    • Create an Audit log, with full rollback. Just like FMDataGuar
  • Excute VBScript
    • Interact with Windows applications and the Operating System
    • Return the results directly to FileMaker through calculation dialogs
    • Store a library of VB scripts in memory to use like custom functions
  • Store System Wide Variables
    • Save variables that can be retrieved from any open File
  • Capture Screen Shots
    • Capture Screen shots directly to a Container field
    • Capture a part of the screen or the whole screen
  • Execute PHP (learn more...)
    • The full power of the PHP engine wrapped inside of Filemaker
    • Leverage the power of the largest development community on the planet.
    • Query MYSQL dataases
    • FTP Files
    • Send email
    • Access the File System
      • Delete files
      • move files
      • etc.
    • Interact with web services
    • use any of the thousands and thousands of freely available PHP libraries
  • Work with images stored in container fields
    • get the type of file
    • Get the size of the image
    • convert images to image urls
    • Plus more...
  • Get System Information
    • Amount of Ram
    • Get the computer name
    • SystemFont
    • Plus more