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

Xojo IDE on Mac macOS

Mac

MBS-Xojo-Plugins260.dmg
( 645M )

Xojo IDE on Windows Windows & Linux Linux

Windows

MBS-Xojo-Plugins260.zip
( 640M )

Documentation

Installation

Presentations   Prerelease

Individual files   Libraries

Both archives contain the same content.
MBS FMAPI Plugin.pdf 190K

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

Videos

Xojo Developer Magazine

Content of FMAPI Plugin.

The biggest plugin in space...