TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...7. B.1 - Setup Dialog... 7 B.2 - Description... 7 B.3 - Controls...

Size: px
Start display at page:

Download "TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...7. B.1 - Setup Dialog... 7 B.2 - Description... 7 B.3 - Controls..."

Transcription

1 Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM Tel: Fax: Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...7 B.1 - Setup Dialog... 7 B.2 - Description... 7 B.3 - Controls... 8 C - EXECUTION, ARCHIVE RECALL AND EXPORTING...9 C.1 - Execution... 9 C.2 - Archive Recall... 9 C.3 Admin Info C.4 - Exporting C.5 - Controls C.6 - Discussion D USER VARIABLES...20 E - CHANGE AND VERSION RECORD...21 I

2 Table of Figures Figure A.1 - Branch Looping Conditions Figure A.2 - Branch Abort from the Manual Exit Task Figure A.3 - Manual Branch Abort Task Execution Figure A.4 - Manual Branch Abort Logic Example One Figure A.5 - Manual Branch Abort Logic Example Two Figure A.6 - Manual Branch Abort Logic Example Three Figure A.7 - Manual Branch Abort Logic Example Four Figure B Manual Branch Abort Task Configuration Dialog Figure C Manual Branch Abort Task Execution Dialog Figure C Access the Manual Branch Abort Task in the DataSet Archive Figure C Configuration Dialog for the Task Recalled from the DataSet Archive. 11 Figure C Execution Results for the Recalled Task Figure C.3.1 The Admin Info Subdialog Figure C Export Dialog Figure C Standard Windows File Browser Dialog Figure C Export Configuration Dialog - Printer Option Figure C Standard Windows Printer Configuration Dialog Figure C Sample Manual Branch Abort Task Text Export File Figure C.t.4 - Sample Manual Branch Abort Task Excel Export Output Figure C Sample Manual Branch Abort Task Word Export Output II

3 A - Discussion Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM Tel: Fax: radiant@ferrodevices.com The Manual Branch Abort Task is very similar to the Manual Exit Task. Indeed the function performed by the Manual Branch Abort Task can be performed using the Manual Exit Task, as well as the Pause, Delay and Waveform Tasks, as discussed below. However, the Manual Branch Abort cannot stop execution of the Test Definition. Instead, the Task is always programmed into a Branch Loop. When the Task executes, a dialog appears that allows the user to select a Branch Abort or a Branch Continue condition. Under the Branch Continue condition, the program will continue to execute normally. The Branch Task will Branch to the Branch Target Task unless the Branch Logic Condition is not met. The Branch Abort Task will execute at each iteration of the Branch Loop. If the Branch Abort condition is set, the subsequent Branch Task will not Branch, regardless of the Branch Logic Condition. Figure a.1 shows the situation. Figure A.1 - Branch Looping Conditions. A more detailed description of the process is presented in the Execution page. As mentioned above, the primary function of the Manual Branch Abort Task is also available as a secondary function in all other Tasks that present a dialog during execution. The Manual Exit Task is presented in Figure A.2 as an example. 1

4 Figure A.2 - Branch Abort from the Manual Exit Task. If the Branch Loop Abort control is checked before Continue, the execution will continue to the Branch Task. The Branch Task will not return control to the Branch Target Task regardless of the Branch Logic Condition. Note that in this case, the Manual Exit Task is not performing its primary function, since the Exit button is not clicked and the Test Definition continues to execute. However, the secondary function of aborting the Branch Loop is being accomplished. The Manual Branch Abort Task is devoted solely to controlling the Test Definition Branch Looping. Its execution dialog is shown in Figure A.3. Figure A.3 - Manual Branch Abort Task Execution. It is important to note that if the Manual Branch Abort Task follows other Branch aborting Tasks in the Test Definition (including other Manual Branch Abort Tasks) it will take precedence and overwrite any aborting action taken by previous Tasks. If some previous Task set the Branch Abort condition, but the Manual Branch Abort set the Continue condition, the Branch Task is free to Branch. If the Manual Branch Abort sets 2

5 abort, the Branch will abort unless a subsequent Manual or Automatic Branch Abort Task changes the condition. If a Manual Branch Abort sets an abort, the abort may be cleared by a subsequent Manual or Automatic Branch Abort Task. However, Tasks that have Branch Abort as a secondary function cannot clear a Branch Abort flag. On the other hand, if a Manual Branch Abort Task sets a "Continue" condition, any subsequent Task can set the Branch Abort condition. Consider the figures and the Tables below. Case 1 Figure A.4 - Manual Branch Abort Logic Example One. Manual Branch Pause Task Manual Branch Branch Logic Branch Abort 1 Abort 2 Condition Continue Continue Continue Continue Continue Continue Continue Continue Abort Abort Continue Continue Abort Continue Abort Continue Continue Abort Abort Abort Continue Abort Continue Continue Continue Continue Abort Continue Abort Abort Continue Abort Abort Continue Abort Continue Abort Abort Abort Abort Abort Continue Continue Continue Continue Abort Continue Continue Abort Abort Abort Continue Abort Continue Abort Abort Continue Abort Abort Abort Abort Abort Continue Continue Continue Abort Abort Continue Abort Abort Abort Abort Abort Continue Abort Abort Abort Abort Abort Abort In this example a Manual Branch Abort is followed by a Pause Task, then a second Manual Branch Abort before the Branch Task. This is not meant to be a practical example. The Branch decision is a function of the second Manual Branch Abort Task and the Branch Logic Condition. If either of these indicate an abort, the Branching will cease. If both indicate continued Branching the Branching will continue. As a result the first Manual Branch Abort performs no useful function. The Pause Task may be useful in its primary function, but does not add value as a Branch control. Note that the Manual Branch Abort performs as a secondary function the Pause Task primary function of 3

6 pausing the Test Definition execution and providing the user with a prompt that may include a User Variable. Case 2 Figure A.5 - Manual Branch Abort Logic Example Two. Manual Branch Abort Pause Branch Logic Condition Branch Continue Continue Continue Continue Continue Continue Abort Abort Continue Abort Continue Abort Continue Abort Abort Abort Abort Continue Continue Abort Abort Continue Abort Abort Abort Abort Continue Abort Abort Abort Abort Abort This case simplifies Case 1 by removing the second Manual Branch Abort Task. This makes both the Pause Task and the Manual Branch Abort Task instrumental in controlling the Loop Branching. If any of the Branch control conditions is set to Abort, the Branch will abort. All conditions must be set to "Continue" to continue Branching. Case 3 Figure A.6 - Manual Branch Abort Logic Example Three. 4

