Platforms to show: All Mac Windows Linux Cross-Platform
FMResponseMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Claris FileMaker Data API | MBS FMAPI Plugin | 20.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
We provide error status properties, the body sent and result returned.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 11 properties
- property BodySent as String
- property CURLErrorCode as Integer
- property CURLErrorMessage as String
- property DebugMessages as String
- property EffectiveURL as String
- property ErrorCode as Integer
- property ErrorMessage as String
- property RawResultJSON as String
- property ResponseCode as Integer
- property Result as Variant
- property ResultJSON as String
- method Constructor Private
This class has no sub classes.
Some methods using this class:
- FMAdminMBS.GetServerGeneralSettings as FMResponseMBS
- FMAdminMBS.GetServerStatus as FMResponseMBS
- FMAdminMBS.UpdatePHPSettings(settings as Dictionary) as FMResponseMBS
- FMConnectionMBS.Login as FMResponseMBS
- FMConnectionMBS.SendRequest(HTTPMethod as String, Query as String, Body as String = "") as FMResponseMBS
- FMDataMBS.CreateRecord(request as FMRequestMBS) as FMResponseMBS
- FMDataMBS.DeleteRecord(request as FMRequestMBS = nil, recordId as String) as FMResponseMBS
- FMDataMBS.GetRecords(request as FMRequestMBS = nil) as FMResponseMBS
- FMDataMBS.ProductInfo as FMResponseMBS
- FMDataMBS.ValidateSession as FMResponseMBS
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 20.4
- Connect to Claris FileMaker Server from Xojo via Data API
- MBS Xojo Plugins, version 20.4pr7
Release notes
- Version 20.4
- Added classes to connect to Claris FileMaker Server Data and Admin API from Xojo: FMConnectionMBS, FMResponseMBS, FMRequestMBS, FMDataSourceMBS, FMDataMBS, FMContainerUploadMBS, FMAdminMBS classes.
The items on this page are in the following plugins: MBS FMAPI Plugin.
FMRequestMBS - FolderChangedNotificationMBS
