Upload To FileMaker Server
Purpose
Opens the Upload to FileMaker Server dialog box.
See also
Format
Upload to FileMaker Server
Options
None
Compatibility
Where the script step runs | Supported |
FileMaker Pro | Yes |
FileMaker Server | No |
FileMaker Go | No |
Custom Web Publishing | No |
FileMaker WebDirect | No |
Runtime solution | No |
Originated in
FileMaker Pro 13.0
Description
This script step is the same as choosing File menu > Sharing > Upload to FileMaker Server.
Use this script step to open the Upload to FileMaker Server dialog box for users if you have restricted their access to FileMaker Pro menus.
Example 1
Displays a custom dialog box that asks if the user wants to upload a database to FileMaker Server, and opens the Upload to FileMaker Server dialog box.
Show Custom Dialog ["Do you want to upload a database to FileMaker Server?"]
If [Get ( LastMessageChoice ) = 1]
Upload to FileMaker Server
End If
Related topics