The MBS Xojo FMAPI Plugin
All plugins
Documentation
Download
Mailing list
Order FMAPI Plugin license
Order Complete Set License
Plugin Content
Connect to Claris FileMaker Server via Data or Admin API.
This plugin is included in our plugin archive:
Download the MBS Xojo Plugins |
||||||
MBS-Xojo-Plugins250.dmg |
MBS-Xojo-Plugins250.zip |
MBS-Xojo-Plugins250.zip |
||||
All archives contain the same content. |
![]() |
MBS FMAPI Plugin.pdf | 654K |
You can order a license here: Order
This plugin part is included if you order a Complete set license.
Introduction
Connect via FMDataMBS class to a Claris FileMaker Server to query data and insert data. Here is some sample code to connect:
Dim d As New FMDataMBS
d.Password = "admin"
d.Username = "admin"
d.Server = "localhost"
d.Database = "test"
Dim r As FMResponseMBS = d.Login
If r = Nil Then
msgbox "Failed?"
else
MsgBox r.ErrorMessage
End If
Please try the examples, which show you more!
The documentation for MBS FMAPI Plugin:
show all functions and classes in this plugin.
Examples for this plugin:
Blog Entries
- MBS Xojo Plugins, version 24.6pr1
- MBS Xojo Plugins, version 24.2pr4
- MBS Xojo Plugins, version 22.6pr1
- MBS Xojo Plugin, June 2021 News
- MonkeyBread Software Releases the MBS Xojo Plugins in version 21.1
- Plugin installation for Xojo on Windows and Linux
- Xojo 2020r2 arrived
- News from the MBS Xojo Plugins Version 20.4
- Connect to Claris FileMaker Server from Xojo via Data API
- MonkeyBread Software Releases the MBS Xojo Plugins in version 20.4
Videos
Xojo Developer Magazine
Content of FMAPI Plugin.
