The MBS Xojo FMAPI Plugin
Plugins
Documentation
Download
Update plugin license
Mailing list
Order FMAPI Plugin license
Order Complete Set License
Plugin Content
Connect to Claris FileMaker Server via Data or Admin API.
Download the MBS Xojo Plugins |
||||||
MBS-Xojo-Plugins211.dmg |
MBS-Xojo-Plugins211.zip |
MBS-Xojo-Plugins211.zip |
||||
All archives contain the same content. |
![]() |
MBS FMAPI Plugin.pdf | 660K |
You can order a license here: Order
This plugin part is included if you buy 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:
Content of FMAPI Plugin.

Links
MBS FileMaker Plugins