FileMaker Go 12. Development Guide

Size: px
Start display at page:

Download "FileMaker Go 12. Development Guide"

Transcription

1 FileMaker Go 12 Development Guide

2 FileMaker, Inc. All Rights Reserved. FileMaker, Inc Patrick Henry Drive Santa Clara, California FileMaker and Bento are trademarks of FileMaker, Inc. registered in the U.S. and other countries. The file folder logo and the Bento logo are trademarks of FileMaker, Inc. All other trademarks are the property of their respective owners. FileMaker documentation is copyrighted. You are not authorized to make additional copies or distribute this documentation without written permission from FileMaker. You may use this documentation solely with a valid licensed copy of FileMaker software. All persons, companies, addresses, and URLs listed in the examples are purely fictitious and any resemblance to existing persons, companies, addresses, or URLs is purely coincidental. Credits are listed in the Acknowledgements documents provided with this software. Mention of third-party products and URLs is for informational purposes only and constitutes neither an endorsement nor a recommendation. FileMaker, Inc. assumes no responsibility with regard to the performance of these products. For more information, visit our website at Edition: 01

3 Contents Chapter 1 Setting up databases for FileMaker Go 5 Sharing FileMaker Pro files with FileMaker Go clients 5 Hosting databases in FileMaker Server 5 Hosting databases in FileMaker Pro 5 Connecting to databases 6 About file transfers 7 Transferring a file with container fields that store data externally 7 Importing to and from a transferred file 7 Chapter 2 Differences between FileMaker Go and FileMaker Pro 9 Unsupported features 9 Behavior differences 9 Modes 9 Sorting 9 Date and time pickers 10 Custom menus (FileMaker Pro Advanced) 10 Printing 10 Saving records as a PDF file 10 Exporting 10 Container fields 10 Display state of objects 10 Snapshot link files 11 Scroll bars in portals 11 Scripting and calculations 11 Scripts and functions behavior 11 Unsupported script steps 13 Chapter 3 Designing databases for FileMaker Go 16 Designing layouts 16 Tips for designing layouts and fields 16 Screen dimensions 17 Choosing fonts 17 Text styles 18 Considerations for data entry on a device 18 Considerations for performance on a device 18 Container fields 18 Layouts 18 Script triggers 18 External keyboards 18

4 4 Chapter 4 Protecting databases in FileMaker Go 20 Opening files protected with passwords 20 Logging in after multitasking 20 Using the fmreauthenticate extended privilege 21 Opening files and running scripts using the FMP protocol 21 Suggestions for protecting remote and local files 22 If your files need less security 22 If your files need more security one user per device 22 If your files need more security multiple users per device 22 Security tips 23 SSL certificates 23

5 Chapter 1 Setting up databases for FileMaker Go FileMaker Go lets you work with FileMaker Pro databases on your iphone, ipod touch, or ipad. You work with data interactively: when you change data on the device, the data is updated on the host computer, and vice versa. You can also transfer a database to the device and work "offline." You create, design, and manage databases in FileMaker Pro on the desktop. On the device, you can add, find, and sort records, as well as perform scripts and other tasks. This guide provides information about setting up databases for FileMaker Go. See FileMaker Go Help on your device for information on usage. See FileMaker Pro documentation if you are new to FileMaker Pro. Sharing FileMaker Pro files with FileMaker Go clients FileMaker Go works with files and runtime solutions hosted by FileMaker Server or FileMaker Pro. Hosting databases in FileMaker Server Before you share FileMaker Pro database files, prepare the files for hosting. The steps below provide an overview of the process. To enable file access for FileMaker Go: 1. Edit the accounts and privileges sets that clients will use for shared access (for example, Access via FileMaker Network). 2. Upload the database files to FileMaker Server. Use the Upload Database assistant to transfer database files from your computer to FileMaker Server. Or, you can manually copy FileMaker Pro database files to FileMaker Server instead of using the Upload Database assistant. 3. Verify the status of your files in the Admin Console Databases pane, and verify that the files are available to FileMaker clients. When FileMaker Server starts, it automatically opens and hosts all FileMaker Pro databases located in the default database folder and in an additional database folder, if specified. See FileMaker Server documentation for more information on server administration. Hosting databases in FileMaker Pro The following steps describe peer-to-peer sharing in FileMaker Pro. To enable file access for FileMaker Go: 1. In FileMaker Pro, open the file. 2. Choose File menu > Sharing > FileMaker Network. 3. In the FileMaker Network Settings dialog box, set Network Sharing to On. 4. Select the file(s) to be hosted from the list of Currently open files.

6 Chapter 1 Setting up databases for FileMaker Go 6 5. For Network access to file, choose All users or Specify users by privilege set. 6. Click OK. Network Sharing on Allow network access Settings to enable network sharing for FileMaker Go clients Connecting to databases After you share and host a file, you connect to it as a client in FileMaker Go. Browse to select a hosted file Add a favorite host via IP address or domain name Connecting to a hosted database in FileMaker Go Devices connect to hosted databases like any other client, using the fmapp extended privilege. Note FileMaker Go cannot access FileMaker Server hosts available through LDAP, or view and use SSL certificates from LDAP hosts.

7 Chapter 1 Setting up databases for FileMaker Go 7 About file transfers For information on transferring files to or from a device, see FileMaker Go Help. Keep the following points in mind: 1 When you transfer a file to your device, you are creating a copy of the remote file. Data changes made on your device are not synchronized to the remote file, and vice versa. You can set up the file to import and update data from the local file to the hosted file using FileMaker Pro; see Importing to and from a transferred file. 1 Routine backups are strongly recommended for any document stored on a computer or ios device. For more information about backing up FileMaker Pro databases, see FileMaker Pro Help. Local transferred file Remote file (shows host name) Transferring a file with container fields that store data externally To transfer a file with container fields that store data externally, you must first embed the container field data. To do this, in FileMaker Pro, use the Save a Copy As command and choose selfcontained copy (single file). Then transfer the copy. Importing to and from a transferred file You can use the Import Records script step to merge data from a FileMaker Pro file on a device (a local file) to another FileMaker Pro file. FileMaker Go must have network access to FileMaker Server or FileMaker Pro. Set up field mapping and import order before you import. You can t create a new table when you import. You can: 1 import from a remote source into a local database 1 import from a local source into a remote database 1 import from a remote source into a remote database 1 import from a local source into a local database

