Fmpro Migrator Cracked

Start display at page:

FmPro Migrator is a stand-alone application which quickly and accurately migrates FileMaker Pro databases to MySQL, Oracle, Access, SQL Server, Sybase, DB2, PostgreSQL, and SQLite. I was looking at FMPro Migrator for an upcoming conversion of an Access database to FileMaker Pro. It sounds pretty slick and claims to rebuild tables.

Download 'How to Import FileMaker Pro Databases into FmPro Migrator'
  • Eleanore Christina Woods
  • 2 years ago
  • Views:

Transcription

1 How to Import FileMaker Pro Databases into FmPro Migrator

2 How to Import FileMaker Pro Databases into FmPro Migrator 1 Installation 1.1 Installation Tips 4 2 Step 1 - Import Table Info 2.1 Step 1 - Import Table Definitions 10 3 Step 2 - Import Layouts 3.1 Step 2 - Import Layouts 14 4 Step 3 - Import Scripts 4.1 Step 3 - Import Scripts 22 5 Step 4 - Import Relationships, TOs, Value Lists & Custom Functions 5.1 Step 4 - Import Relationships, TOs, Value Lists and Custom Functions 27 6 Troubleshooting 6.1 Troubleshooting AppleScript GUI Automation [MacOSX] 35

3 Installation How to Import FileMaker Pro Databases into FmPro Migrator - 3

4 Installation Tips This document provides an explanation of the steps required to import info from FileMaker Pro database files using FmPro Migrator Developer Edition and FileMaker Pro Advanced. Revision 14 2/5/2014 Changes with this version: Replaced the use of QuicKeys with AppleScript code embedded within FmPro Migrator. Added support for FileMaker 12/13. Installation & Pre-Migration Tips Tip1: Don't rename the FmPro Migrator or FileMaker Advanced executable files on your hard disk. If you want to maintain different versions of these applications, put them into folders containing different names. The AppleScript/WinAutomation scripts look for these two applications by their executable filenames, and if they are renamed the shortcuts won't be able to find the applications even if the applications are currently running. Tip2: On Mac OS X, make sure that you only have one copy of FileMaker Pro Advanced running when performing the GUI automation tasks (importing layouts into FmPro Migrator, creating value lists, custom functions, scripts, layouts in FileMaker Pro Advanced). FmPro Migrator will verify that the version of FileMaker you have selected in the Source Database and Destination Database menus matches what is currently running. But if 2 copies of FileMaker are running, this verification process will not necessarily work properly. It is likely that the first opened copy of the FileMaker application will receive the AppleScript commands. Tip3: On Windows, in order for the WinAutomation shortcuts to find elements within the FileMaker user interface, the Manage/Define Database window needs to be resized to its smallest horizontal and vertical sizes. Otherwise, the shortcuts won't be able to find the correct locations for clicking on button or icons during the automated creation of TOs and Relationships. Note: This is not an issue on MacOSX because the AppleScript code is not dependent upon the size or location of objects in FileMaker windows. The AppleScript code references objects by their underlying object name, not their location or their text label (i.e. 'click button 4 of window 1' is used instead of 'click OK button of window Manage Value Lists) Tip4: Duplicate value lists and script names need to be considered prior to performing a Table Consolidation or Conversion project. If duplicated value lists and custom functions contain the same functionality, you don't have to do anything because FmPro Migrator will skip them automatically. Otherwise, these duplicated objects should be renamed within FileMaker prior to starting the Table Consolidation project. How to Import FileMaker Pro Databases into FmPro Migrator - 4

5 Select Output Directory FmPro Migrator stores migration information for each project within a SQLite database file named MigrationProcess.db3. FmPro Migrator needs to know where this file should be stored, prior to starting your migration project. You can have as many MigrationProcess.db3 files as needed (for instance a separate file for each project), as long as these files are stored within different directories on your hard disk. This output directory is also used for writing automation scripts, instructions and the FileMakerDB.fp7/FileMakerDB.fmp12 template database file. On the FileMaker tab within FmPro Migrator, click the Browse button, then select an output directory [If you select an output directory which already contains a MigrationProcess.db3 file, the yellow Continue... button will be enabled so that you can continue working on a previously created project. Otherwise, the MigrationProcess.db3 file will be created automatically when you add the first table to your migration project.] How to Import FileMaker Pro Databases into FmPro Migrator - 5

6 Select Source and Destination Database Types Selecting both the Source Database and Destination Database types as FileMaker 7/8/9/10/11/12/13 triggers FmPro Migrator to enter Table Consolidation mode once the first table is copied from the ClipBoard. Note: It is important to accurately select the type of Destination Database in order for FmPro How to Import FileMaker Pro Databases into FmPro Migrator - 6

7 Migrator to use the correct AppleScript or WinAutomation scripts when performing migration tasks. Different versions of FileMaker have used differing menu options, therefore customized automation scripts are used by FmPro Migrator based upon the database version. FileMaker 12+ Note1: As of FileMaker 12, there have been changes made to the format of XML code placed onto the clipboard for layouts and scripts. These different formats are not fully compatible with different versions of the FileMaker database. For instance, if you capture layouts with FileMaker 11 and then try to paste them into FileMaker 13, the contents of the layout won't get pasted. So for Table Consolidation projects it is recommended that you use the same version of FileMaker for all phases of the project. Therefore, select the source and destination database versions to be the same version. Convert FileMaker 5/6 Files When upgrading FileMaker 5/6 files, the files should be converted into.fp7 files using the FileMaker Pro 11 Trial Version from the FileMaker website. This tech note provides further details: FmPro Migrator Developer Edition uses FileMaker Advanced when performing a Table Consolidation or Conversion project. Open the original (older) files with the newer version of FileMaker Advanced and the files will be converted automatically by FileMaker. For the purposes of this documentation, these new files are considered to be the source data files for the project. For example, if you want to convert FileMaker Pro 5.5 (.fp5) files to FileMaker Pro 13: 1) Download the FileMaker Pro 11 Trial version from the tech note provided above. 2) Convert the.fp5 files into.fp7 files using the FileMaker Pro 11 Trial version. 3) Convert the.fp7 files into.fmp12 files using FileMaker Pro Advanced 13. Within FmPro Migrator, you must select FileMaker 13 as both the source and destination database versions. Install WinAutomation jobs [Windows] Select the Export WinAutomation Scripts menu item from the File menu. On Windows, the WinAutomation jobs will be written into the output directory into a file named: How to Import FileMaker Pro Databases into FmPro Migrator - 7

