Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CLGeocoder.ErrorMessage
Queries the error message of the geocoder.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CLGeocoder | 4.1 | Yes | No | No | Yes, macOS only | Yes |
MBS( "CLGeocoder.ErrorMessage"; Geocoder ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Geocoder | The reference number of the geocoder instance. | $Geocoder |
Result
Returns text or error.
Description
Queries the error message of the geocoder.Examples
Checks error and shows message:
If [ MBS( "CLGeocoder.Error"; $g )]
Display Dialog [ "Error"; MBS( "CLGeocoder.ErrorMessage"; $g ) ]
End If
See also
Example Databases
Created 18th August 2014, last changed 18th August 2014
CLGeocoder.Error - CLGeocoder.GeocodeAddressString
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins