Platforms to show: All Mac Windows Linux Cross-Platform
FMRequestMBS 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 |
Not set properties are not included in request to server.
And not all properties used for all queries.
- 13 properties
- property FieldData as Dictionary
- property layoutResponse as String
- property limit as Integer
- property ModId as String
- property offset as Integer
- property PortalData as String
- property scriptName as String
- property scriptParam as String
- property scriptPrerequestName as String
- property scriptPrerequestParam as String
- property scriptPresortName as String
- property scriptPresortParam as String
- property sort as String
- 3 methods
- method Constructor
- method portal as String()
- method setPortal(portal() as String)
This class has no sub classes.
Some methods using this class:
- FMDataMBS.CreateRecord(request as FMRequestMBS) as FMResponseMBS
- FMDataMBS.DeleteRecord(request as FMRequestMBS = nil, recordId as String) as FMResponseMBS
- FMDataMBS.DuplicateRecord(request as FMRequestMBS = nil, recordId as String) as FMResponseMBS
- FMDataMBS.EditRecord(request as FMRequestMBS = nil, recordId as String) as FMResponseMBS
- FMDataMBS.FindRecords(request as FMRequestMBS = nil, query as String) as FMResponseMBS
- FMDataMBS.GetRecord(request as FMRequestMBS = nil, recordId as String) as FMResponseMBS
- FMDataMBS.GetRecords(request as FMRequestMBS = nil) 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.
FMDataSourceMBS - FMResponseMBS