8 FmPro Migrator WinAutomation Jobs.zip A pdf installation manual named FmPro Migrator WinAutomation Installation.pdf will also be written into this directory. Your web browser will then be directed to the appropriate company's website so that you can download the latest WinAutomation software. Follow the instructions listed in the WinAutomation pdf installation files to install the software and shortcuts as well as configure FileMaker Pro Advanced. On MacOS X, the AppleScript code is embedded within FmPro Migrator therefore no installation is required. Selecting this menu will save a text file of AppleScript code, a LiveCode AppleScript test stack and a LiveCode performance testing stack to the output directory. These files have been released as open source for use by the FileMaker community. Export FileMaker Database Design Report (DDR XML) FmPro Migrator requires information from the FileMaker Database Design Report (also known as DDR XML) in order to import information about FileMaker Pro TOs, Relationships, Value Lists, Custom Functions and Layouts. For each FileMaker database file to be migrated, select Tools -> Database Design Report... When prompted for the output directory, select XML as the output file type (do not select HTML). DDR XML files can be exported for all open FileMaker database files as the same time. Note: DDR XML files can only be exported by FileMaker Pro Advanced, not FileMaker Pro. How to Import FileMaker Pro Databases into FmPro Migrator - 8

9 Step 1 - Import Table Info How to Import FileMaker Pro Databases into FmPro Migrator - 9

10 Step 1 - Import Table Definitions Step 1 - Import Table Definitions FmPro Migrator Edition uses FileMaker table definitions copied from the clipboard for table consolidation and conversion projects. These table definitions include all table/field options, validations and calculation formulas required to recreate the tables within a new database file. When performing SQL database conversions, this info is also used to create new tables in the SQL database. Step 1 - Open Define/Manage Database Dialog within FileMaker Pro Advanced Open each source database file within FileMaker Pro Advanced. Select the table within the Define/Manage Database dialog, click the Copy button. Note: If you licensed FmPro Migrator Platinum Edition and need help with this step because you don't have FileMaker Pro Advanced, then please contact.com Solutions via the Contact page on the website. How to Import FileMaker Pro Databases into FmPro Migrator - 10

11 Step 1 - Paste Table into FmPro Migrator On the FileMaker tab of the main FmPro Migrator window, select the 'ClipBoard XML' menu item, then click the Get Info button. Export DDR File After copying the table definition via the Clipboard, export a DDR XML file from each source database file. These files will be used to import Relationships into FmPro Migrator later in the migration process. How to Import FileMaker Pro Databases into FmPro Migrator - 11

12 Click Continue... Button Once the first table has been copied into FmPro Migrator, the yellow Continue... button will become visible. Click the Continue... button to open the Migration Process window. How to Import FileMaker Pro Databases into FmPro Migrator - 12

13 Step 2 - Import Layouts How to Import FileMaker Pro Databases into FmPro Migrator - 13

14 Step 2 - Import Layouts Step 2 - Layouts Tab The Layouts tab provides an interface for managing layouts during a migration project. Layouts can be captured from FileMaker either one at a time [1] or in batch mode [2]. Clicking on a layout in the list displays details for the layout, including a thumbnail version of the layout image. Clicking on a portal displays the portal rectangle on the thumbnail image. How to Import FileMaker Pro Databases into FmPro Migrator - 14

15 Select Layout Import Method Select the import method pop up menu under the Layout Batch Import button. By default, clicking the Layout Batch Import button will import layouts from the Clipboard. The options within this menu are: Clipboard - Uses AppleScript/WinAutomation to control the FileMaker Pro graphic interface and import each layout using the clipboard. Note: This is the ONLY option which can be used for Table Consolidation/Database Rebuild projects and single file FileMaker Pro solutions, in order to insure that scripts and buttons continue to work correctly. Note: The DDR Importing methods are now deprecated. These methods are only useful for project estimating purposes in order to quickly import and count the number of layouts in a multi-file project. DDR - Imports all layouts from a DDR XML file selected by the user. Layouts are given the exact same name found within the DDR XML file. How to Import FileMaker Pro Databases into FmPro Migrator - 15

16 Note: Using the DDR XML file to import layouts is no longer recommended for Table Consolidation or Database Rebuild projects. DDR (T) - Imports all layouts from a DDR XML file selected by the user. The layout base table name is added as a suffix to the original layout name. The Import Relationships from DDR step needs to occur prior to importing layouts in order for the base table names to be available. DDR (F) - Imports all layouts from a DDR XML file selected by the user. The FileMaker Pro filename used to create the DDR XML file is added as a suffix to the original layout name. Step 2 - Click Import All Layouts Button The Import All Layouts button starts the process of importing all of the layouts. Note: The Import Type menu is covered up by the TO Name menu when a layout has been selected in the list - as shown in this screenshot. Also shown in this screenshot is the location of Portal1 on the thumbnail image of the layout, since Portal1 has been selected from the list of portals. How to Import FileMaker Pro Databases into FmPro Migrator - 16

17 Step 2 - MacOSX 10.9 Security Dialog On MacOSX, FmPro Migrator uses AppleScript to perform batch processing tasks with FileMaker database files. Starting with MacOSX 10.9 (Mavericks), each application which uses the Accessibility API to control the computer needs to be authorized. FmPro Migrator performs a test to verify that it has been authorized to control the computer via AppleScript GUI scripting, and presents this dialog if it has not yet been enabled. How to Import FileMaker Pro Databases into FmPro Migrator - 17

18 Step 2 - MacOSX 10.9 Security Preferences In the MacOSX System Preferences, click the Security & Privacy icon, (1) click the Accessibility item in the list, (2) click the lock button to allow changes, (3) click the checkmark next to the FmPro Migrator application. Note: You will need to perform this unlocking process once, for each new version of FmPro Migrator is installed on your computer. After allowing Accessibility access for FmPro Migrator, it will often be possible to immediately click on the same GUI batch processing button in FmPro Migrator to proceed with the migration. Sometimes you need to re-launch FmPro Migrator after making this change, and it can be helpful to close the System Preferences window to insure that MacOSX has recognized the change. How to Import FileMaker Pro Databases into FmPro Migrator - 18