8 Chapter 1 Setting up databases for FileMaker Go 8 Example 1: Importing from a remote source (Source.fmp12) into a local database (Target.fmp12) 1. Open Source.fmp12 and Target.fmp12 in FileMaker Pro. 2. Create an Import from Remote script in Target.fmp12. For example: Import Records [No dialog; Source.fmp12 ;Update existing;mac Roman] and set up a path to the source file using your machine IP address. For example: fmnet:/ /source.fmp12 3. Specify the import order. 4. Close Target.fmp Transfer Target.fmp12 to FileMaker Go. 6. Open Target.fmp12 in FileMaker Go and run the script "Import from Remote." The local database is updated with data from the remote database. Example 2: Importing from a local source (Source.fmp12) into a remote database (Target.fmp12) 1. Transfer Source.fmp12 to FileMaker Go. 2. Open Target.fmp12 in FileMaker Pro. 3. Create an Import to Remote script in Target.fmp12. For example: Set Variable[$FilePath;Value:Get(DocumentsPath) & Source.fmp12 ] Import Records[No dialog; $FilePath ; Add; Mac Roman] where the path to the source file on the device is file:$filepath 4. In the Edit Script dialog box, select the Import Records script step and select Specify import order. If the source fields do not appear in the Import Field Mapping dialog, select Specify data source, and add another path to Source.fmp12 to the path list. For example: file:$filepath file:source.fmp12 5. Open Target.fmp12 remotely in FileMaker Go. 6. Run the script "Import to Remote." Using Target.fmp12 in FileMaker Go, you have added data from Source.fmp12 on the device to Target.fmp12 on the host computer. Tip After you complete one import, the field mapping is retained if you selected Arrange by: last order in the Import Field Mapping dialog. There is no longer a need for the file:source.fmp12 reference.

9 Chapter 2 Differences between FileMaker Go and FileMaker Pro This chapter explains some differences between FileMaker Go and FileMaker Pro, as well as some differences between FileMaker Go for iphone and FileMaker Go for ipad. Unsupported features FileMaker Go does not support the following FileMaker Pro features: 1 creating databases on the device 1 modifying database schema such as tables, fields, relationships, data sources, and privileges 1 modifying database structure such as layouts, scripts, value lists, and custom menus 1 importing* 1 exporting to.fmp12, XML, or Excel.xls formats 1 spell checking 1 external functions 1 plug-ins 1 hosting files 1 Instant Web Publishing *Importing from one FileMaker Pro file into another FileMaker Pro file is supported in FileMaker Go version and later. Behavior differences Modes Layout and Preview modes aren t supported in FileMaker Go. Sorting When you tap a field column header to sort records in Table View, three sort orders are available: Ascending, Descending, and unsorted. The sort order By Value List is also available for a field column header if you sorted the field by a value list using the Edit Sort Order screen. By default, By Value List sorts records in ascending order. After you sort By Value List the first time, tap the column header again to sort records in descending order. If this field has been used in a previous sort of multiple fields, the sort order for the field will change but retain the previous sort order for the other fields. You might need to tap the column header more than once to clear the previous sort criteria.

10 Chapter 2 Differences between FileMaker Go and FileMaker Pro 10 Date and time pickers Differences in behavior between FileMaker Go and the desktop include: 1 Seconds or fractions of seconds aren t available on the time/timestamp picker in FileMaker Go. You can type seconds into the field. Scripted or calculated times will display seconds on the device. 1 On the ipad, the keyboard remains active while the date picker is active. 1 Data in FileMaker Go date fields might change if the device calendar changes. Custom menus (FileMaker Pro Advanced) FileMaker Go doesn t support: 1 removal of menu items that were removed on the desktop. The menu items are still displayed in FileMaker Go, but they are disabled. 1 additional menu items that do not map to existing FileMaker Go menu items. 1 override of the Quick Find menu item by custom menus, though you can override the quick find behavior. 1 override of Save Record and Exit Record by custom menus. 1 display of an ampersand (&) in custom menu titles. Printing 1 The print options that you set for a file in FileMaker Pro have no effect on the print options for the same file in FileMaker Go, and vice versa. 1 If you don t specify page margins for a layout in FileMaker Pro, FileMaker Go uses the printer s default margin, which might vary with different printers or different print drivers. You should specify page margins if you re printing a layout where exact spacing is important, like labels or a preprinted form. Saving records as a PDF file When you save records as a PDF file, FileMaker Go uses the name of the window for the PDF filename. Exporting By default, all manual export operations use UTF-8, except.xlsx, which uses UTF-16. You must use the Export Records script step to select fields whose values you want to summarize or fields that are not on the current layout, and you must use the Export Records script step to configure the output file character set. Container fields FileMaker Go doesn t support: 1 the Inspector Data Formatting options Images or Interactive content. (Content in container fields is displayed by the ios like other ios audio, video, and PDF files.) 1 setting up container fields to store data externally. Display state of objects FileMaker Go doesn t display the Hover state for objects.

