CasperJSS FileMaker Plugin/Documentation

From 360Works Product Documentation Wiki
(Difference between revisions)
Jump to: navigation, search
m (Auto-upload documentation)
 
m (Auto-upload documentation)
 
Line 10: Line 10:
 
<div id="toc">
 
<div id="toc">
 
*[[#CasperLastError|CasperLastError]] &mdash; Returns detailed information about the last error generated by this plugin.
 
*[[#CasperLastError|CasperLastError]] &mdash; Returns detailed information about the last error generated by this plugin.
*[[#CasperSetConnectionInfo|CasperSetConnectionInfo]] ( host ; port ; username ; password ) &mdash;  
+
*[[#CasperSetConnectionInfo|CasperSetConnectionInfo]] ( host ; port ; username ; password {; timeout } ) &mdash;  
 
*[[#CasperSetErrorCapture|CasperSetErrorCapture]] ( errorCapture ) &mdash; Toggles error dialogs on or off.
 
*[[#CasperSetErrorCapture|CasperSetErrorCapture]] ( errorCapture ) &mdash; Toggles error dialogs on or off.
 
*[[#CasperUpdateMobileProfile|CasperUpdateMobileProfile]] ( profileId ; users ) &mdash;  
 
*[[#CasperUpdateMobileProfile|CasperUpdateMobileProfile]] ( profileId ; users ) &mdash;  
Line 25: Line 25:
  
 
<div id="CasperSetConnectionInfo"></div>
 
<div id="CasperSetConnectionInfo"></div>
==CasperSetConnectionInfo ( host ; port ; username ; password ) ==
+
==CasperSetConnectionInfo ( host ; port ; username ; password {; timeout } ) ==
  
  

Latest revision as of 17:48, 15 September 2014

Contents

[edit] CasperJSS FileMaker Plugin User Guide

Created by IntelliJ IDEA. User: val Date: 5/30/14 Time: 12:33 PM


[edit] 360Works Plugin Setup Guides

See Plugins_101 for Error reporting, installation, registration, and more.

[edit] Function Summary

[edit] Function Detail

[edit] CasperLastError

Returns detailed information about the last error generated by this plugin. If another plugin function returns the text "ERROR", call this function to get a user-presentable description of what went wrong.

Returns: Error text, or "" (empty value) if there was no error.

[edit] CasperSetConnectionInfo ( host ; port ; username ; password {; timeout } )

Parameters:


[edit] CasperSetErrorCapture ( errorCapture )

Toggles error dialogs on or off. When something unexpected happens, the plug-in will pop up a dialog displaying the error message. This makes it easy to see what went wrong. However, in some cases, you (the developer) may prefer to show your own message to the user, or possibly not show a message at all. In that case, you can call EmailSetErrorCapture with a parameter of true. That will suppress the error dialog from appearing to the user.

Parameters:

errorCapture
set to true to suppress the default popups.


[edit] CasperUpdateMobileProfile ( profileId ; users )

Parameters:


[edit] CasperVersion

Returns the version number of the Casper plugin.

Returns: a text version number
Personal tools
Namespaces

Variants
Actions
Plug-in Products
Other Products
Navigation
Toolbox