19 Step 2 - Select the DDR XML File (1) Select a DDR XML file, (2) click the Open button. Note: FmPro Migrator Developer Edition requires a Database Design Report as a DDR XML file created with FileMaker Developer/Advanced 7+. This DDR XML file is used by FmPro Migrator to count the number of layouts which will be copied via the clipboard, as well as the order in which the layouts are found within the FileMaker database file. The DDR XML file should be re-created if any layouts have been deleted or moved within the file by using the Manage Layouts dialog. This DDR XML file needs to be created with the same version of FileMaker Pro Advanced which is being used for the conversion project. The version of FileMaker Pro Advanced should remain the same during the entire project. FmPro Migrator will loop thru all of the layouts and capture them via the clipboard by using AppleScript or WinAutomation to drive the FileMaker graphical interface. Step 2 - Troubleshooting - Mis-Matched FileMaker Versions Error [MacOSX] FmPro Migrator needs to have an accurate idea of which version of FileMaker Pro Advanced is currently running on your computer in order to use the correct AppleScript code to perform each task. This means that it is important to select the correct Source Database and Destination How to Import FileMaker Pro Databases into FmPro Migrator - 19

20 Database on the main FmPro Migrator window. If you are capturing layouts from FileMaker Pro Advanced, FmPro Migrator will verify that the source database version you selected is the actual version which is running on your computer [see dialog above]. If you are building objects in FileMaker Pro Advanced (i.e. value lists, custom functions, scripts, layouts), then FmPro Migrator will verify that the destination database version you selected is the actual version which is running on your computer. Step 2 - Troubleshooting - Locks Up with No Processing Completed [MacOSX] If a batch processing task starts, but appears to lock up with no activity, then force quit and re-launch FmPro Migrator from the Finder and open the Status Window by selecting the File -> Status Window menu item. Click the batch processing button again, and review the results in the Status Window. FmPro Migrator will continue to log the results of its AppleScript processing handlers in the Status Window as long as the window is open. As shown above, the ASswitchFMToLayoutMode handler has run, but nothing else has completed. This type of problem can be due to having 2 copies of FileMaker Pro Advanced open at the same time. Some of the commands might get sent to one copy of FileMaker and other commands could get sent to the 2nd copy of FileMaker. If a single copy of FileMaker Pro Advanced is running, but the FileMakerDB.fp7/FileMakerDB.fmp12 file is not open, a similar problem might also occur. For more details about the tasks performed by the AppleScript handlers, please see the Troubleshooting AppleScript GUI Automation at the end of this document. How to Import FileMaker Pro Databases into FmPro Migrator - 20

Fm Pro Migrator Free Download

21 Step 3 - Import Scripts How to Import FileMaker Pro Databases into FmPro Migrator - 21

22 Step 3 - Import Scripts Step 3 - Scripts Tab The Scripts tab provides an interface for managing ScriptMaker Scripts during a migration project. Scripts can be captured [1] from FileMaker by copying them to the ClipBoard within the ScriptMaker window within FileMaker Advanced. Once the scripts have been updated by FmPro Migrator, they can then be copied to the Clipboard [2] and pasted back into FileMaker Advanced. How to Import FileMaker Pro Databases into FmPro Migrator - 22

23 Scripts can also be viewed within FmPro Migrator by clicking each script and viewing the text version of the script within the Script Text field [3]. Duplicate or unneeded scripts can also be deleted by selecting the scripts and clicking the Delete button [4]. Step 3 - Copy ScriptMaker Scripts From FileMaker to ClipBoard Within FileMaker Advanced, open the ScriptMaker window, select all of the scripts and select Copy from the Edit menu. How to Import FileMaker Pro Databases into FmPro Migrator - 23

24 Step 3 - Paste Scripts From ClipBoard Into FmPro Migrator Click the Add Scripts from ClipBoard button to paste the scripts into FmPro Migrator. You will perform this task for every source database file which contains scripts to be added to the destination database file. Troubleshooting - Duplicate Script Names Within a multi-file solution, it is possible to have the same script located within several files. However duplicate scripts are not allowed within the new single file FileMaker database. When duplicate scripts are pasted into the new consolidated database file, the duplicated scripts will be renamed with an incrementing numeric suffix. There are a couple of options available to solve this situation. Option #1: How to Import FileMaker Pro Databases into FmPro Migrator - 24

25 If duplicated scripts are have the same functionality, just delete the duplicated scripts within the FmPro Migrator scripts window. Option #2: If the duplicated scripts contain different functionality, they should be renamed before copying either the scripts or layouts into FmPro Migrator. One technique could be to add a file referencing prefix to each duplicated script to indicate the source of the script. This will insure that references between the scripts and layout objects will be maintained throughout the migration process. How to Import FileMaker Pro Databases into FmPro Migrator - 25

26 Step 4 - Import Relationships, TOs, Value Lists & Custom Functions How to Import FileMaker Pro Databases into FmPro Migrator - 26

27 Step 4 - Import Relationships, TOs, Value Lists and Custom Functions Step 4 - Relationships Tab FmPro Migrator imports Relationships, Table Occurrences, Value Lists and Custom Functions by reading the contents of the DDR XML file for each source database file. Click the Relationships tab on the Migration Process window. The Relationships tab provides an interface for managing the relationships which will be migrated into the consolidated database file. How to Import FileMaker Pro Databases into FmPro Migrator - 27