11 Chapter 2 Differences between FileMaker Go and FileMaker Pro 11 Snapshot link files When a snapshot link file that was created in Preview mode is opened in FileMaker Go, the file is displayed in Browse mode. Scroll bars in portals When the Show vertical scroll bar option in the FileMaker Pro Portal Setup dialog box is enabled, FileMaker Go users can scroll within a portal using an ios scroll bar. Scripting and calculations Important Test your solution to ensure your script steps are supported. Scripts and functions behavior 1 To abort a currently running script, touch and hold onscreen, and confirm that you want to abort the script. If you do not make a choice, the confirmation will dismiss itself after a few seconds, and the script will continue running. 1 Get(SystemPlatform) returns 3 when performed on the device. 1 Send Mail doesn t support Perform without dialog. The displays on the device, and you can send it manually. This does not apply to mail sent through SMTP. 1 The Select All and Set Selection script steps don t highlight text if the keyboard is hidden on the device. 1 The Open URL script step using a Google Maps URL will open a browser, and then choosing Open in Safari will open the Maps app. 1 If a script contains a hide window command, FileMaker Go does not hide the window but changes the order of the open windows that are displayed. 1 When you switch to another app, FileMaker Go enters a suspended state, and scripts are also suspended. When you return to FileMaker Go, the app and scripts resume from where they left off. If you switch away from FileMaker Go for an extended period, and ios forces the app to quit, FileMaker Go attempts to generate a hibernation file. When you restart FileMaker Go, it uses the hibernation file to re-open files. A hibernation file is not generated when a script with Allow User Abort set to Off was running when you switched away from FileMaker Go. 1 The GetLayoutObjectAttribute function returns only PNG and JPEG images for the content attribute for charts. 1 The New Window script step doesn t support the Specify Advanced Style options. 1 Although you set up the Location and LocationValues functions in FileMaker Pro, they are designed for use on devices. 1 The Insert File script step doesn t support the dialog box options Storage options or Display. 1 The Exit Application script step closes all files but does not quit FileMaker Go. Get(ApplicationVersion) function Get(ApplicationVersion) returns Go x.x.x for the iphone or ipod touch. Get(ApplicationVersion) returns Go_iPad x.x.x for the ipad. In FileMaker Server, Go x.x.x or Go_iPad x.x.x appears in the Admin Console.

12 Chapter 2 Differences between FileMaker Go and FileMaker Pro 12 Replace Field Contents script step A script using Replace Field Contents can t prompt users in FileMaker Go to specify the field and data to be replaced. A Replace Field Contents script step with Perform without dialog deselected will not be performed. Save a Copy As script step The options compacted copy, clone, and self-contained copy (single file) are supported when you perform a Save a Copy As script in FileMaker Go, but not when you manually tap Save/Send > Database in FileMaker Go. For the script step, the self-contained copy (single file) option is equivalent to the compacted copy option. Save Records as PDF script step If you don t specify the output file path for the Save Records as PDF script step, FileMaker Go uses the name of the window to save the PDF file. Some Save Records as PDF script step options aren t supported: 1 appending records to an existing PDF 1 selecting the Acrobat version 1 selecting Printing and Editing options on the Security tab 1 deselecting the option that allows screen reading software 1 options on the Initial View tab Save Records as Snapshot Link script step The snapshot link includes the current found set of record IDs, including the layout, view, sort order, mode, and toolbar visibility. If you don t specify the output file path for the Save Records as Snapshot Link script step, FileMaker Go uses the name of the file to save the snapshot link file. You can open a snapshot link file on multiple devices if: 1 the FileMaker Pro file is stored on each device. 1 the snapshot link file was created in FileMaker Go. 1 the original FileMaker Pro file and the local copy of the file have matching filenames and are at the same relative location. Print Setup script step Performing a Print Setup script step in FileMaker Go sets the paper size, orientation, and scale options for the FileMaker Go Print Setup dialog without displaying the dialog. The Perform without dialog option has no effect on the Print Setup script step in FileMaker Go. Print script step If the Perform without dialog option is not selected, when you perform a Print script step, FileMaker Go displays the Print Setup dialog. You can choose the settings in the dialog, then tap Print to print the file. The Print script settings for number of copies and double-sided options have no effect on the print settings in FileMaker Go.

13 Chapter 2 Differences between FileMaker Go and FileMaker Pro 13 Export Field Contents script step FileMaker Pro exports text as UTF-16, but FileMaker Go exports text as UTF-8. Notes 1 By default, the files created by script steps appear in the Files on Device list and are saved in the Documents folder. To save the files in a temporary folder, use the Set Variable script step to create a variable to specify the output file path and filename for the script step. The files will be saved in the temporary folder and will be deleted when you close FileMaker Go or if FileMaker Go hibernates. You can use the following example to create an with the file as an attachment. Set Variable [$Output; Value: Get( TemporaryPath ) & sample.pdf ] Save Records as PDF [No dialog; $Output ; Records being browsed] Send Mail [Send via Client; To: linda@glolda.com ; Subject: Invoice ; Message: Test ; $Output ] 1 By default, when you run script steps, FileMaker Go creates a new output file. If you continue running the script, a number is added to the end of each filename. For example, the first time you run the Save Records as PDF script step for a sample file, the output filename is sample.pdf. The second time you run the script, the filename will be sample 1.pdf. To replace the output file with the new one instead of keeping multiple copies, add the file path (file:filename or filemac:filename) to the script. For example, if you type file:sample.pdf or filemac:sample.pdf in the Specify Output File dialog each time you run the script, the sample.pdf file in the Documents folder will be replaced with the new one. The following example saves records as a PDF file named sample.pdf and will either create a new file or overwrite the existing file. Save Records as PDF [No dialog; sample.pdf ; Records being browsed]

14 Chapter 2 Differences between FileMaker Go and FileMaker Pro 14 Unsupported script steps FileMaker Go does not support some script steps. Important Running scripts without handling unsupported script steps appropriately may lead to unintended behavior or data corruption. Returns error code 4 The following script steps return error code 4: Command is unknown. Use Get(LastError) to check for this error code. If Allow User Abort is on, FileMaker Go displays an alert informing you which script step is unsupported and gives you the choice to continue or to abort the script. If Allow User Abort is off, FileMaker Go displays an alert informing you which script step is unsupported. You cannot abort scripts if Allow User Abort is off. Alerts for unsupported script steps will not be displayed if Set Error Capture is on. Category Editing script steps Fields script steps Files script steps Miscellaneous script steps Navigation script steps Records script steps Script step Perform Find/Replace Insert from Index New File 1 Execute SQL 1 Install Plug-In File Enter Preview Mode 1 Import Records (import between FileMaker files is supported) 1 Export Records (.csv,.dbf,.xlsx,.htm,.mer,.tab file formats are supported) 1 Save Records as Excel

