Platforms to show: All Mac Windows Linux Cross-Platform

FMAdminMBS class

Super class: FMConnectionMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Claris FileMaker Data API MBS FMAPI Plugin 20.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The class for FileMaker Server Admin API.
Example
Dim d As New FMAdminMBS

d.Password = "admin"
d.Username = "admin"
d.Server = "localhost"

Dim r As FMResponseMBS = d.Login

If r = Nil Then
msgbox "Failed?"
else
MsgBox r.ErrorMessage
End If

Our plugin does re-login if the session expired as well as login if needed.

For use with Claris Server or FileMaker Server.
Subclass of the FMConnectionMBS class.

Database Operations

Constant Value Description
kDatabaseOperationClose "CLOSED" Close database.
kDatabaseOperationOpen "OPENED" Open database.
kDatabaseOperationPause "PAUSED" Pause database.
kDatabaseOperationResume "RESUMED" Resume database.

Server Status

Constant Value Description
kServerStatusRunning "RUNNING" Start server
kServerStatusStopped "STOPPED" Stop server

Super class FMConnectionMBS

This class has no sub classes.

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS FMAPI Plugin.


FinderSelectionMBS   -   FMConnectionMBS


The biggest plugin in space...