28 It won't generally be necessary to make changes on either the Relationships or TOs tab when performing a Table Consolidation project. But changes made on both of these tabs and will be reflected within the destination database file. Tasks which can be performed on the Relationships tab include: [1] importing Relationships, TOs, Custom Functions and Value Lists from a DDR XML file, [2] manually adding one relationship at a time, [3] generating SQL code to represent a relationship in a SQL database (not used for Table Consolidation projects), [4] creating relationships within a SQL database (not used for Table Consolidation projects), [5] creating relationships within a FileMaker Advanced database, [6] deleting selected relationships, [7] changing Left Table name, [8] changing Left Table Cascade Create status, [9] changing Left Table Cascade Delete status, [10] changing Right Table name, [11] changing Right Table Cascade Create status, [12] changing Right Table Cascade Delete status, [13] manually changing relationship predicate parameters, [14] manually adding a relationship predicate, [15] manually deleting a selected relationship predicate. How to Import FileMaker Pro Databases into FmPro Migrator - 28

29 Step 4 - Click Import Relationships Button Click the Import Relationships button to import relationships from the DDR XML file for the source database file. How to Import FileMaker Pro Databases into FmPro Migrator - 29

30 Step 4 - Select DDR XML File The relationships will be imported from the DDR file and added to the list of relationships on the Relationships tab. TOs, Value Lists and Custom Functions will also be imported from the DDR XML file at the same time, and displayed under the Value Lists and CFs tabs. A dialog will be displayed if there are no Custom Functions or Value Lists found within the DDR XML file. How to Import FileMaker Pro Databases into FmPro Migrator - 30

31 Step 4 - Value List - Details Clicking on the Value Lists tab displays the Value Lists which were imported from the DDR XML file. Value Lists shown with a type of Custom, are static value lists having a manually edited list of values (as shown in this screenshot). Value Lists displayed with a type of Field, are dynamically generated value lists which get their value from a field within the database. Static value list items can be manually edited by clicking on the Value List and changing the values. Changes are saved automatically when clicking out of the Static Value List field. Troubleshooting - Duplicate Value List Names Within a multi-file solution, it is possible to have the same value list located within several files. However duplicate value lists are not allowed within the new single file FileMaker database. When duplicate value lists are created in the new consolidated database file, the duplicated value list will be renamed with an incrementing numeric suffix. There are a couple of options available to solve this situation. How to Import FileMaker Pro Databases into FmPro Migrator - 31

32 Option #1: If duplicated value lists contain the same values, just delete the duplicated value lists within the FmPro Migrator Value Lists window. Option #2: If the duplicated value lists contain different values, they should be renamed before copying either the value lists or layouts into FmPro Migrator. One technique could be to add a file referencing prefix to each duplicated value list to indicate the source of the value list. This will insure that references between the value list and layout objects will be maintained throughout the migration process. Step 4 - Custom Function - Details Clicking on the CFs tab displays the Custom Functions which were imported from the DDR XML file. Custom Functions and their parameter lists are displayed. The Custom Function Code can be manually edited by clicking on the Custom Function and changing contents of the Custom Function Code field. Changes are saved automatically when How to Import FileMaker Pro Databases into FmPro Migrator - 32

33 clicking out of the Custom Function Code field. How to Import FileMaker Pro Databases into FmPro Migrator - 33

34 Troubleshooting How to Import FileMaker Pro Databases into FmPro Migrator - 34

35 Troubleshooting AppleScript GUI Automation [MacOSX] FmPro Migrator uses embedded AppleScript code to automate importing Layouts, and building Custom Functions, Value Lists, Table Occurrences, Relationships, Scripts and Layouts in FileMaker database files. Detailed info about this AppleScript code is included in this section of the manual. Troubleshooting - Locks Up with No Processing Completed [MacOSX] If a batch processing task starts, but appears to lock up with no activity, then force quit and re-launch FmPro Migrator from the Finder and open the Status Window by selecting the File -> Status Window menu item. Click the batch processing button again, and review the results in the Status Window. FmPro Migrator will continue to log the results of its AppleScript processing handlers in the Status Window as long as the window is open. As shown above, the ASswitchFMToLayoutMode handler has run, but nothing else has completed. This type of problem can be due to having 2 copies of FileMaker Pro Advanced open at the same time. Some of the commands might get sent to one copy of FileMaker and other commands could get sent to the 2nd copy of FileMaker. If a single copy of FileMaker Pro Advanced is running, but the FileMakerDB.fp7/FileMakerDB.fmp12 file is not open, a similar problem might also occur. Troubleshooting - List of AppleScript Handlers FmPro Migrator uses the following handlers containing dynamically compiled AppleScript code: ASCheckFMVersion - check the currently running FileMaker version to make sure it matches the selected version AScheckGUIScriptingMode - Checks to determine if GUI Scripting is enabled for use by AppleScript. If false, it will issue the command to enable MacOSX Accessibility features on MacOSX 10.8 or below. For MacOSX 10.9, the user will be prompted to open System Preferences to enable Accessibility for FmPro Migrator. AScloseFMCustomFunctionsWindow - Closes the Manage Custom Functions... window by How to Import FileMaker Pro Databases into FmPro Migrator - 35