7 Pause Manual Branch Abort Branch Logic Condition Branch Continue Continue Continue Continue Continue Continue Abort Abort Continue Abort Continue Abort Continue Abort Abort Abort Abort Continue Continue Continue Abort Continue Abort Abort Abort Abort Continue Abort Abort Abort Abort Abort In this case the order of the Pause Task and the Manual Branch Abort Task is reversed from Case 2. This is also a copy of Case 1 with the initial Manual Branch Abort deleted. The effect of this programming is to render the Pause Task useless as a Branch control Task. Branching is completely controlled by the Manual Branch Abort Task and the Branch Logic Condition. If either aborts the Branching, the Branching will abort. Case 4 Figure A.7 - Manual Branch Abort Logic Example Four. Manual Branch Abort Manual Branch Abort 2 Branch Logic Condition Branch Continue Continue Continue Continue Continue Continue Abort Abort Continue Abort Continue Abort Continue Abort Abort Abort Abort Continue Continue Continue Abort Continue Abort Abort Abort Abort Continue Abort Abort Abort Abort Abort In this case, Case 1 is modified by removing the Pause Task. The conditions remain the same as in Case 1. The initial Manual Branch Abort Task serves no purpose in the Test Definition. Branching depends entirely on the second Manual Branch Abort and the Branch Logic Condition. Changes for Version 4.1.x: Comments field extended to 511 characters. Office/Word/Excel 2000 and later export was added. (Office '97 export was 5

8 eliminated.) Moved to Library->Program Control->Branching. 6

9 B - Configuration Task Name: Manual Branch Abort Version: Last Update: 8 June 2010 In QuikLook Menu: No Folder: Program Control Subfolder: Branching Subsubfolder: None Window Name: Manual Branch Abort Setup Change Record: Change and Version Record Known Bugs: None User Variables Added: User Variables B.1 - Setup Dialog Figure B Manual Branch Abort Task Configuration Dialog. B.2 - Description The setup of the Manual Branch Abort Task is a simple matter. As with all Tasks a name 7