15 Chapter 2 Differences between FileMaker Go and FileMaker Pro 15 Returns error code 3 The following script steps return error code 3: Command is unavailable. Use Get(LastError) to check for this error code. FileMaker Go does not display an alert for these script steps. Category Fields script steps Files script steps Miscellaneous script steps Open Menu Item script steps Spelling script steps Windows script steps Script step 1 Insert Object (Windows) 1 Update Link (Windows) 1 Set Multi-User 1 Recover File 1 Convert File 1 Allow Formatting Bar 1 Speak (Mac) 1 Send Event (Mac) 1 Send Event (Windows) 1 Perform AppleScript (Mac) 1 Send DDE Execute (Windows) 1 Open Edit Saved Finds 1 Open File Options 1 Open Manage Containers 1 Open Manage Database 1 Open Manage Data Sources 1 Open Manage Layouts 1 Open Manage Scripts 1 Open Manage Value Lists 1 Open Find/Replace 1 Open Sharing 1 Check Selection 1 Check Record 1 Check Found Set 1 Correct Word 1 Spelling Options 1 Select Dictionaries 1 Edit User Dictionary 1 Show/Hide Text Ruler 1 Move/Resize Window 1 Arrange All Windows

16 Chapter 3 Designing databases for FileMaker Go This chapter explains what to consider when designing a database that will be used on a device. Designing layouts When you design a layout, keep in mind that on the device, you can t: 1 remove views or layouts 1 add or remove fields 1 switch to layouts that aren t set to show in the Layouts menu, unless you provide a navigation button 1 use the menu to insert the current date, time, or timestamp, unless you provide a button or use a script 1 define and assign value lists (drop-down lists and pop-up menus that Allow editing of value list are supported) 1 display tooltips 1 display leader characters such as... in tab control names For general design considerations for devices, see the Apple developer website. Tips for designing layouts and fields 1 Leave enough inactive space on the form so that users can tap outside a field to commit their data. 1 Reduce the size of images as much as possible. 1 Use the PNG file format for images. 1 Use the screen stencils to help you work within the viewing area of a device. 1 Some FileMaker Pro themes use the Tahoma font. This font is not supported in ios and will be converted to Helvetica in FileMaker Go. 1 Choose one of the device themes in the New Layout/Report assistant or Change Theme dialog box. These themes use the Helvetica Neue font. 1 In the Starter Solutions, adapt layouts that are designed for devices. 1 Distribute the fields on a form vertically. 1 If you don t leave enough space between fields, tapping a field will cover the field next to it. Leave at least 20 points vertical space between fields, or enable the vertical scroll bar for the field. 1 FileMaker Go supports accessibility using VoiceOver. For information about creating accessible solutions, see FileMaker Pro Help. 1 If you apply FileMaker Pro themes to files that you plan to use on a device, check the appearance of field label spacing, field heights, portals, and tabs on the device. 1 To create ios-style grouped fields, in the Appearance tab of the Inspector, specify a Corner radius value for each corner to make it round or square.

17 Chapter 3 Designing databases for FileMaker Go 17 Screen dimensions To optimize your design for both portrait and landscape orientation, limit the width of the layout to the screen width for the portrait orientation. This way, users don t have to scroll right or left to see the data. Try to keep the information that needs to be most visible within the screen dimensions that are shared between portrait and landscape orientations. Use auto-resizing settings in FileMaker Pro to optimize the layout for portrait and landscape rotations. Choosing fonts When choosing fonts, consider which platform you are designing for. Some fonts have different behavior for different platforms. The following fonts are suggestions, not recommendations. Not all fonts are supported on the desktop or on devices, and the fonts that are supported on ios are likely to change over time. Be sure to test your databases on all platforms you plan to use. iphone and ipod touch Arial Arial Rounded MT Bold Courier Courier New Georgia Helvetica Helvetica Neue Times New Roman Trebuchet MS Verdana Cochin American Typewriter Apple Gothic Marker Felt Thonburi Zapfino ipad Arial Arial Rounded MT Bold Courier Courier New Georgia Helvetica Helvetica Neue Times New Roman Trebuchet MS Verdana Academy Engraved LET Baskerville Chalkduster Optima Palatino Gill Sans Futura Cochin Snell RoundHand Didot American Typewriter Apple Gothic Copperplate Hoefler Text Marker Felt Papyrus Party LET Thonburi Zapfino

18 Chapter 3 Designing databases for FileMaker Go 18 Text styles The following text styles are supported in ios: bold, italic, underline, title case, uppercase, lowercase, word underline (appears as underline), double underline. ios doesn t support: highlight, strike through, condense, extend, small caps, superscript, subscript. Considerations for data entry on a device 1 Only fields are supported in the tab order. You can set up Tab and Return, but not Enter, to go to the next field. 1 You can t insert values into a field from an index on the device, and you can t Auto-complete using existing values. 1 Paragraph alignment, line spacing, and indentation might not display correctly in container fields. To prevent these appearance issues, use center alignment in container fields. 1 Auto-Correction will not work in text fields that have script triggers set up to catch keystrokes. 1 Editing a text field in FileMaker Go reverts all styles in that field to plain text. 1 You can edit about 64K of text at a time. 1 Asian languages: sideways text and Furigana aren t supported. Input method editors (IMEs) will not work in text fields that have script triggers set up to catch keystrokes. Considerations for performance on a device Container fields For container fields with images in remote files, the server scales the images before sending them to the device. For container fields with images in local files, the device handles the images; for improved performance use smaller images. Layouts Make several layouts with a minimum of objects instead of one layout with many objects. For information about designing layouts, see Tips for designing layouts and fields on page 16. Script triggers To improve performance, use uncomplicated scripts in script triggers.

19 Chapter 3 Designing databases for FileMaker Go 19 External keyboards Some keystrokes behave differently on external keyboards. Functionality Tab key Undo, Redo, Cut, Copy, Paste, Select All keys Keystrokes to move between records (for example, Control-Down Arrow) Modifier keys (for example, Option or Alt) Eject key Arrow keys Behavior in FileMaker Go Supported for field types that display the on-screen keyboard. Shift-Tab isn t supported. Supported Not supported Not supported Hides or shows the on-screen keyboard Not supported for value lists, date/time/timestamp pickers