36 clicking the Ok button. AScloseFMManageScriptsWindow - Closes the Manage Scripts... window by clicking on the close button, selects first script in list in preparation for creating the next script. AScloseFMRelationshipGraphWindow - Sends a return keystroke to close the FileMaker Relationship Graph window. AScloseFMValueListsWindow - Closes the Manage Value Lists... window by clicking the Ok button. AScopyFMLayout - Copies the current FileMaker layout into FmPro Migrator. AScopyLayout2FM - Creates a new empty layout in FileMaker (Pass #1), sets layout name, sets TO Name for new layout, deletes layout header, footer parts, pastes the layout XML already on the clipboard, clicks Yes to extend objects dialog #1, #2. AScreateFMCustomFunction - Reads Custom Function creation parameters from the Clipboard. Creates a new FileMaker Custom Function, having the proper name, parameters and code, then saves it. AScreateFMCustomValueList - Creates a FileMaker custom value list and saves it. Field based value lists are also created, but the properties need to be set manually. AScreateFMRelationship - Reads relationship creation parameters from the Clipboard, storing info in 10 variables, creates a new relationship or a predicate for an existing relationship which is already being worked on. AScreateFMTO - Gets the TOName and Base Table Name from the Clipboard then creates a new FileMaker TO. Note: Setting the TO color is not supported. ASdeleteFMLayoutParts (function) - Deletes the Header and Footer layout parts from a new empty layout, leaving the Body part. ASgetTOListPosition (function) - Returns the position number of a TO name within a list of TOs. The returned value is used for selecting a specific line (TO name) within a popup menu. This needs to be done with a numeric index to the TO name instead of passing in the actual TO name via keystrokes. ASglobalsAndHandlers (function) - returns the AppleScript code having the global variables and commonly used handlers ASgotoNextFMLayout (function) - Advances to the next FileMaker layout while in layout mode, by How to Import FileMaker Pro Databases into FmPro Migrator - 36

37 sending the control down arrow keystroke. ASopenFMCustomFunctionsWindow - Opens the Manage Custom Functions window using the File menu. ASopenFMEditRelationhipWindow - Opens Edit Relationship window using command shift r keystroke, waits for window to open. ASopenFMEditRelationhipWindow - Opens Edit Relationship window, waits for window to open. ASopenFMManageScriptsWindow - Opens the Manage Scripts... window using the Command Shift S keystroke. ASopenFMManageTablesWindow - Opens Manage Database window, clicks on the Tables tab. ASopenFMRelationshipGraphWindow - Opens Manage Database window, clicks on the Relationship Graph tab. NOTE: Doesn't work with 8,9,10 because window doesn't refresh when Relationship Graph tab is clicked. ASopenFMValueListsWindow - Opens the Manage Value Lists... window using the File menu.' ASpasteFMScript - Clicks the first row of the scripts displayed in the Manage Scripts... window. Pastes the current script XML on the clipboard using Command V keys. ASreplaceLayout2FMPPass2 - Selects the contents of the current layout in Layout mode, deletes the contents, pastes the layout contents already on the clipboard. Used during Pass #2 processing during Table Consolidation projects. ASsaveFMRelationship - Sends keystroke return key to click the Ok button of the Edit Relationship window to save the current relationship. ASsaveFMRelationship (function) - Sends return key keystroke to click the Ok button of the Edit Relationship window to save the current relationship. Sends another return key keystroke if the Rename TO dialog is displayed. ASswichFMToBrowseMode - Switches to Browse Mode using Command b keys. ASswichFMToLayoutMode - Switches to Layout Mode, using Command L keys, advances to layout #1. How to Import FileMaker Pro Databases into FmPro Migrator - 37

38 Export AppleScript Code On MacOS X, the AppleScript code is embedded within FmPro Migrator therefore no installation is required. It may be helpful to review the AppleScript source code for troubleshooting purposes, therefore it can be exported to the output directory by selecting the File -> Export AppleScript or WinAutomation Scripts menu. Selecting this menu will save a text file of AppleScript code, a LiveCode AppleScript test stack and a LiveCode performance testing stack to the output directory. These files have been released as open source for use by the FileMaker community. How to Import FileMaker Pro Databases into FmPro Migrator - 38

39 FmPro Migrator AppleScript Utility???.applescript File The AppleScript code embedded within FmPro Migrator follows the naming strategy used within the FmPro Migrator AppleScript Utility???.applescript text file. How to Import FileMaker Pro Databases into FmPro Migrator - 39

40 FmPro Migrator AppleScript Embedded Tester.livecode Stack Many of the AppleScript handlers embedded within FmPro Migrator have been converted into LiveCode handlers within the FmPro Migrator AppleScript Embedded Tester stack file. This stack file serves as a test harness for testing the embedded AppleScript code, prior to implementing it within FmPro Migrator. This stack is also released as open source software. Download a copy of LiveCode from the website to open this stack file. Right click the mouse on any of the buttons to see the code which is being called. Select the LiveCode Object -> Stack Script menu item to see the stack level handlers. How to Import FileMaker Pro Databases into FmPro Migrator - 40

How to Import Microsoft Access Databases into FmPro Migrator

How to Import Microsoft Access Databases into FmPro Migrator 1 Overview 1.1 2 4 Step 1 2.1 3 Overview - Importing Access Database Files Step 1 - Get Info - Access 6 Importing Forms/Reports, Value Lists

More information

FmPro Migrator - FileMaker to SQL Server

FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 FmPro Migrator - FileMaker to SQL Server Migration

More information

FmPro Migrator - FileMaker to Access Migration Procedure

Migrator

FmPro Migrator - FileMaker to Access Migration Procedure FmPro Migrator - FileMaker to Access Migration Procedure 1 Pre-Migration Preparation 1.1 1.2 Pre-Migration Preparation 5 Pre-Migration Task - Delete

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

FileMaker Pro and Microsoft Office Integration

FileMaker Pro and Microsoft Office Integration page Table of Contents Executive Summary...3 Introduction...3 Top Reasons to Read This Guide...3 Before You Get Started...4 Downloading the FileMaker Trial

More information

Welcome to FileMaker Pro

Welcome to FileMaker Pro About this guide Welcome to the FileMaker Pro application from Claris Corporation. FileMaker Pro is designed to help you manage information easily and effectively. This installation

More information

FileMaker Pro 8.5: The FileMaker Web Viewer. page. FileMaker Pro 8.5: The FileMaker Web Viewer

Technology Brief FileMaker Pro 8.5: The FileMaker Web Viewer FileMaker Pro 8.5: The FileMaker Web Viewer page About This Technical Brief It is the intent of this technical brief to help the new or experienced

More information

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

Creating Online Surveys with Qualtrics Survey Tool

Creating Online Surveys with Qualtrics Survey Tool Copyright 2015, Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this

More information

Presentations and PowerPoint

V-1.1 PART V Presentations and PowerPoint V-1.2 Computer Fundamentals V-1.3 LESSON 1 Creating a Presentation After completing this lesson, you will be able to: Start Microsoft PowerPoint. Explore the PowerPoint

More information

Internet Explorer 7. Getting Started The Internet Explorer Window. Tabs NEW! Working with the Tab Row. Microsoft QUICK Source

Microsoft QUICK Source Internet Explorer 7 Getting Started The Internet Explorer Window u v w x y { Using the Command Bar The Command Bar contains shortcut buttons for Internet Explorer tools. To expand

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com info@flexense.com. File Integrity Monitor

DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com info@flexense.com 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

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

Visual Dialogue User Guide. Version 6.1

Visual Dialogue User Guide Version 6.1 2015 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its

More information

Sendspace Wizard Desktop Tool Step-By-Step Guide

Sendspace Wizard Desktop Tool Step-By-Step Guide Copyright 2007 by sendspace.com This publication is designed to provide accurate and authoritative information for users of sendspace, the easy big file

More information

SECTION 5: Finalizing Your Workbook

SECTION 5: Finalizing Your Workbook In this section you will learn how to: Protect a workbook Protect a sheet Protect Excel files Unlock cells Use the document inspector Use the compatibility checker Mark

More information

Welcome to FileMaker Pro About this guide Using this book Getting customer support

Contents III Contents Welcome to FileMaker Pro About this guide Using this book Getting customer support V V VI Chapter 1: Installing FileMaker Pro What you need 1-1 Minimum hardware and software requirements

More information

Automation Engine 14.1. AE Server management

14.1 AE Server management 06-2015 Contents 1. The Server Web Page... 3 2. Status Overview...4 2.1 FAQs on Restarting and Reactivating the Server...5 3. Server Activity... 6 4. Server Setup... 7 4.1 Server

More information

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started

StrikeRisk v6.0 IEC/EN 62305-2 Risk Management Software Getting Started Contents StrikeRisk v6.0 Introduction 1/1 1 Installing StrikeRisk System requirements Installing StrikeRisk Installation troubleshooting

More information

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc.

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Software

More information

F9 Integration Manager

F9 Integration Manager User Guide for use with QuickBooks This guide outlines the integration steps and processes supported for the purposes of financial reporting with F9 Professional and F9 Integration

More information

VMware Horizon FLEX User Guide

Horizon FLEX 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

14.1. bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë

14.1 bs^ir^qfkd=obcib`qflk= Ñçê=emI=rkfuI=~åÇ=léÉåsjp=eçëíë bî~äì~íáåö=oéñäéåíáçå=ñçê=emi=rkfui=~åç=lééåsjp=eçëíë This guide walks you quickly through key Reflection features. It covers: Getting Connected

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 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

ProSystem fx Engagement

ProSystem fx Engagement Guide to the Tax Software Interface ProSystem fx Tax and Global fx Tax Training and Consulting Icon Legend Tax Software Interface - ProSystem fx & Global fx Tax Introduction This

More information

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

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Running, Copying and Pasting reports... 4 Creating and linking a report... 5 Auto e-mailing reports...

More information

GP REPORTS VIEWER USER GUIDE

GP Reports Viewer Dynamics GP Reporting Made Easy GP REPORTS VIEWER USER GUIDE For Dynamics GP Version 2015 (Build 5) Dynamics GP Version 2013 (Build 14) Dynamics GP Version 2010 (Build 65) Last updated

More information

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.

Fmpro Migrator Cracked

POWER E*TRADE PRO EXCEL MANAGER Quick Start Guide We are pleased to announce the launch of Excel Manager, an exciting new feature in Power E*TRADE Pro that leverages the flexibility of Microsoft Excel

More information

Macros in Word & Excel

Macros in Word & Excel Description: If you perform a task repeatedly in Word or Excel, you can automate the task by using a macro. A macro is a series of steps that is grouped together as a single step

More information

Site Maintenance Using Dreamweaver

Site Maintenance Using Dreamweaver As you know, it is possible to transfer the files that make up your web site from your local computer to the remote server using FTP (file transfer protocol) or some

More information

1.1 Prezi Desktop Guide 4. 2.1 Requirements 6. 2.2 Download and Install 7. 2.3 First start 9. 3.1 Overview 12

Prezi Desktop Guide 1 Welcome 1.1 Prezi Desktop Guide 4 2 Download and Install 2.1 Requirements 6 2.2 Download and Install 7 2.3 First start 9 3 Get around in Prezi Desktop 3.1 Overview 12 3.2 Opening,

More information

TestManager Administration Guide

TestManager Administration Guide RedRat Ltd July 2015 For TestManager Version 4.57-1 - Contents 1. Introduction... 3 2. TestManager Setup Overview... 3 3. TestManager Roles... 4 4. Connection to the TestManager

More information

Data Warehouse Troubleshooting Tips

Table of Contents 'Can't find the Admin layer '... 1 'Can't locate connection document '... 3 Column Headings are Missing after Copy/Paste... 5 Connection Error: ORA-01017: invalid username/password; logon

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Adobe CQ5 Authoring Basics Print Manual

Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

ICP Data Entry Module Training document. HHC Data Entry Module Training Document

HHC Data Entry Module Training Document Contents 1. Introduction... 4 1.1 About this Guide... 4 1.2 Scope... 4 2. Step for testing HHC Data Entry Module.. Error! Bookmark not defined. STEP 1 : ICP HHC

More information

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

DbSchema Tutorial with Introduction in SQL Databases

DbSchema Tutorial with Introduction in SQL Databases Contents Connect to the Database and Create First Tables... 2 Create Foreign Keys... 7 Create Indexes... 9 Generate Random Data... 11 Relational Data

More information

Microsoft Word 2011: Create a Table of Contents

Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A

More information

Introduction to SharePoint For Team Site Owner/Administrators. Instructional Guide

Instructional Guide Class Goals: 1. Understanding & Navigating the SP Team Site Structure 2. Using SP to create & maintain a collaborative site for your team: Planning & Design, Lists, Libraries, Web Parts

More information

State of Michigan Data Exchange Gateway. Web-Interface Users Guide 12-07-2009

State of Michigan Data Exchange Gateway Web-Interface Users Guide 12-07-2009 Page 1 of 21 Revision History: Revision # Date Author Change: 1 8-14-2009 Mattingly Original Release 1.1 8-31-2009 MM Pgs 4,

More information

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

USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3]

Pro-curo Software Ltd USER MANUAL (PRO-CURO LITE, PRO & ENT) [SUPPLIED FOR VERSION 3] CONTENTS Everyday use... 3 Logging on... 4 Main Screen... 5 Adding locations... 6 Working with locations... 7 Duplicate...

More information

3. Add and delete a cover page...7 Add a cover page... 7 Delete a cover page... 7

Microsoft Word: Advanced Features for Publication, Collaboration, and Instruction For your MAC (Word 2011) Presented by: Karen Gray (kagray@vt.edu) Word Help: http://mac2.microsoft.com/help/office/14/en-

More information

Photo Loader. CASIO LCD Digital Camera Image Loading Software Macintosh version. Version 1.1. Instruction manual B K851PSM4DMX-E

Photo Loader Version 1.1 CASIO LCD Digital Camera Image Loading Software Macintosh version Instruction manual B K851PSM4DMX-E Macintosh is a trademark of Apple Computer Inc. CompactFlash and the logo are

More information

Using an Edline Gradebook. EGP Teacher Guide

Using an Edline Gradebook EGP Teacher Guide Table of Contents Introduction...3 Setup...3 Get the Gradebook Web Plugin... 3 Using Your Web Gradebook... 4 Using the Web Gradebook on a Shared Computer...

More information

Using Microsoft Visual Studio 2010. API Reference

2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Fm Pro Migrator

1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

Handout: Word 2010 Tips and Shortcuts

Fmpro Migrator Crack

Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

Education Solutions Development, Inc. APECS Navigation: Business Systems Getting Started Reference Guide

Education Solutions Development, Inc. APECS Navigation: Business Systems Getting Started Reference Guide March 2013 Education Solutions Development, Inc. What s Inside The information in this reference

More information

Excel Templates. & Quote/Invoice Maker for ACT! Another efficient and affordable ACT! Add-On by V 1.1. http://www.exponenciel.com

Excel Templates & Quote/Invoice Maker for ACT! V 1.1 Another efficient and affordable ACT! Add-On by http://www.exponenciel.com Excel Templates for ACT! User s Manual 2 Table of content Relationship between

More information

Filemaker Go 12/13 pre-installed (available free of charge from the App Store)

OVERVIEW Logbook9.fmp12 is a data file that can be run interchangeably on an iphone, ipad, ipod touch, PC or Mac. It can be used to collect information about clinical cases that may subsequently be collated

More information

Microsoft Windows Overview Desktop Parts

Microsoft Windows Overview Desktop Parts Icon Shortcut Icon Window Title Bar Menu Bar Program name Scroll Bar File Wallpaper Folder Start Button Quick Launch Task Bar or Start Bar Time/Date function 1

More information

FP File Organizer 3.0 Instruction Manual

FP File Organizer 3.0 Instruction Manual Field Precision LLC PO Box 13595, Albuquerque, NM 87192 U.S.A. Telephone: +1-505-220-3975 Fax: +1-617-752-9077 E mail: techinfo@fieldp.com Internet: http://www.fieldp.com

More information

SnagIt Add-Ins User Guide

Version 8.1 User Guide By TechSmith Corp. User Guide User Guide Contents User s Guide 1 Overview...1 Word, PowerPoint, and Excel Add-Ins...2 Outlook Add-In...2 Internet Explorer / Windows Explorer Add-In...2

More information

Note: With v3.2, the DocuSign Fetch application was renamed DocuSign Retrieve.

Quick Start Guide DocuSign Retrieve 3.2.2 Published April 2015 Overview DocuSign Retrieve is a windows-based tool that 'retrieves' envelopes, documents, and data from DocuSign for use in external systems.

More information

BROWSER TIPS FOR PEOPLESOFT

BROWSER TIPS FOR PEOPLESOFT Please note: This document is designed to be used online and has a number of embedded links to processes and additional information. We discourage the printing of these documents

More information

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS

MICROSOFT OUTLOOK 2010 WORK WITH CONTACTS Last Edited: 2012-07-09 1 Access to Outlook contacts area... 4 Manage Outlook contacts view... 5 Change the view of Contacts area... 5 Business Cards view... 6

More information

1 ImageBrowser Software User Guide

1 ImageBrowser Software User Guide Table of Contents (1/2) Chapter 1 Try It! ImageBrowser Chapter 2 What is ImageBrowser? Chapter 3 Starting ImageBrowser... 4 Downloading Images to Your Computer... 9 Printing

More information

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 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

MAXMAILER USER GUIDE

MaxBulk Mailer MAXMAILER USER GUIDE For campus help, contact: 6-TECH Technical Support by e-mailing 6tech@uncg.edu or calling 336.256.TECH(8324) 1 The MaxBulk Mailer document window is made of five tab

More information

IceWarp Unified Communications. Installation Guide. Version 10.4

IceWarp Unified Communications Installation Guide Version 10.4 Printed on 16 April, 2012 Contents Installation Guide 1 Pre-requisites... 1 Launch Installer Wizard... 2 Select Language... 5 Welcome Screen...

More information

ENTERPRISE DATA WAREHOUSE PRODUCT PERFORMANCE REPORTS USER GUIDE EXTERNAL. Version: 1.0

ENTERPRISE DATA WAREHOUSE PRODUCT PERFORMANCE REPORTS USER GUIDE EXTERNAL Version: 1.0 September 2004 Table of Contents 1.0 OVERVIEW...1 1.1 Product Performance Overview... 1 1.2 Enterprise Data Warehouse

More information

Acrobat X Pro Accessible Forms and Interactive Documents

Contents 2 PDF Form Fields 2 Acrobat Form Wizard 5 Enter Forms Editing Mode Directly 5 Create Form Fields Manually 6 Forms Editing Mode 8 Form Field Properties 11 Editing or Modifying an Existing Form

More information

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

In This Guide Microsoft PowerPoint 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 PowerPoint

More information

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

Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013 and 2015

Global Preview v.6.0 for Microsoft Dynamics CRM On-premise 2013 and 2015 User Manual Akvelon, Inc. 2015, All rights reserved. 1 Contents Overview... 3 Licensing... 4 Installation... 5 Upgrading from previous

More information

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

EzyScript User Manual

Version 1.4 Z Option 417 Oakbend Suite 200 Lewisville, Texas 75067 www.zoption.com (877) 653-7215 (972) 315-8800 fax: (972) 315-8804 EzyScript User Manual SAP Transaction Scripting & Table Querying Tool

More information

How to create and personalize a PDF portfolio

How to create and personalize a PDF portfolio Creating and organizing a PDF portfolio is a simple process as simple as dragging and dropping files from one folder to another. To drag files into an empty

More information

EVENT LOG MANAGEMENT...

Event Log Management EVENT LOG MANAGEMENT... 1 Overview... 1 Application Event Logs... 3 Security Event Logs... 3 System Event Logs... 3 Other Event Logs... 4 Windows Update Event Logs... 6 Syslog... 6

More information

PC Requirements and Technical Help. Q1. How do I clear the browser s cache?

Q1. How do I clear the browser s cache? A1. Clear your browser's cache, and close all other applications that are running in your PC to free up memory space. For instructions on clearing cache (temporary

More information

Create a PDF File. Tip. In this lesson, you will learn how to:

Create a PDF File Now that you ve seen what an ETD looks like and how to browse the contents, it s time to learn how to convert your own thesis or dissertation into a PDF file. There are several different

More information

Installation instructions for MERLIN Dashboard

Installation instructions for MERLIN Dashboard Contents Installation Prerequisites:... 2 Procedure to manually backup and restore Views and Settings in AxOEE Manager... 3 For XP users go to:... 3 For Vista

More information

Capturing Material. Section 3

Section 3 Capturing Material Duration: 60 minutes Capturing material is the process of creating media files from video or audio source material. This section describes how to capture material from different

More information

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

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

Reporting Tips and Tricks

Chapter 16 Reporting Tips and Tricks Intuit Statement Writer New for 2009! Company Snapshot New for 2009! Using the Report Center Reporting Preferences Modifying Reports Report Groups Memorized Reports

More information

MICROSOFT OUTLOOK 2011 SYNC ACCOUNTS AND BACKUP

Fm Pro Migrator Torrent

MICROSOFT OUTLOOK 2011 SYNC ACCOUNTS AND BACKUP Last Edited: 2012-07-10 1 Sync Exchange and IMAP accounts... 3 Sync basics... 3 Sync Outlook with ical and Apple Mail on Mac... 3 Set schedule to synchronize

More information

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

Sitecore InDesign Connector 1.1

Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page

More information

Charts for SharePoint

KWizCom Corporation Charts for SharePoint Admin Guide Copyright 2005-2015 KWizCom Corporation. All rights reserved. Company Headquarters 95 Mural Street, Suite 600 Richmond Hill, ON L4B 3G2 Canada E-mail:

More information

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

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

How to Create and Send a Froogle Data Feed

How to Create and Send a Froogle Data Feed Welcome to Froogle! The quickest way to get your products on Froogle is to send a data feed. A data feed is a file that contains a listing of your products. Froogle

More information

Microsoft Publisher 2010 What s New!

Microsoft Publisher 2010 What s New! INTRODUCTION Microsoft Publisher 2010 is a desktop publishing program used to create professional looking publications and communication materials for print. A new

More information

Quest Web Parts for SharePoint

Quest Web Parts for SharePoint Quest Web Parts for SharePoint enables you to build line-of-business applications on the SharePoint Platform while overcoming the limitations of SharePoint forms, lists,

More information

ScotEID Desktop Quick Start Guide

ScotEID Desktop Quick Start Guide Last updated 16/01/2013 Table of Contents Table of Contents Supported Readers Installation Java Runtime Environment ScotEID Desktop Configuration General Default Lot ScotEID

More information

User's Manual. 2006... Dennis Baggott and Sons

User's Manual 2 QUAD Help Desk Client Server Edition 2006 1 Introduction 1.1 Overview The QUAD comes from QUick And Dirty. The standard edition, when first released, really was a Quick and Dirty Help Desk

More information

How to Configure Windows 8.1 to run ereports on IE11

How to Configure Windows 8.1 to run ereports on IE11 Description: Windows 8.1 ships with IE10, but can be updated to IE11. There is a special mode in IE11 called Enterprise Mode that can be used to emulate

More information

ImageNow User. Getting Started Guide. ImageNow Version: 6.7. x

ImageNow User Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: June 2012 2012 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact, and WebNow

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

Tracking Network Changes Using Change Audit

CHAPTER 14 Change Audit tracks and reports changes made in the network. Change Audit allows other RME applications to log change information to a central repository. Device Configuration, Inventory, and

More information

Moving the Web Security Log Database

Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server

More information
  1. FmPro Migrator Platinum full Edition + [key crack] download
  2. http://k2s.cc/file/526422f819570/FmPro_Migrator_Platinum_full_Edition_%2B_%5Bkey_crack%5D_download.rar
  3. FmPro Migrator - The migration tool for FileMaker Pro Graphic
  4. FmPro Migrator Platinum Edition 7.01 - Adds Find Requests and Saving of Selected Tab Control Tab Features for PHP Conversion Projects, and AccessDDRExport Improvements.
  5. FmPro Migrator Platinum full Edition + [key crack] download
  6. FmPro Migrator is a stand-alone application which quickly and accurately migrates FileMaker Pro databases to MySQL, Oracle, Access, SQL Server, Sybase, DB2, OpenBase, PostgreSQL, FrontBase, SQLite and Valentina. FileMaker Pro database structure and data are migrated to a database table in the destination database. Large text, repeating fields data and container field data are also migrated without manual data entry.
  7. The Table Consolidation feature performs the automated copying of Tables/Fields, Table Occurrences, Relationships, ScriptMaker scripts and Layouts between FileMaker 8 - 11 database files on MacOS X and Windows.
  8. FmPro Migrator Platinum Edition includes all of the features of FmPro Migrator Developer Edition, but also includes license keys for PHP Conversion, Access to FileMaker, FileMaker to Access database conversions, conversion of Access and FileMaker database into full featured, stand-alone, networkable LiveCode application/RevLets, as well as PHP and BASIC to LiveCode conversions.
  9. Additional features included with FmPro Migrator Platinum Edition includes the conversion of Visual FoxPro projects into LiveCode stacks, Microsoft Access database files, FileMaker Pro database files, Servoy projects, Visual Studio 2010 .Net 4 projects. Most Visual FoxPro Form objects are supported, relationships are imported, and Visual FoxPro code is converted into commented code in the converted database project. Direct data transfers from .DBF files are supported for Access, DB2, FileMaker Pro, FrontBase, MySQL, OpenBase, Oracle, PostgreSQL, SQLite, SQL Server and SyBase database servers.