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

Mac macOS

Mac

MBS-Xojo-Plugins241.dmg
( 853M )

Windows Windows

Windows

MBS-Xojo-Plugins241.zip
( 867M )

Linux Linux

Linux

MBS-Xojo-Plugins241.zip
( 867M )

Documentation

Installation

Presentations   Prerelease

Individual files   Libraries

Dropbox Mirror

All archives contain the same content.
MBS FMAPI Plugin.pdf 655K

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...