10 is specified. The name should be unique for the Task and should clearly identify the type of Task. A User Self-Prompt can be set to pass a message to the execution dialog to be displayed when the Task executes. The prompt may have a User Variable appended to it (Parameter to Append to Prompt). This variable might be a measurement parameter that would facilitate the decision to abort or continue. Exporting is done from this dialog only on Archive Recall. Changes for Version 4.1.x: Comments field extended to 511 characters. Admin Info button added to access the subdialog. (Not shown in Figure B.1.1. See the discussion under Execution, Archive Recall and Exporting. B.3 - Controls Name Type Default Description Task Name Text BA1:# This serves as a root identifier for this instance of the Manual Branch Abort Task. The Task will be identified with this value in the Editor and the Current Test Definition (CTD). Executed Tasks will be displayed and stored with this name with a. and an execution number appended to it. Each new instance of the Task within the Editor should have a unique Task Name assigned. 30- character limit User Self-Prompt Text "" 60-Characters maximum. A text message that is displayed on Task execution. This allows the user to program a reminder to him/herself. The message may have a User Variable appended to it. The variable might serve as a criterion for deciding whether or not to abort Branching. Parameter to Append to Prompt List <<None> This box is used to select one of the registered User Parameters to Box > append to User Self-Prompt on Task execution. Comments Text A string of up to 511 characters to be written at the user s discretion. Intended to allow a detailed description of the design decision to include the Manual Branch Abort Task. Export Help OK Cancel Button Unpressed Disabled during normal configuration. Enabled only on Archive Recall. This button is used to configure and enable the exporting of Task information. Button Unpressed Read this Help page. Button Unpressed Close the configuration dialog. Accept the configured Task values and add the Task to the Test Definition Button Unpressed Close the configuration dialog. Do not add the Task to the list in the Editor. 8

11 C - Execution, Archive Recall and Exporting C.1 - Execution When the Test Definition execution reaches the Manual Branch Abort Task, a dialog appears as shown in the figure... Figure C Manual Branch Abort Task Execution Dialog. The execution of this Task is very similar to the Pause Task and the Manual Exit Task. The dialog remains visible and the Test Definition remains paused until the user acknowledges the dialog by clicking Abort Branch or Continue Branching. As with both Pause and Manual Exit, a prompt, programmed by the user, appears that may be used to key the Abort or Continue action. The prompt is a one line message that may have any single User Variable appended to it. Clicking Abort Branch will set a flag that tells the subsequent Branch Task to discontinue Branching regardless of the status of the Branch Logic Condition. Clicking Continue Branching will clear that flag. However, the Branch may still terminate based on the results of the Branch Logic Condition comparison. C.2 - Archive Recall As with all Tasks, the Manual Branch Abort Task can be recalled from the DataSet Archive to review the Task configuration and the outcome of its execution. To recall, open the desired DataSet and its Archive. Open the appropriate Executed Test Definition (ETD) and its "Data Folder". Finally, double-click on the desired copy of the Manual Branch Abort Task. 9

12 Figure C Access the Manual Branch Abort Task in the DataSet Archive. First the original configuration dialog appears. The controls show the values as they were configured for the Task execution. Most controls are disabled. The Export and Admin Info controls are active and may be used as described below. Help is also available. 10

13 Cancel will close the dialog. Figure C Configuration Dialog for the Task Recalled from the DataSet Archive. Once the configuration dialog is closed a message box will appear to indicate if the Task allowed Branching to continue or if it was aborted. 11

14 Figure C Execution Results for the Recalled Task. C.3 Admin Info The Admin Info button shown in Figure C.2.2 has been added to all Tasks as of Version 4.2.x. The button opens one of two subdialogs. Program Tasks, such as the Automatic Branch Abort Task present the dialog of Figure C.3.1. Here, the Vision Version and compilation date along with the Task configuration and execution date and time are presented. This information is of minor value to the user. However, Measurement Tasks also present Tester Type, Tester Serial Number and Driver Version. This information can be useful to RTI in helping the customer troubleshoot problems with Vision and/or the tester. Note that the exporting of this information has also been added to the export target applications as described below. Figure C.3.1 The Admin Info Subdialog. 12

15 C.4 - Exporting In order to allow data to be exported from the Task when the Task is recalled from the DataSet Archive, an Export button appears on the recalled configuration dialog. This button is normally disabled, but it is enabled in Archive Regraph as in Figure C.2.2, above. Clicking the button produces the new dialog that appears below. Figure C.4.1 shows the Export configuration dialog in which the "Export Text" option is selected and the browser button enable. Figure C.4.2 shows the browser dialog that opens when the Browse for File Name button is clicked. Figure C Export Dialog. 13

16 Figure C Standard Windows File Browser Dialog. C.5 - Controls Name Type Default Description Select List "Print" Select between the "Print", "Export Text", "Export Word" and "Export Option Box Excel" options. This control enables the Browse for File Name button for Line Spacing Left Margin Tab Spacing Browse for File Name File Name all selections except the "Print" option. Integer 100 This control appears when Select Option is set to "Print". Otherwise it is hidden. Increasing or decreasing this value will increase or decrease the vertical spacing of lines on the printed page. Experimentation will fix the value for any given printer. Integer 100 This control appears when Select Option is set to "Print". Otherwise it is hidden. Increasing or decreasing this value will increase or decrease the left start point of text on the printed page. Experimentation will fix the value for any given printer. Integer 200 This control appears when Select Option is set to "Print". Otherwise it is hidden. Increasing or decreasing this value will increase or decrease the horizontal spacing of tabbed sections of text on the printed page. Experimentation will fix the value for any given printer. Button Unpressed This control is enabled for all export options except "Print". For the remaining options, this control must be selected. The browser dialog will appear where a path and file name must be specified for the export output. Text This control is always disabled and cannot be used to specify the file name or path for Text, Word or Excel export. Once the browser is used to select a path and file name, those will be displayed in this control for review. Note that a path and file name MUST be specified for the "Text" and "Vision" export options and may be specified for "Excel" or "Word". Help Button Unpressed Open this help document for review. OK Button Unpressed Accept the configured export and close the dialog. Exporting will occur when the main data regraph dialog is closed. 14

17 Cancel Button Unpressed Close the export dialog. Do not export. C.6 - Discussion Data can be exported to one of four targets: Printer - Pre-formatted text is sent to the printer when the configuration dialog is closed. Before printing a printer setup dialog will appear (Figure C.6.2), allowing printer options to be adjusted. (The appearance of the dialog will vary from user to user.) With the release of Version 4.1.x, printer text can be formatted from within Vision by adjusting the Line Spacing, Left Margin and Tab Spacing integer values (Figure C.6.1). Experimentation will show the proper settings for all exporting to the attached printer. These controls are hidden unless the printer is specified as the target. Figure C Export Configuration Dialog - Printer Option. 15

18 Figure C Standard Windows Printer Configuration Dialog. Text File - Selecting this option enables the Browse for File Name button. Clicking this button will open a standard browser dialog in which a file name and path must be selected. If the file already exists, the output will be appended to existing text. An output file name must be specified for this export. Figure C.6.3 shows a sample of the Manual Branch Abort Task text export. The information shown in the Admin Info subdialog of Figure C.3.1 has been added to the Text Export output. 16

19 Figure C Sample Manual Branch Abort Task Text Export File. Excel - Selecting this option enables the Browse for File Name button. Clicking this button will open a standard browser dialog in which a file name and path may be selected. Specifying a file name is optional. However, if specified, a unique file name/file path must be created or an overwrite situation will occur. Data are not appended to existing files. When the configuration dialog is closed, the Excel program will be started and a spread sheet created. When Excel is closed, the data will be written to the specified file name, or the user will be prompted to save if the file is not specified. Office/Excel 2000 or later must be loaded for this option. Office/Excel is not provided with the tester or Vision software. Figure C.6.4 shows a partial sample of the Manual Branch Abort Task Excel export. The information shown in the Admin Info subdialog of Figure C.3.1 has been added to the Excel Export output. 17

20 Figure C.t.4 - Sample Manual Branch Abort Task Excel Export Output. Word - Selecting this option enables the Browse for File Name button. Clicking this button will open a standard browser dialog in which a file name and path may be selected. Specifying a file name is optional. The Word program will be opened and written when the regraph dialogs have been closed. If a new file name is specified, the document will be saved immediately. If no file name is specified, the user will be prompted to save the documents when closed. Office/Word 2000 or later must be loaded for this option. Office/Word is not provided with the tester or Vision software. The information shown in the Admin Info subdialog of Figure C.3.1 has been added to the Word Export output. 18

21 Figure C Sample Manual Branch Abort Task Word Export Output. 19

22 D User Variables Manual B.A.: Branch Aborted Boolean Flag indicating the operator's decision on Task execution. 20

23 E - Change and Version Record This page specifically lists changes that are visible to the user. Often the software is changed in ways that are not directly apparent to the user. These changes may adjust the version number, in which case they are listed simply as "Internal Changes". Such changes may be indirectly evident in speed and performance improvements or the change of the Task file size. Version December Moved the Branch Abort flag from the User Variable List to a system list to remove unnecessary clutter. 10 December SPC. 2. Added the Version to the Execution dialog. 24 December SPC. 3. If Abort Branch was selected, the Task exited the Test Definition completely. This is the same as the Exit Task. The Task should only set the Abort Branch flag. SPC - 25 January Version March Set to Version for release. SPC - 14 March Installed initial Word file export - 26 March SPC. Version October Set to Version SPC - 4 October Added Tool Tips - SPC - 12 December Added Word and Excel 2000 Exporting - SPC - 12 February Added printer export text spacing customization - SPC - 11 August Version June Set to Version SPC - 3 June Minor exporting updates - SPC - 28 June Moved to the "Branching" subfolder. 2 July Added Branch and Filter Target Task icons that show the association with the Branch Task by including a blue dot at the icon lower-left corner, or a Filter Task by including a brown rectangle at the lower-right corner. 2 May Version January Set to Version for release. 16 January Removed all references to Office/Word/Excel ' January Eliminated "Excel 2000" and "Word 2000" text from export output. 13 August 21

24 2008. Version January Set to Version to reflect changes. 5 January Added debug logging calls to facilitate troubleshooting. 5 January Version February Set to Version to match Vision framework version update. 26 February Added the Admin Info button and subdialog - SPC - 24 July Added Vision Version and Vision compile date to all exporting - SPC - 24 July Added Test Definition Graphing - SPC - 4 November Version November Set to Version for to match Vision version - SPC - 5 November Version January Set to Version for to match Vision version - SPC - 11 January Version June Set to Version for to match Vision version - SPC - 8 June

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...4. B.1 - Setup Dialog... 4 B.2 - Description... 5 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...4. B.1 - Setup Dialog... 4 B.2 - Description... 5 B.3 - Controls... Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...5. B.1 - Setup Dialog... 5 B.2 - Description... 6 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...5. B.1 - Setup Dialog... 5 B.2 - Description... 6 B.3 - Controls... Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...3. B.1 - Setup Dialog... 3 B.2 - Description... 4 B.3 - Controls...

TABLE OF FIGURES... II A - DISCUSSION...1 B - CONFIGURATION...3. B.1 - Setup Dialog... 3 B.2 - Description... 4 B.3 - Controls... Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

TABLE OF FIGURES... II A - DISCUSSION...1

TABLE OF FIGURES... II A - DISCUSSION...1 Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

TABLE OF FIGURES... II A - DISCUSSION...1 B MAIN CONFIGURATION...4

TABLE OF FIGURES... II A - DISCUSSION...1 B MAIN CONFIGURATION...4 Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents TABLE OF FIGURES... II A - DISCUSSION...1

More information

Table of Contents TABLE OF CONTENTS...I TABLE OF FIGURES... II D - DATA PLOTTING, REGRAPH AND EXPORT...16 E - CHANGE AND VERSION RECORD...

Table of Contents TABLE OF CONTENTS...I TABLE OF FIGURES... II D - DATA PLOTTING, REGRAPH AND EXPORT...16 E - CHANGE AND VERSION RECORD... Table of Contents TABLE OF CONTENTS...I TABLE OF FIGURES... II A - DISCUSSION...1 B - MAIN SETUP...6 B.1 - Setup Dialog...7 B.2 - Description...8 B.3 - Controls...10 C - PLOT SETUP...12 C.1 - Setup Dialog...13

More information

Table of Contents TABLE OF CONTENTS...I TABLE OF TABLES... II D - DATA PRESENTATION, REGRAPH AND EXPORTING...22 E - CHANGE AND VERSION RECORD...

Table of Contents TABLE OF CONTENTS...I TABLE OF TABLES... II D - DATA PRESENTATION, REGRAPH AND EXPORTING...22 E - CHANGE AND VERSION RECORD... Table of Contents TABLE OF CONTENTS...I TABLE OF TABLES... II A - DISCUSSION...1 A.1 - Cautions...3 A.2 - Behavior in a Branch Loop...8 A.3 - Sensor Data...10 B - MAIN SETUP...12 B.1 - Setup Dialog...13

More information

Table of Contents. Table of Contents... I. Table of Figures... III. Tutorial VIII-A Nesting Branch General Example...4

Table of Contents. Table of Contents... I. Table of Figures... III. Tutorial VIII-A Nesting Branch General Example...4 Table of Contents Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Table of Contents... I Table of Figures...

More information

I - Configuring High-Voltage Measurements and Measuring the Commercial PZT Piezoelectric Disk Sample.

I - Configuring High-Voltage Measurements and Measuring the Commercial PZT Piezoelectric Disk Sample. Radiant Technologies, Inc. 2835C Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com Monday, October 29, 2018 From: Scott P. Chapman Radiant

More information

Subj: Tester Interface Configuration and Software Installation

Subj: Tester Interface Configuration and Software Installation Radiant Technologies, Inc. 2835D Pan American Freeway NE Albuquerque, NM 87107 Tel: 505-842-8007 Fax: 505-842-0366 e-mail: radiant@ferrodevices.com 9 November, 2010 From: Scott P. Chapman Radiant Technologies,

More information

COMPUTER TRAINING CENTER

COMPUTER TRAINING CENTER Excel 2007 Introduction to Spreadsheets COMPUTER TRAINING CENTER 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Excel 2007 Introduction 1 Office button Quick Access

More information

Expense: Process Reports

Expense: Process Reports Expense: Process Reports User Guide for Standard Edition Applies to these SAP Concur solutions: Expense Professional/Premium edition Standard edition Travel Professional/Premium edition Standard edition

More information

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS

WORKFLOW BUILDER TM FOR MICROSOFT ACCESS WORKFLOW BUILDER TM FOR MICROSOFT ACCESS Application Guide Version 06.05.2008 This document is copyright 2007-2008 OpenGate Software. The information contained in this document is subject to change without

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

VBAcodePrint 2016 Release History Copyright STARPRINT LIMITED All Rights Reserved

VBAcodePrint 2016 Release History Copyright STARPRINT LIMITED All Rights Reserved VBAcodePrint 2016 Release History Copyright 1990-2018 STARPRINT LIMITED All Rights Reserved www.starprinttools.com Version Description Release Date 16.1.18 REV 18021 Fixed the following error: An Exception

More information

BIM - ARCHITECTUAL PLAN VIEWPORTS

BIM - ARCHITECTUAL PLAN VIEWPORTS BIM - ARCHITECTUAL PLAN VIEWPORTS INTRODUCTION There are many uses for viewports in Vectorworks software. Viewports can display an entire drawing, as well as cropped views of a drawing. These views can

More information

Dealing with Event Viewer

Dealing with Event Viewer Dealing with Event Viewer Event Viewer is a troubleshooting tool in Microsoft Windows 2000.This how-to article will describe how to use Event Viewer. Event Viewer displays detailed information about system

More information

Quick-Start Guide To get ready to use Fixture offset Calculator: For each job (all done on Sheet1):

Quick-Start Guide To get ready to use Fixture offset Calculator: For each job (all done on Sheet1): Quick-Start Guide To get ready to use Fixture offset Calculator: 1) Set the security of Microsoft Excel to enable macros a. From the Tools Menu, select options. Then click the tab for Security and click