20 Chapter 4 Protecting databases in FileMaker Go This chapter explains the behavior for opening protected files and logging in after multitasking. It also provides information for keeping your databases secure. Opening files protected with passwords When users try to open a protected file, a dialog prompts them to specify an account and password. FileMaker Go checks the following settings in the specified order to determine how to open a protected file. If none of these settings are used, the user needs to enter the login information to open the file. 1. URL protocols In FileMaker Pro, you can use the FMP protocol in a URL in order to open a shared, remote FileMaker Pro file. See Opening files and running scripts using the FMP protocol on page File Options setting to log in automatically In FileMaker Pro, you can use the File Options setting to automatically log in using a specific account and password when you open the database. 3. User manual override In FileMaker Go, users can temporarily bypass the default login information when they open a file by touching and holding a filename in the file list. Releasing the filename displays a dialog where users can enter a different account and password. Logging in after multitasking When you press the Home button on your device, FileMaker Go moves to the background and saves the state of the file. FileMaker Go also saves the state of the file when you answer a phone call. When you switch back to FileMaker Go, you return to where you left off. Files can be configured to require reauthentication after being in the background for a specified period of time. See Using the fmreauthenticate extended privilege on page 21. After FileMaker Go moves to the background, you must re-enter your account and password to return to the file, unless: 1 you are using the Guest account. 1 your account name and password match the account name and password set in the File Options dialog in FileMaker Pro. 1 you have returned to the file before the time limit specified in the fmreauthenticate extended privilege. 1 you are using an account that does not have the fmreauthenticate extended privilege. Note These conditions also apply to files converted from an earlier version of FileMaker Pro.

21 Chapter 4 Protecting databases in FileMaker Go 21 Using the fmreauthenticate extended privilege Use the fmreauthenticate extended privilege to control when users will be required to reauthenticate after not using FileMaker Go for a specified period of time. With this privilege, when FileMaker Go switches to the foreground users must re-enter the account name and password if the specified time limit has elapsed. Users can attempt to enter their account name and password five times before FileMaker Go closes the files. New privilege sets created in FileMaker Pro include the keyword fmreauthenticate10 by default. The fmreauthenticate extended privilege activates any time a user leaves the context of the app, including ios alerts, and sleep. If a file converted from an earlier version of FileMaker Pro: 1 does not have the fmrestorelogin extended privilege, FileMaker Pro adds the keyword fmreauthenticate0. 1 does have the fmrestorelogin extended privilege, FileMaker Pro removes it. Opening files and running scripts using the FMP protocol In FileMaker Pro, you can use the FMP protocol in a URL to open a shared, remote FileMaker Pro file. For example: [<][URL:]FMP://[[account:password@]netaddress]/databasename[>] You can also use the FMP protocol to open and run a specified script in remote FileMaker Pro files, hibernated files, local database files on a device, or to communicate with other apps. Example 1: Opening remote files Open a file named Clients.fmp12 on the host machine with an IP address of with a script named ListClients. FMP:// /Clients.fmp12?script=ListClients Example 2: Opening hibernated files Reopen a file named Clients.fmp12 that was hibernated in FileMaker Go with a script named ListClients. fmp://$/clients.fmp12?script=listclients Note When using FMP, FileMaker Go restores all hibernated files first and then processes FMP. Example 3: Opening local files Open a local file named Clients.fmp12 on the device with a script named ListClients. fmp://~/clients.fmp12?script=listclients Example 4: Passing parameters to a script and defining local variables Open a file named Clients.fmp12 on the host machine with an IP address of with a script named ListClients. Specify a parameter of TopClients and a local variable $NumberToList with a value of 10. FMP:// /Clients.fmp12?script=ListClients&param=TopClients&$NumberTo List=10

22 Chapter 4 Protecting databases in FileMaker Go 22 Notes 1 Filenames are case-sensitive. Script names are not case-sensitive. 1 The filename extension.fmp12 is not required. 1 You can define multiple variables in the same FMP protocol. 1 If spaces are needed in a link, replace every space with %20. You can specify the account and password in the address (except when you re opening hibernated files). Suggestions for protecting remote and local files If your files need less security 1 Set a long server idle time for files served by FileMaker Server. 1 Increase the number of minutes before requiring re-login using the fmreauthenticate extended privilege. 1 Don t use the fmreauthenticate extended privilege. If your files need more security one user per device Remote files Try to balance security needs and user convenience when specifying the amount of time: 1 before the passcode is required 1 for server idle time 1 before requiring re-login using the fmreauthenticate extended privilege Local files 1 Take additional precautions to prevent someone from accessing files on lost or stolen devices. 1 Use the fmreauthenticate extended privilege to minimize unauthorized access. If your files need more security multiple users per device 1 Set the passcode to be required immediately. 1 Set the fmreauthenticate extended privilege to fmreauthenticate0. 1 Users should be required to enter the passcode, then log in to files using their own accounts.

23 Chapter 4 Protecting databases in FileMaker Go 23 Security tips To limit unauthorized access: 1 Set a passcode on your device. 1 Use the free Find My ipad or Find My iphone app. Enable the Remote Passcode Lock and Remote Wipe features for your device. 1 Use the Get(PersistentID) function to help identify devices that access your solutions. Notes 1 FileMaker Go doesn t work with IPv6 file references or addresses. 1 If a host asks a client to close and there is no response after 30 seconds, FileMaker Go will attempt to close databases and the alert message will close. 1 File recovery isn t supported on devices. SSL certificates FileMaker Go can connect to the following FileMaker Server root certificate configurations: 1 FileMaker root certificate (SSL-enabled Server) 1 VeriSign 1 GeoTrust 1 GoDaddy 1 Thawte 1 Comodo

FileMaker Go 14. Development Guide

FileMaker Go 14. Development Guide FileMaker Go 14 Development Guide 2011-2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks of FileMaker,

More information

FileMaker 12. Instant Web Publishing Guide

FileMaker 12. Instant Web Publishing Guide FileMaker 12 Instant Web Publishing Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

FileMaker. Installation and New Features Guide. for FileMaker Pro 15 and FileMaker Pro 15 Advanced

FileMaker. Installation and New Features Guide. for FileMaker Pro 15 and FileMaker Pro 15 Advanced FileMaker Installation and New Features Guide for FileMaker Pro 15 and FileMaker Pro 15 Advanced 2007-2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California

More information

FileMaker 11. Instant Web Publishing Guide

FileMaker 11. Instant Web Publishing Guide FileMaker 11 Instant Web Publishing Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

FileMaker Server 10 Help

FileMaker Server 10 Help FileMaker Server 10 Help 2007-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

FileMaker 13. WebDirect Guide

FileMaker 13. WebDirect Guide FileMaker 13 WebDirect Guide 2014 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc. registered

More information

FileMaker Pro 12. User s Guide

FileMaker Pro 12. User s Guide FileMaker Pro 12 User s Guide 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

FileMaker Server 7. Administrator s Guide. For Windows and Mac OS

FileMaker Server 7. Administrator s Guide. For Windows and Mac OS FileMaker Server 7 Administrator s Guide For Windows and Mac OS 1994-2004, FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark

More information

FileMaker 10. Instant Web Publishing Guide

FileMaker 10. Instant Web Publishing Guide FileMaker 10 Instant Web Publishing Guide 2004-2009 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and

More information

ios Deployment Simplified FileMaker How To Guide

ios Deployment Simplified FileMaker How To Guide ios Deployment Simplified FileMaker How To Guide Table of Contents FileMaker How To Guide Introduction... 3 Deployment Options... 3 Option 1 Transfer to the ios device... 3 Option 2 - Host with FileMaker

More information

FileMaker Pro 12. Tutorial

FileMaker Pro 12. Tutorial FileMaker Pro 12 Tutorial 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc. registered

More information

Word Processing programs and their uses

Word Processing programs and their uses Word Processing programs and their uses An application that provides extensive tools for creating all kinds of text based programs. They are not limited to working with text and enable you to add images

More information

FileMaker Security Guide The Key to Securing Your Apps

FileMaker Security Guide The Key to Securing Your Apps FileMaker Security Guide The Key to Securing Your Apps Table of Contents Overview... 3 Configuring Security Within FileMaker Pro or FileMaker Pro Advanced... 5 Prompt for Password... 5 Give the Admin Account

More information

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

FileMaker Server 12. FileMaker Server Help

FileMaker Server 12. FileMaker Server Help FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.

More information

FileMaker 14. WebDirect Guide

FileMaker 14. WebDirect Guide FileMaker 14 WebDirect Guide 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks of FileMaker, Inc.

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

FileMaker Server 8. Administrator s Guide

FileMaker Server 8. Administrator s Guide FileMaker Server 8 Administrator s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.,

More information

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT

WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT WHAT S NEW IN WORD 2010 & HOW TO CUSTOMIZE IT The Ribbon... 2 Default Tabs... 2 Contextual Tabs... 2 Minimizing and Restoring the Ribbon... 3 Customizing the Ribbon... 3 A New Graphic Interface... 5 Live

More information

FileMaker 13. ODBC and JDBC Guide

FileMaker 13. ODBC and JDBC Guide FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

FileMaker Server 12. Custom Web Publishing with PHP

FileMaker Server 12. Custom Web Publishing with PHP FileMaker Server 12 Custom Web Publishing with PHP 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks

More information

Using FileMaker Pro with Microsoft Office

Using FileMaker Pro with Microsoft Office Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker

More information

FileMaker Pro 13. Script Steps Reference

FileMaker Pro 13. Script Steps Reference FileMaker Pro 13 Script Steps Reference 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

FileMaker Server 10. Getting Started Guide

FileMaker Server 10. Getting Started Guide FileMaker Server 10 Getting Started Guide 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and

More information

FileMaker Server 7 and FileMaker Server 7 Advanced Documentation Errata

FileMaker Server 7 and FileMaker Server 7 Advanced Documentation Errata FileMaker Server 7 and FileMaker Server 7 Advanced Documentation Errata The following pages clarify information or correct errors in the FileMaker Server 7 and FileMaker Server 7 Advanced documentation.

More information

FileMaker Server 13. Custom Web Publishing with PHP

FileMaker Server 13. Custom Web Publishing with PHP FileMaker Server 13 Custom Web Publishing with PHP 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks

More information

FileMaker Pro 11. Tutorial

FileMaker Pro 11. Tutorial FileMaker Pro 11 Tutorial 2007 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered in

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

NDSU Technology Learning & Media Center. Introduction to Google Sites

NDSU Technology Learning & Media Center. Introduction to Google Sites NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Introduction to Google Sites Get Help at the TLMC 1. Get help with class projects on a walk-in basis; student learning assistants

More information

FileMaker 11. ODBC and JDBC Guide

FileMaker 11. ODBC and JDBC Guide FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

FileMaker Server 9. Custom Web Publishing with PHP

FileMaker Server 9. Custom Web Publishing with PHP FileMaker Server 9 Custom Web Publishing with PHP 2007 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker,

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

FileMaker Server 12. Getting Started Guide

FileMaker Server 12. Getting Started Guide FileMaker Server 12 Getting Started Guide 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

FileMaker 14. ODBC and JDBC Guide

FileMaker 14. ODBC and JDBC Guide FileMaker 14 ODBC and JDBC Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks of FileMaker,

More information

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu)

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Updated on 10/17/2014 Table of Contents About... 4 Who Can Use It... 4 Log into Ingeniux... 4 Using Ingeniux

More information

FileMaker Pro 13. Network Install Setup Guide

FileMaker Pro 13. Network Install Setup Guide FileMaker Pro 13 Network Install Setup Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of

More information

FileMaker Security Guide

FileMaker Security Guide TECH BRIEF FileMaker Security Guide The Key to Securing Your Solutions Table of Contents Overview... 3 Configuring Security Within FileMaker Pro or FileMaker Pro Advanced... 5 Prompt for Password... 5

More information

Content Management System

Content Management System OIT Training and Documentation Services Content Management System End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2009 CONTENTS 1.

More information

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office

Hands-on Guide. FileMaker Pro. Using FileMaker Pro with Microsoft Office Hands-on Guide FileMaker Pro Using FileMaker Pro with Microsoft Office Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker Pro and Microsoft Excel... 5 Drag and

More information

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

Frequently Asked Questions for the USA TODAY e-newspaper

Frequently Asked Questions for the USA TODAY e-newspaper Frequently Asked Questions for the USA TODAY e-newspaper Navigating the USA TODAY e-newspaper A look at the toolbar Toolbar Functions, Buttons, and Descriptions The tab marked Contents will take the e-reader