More information

The user guide may be freely distributed in its entirety, either digitally or in printed format, to all EPiServer Composer users.

The user guide may be freely distributed in its entirety, either digitally or in printed format, to all EPiServer Composer users. Copyright This user guide is protected by the Copyright Act. Changes to the contents, or partial copying of the contents, may not be made without permission from the copyright holder. The user guide may

More information

CIS

CIS USER MANUAL Table of Contents Section Topic Page Welcome to Data Link Pro2 A 3 Quick Start 4 Shortcut Keys 5 Data Link Pro2 Main Window 6 Create a New Sin2 Survey 7 Load Survey 7 Adding a Site to an Existing

More information

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases.

BRIEFCASES & TASKS ZIMBRA. Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. BRIEFCASES & TASKS ZIMBRA BRIEFCASES Briefcase can be used to share and manage documents. Documents can be shared, edited, and created using Briefcases. Options Briefcase New Briefcase To create briefcases,

More information

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder.

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder. Performer to DP2 Hot Folder Reference Manual Rev. 07.11.05 Install Files: There is only one file involved with installing the Performer to DP2 Hot Folder. The installer file is named PP2DP2_1.x.x.EXE.

More information

WhatsConfigured for WhatsUp Gold 2016 User Guide

WhatsConfigured for WhatsUp Gold 2016 User Guide WhatsConfigured for WhatsUp Gold 2016 User Guide Contents Welcome to WhatsConfigured 1 What is WhatsConfigured? 1 Finding more information and updates 1 Sending feedback 2 Deploying WhatsConfigured 3 STEP