More information

McAfee Endpoint Encryption Reporting Tool

McAfee Endpoint Encryption Reporting Tool McAfee Endpoint Encryption Reporting Tool User Guide Version 5.2.13 McAfee, Inc. McAfee, Inc. 3965 Freedom Circle, Santa Clara, CA 95054, USA Tel: (+1) 888.847.8766 For more information regarding local

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Internet Explorer Settings for Optum CareTracker

Internet Explorer Settings for Optum CareTracker Internet Explorer Settings for Optum CareTracker CareTracker (aka Optum PM and Physician EMR) is a web-based application, which currently only runs on the 32 -bit version of Internet Explorer (to tell,

More information

FileMaker Server 14. Custom Web Publishing Guide

FileMaker Server 14. Custom Web Publishing Guide FileMaker Server 14 Custom Web Publishing Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta.

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta. OIT Training and Documentation Services Cascade Server End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2013 CONTENTS 1. Introduction

More information

MICROSOFT WORD TUTORIAL

MICROSOFT WORD TUTORIAL MICROSOFT WORD TUTORIAL G E T T I N G S T A R T E D Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents,

More information

Microsoft Migrating to Word 2010 from Word 2003

Microsoft Migrating to Word 2010 from Word 2003 In This Guide Microsoft Word 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free Word 2010 training,

More information

ECDL / ICDL Word Processing Syllabus Version 5.0

ECDL / ICDL Word Processing Syllabus Version 5.0 ECDL / ICDL Word Processing Syllabus Version 5.0 Purpose This document details the syllabus for ECDL / ICDL Word Processing. The syllabus describes, through learning outcomes, the knowledge and skills

More information

Time & Expense Entry WalkThrough

Time & Expense Entry WalkThrough PRACTICE CS Time & Expense Entry WalkThrough Version 2014.x.x TL 27573a (01/16/2015) Copyright Information Text copyright 2004-2015 by Thomson Reuters. All rights reserved. Video display images copyright

More information

Microsoft Word 2013 Tutorial

Microsoft Word 2013 Tutorial Microsoft Word 2013 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

2003-2004 FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker

2003-2004 FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker User s Guide 2003-2004 FileMaker, Inc. All Rights Reserved. Document Version 2.0 FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc., registered

More information

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

isupport 15 Release Notes

isupport 15 Release Notes isupport 15 Release Notes This document includes new features, changes, and fixes in isupport v15. The Readme.txt file included with the download includes a list of known issues. New Features in isupport

More information

HIT THE GROUND RUNNING MS WORD INTRODUCTION

HIT THE GROUND RUNNING MS WORD INTRODUCTION HIT THE GROUND RUNNING MS WORD INTRODUCTION MS Word is a word processing program. MS Word has many features and with it, a person can create reports, letters, faxes, memos, web pages, newsletters, and

More information

7 th Annual LiveText Collaboration Conference. Advanced Document Authoring

7 th Annual LiveText Collaboration Conference. Advanced Document Authoring 7 th Annual LiveText Collaboration Conference Advanced Document Authoring Page of S. La Grange Road, nd Floor, La Grange, IL 6055-455 -866-LiveText (-866-548-3839) edu-solutions@livetext.com Page 3 of

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

TLMC WORKSHOP: THESIS FORMATTING IN WORD 2010

TLMC WORKSHOP: THESIS FORMATTING IN WORD 2010 Table of Contents Introduction... 2 Getting Help... 2 Tips... 2 Working with Styles... 3 Applying a Style... 3 Choosing Which Styles to Use... 3 Modifying a Style... 4 Creating A New Style... 4 Setting

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

WORDPAD TUTORIAL WINDOWS 7

WORDPAD TUTORIAL WINDOWS 7 WORDPAD TUTORIAL WINDOWS 7 Quick Access bar Home Tab Triangles = More Commands Groups on the Home tab Right paragraph margin Left paragraph Margin & Indent Paragraphs Ruler Hover the mouse pointer over

More information

LYNC 2010 USER GUIDE

LYNC 2010 USER GUIDE LYNC 2010 USER GUIDE D O C U M E N T R E V I S O N H I S T O R Y DOCUMENT REVISION HISTORY Version Date Description 1.0 6/25/2013 Introduction of the Lync 2010 to product line. 2 Lync 2010 User Guide 401

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

TOSHIBA GA-1310. Printing from Windows

TOSHIBA GA-1310. Printing from Windows TOSHIBA GA-1310 Printing from Windows 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45081979 04 February 2009 CONTENTS 3 CONTENTS

More information

1. Application Overview... 3. 2. System Requirements... 3. 3. Installation... 3. 4. Splash Screen... 4. 5. Registration Screen...

1. Application Overview... 3. 2. System Requirements... 3. 3. Installation... 3. 4. Splash Screen... 4. 5. Registration Screen... 1 P a g e Table of Contents 1. Application Overview... 3 2. System Requirements... 3 3. Installation... 3 4. Splash Screen... 4 5. Registration Screen... 5 5.1 Registration... 5 6. Login Screen... 7 6.1

More information

Senior Systems Cloud Services

Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

Cisco Jabber for Windows 10.5 Advanced Features Guide

Cisco Jabber for Windows 10.5 Advanced Features Guide First Published: August 14, 2014 Last Modified: August 26, 2014 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Novell Filr 1.0.x Mobile App Quick Start

Novell Filr 1.0.x Mobile App Quick Start Novell Filr 1.0.x Mobile App Quick Start February 2014 Novell Quick Start Novell Filr allows you to easily access all your files and folders from your desktop, browser, or a mobile device. In addition,

More information

Xerox 700 Digital Color Press with Integrated Fiery Color Server. Utilities

Xerox 700 Digital Color Press with Integrated Fiery Color Server. Utilities Xerox 700 Digital Color Press with Integrated Fiery Color Server Utilities 2008 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45072726

More information

Mobile Print/Scan Guide for Brother iprint&scan

Mobile Print/Scan Guide for Brother iprint&scan Mobile Print/Scan Guide for Brother iprint&scan Version K ENG Definitions of notes We use the following note style throughout this user s guide: specifies the operating environment, conditions for installation,

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

FileMaker Pro 10. Tutorial

FileMaker Pro 10. Tutorial FileMaker Pro 10 Tutorial 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker, the file folder logo, Bento and the Bento logo

More information

Lotus Notes Traveler User and Troubleshooting Guide for ios Devices. Manage the Settings for your Mail, Calendar, and Contacts Apps

Lotus Notes Traveler User and Troubleshooting Guide for ios Devices. Manage the Settings for your Mail, Calendar, and Contacts Apps Traveler User Tips 1. All email is accessed through the Mail app, while calendar entries are accessed through the Calendar app, and contacts can be located in the Contacts app on an ios device. 2. Your

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

Lotus Notes Client Version 8.5 Reference Guide

Lotus Notes Client Version 8.5 Reference Guide Lotus Notes Client Version 8.5 Reference Guide rev. 11/19/2009 1 Lotus Notes Client Version 8.5 Reference Guide Accessing the Lotus Notes Client From your desktop, double click the Lotus Notes icon. Logging

More information

Salesforce Classic Guide for iphone

Salesforce Classic Guide for iphone Salesforce Classic Guide for iphone Version 37.0, Summer 16 @salesforcedocs Last updated: July 12, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Foxit MobilePDF for ios Quick Guide

Foxit MobilePDF for ios Quick Guide for ios 1 Contents Chapter 1 Description... 3 Chapter 2 Main Menu... 5 Chapter 3 File Management... 7 Chapter 4 Viewing PDF Files... 8 Chapter 5 Annotation... 13 Chapter 6 Signatures... 18 Chapter 7 Text

More information

Cloudfinder for Office 365 User Guide. November 2013

Cloudfinder for Office 365 User Guide. November 2013 1 Contents Getting started with Cloudfinder for Office 365 1... 3 Sign up New Cloudfinder user... 3 Sign up Existing Cloudfinder user... 4 Setting the Admin Impersonation... 4 Initial backup... 7 Inside

More information

VEDATRAK CRM 2.1. User's Guide

VEDATRAK CRM 2.1. User's Guide VEDATRAK CRM 2.1 User's Guide 2 (C) 2006-2010 SUI SOLUTIONS. All rights reserved. 3 Contents Overview...9 System Requirements...11 Installation Notes...12 Vedatrak Basics...13 User Roles...13 System Administrator...13

More information

Chapter 1: FileMaker Pro basics

Chapter 1: FileMaker Pro basics FOR WINDOWS 1990, 1992, 1995, 1997 Claris Corporation. All Rights Reserved. Claris Corporation 5201 Patrick Henry Drive Santa Clara, California 95054 http://www.claris.com Claris, ClarisImpact, ClarisWorks,

More information

User Guide. SysMan Utilities. By Sysgem AG

User Guide. SysMan Utilities. By Sysgem AG SysMan Utilities User Guide By Sysgem AG Sysgem is a trademark of Sysgem AG. Other brands and products are registered trademarks of their respective holders. 2013 Sysgem AG, Lavaterstr. 45, CH-8002 Zürich,

More information

Getting Started - The Control Panel

Getting Started - The Control Panel Table of Contents 1. Getting Started - the Control Panel Login Navigation Bar Domain Limits Domain User Account Properties Session Management 2. FTP Management Creating and Editing Users Accessing FTP

More information

Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365

Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365 Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365 MANUAL Policy Patrol Signatures This manual, and the software described in this manual, are copyrighted. No part of this manual or

More information

Custom Reporting System User Guide

Custom Reporting System User Guide Citibank Custom Reporting System User Guide April 2012 Version 8.1.1 Transaction Services Citibank Custom Reporting System User Guide Table of Contents Table of Contents User Guide Overview...2 Subscribe

More information

TOPS v3.2.1 Calendar/Scheduler User Guide. By TOPS Software, LLC Clearwater, Florida

TOPS v3.2.1 Calendar/Scheduler User Guide. By TOPS Software, LLC Clearwater, Florida TOPS v3.2.1 Calendar/Scheduler User Guide By TOPS Software, LLC Clearwater, Florida Document History Version Edition Date Document Software Trademark Copyright First Edition Second Edition 02 2007 09-2007

More information

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1

Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1 Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word

Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe Acrobat 9 Pro Accessibility Guide: Creating Accessible PDF from Microsoft Word Adobe, the Adobe logo, Acrobat, Acrobat Connect, the Adobe PDF logo, Creative Suite, LiveCycle, and Reader are either

More information

Horizon Debt Collect. User s and Administrator s Guide

Horizon Debt Collect. User s and Administrator s Guide Horizon Debt Collect User s and Administrator s Guide Microsoft, Windows, Windows NT, Windows 2000, Windows XP, and SQL Server are registered trademarks of Microsoft Corporation. Sybase is a registered

More information

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial Microsoft Word 2010 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Remote Desktop Services User's Guide

Remote Desktop Services User's Guide Contents Remote Desktop Services Document Revision Control Revision Description Author DATE 1.0 Initial Release Karen M. Hess 3/24/2015 1.1 Added section for viewing mapped drives Karen M. Hess 4/15/2015

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

More information

User Support Manual KIDS IEP AND DATA MANAGEMENT SOFTWARE PROGRAM. Customized Relational Technology, Inc.

User Support Manual KIDS IEP AND DATA MANAGEMENT SOFTWARE PROGRAM. Customized Relational Technology, Inc. Customized Relational Technology, Inc. 17726-J Oak Park Ave., Tinley Park, IL 60477 Phone: (708) 532-7022 Fax: (708) 532-7028 Toll Free: (866) 640-KIDS (5437) Email: support@iep-crt.com User Support Manual

More information

FileMaker Server 11. Getting Started Guide

FileMaker Server 11. Getting Started Guide FileMaker Server 11 Getting Started Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Smartphones and tablets: If you have a data plan, use the SMTP server setting for the company that provides this service.

Smartphones and tablets: If you have a data plan, use the SMTP server setting for the company that provides this service. ARTSPHERE USER MANUAL Hosting for versions 5.0 and 5.1 The hosting control panel is where your website is located. We refer to this as the cpanel. To access the cpanel add /cpanel to your domain name (for

More information