More information

P6 Professional Reporting Guide Version 18

P6 Professional Reporting Guide Version 18 P6 Professional Reporting Guide Version 18 August 2018 Contents About the P6 Professional Reporting Guide... 7 Producing Reports and Graphics... 9 Report Basics... 9 Reporting features... 9 Report Wizard...

More information

Guide to Adjunct and Part Time Clinical Re- Appointments

Guide to Adjunct and Part Time Clinical Re- Appointments Guide to Adjunct and Part Time Clinical Re- Appointments Using Web Forms and LaserFiche Prepared by: Discovery Commons February 2018 Version 2.0 Table of Contents Guide to Adjunct and Part Time Clinical

More information

Principia Archive Explorer

Principia Archive Explorer Principia Archive Explorer Welcome to the Principia Archive Explorer. This tool bundles together all the historical releases you need and makes it easier for you to install, download, and export the data

More information

SSMS Changes All changes are listed below by release date.

SSMS Changes All changes are listed below by release date. SSMS Changes All changes are listed below by release date. Changes to July4 th, 2018 General Performance enhancements. Changes to April 25 th, 2018 General There was a script error when accessing SSMS

More information

Macromedia - Fireworks TechNotes: How to create transparent Pop-up Menus

Macromedia - Fireworks TechNotes: How to create transparent Pop-up Menus Page 1 of 6 Home > Products > Fireworks > Support > TechNote Index How to create transparent Pop-up Menus Pop-up Menus can be structured to have transparent or translucent backgrounds. Modifying the Pop-up

More information

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release

Release Notes Release (December 4, 2017)... 4 Release (November 27, 2017)... 5 Release Release Notes Release 2.1.4. 201712031143 (December 4, 2017)... 4 Release 2.1.4. 201711260843 (November 27, 2017)... 5 Release 2.1.4. 201711190811 (November 20, 2017)... 6 Release 2.1.4. 201711121228 (November

More information

IMPROVING Sepsis SURVIVAL. Data Portal User Manual version 2.0

IMPROVING Sepsis SURVIVAL. Data Portal User Manual version 2.0 IMPROVING Sepsis SURVIVAL Data Portal User Manual version 2.0 1 Table of Contents Data Portal User Accounts... 3 Logging into the Data Portal... 4 Outcome Data Entry... 5 Outcome Data Due Dates... 5 View

More information

Solar Eclipse Trackers, Logs, and Queues. Release 9.0.4

Solar Eclipse Trackers, Logs, and Queues. Release 9.0.4 Solar Eclipse Trackers, Logs, and Queues Release 9.0.4 i Table Of Contents Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents,

More information

OUTLOOK ATTACHMENT EXTRACTOR 3

OUTLOOK ATTACHMENT EXTRACTOR 3 OUTLOOK ATTACHMENT EXTRACTOR 3 PROGRAM HELP GILLMEISTER SOFTWARE WWW.GILLMEISTER-SOFTWARE.COM 1 TABLE OF CONTENTS 1 Table of contents... 1 2 Start... 4 3 Main menu... 4 3.1 Menu entries of the group Menu...

More information

ArtfulBits Web Part

ArtfulBits  Web Part ArtfulBits Email Web Part for Microsoft SharePoint User Guide Overview... 2 Feature List... 3 Why ArtfulBits Email Web Part?... 3 How to Use... 3 How to Use Email Web Part... 3 Enabling to Send E-mail

More information

Version Control Appliance Tagging Services

Version Control Appliance Tagging Services NEO Printer Setup Version Control Version Number Date Changed by 1 9 th September 2015 Nicola Latter 2 21st October 2015 Nicola Latter 3 13 th January 2016 Nicola Latter 4 20 th July 2016 Kevin Wilson

More information

Tool for RSR Export (T-REX) User s Guide. For the Ryan White Services Client-Level Data Report Version 3.3

Tool for RSR Export (T-REX) User s Guide. For the Ryan White Services Client-Level Data Report Version 3.3 Tool for RSR Export (T-REX) User s Guide For the Ryan White Services Client-Level Data Report Version 3.3 Table of Contents 1. About the Tool for RSR Export (T-REX)... 1 2. System Requirements... 2 3.

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

My Publications Quick Start Guide

My Publications Quick Start Guide IHS > Decision Support Tool My Publications Quick Start Guide January 28, 2011 Version 2.0 2011 IHS, All Rights Reserved. All trademarks belong to IHS or its affiliated and subsidiary companies, all rights

More information

Funasset Limited Foundry House Foundry Road Taunton Somerset TA1 1JJ. Tel: +44 (0) Fax: +44 (0) mailmarkup.com funasset.

Funasset Limited Foundry House Foundry Road Taunton Somerset TA1 1JJ. Tel: +44 (0) Fax: +44 (0) mailmarkup.com funasset. Funasset Limited Foundry House Foundry Road Taunton Somerset TA1 1JJ Tel: +44 (0)1823 365864 Fax: +44 (0)1823 277266 mailmarkup.com funasset.com Copyright 2012 Funasset Limited. All rights reserved. Products

More information

Run Specifi by clicking on the icon on your Desktop.

Run Specifi by clicking on the icon on your Desktop. Run Specifi by clicking on the icon on your Desktop. Note: If you are using a demo version, once the program is loaded, a message will tell you the remaining days of the evaluation period. The main screen

More information

Basic Dicom Module Options

Basic Dicom Module Options Basic Dicom Module Options Updated October 2, 2013 There are several methods for getting Dicom images into a patient s chart. The first option involves using the Image Capture Importer module which allows

More information

Getting Started with Solar Eclipse. Release 8.6.5

Getting Started with Solar Eclipse. Release 8.6.5 Getting Started with Solar Eclipse Release 8.6.5 Legal Notices 2009 Activant Solutions Inc. All rights reserved. Unauthorized reproduction is a violation of applicable laws. Activant and the Activant logo

More information

Trimble Survey GNSS Firmware Version 5.01 (April 2015) The following table identifies the Survey GNSS receivers supported by this revision.

Trimble Survey GNSS Firmware Version 5.01 (April 2015) The following table identifies the Survey GNSS receivers supported by this revision. RELEASE NOTES 15 APRIL 2015 TRIMBLE SURVEY GNSS FIRMWARE Trimble Survey GNSS Firmware Version 5.01 (April 2015) Requirements This firmware version includes improvements to the Survey Receiver firmware.

More information

Use Active Directory To Simulate InfoPath User Roles

Use Active Directory To Simulate InfoPath User Roles Page 1 of 7 Use Active Directory To Simulate InfoPath User Roles You can leverage the information returned by the Active Directory web service to simulate InfoPath User Roles, which are disabled in browser

More information

TIDY LABELS. User Guide

TIDY LABELS. User Guide TIDY LABELS User Guide TIDY LABELS User Guide Contents 1. Overview...3 2. Installation...3 3. Navigating through the application...3 4. Databases...4 4.1 Creating a new database manually...5 4.2 Importing

More information

ifax Mail linking software for TIFF converter user's guide

ifax Mail linking software for TIFF converter user's guide ifax Mail linking software for TIFF converter (Version supporting MAPI mailer linking function) user's guide - Windows 95/98 English version - Copyright Panasonic Communications Co., Ltd. 1998 July. Contents

More information

WhatsUp Gold 2016 Distributed Edition

WhatsUp Gold 2016 Distributed Edition WhatsUp Gold 2016 Distributed Edition Contents Using WhatsUp Gold Distributed Edition 1 About WhatsUp Gold Distributed Edition... 1 About Distributed Edition's reporting capabilities... 2 Installing the

More information

Highline Excel 2016 Class 09: Date Functions

Highline Excel 2016 Class 09: Date Functions Highline Excel 2016 Class 09: Date Functions Table of Contents Date Functions... 2 Examples of EOMONTH, EDATE and DATE functions:... 2 Fiscal Year... 3 Example of Data Set with Date Helper Columns, including

More information

MESURgauge Software. User s Guide

MESURgauge Software. User s Guide MESURgauge Software User s Guide Thank you Thank you for purchasing MESURgauge software, a data collection and analysis program developed to: Measure Collect data from digital force gauges, torque gauges,

More information

PST for Outlook Admin Guide

PST for Outlook Admin Guide PST for Outlook 2013 Admin Guide Document Revision Date: Sept. 25, 2015 PST Admin for Outlook 2013 1 Populating Your Exchange Mailbox/Importing and Exporting.PST Files Use this guide to import data (Emails,

More information

WLAN MIERUZZO BASIC SOFTWARE

WLAN MIERUZZO BASIC SOFTWARE DK-5000 Series WLAN MIERUZZO BASIC SOFTWARE USER S MANUAL DK-5005A, DK-5010A, DK-5030A DK-5005B, DK-5010B, DK-5030B DK-5005C, DK-5010C, DK-5030C DK-5005D, DK-5010D, DK-5030D This manual was last revised

More information

Importing non-numerical character data

Importing non-numerical character data BioNumerics Tutorial: Importing non-numerical character data 1 Aims This tutorial shows how to import non-numerical data in a BioNumerics database and link the data to a character type experiment. It illustrates

More information

Contents. 1. Managing Seed Plan Spreadsheet

Contents. 1. Managing Seed Plan Spreadsheet By Peter K. Mulwa Contents 1. Managing Seed Plan Spreadsheet Seed Enterprise Management Institute (SEMIs) Managing Seed Plan Spreadsheet Using Microsoft Excel 2010 3 Definition of Terms Spreadsheet: A

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions Contents 1 INTRODUCTION... 2 1.1 LANGUAGES... 2 1.2 REQUIREMENTS... 2 2 THE SHAREPOINT SITE... 3 2.1 PERMISSIONS... 3 3 CONVERTED E-MAILS AND SHAREPOINT TICKETS... 4 3.1 THE CONVERTED E-MAIL... 4 3.2 THE

More information

Aventail Connect Client with Smart Tunneling

Aventail Connect Client with Smart Tunneling Aventail Connect Client with Smart Tunneling User s Guide Windows v8.9.0 1996-2007 Aventail Corporation. All rights reserved. Aventail, Aventail Cache Control, Aventail Connect, Aventail Connect Mobile,

More information

CCH Client Axcess Portal User Guide

CCH Client Axcess Portal User Guide CCH Client Axcess Portal User Guide Last Updated: October 2017 Client Portal Access or paste the below link into your web browser https://www.clientaxcess.com/#/login Please call our office at 212.245.5900

More information

CommCare for Android Smartphones

CommCare for Android Smartphones CommCare for Android Smartphones The information on this page reflects the old design of CommCare This page is primarily useful for programs using older versions of CommCare. A page directed at the newer

More information

AquaScan Win version 1.9

AquaScan Win version 1.9 AquaScan Win version 1.9 Page 1 of 13 11.08.03 AquaScan Win version 1.9 AquaScan Win should be used together with a control unit using program CS20 version 58, CS30 version 07, or later. The LOG parameter

More information

Chapter 2 Autodesk Asset Locator... 3

Chapter 2 Autodesk Asset Locator... 3 Contents Chapter 2 Autodesk Asset Locator....................... 3 Supported Operating Systems....................... 3 Installing Autodesk Asset Locator..................... 4 Define a Search...............................

More information

PC Agent Quick Start. Opening the Agent. Logging in to the Agent. Connected Backup. Version 8.6. Revision 0

PC Agent Quick Start. Opening the Agent. Logging in to the Agent. Connected Backup. Version 8.6. Revision 0 T E C H N I C A L N O T E Version 8.6 PC Agent Quick Start Revision 0 Use this document as a quick reference for common Connected Backup PC Agent tasks. If the Agent is not on your computer, contact your

More information

Viewing Attachments in GroupWise on a Macintosh FAQ

Viewing Attachments in GroupWise on a Macintosh FAQ Viewing Attachments in GroupWise on a Macintosh FAQ *Note-Your Macintosh should be running Mac OS 9.2.2 before following instructions below. For free Mac OS updates 9.1, 9.2.1 & 9.2.2, point your web browser

More information

Form / Bank Request List 1 August 2016

Form / Bank Request List 1 August 2016 Training Notes Form / Bank Request List 1 August 2016 The Request List determines the Bank Account and PrintBoss Form used when printing. This is only necessary for accounting software that does not use

More information

CATIA Teamcenter Interface RII

CATIA Teamcenter Interface RII CATIA Teamcenter Interface RII CMI RII Release 3.1 User Manual Copyright 1999, 2011 T-Systems International GmbH. All rights reserved. Printed in Germany. Contact T-Systems International GmbH PDC PLM Fasanenweg

More information

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES

GET TO KNOW FLEXPRO IN ONLY 15 MINUTES GET TO KNOW FLEXPRO IN ONLY 15 MINUTES Data Analysis and Presentation Software GET TO KNOW FLEXPRO IN ONLY 15 MINUTES This tutorial provides you with a brief overview of the structure of FlexPro and the

More information

SAP Engineering Control Center Interface to Solid Edge - User Manual

SAP Engineering Control Center Interface to Solid Edge - User Manual User Manual Management of CAD data and documents in SAP SAP Engineering Control Center Interface to Solid Edge SAP Engineering Control Center Interface to Solid Edge manages design data in SAP. Given by

More information

TMW Asset Maintenance. TMW AMS - SQL Road Calls Guide

TMW Asset Maintenance. TMW AMS - SQL Road Calls Guide TMW Asset Maintenance TMW AMS - SQL Guide Table of Contents Introduction... 2 Setting Road Call Options... 3 Starting the Module... 5 Changing Shops... 5 Searching... 5 Road Call Options... 7 Enter Road

More information

BCI.com Sitecore Publishing Guide. November 2017

BCI.com Sitecore Publishing Guide. November 2017 BCI.com Sitecore Publishing Guide November 2017 Table of contents 3 Introduction 63 Search 4 Sitecore terms 66 Change your personal settings 5 Publishing basics 5 Log in to Sitecore Editing 69 BCI.com

More information

IEPPLUS Special Education Management

IEPPLUS Special Education Management Release History Page 1 Washington Release Notes IEPPLUS Special Education Management SunGard K-12 Education Best Practices - Many IEPPLUS updates bring Form (e.g. IEP) changes to our Users - some major,

More information

Minerva. Quick Start Guide

Minerva. Quick Start Guide Minerva Quick Start Guide Welcome to IRR s new Minerva reporting system! Powered by SAS Visual Analytics, this tool is pretty user-friendly, but there are some basic orientation tips we d like to walk

More information

MBMimic for ios. 10. Chat with the Mountbatten user using the Chat application

MBMimic for ios. 10. Chat with the Mountbatten user using the Chat application 1 MBMimic for ios The MBMimic is a communication app that supports the production of hard copy Braille output and interaction with a Braille user. The app can be operated by the sighted as well as by the

More information

Budget Spreadsheet Journal Entry

Budget Spreadsheet Journal Entry This job aid serves three purposes: 1. To provide a training tool for the user to follow the step by step instructions of the full Budget Journal Upload Process. 2. To assist the user in selecting and

More information

Increasing MLAN Communications Speed Changing Baud Rate

Increasing MLAN Communications Speed Changing Baud Rate Increasing MLAN Communications Speed Changing Baud Rate Maguire Products Inc. March 14, 2003 Increasing the Maguire Weigh Scale Blenders Communication Speed The G2 Server communicates with the Maguire

More information

USING the IEDATA add-in FROM THE SPREADSHEET MENU

USING the IEDATA add-in FROM THE SPREADSHEET MENU The IEDATA add-in The IEDATA add-in is designed to allow access to the data stored in the Informa Economics database from within a Microsoft Excel spreadsheet. With this add-in, you have access to thousands

More information

MESURgauge Software. User s Guide

MESURgauge Software. User s Guide MESURgauge Software User s Guide MESURgauge Software Thank you! Thank you for purchasing MESURgauge software, a data collection and analysis program developed to: Measure Collect data from digital force

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.0 Content Author's Reference and Cookbook Rev. 130425 Sitecore CMS 7.0 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator.

This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. SK Help Network Help Sheets - Workstation Installation This is a GENERAL Servant Keeper Network Installation help sheet. If you need further assistance, please contact your network administrator. Due to

More information

TURNING MOVEMENT CALCULATOR VERSION 3.0

TURNING MOVEMENT CALCULATOR VERSION 3.0 TURNING MOVEMENT CALCULATOR VERSION 3.0 User Guide February 23, 2008 Whitehouse Group Inc. For support: +1 (202) 241-2008 software@wgianalytics.com TABLE OF CONTENTS INTRODUCTION... 1 Features... 1 Benefits...

More information

HP Records Manager. Kofax Capture Template. Software Version: 8.1. Document Release Date: August 2014

HP Records Manager. Kofax Capture Template. Software Version: 8.1. Document Release Date: August 2014 HP Records Manager Software Version: 8.1 Kofax Capture Template Document Release Date: August 2014 Software Release Date: August 2014 Legal Notices Warranty The only warranties for HP products and services

More information

IHS Enerdeq Desktop International Training Guide

IHS Enerdeq Desktop International Training Guide IHS > Decision Support Tool IHS Enerdeq Desktop International Training Guide May 2009 Version 1.5.2 2009 IHS, All Rights Reserved. All trademarks belong to IHS or its affiliated and subsidiary companies,

More information

Configuring Shared Links for Web Access

Configuring Shared Links for Web Access Configuring The Web Access feature lets you access CIFS share data or NFS export data stored in the Nasuni Filer using a Web browser. Some of the actions you can perform depend on the capabilities of the

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 7.2 Content Author's Reference and Cookbook Rev. 140225 Sitecore CMS 7.2 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents

More information

Embedded for Xerox EPA-EIP Setup Guide

Embedded for Xerox EPA-EIP Setup Guide Embedded for Xerox EPA-EIP Setup Guide 2016 XRX-EPA-EIP-20160315 Equitrac Embedded for Xerox EPA-EIP Setup Guide Document History Date Description of Revision Changes March 15, 2016 Updated for Equitrac

More information

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

More information

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7

Export Metadata. Learning Objectives. In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Export Metadata Learning Objectives In this Job Aid, you will learn how to export metadata: 1 For a location 3 2 From search results 7 Last updated: July 8, 2013 Overview You can export content metadata

More information

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, , and password in the appropriate

1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name,  , and password in the appropriate 1 4 9 11 12 1 1. Open Outlook by clicking on the Outlook icon. 2. Select Next in the following two boxes. 3. Type your name, email, and password in the appropriate blanks and click next. 4. Choose Allow

More information

How to: Use the new Print to Fax and Print to Inbox printers

How to: Use the new Print to Fax and Print to Inbox printers How to: Use the new Print to Fax and Print to Inbox printers What are the new Updox print drivers? Outbound document management just got easier with the new Print to Fax and Print to Inbox printers. New

More information

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting:

Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics. To apply number formatting: Microsoft Excel 2013: Part 3 More on Formatting Cells And Worksheet Basics Formatting text and numbers In Excel, you can apply specific formatting for text and numbers instead of displaying all cell content

More information

HP Database and Middleware Automation

HP Database and Middleware Automation HP Database and Middleware Automation For Windows Software Version: 10.10 SQL Server Database Refresh User Guide Document Release Date: June 2013 Software Release Date: June 2013 Legal Notices Warranty

More information

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 10 Accessing Files and Folders MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Monitor, manage, and troubleshoot access to files and folders. Configure, manage, and troubleshoot file compression

More information

Software Release Notes

Software Release Notes Software Release Notes Version 2.01.02.01 December 2017 A. Software Description KellyDown Survey Analysis is designed for use by directional survey analysts to help them easily determine whether MWD survey

More information

Release Notes ClearSQL (build 181)

Release Notes ClearSQL (build 181) August 14, 2018 Release Notes ClearSQL 7.1.2 (build 181) NEW FEATURES NEW: Exclusion of code lines from Flowcharts. It is now possible to exclude lines of code from a Flowchart diagram by defining exclusion

More information

A³ Platform Quick Start

A³ Platform Quick Start A³ Platform Quick Start Last Update: Sep 07, 2011 Copyright 2002-2011 Visual Paradigm International Ltd. Table of Contents Table of Contents... 2 Getting Started... 3 Download A3 Platform... 3 Start-up

More information

IntegriSign for MS Excel

IntegriSign for MS Excel IntegriSign for MS Excel Contents 1. Introduction... 2 2. Using IntegriSign in MS Excel 2003... 2 2.1 Creating a Signature... 2 2.2 Sheetwise signing... 3 2.3 Workbook Verification... 4 3. Using IntegriSign

More information

EntraPass (W10) Installation Guide Kantech-OnBoard systems

EntraPass (W10) Installation Guide Kantech-OnBoard systems Overview Purpose ExacqVision recorders now include Kantech EntraPass Corporate Edition software. The purpose of this document is to guide the technician or installer through the process of installing and

More information

Global Model Workstation Release Log

Global Model Workstation Release Log Global Model Workstation Release Log 2018 OXFORD ECONOMICS LTD ALL RIGHTS RESERVED Reproduction or disclosure to third parties of this document, or any part thereof, is only permitted with the prior and

More information

Perceptive Nolij Web. Release Notes. Version: 6.8.x

Perceptive Nolij Web. Release Notes. Version: 6.8.x Perceptive Nolij Web Release Notes Version: 6.8.x Written by: Product Knowledge, R&D Date: June 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates. Table of Contents Perceptive Nolij Web

More information

VANGUARD LOAD TAP CHANGER ANALYZER (LTCA) VERSION 2.xx SOFTWARE MANUAL. LTCA-10, LTCA-40, WRM-10P, WRM-40, TRM-20, TRM-40, TRM-203, and TRM-403

VANGUARD LOAD TAP CHANGER ANALYZER (LTCA) VERSION 2.xx SOFTWARE MANUAL. LTCA-10, LTCA-40, WRM-10P, WRM-40, TRM-20, TRM-40, TRM-203, and TRM-403 VANGUARD LOAD TAP CHANGER ANALYZER (LTCA) VERSION 2.xx SOFTWARE MANUAL For Use with Vanguard s LTCA-10, LTCA-40, WRM-10P, WRM-40, TRM-20, TRM-40, TRM-203, and TRM-403 Load Tap Changer Analyzers and Winding

More information

Dive Into Visual C# 2008 Express

Dive Into Visual C# 2008 Express 1 2 2 Dive Into Visual C# 2008 Express OBJECTIVES In this chapter you will learn: The basics of the Visual Studio Integrated Development Environment (IDE) that assists you in writing, running and debugging

More information

Export and Import Authority Records

Export and Import Authority Records OCLC Connexion Browser Guides Export and Import Authority Records Last updated: May 2016 OCLC Online Computer Library Center, Inc. 6565 Kilgour Place Dublin, OH 43017-3395 Revision History Date Section

More information

Designing Adhoc Reports

Designing Adhoc Reports Designing Adhoc Reports Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2009

More information

TIBCO Spotfire Automation Services 7.5. User s Manual

TIBCO Spotfire Automation Services 7.5. User s Manual TIBCO Spotfire Automation Services 7.5 User s Manual Revision date: 15 January 2016 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information