Field Data Editor. User s guide & Technical manual

Size: px
Start display at page:

Download "Field Data Editor. User s guide & Technical manual"

Transcription

1 5/8/2005 Field Data Editor User s guide & Technical manual Windows NT /2000 / XP Tmi LTV Forest Joensuu, Finland

2 2 Content 1. About application Installation Starting to use the software Main functions Menus Starting a new data entry project Opening database and editing Data saving, checking and error form Data removal Data to the clipboard Clearing of forms Technical specifications Databases Information about application... 21

3 3 1. About application Field Data Editor software is made for inventory data entry, checking and editing. The program is extremely customizable and appropriate for example in forest inventory projects. Field Data Editor 1.2 works currently in English or Portuguese. In a new inventory project, the user must first define the structure of input data. The program can create a new empty MS Access database file, which includes tables and fields for controlled data entry. The data structure is described in the program parameter file DataInputParameters.mdb. The program s interface is a collection of tally sheets (forms). On one form, there are usually single line data (e.g. plot description data or header data) and/or multiple line data (table, grid) with information about recorded objects (e.g. trees, seedlings, animals). Field Data Editor can handle all these types of forms: 1) Single line data only, 2) Multiple line (grid) data only, 3) Both single line data and multiple line data (grid). Each form belongs to certain level, numbers running from 1. The first number in table s name refers to the level, the second number (_1 or _2) refers to the form s (level s) type of information: _1 = Single line data and _2 = Multiple line data. Example 1 Form No 1. Single line data -> Level = 1_1 Multiple line data -> Level = 1_2 Example 2 Form No 5. Single line data -> Level = 5_1 Multiple line data -> Level = 5_2 The number of levels depends upon number of tally sheets. Missing level numbers are not allowed and level numbers must start from 1. The number and names of the forms are

4 4 written in the program parameter file (see chapter 2). The maximum number of forms is 20. In this paper, level 1 is called as highest (upper) level in the data structure. The field definitions (records) are written into the program parameter file. Before you start your new data entry, modify the parameter file and test it carefully! 2. Installation This program can be used in Windows NT, Windows 2000 and Windows XP. It has not been tested in Windows 95, 98 or ME yet. First, close all applications before installation and log in as Administrator. Then run FieldDataEditor.msi. Program can be installed to any local disk drive and folder, the default folder is C:\Program Files\FieldDataEditor. The main program file is FieldDataEditor.exe. You cannot directly copy the program from one computer to another, one installation is always needed. However, when updating the program version, you can just need to copy the application file. Windows settings: Decimal symbol must be dot. List separator should be comma (,) or semicolon (;). Minimum screen resolution is 1024 x 768. The program parameters file is DataInputParameters.mdb, located in the program folder (see chapter Technical specifications). The file format is MS Access2000. The default folder name for input data is written in DataInputParameters.mdb, table GENERALPARAMETERS, field DataFolder.

5 5 3. Starting to use the software Start the program from Start, Programs menu. The first thing is to create a new database or to open an existing one. A new database is created using menu command File, Create new database.. Select folder and write a new database file name. An existing database is opened with command File, Open database.. Select folder and database file. If the database is successfully opened, the file name appears to program status bar (Figure 1). Program title. Given in Program subtitle. Given in Name of form (Level) Table: GENERALDATA Table: GENERALDATA presented in the tab. Field: ProgramTitle Field: ProgramTitle Single line data (Level_2_1) Current database file name Multiple lines input data (Level_2_2) Cursor s row position in a grid Figure 1. Program s user-interface.

6 6 The names of forms appear into the sheet header in the program. The data field names appear as header texts in the grids. In single line data, the titles have yellow back color and multiple line data have gray back color (default). The current row of the cursor appears in the status bar, when focus in on multiple level data (grid). You can also resize column widths and save you settings using menu command Actions, Save columns widths. The program has two modes: 1) data input mode, and 2) grid editing mode. In the data input mode you can enter and edit data. In the grid editing mode you cannot directly enter and edit grid data, but you can delete rows (F5), add more rows to grid (F6 and F8) and clone records (F7). The key presses F5, F6 and F7 are effective only on the selected row of the grid. You can also copy an active cell data to the clipboard (Ctrl+C) and paste data from the clipboard (Ctrl+V or Shift+Ins). Figure 2. Key press command for grid editing. This Grid Info notice comes visible when pressing F1 key.

7 7 4. Main functions 4.1 Menus Program has three main menu commands: File, Actions and Options (see Figure 3). Figure 3a. Program s menu structure (English version). Figure 3b. Program s menu structure (Portuguese version).

8 8 In menu Options, Grid F-key info you can get information about the command keys for editing data in multiple level data grids. Figure 4. Grid info window. 4.2 Starting a new data entry project Before starting to enter new inventory data, create a new database using command File, Create new database. The program opens a dialog box and you must enter a new file name. The database is in MS Access2000 format. Figure 5. Warning when the database already exists. The structure of input data is defined in the program parameter file, see Technical Manual. Start enter a new data selecting Actions, Input new data.

9 9 Figure 6. New data entry. HINT The best way to enter new sample plot data is to do as follows: create a new database Actions, Input new data. Start enter new data. Best way to move from cell to cell is to use Enter key or direction keys. File, Save data (if data errors emerge, fix them and Save again) Actions, Clear sheets Actions, Input new data (next sample plot) And so on Opening database and editing An existing database can be open with menu command File, Open database. The program opens the selected database and the database name comes to the footnote bar of the program window. Enter new data is selecting Actions, Input new data. Existing data is opened for viewing or editing by selecting Actions, Retrieve and edit data.

10 10 Figure 7. The program s interface for data retrieving. If database is not open, there comes a message, see Fig. 8. Figure 8. Warning when database is not open.

11 Data saving, checking and error form The active data on the form can be saved with menu command File, Save data. If data with the same identification numbers already exists in the database, the program asks if it is replaced with the new data. Figure 9. Message box: replacing the data. The program writes the data directly into the database. If there are errors in the data, the error messages are collected into a special error form. Notice: If the master field data are correct, the program always saves the data, even if there are error cases. The program can carry out the following validity checks: 1) Item value is not found in the parameter database table. 2) Item value is more than minimum value. 3) Item value is less than maximum value. 4) Crosscheck. Item value is allowed in current data record. For instance, there can be a rule that commercial tree height can not exceed total tree height. Figure 10. The program s error message. If case of missing data value, the program writes zero (0) to a numeric field, blank ( ) to a text field.

12 Data removal Data on the form can be saved with menu command File, Save data. If the data with the same identification numbers already exists in the database, the program asks if that data is replaced with the new data. Figure 11. Data removal. 4.6 Data to the clipboard Data from the current active form can be copied to the clipboard with menu command File, Copy tables. The program copies the header texts and the data from the visible grids. The invisible, so-called Master Fields, are also copied. Figure 12. Form data copied via clipboard into MS Excel. You can also copy an active cell to the clipboard (Ctrl+C) and paste data from the clipboard (Ctrl+V or Shift+Ins).

13 Clearing of forms The forms can be cleared using menu command Actions, Clear sheets. The program gives a warning before clearing. Figure 13. The message box before clearing the forms.

14 14 4. Technical specifications 4.1 Databases The program parameters are in MS Access database DataInputParameters.mdb in program folder. This database includes the following tables (see Figure 14): 1) GENERALDATA, 2) FORMS, 3) tables for each data sublevel (Level_FormNo_SubNo) and 4) unlimited number of tables for categorical data. Figure 14. Example of parameter file with two forms (levels 1 and 2). In this case, Form 1 has only one sublevel (single line data); Form 2 has two sublevels (single line and multiple lines data). The maximum number of forms (levels) is 10. Each level can have 1-2 sublevels. Missing level numbers are not allowed and the numbering must start from 1 up. Level_1_1 must always exist and it must present single line data. This table must have 1 3 special field(s) called scroll field(s). A scroll field is equal to the identifier for the data. Scroll fields are repeated in each table (see definition for DataMasterField). The data type of a scroll field must be INTEGER. A scroll field can be for example sample plot number. Scroll field index(es) is/are defined in the table GENERALDATA. Scroll fields order must be successive (ascending) on Level_1_1. An example of data entry with three scroll fields in presented in Figure 15.

15 15 Figure 15. An application with 3 scroll fields (Job No, Map sheet no, Grid code). Scroll field names (master fields) are presented with red back color. In case of cluster sampling, there must be separate forms (levels) for each sample plot and subplot, and the cluster number must act as scroll field. Figure 16. Data structure of the table GENERALDATA

16 16 GENERALDATA, Fields explanation ProgramTitle - main title of the program (see Figure 1) ProgramSubTitle - subtitle of the program (see Figure 1) ScrollFieldIndex - main scroll field index(es) in Level_1_1 1 3 indexes, separator is comma (,) E.g. 1 st and 3 rd field: 1.1,1.3 List order must be successive (ascending) in Level_1_1. ParameterDatabase2 - optional. If categorical data is in Access another file, then this field is filled OrganizationName - (optional text) Editor - (optional text) DataFolder - default data folder Date - (optional text) Comments - (optional text) Table FORMS includes the names of the forms (levels), see Figure 17. Figure 17. Data structure in the table FORMS FORMS, Fields explanation FormNo - Form number, 1 10 FormName - Form name, cannot be empty Comments - (optional) Tables Level_FormNo_SubNo include the record definitions of each form and grid. SubNo refers to data type on the form: Example Form No 1. Single line data -> Level number is 1_1 Multiple line data -> Level number is 1_2 Level_1_1 must always exist. There may be only single line data, only multiple line data or both on each form. The table structure is presented in the Figure 18.

17 17 Figure 18. Data structure of the table Level_FormNo_SubNo Level_NN_nn, Fields explanation DataNo - running number 1 up DataHeader - header text in the grid Also field s title in the database if DatabaseHeader is null DatabaseHeader - field s title in input database. Can be null if DataHeader is used as field name SheetParameterTableName - table for codes and titles of categorical data (see next paragraphs). - if the first letter is exclamation mark (!), then the field is a comment SheetFieldSize - field s maximum data length (optional for numbers), In case of Text, this field defines maximum text length in the input database SheetMinimum - in case of number data type, minimum value (optional) SheetMaximum - in case of number data type, maximum value (optional) SheetCrossCheck - rule of crosschecking in a data record. See chapter Cross check rules. SheetColumnColorCode - (optional). Header text s back color. Valid with multiple rows data only (grids). Default color (0) is gray. Other color codes are: 1= Magenta, 2= Blue, 3= Cyan, 4=Green SheetColumnWidthCode - Column s width on screen (Unit: twips) DataType - Defines type of data: i=integer, l=long integer, s=single, d=double value, t=text if type is text, the text length is read from field SheetFieldSize DataMasterField - see explanation below this list

18 18 DataRequired - Yes / No DataFieldIndexed - Index in database. Yes/ No Comments - (optional). Any text comment. DataMasterField Field DataMasterField is filled only if 1. the same information is repeated in the latter forms or 2. if a constant value is entered into that specific field. The scroll fields are the keys to find data from the inventory database. Hence, these fields must be repeated in all sublevels, with same titles and data types as on Level_1_1. However, you do not need to fill these fields on each form, because they will be filled automatically. In this case, DataMasterField includes the column reference number (index) pointing to the upper level table. Notice: Index can only point to the single line data on previous (upper) level. However, you can read data from earlier (upper) levels both into single line grid or into multiple lines grid. Example of repeated field value In table Level_2_1, there is a field named PlotNumber. This information was earlier entered into the table Level_1_1, in the 3 rd field of it. So, write into DataMasterField index: 1.3 The second possible use for DataMasterField is that it can include constant data value that is entered into the field automatically. For example, Form Number might be given in the input data, but there is no reason to write it manually because it is a constant value on each form. The constant value is written following asterisk character (*). Example of constant field value Field includes always form number 4, hence write into DataMasterField: *4 Field includes always text Maputo, hence write into DataMasterField: *Maputo Notice: Column (=field) with information in DataMasterField is invisible on the screen. The right value will be read and saved into the database at the time of saving the data.

19 19 Categorical data User can have categorical data in tally sheets, such as coded districts or states. These codes can be checked when data is saved. The code tables can be in DataInputParameters.mdb or in another database file. In the second case, this file name must be written in the table GeneralData, field ParameterDatabase2. Figure 19. An example of table Level_1_1 with categorical data (information in field SheetParameterTableName) The user can add new tables into the parameter database simply by coping and renaming existing model tables (see table canopy_layer in Figure 20). The table name can be set freely. The table name related to certain field in the input data must be defined in the field SheetParameterTableName in the level where applicable. The program uses Code values in data entry checks: it checks that entered code is allowed. Figure 20. Data structure in a parameter table (categorical data) referring to column SheetParameterTableName. Notice that code is always as text.

20 20 Cross check rules User can build special cross check rules in order to check consistency in the data records. The program can do checks only in each data record, not between records or tables. The rules are written in to field SheetCrossCheck. Basically, there are two kinds of rules: 1) The value of the field should be relative to the value in the other field. The rule is expressed as logical equation. For example: Bole height must be less than Total tree height. 2) R-rules. The value in the field orders the value in another field, e.g. if Topography is plain, then Slope and Aspect must be zero. Rule type 1. For example, tree height (m) should be less than three times of diameter (cm). The rule is applied to field name Height and diameter if in the fifth column of the same table. Hence, the logical rule is as follows: [c]<3*[5] where [c] = current field value (Height) [5] = value in the 5 th field (diameter) In addition, if the user wants to add into the rule that tree height should be at least 1.3 meters, then the rule is as follows: AND([c]<3*[5],[c]<=1.3) or simply ([c]<3*[5],[c]>=1.3) Rule type 2. (R-rules) Start writing the rule with R. For example, if Topography is plain, then Slope and Aspect must be zero. Topography Current field [c], 0=code for plain Slope 7 th field Aspect 8 th field The rule is as follows: R[c]=0;AND([7]=0,[8]=0) For example, if Soil consistency=1 (current field), value in Soil texture (field 24) should be 4 or 5, if Soil consistency=2, value in Soil texture (field 24) should be 2 or 3, if Soil consistency=3, value in Soil texture (field 24) should be 1 or 2. The rule is as follows: R[c]=1;OR([24]=4,[24]=5) [c]=2;or([24]=2,[24]=3) [c]=3;or([24]=1,[24]=2) The program solves the logical expression. If the logical rule gets value FALSE, an error message is returned in the Error Form.

21 Information about application The program was coded by using Visual Basic TM 6.0 Professional (updated with Visual Studio Service Pack 6). Database structure was created with MS Access TM (version 2000). Database management uses ADODB connections and SQL (Structural Query Language) in the code. Feedback Any type of feedback is welcome and highly appreciated! Contact Mr Lauri Vesa New languages You can assist to create new language versions of Field Data Editor! Please download the list words and phrases from The file is in MS Excel format. Make your translation for a new language and send the file back to L. Vesa s mail box. You will soon get a copy of new language version. Copyright and liability Source code copyright owned and all rights reserved by. In no event shall Tmi LTV Forest be liable for any special, incidental, indirect, or consequential damages whatsoever (including, without limitation, damages for loss of business profits, business interruption, loss of business information, or any other pecuniary loss) arising out of the use of or inability to use the software product or the provision of or failure to provide support services, even if Tmi LTV Forest has been advised of the possibility of such damages.

Aellius LynX Office Lookup Enhancements

Aellius LynX Office Lookup Enhancements Aellius LynX Office Lookup Enhancements August 2013 COPYRIGHT LynX Office Enhancements Copyright 2013, Aellius Professional Research & Consulting, LLC. All rights reserved. LynX Business Integrator (the

More information

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide

SyncFirst Standard. Quick Start Guide User Guide Step-By-Step Guide SyncFirst Standard Quick Start Guide Step-By-Step Guide How to Use This Manual This manual contains the complete documentation set for the SyncFirst system. The SyncFirst documentation set consists of

More information

User Guide -Version 3.00

User Guide -Version 3.00 Software for production planning User Guide -Version 3.00 Summary SUMMARY... 1 INTRODUCTION... 3 General...3 The keyboard...3 Structure of a window...4 Units of measurement and program limits...4 OPERATION...

More information

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1

SAMPLE. Excel 2010 Advanced. Excel 2010 Advanced. Excel 2010 Advanced Page 1 Excel 2010 Advanced Excel 2010 Advanced Page 1 Excel 2010 Advanced 2010 Cheltenham Courseware Pty. Ltd. www.cheltenhamcourseware.com.au Excel 2010 Advanced Page 2 2010 Cheltenham Courseware Pty. Ltd. All

More information

AB-Edit. Manual. AB-Edit Copyright by Oliver Grahl Software Design

AB-Edit. Manual. AB-Edit Copyright by Oliver Grahl Software Design Manual Copyright 1996-2002 by Oliver Grahl Software Design Contents Contents I Welcome! 3 II What is? 3 III Features 3 1 Run & Exit... 3 Run Exit... 3... 4 Tip: Start Parameters... 4 Procedures... 4 How

More information

SPREADSHEET (Excel 2007)

SPREADSHEET (Excel 2007) SPREADSHEET (Excel 2007) 1 U N I T 0 4 BY I F T I K H A R H U S S A I N B A B U R Spreadsheet Microsoft Office Excel 2007 (or Excel) is a computer program used to enter, analyze, and present quantitative

More information

Security Explorer 9.1. User Guide

Security Explorer 9.1. User Guide Security Explorer 9.1 User Guide Security Explorer 9.1 User Guide Explorer 8 Installation Guide ii 2013 by Quest Software All rights reserved. This guide contains proprietary information protected by copyright.

More information

Excel 2010 Advanced. Excel 2010 Advanced SAMPLE

Excel 2010 Advanced. Excel 2010 Advanced SAMPLE Excel 2010 Advanced Excel 2010 Advanced Excel 2010 Advanced Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

Contents. Project One. Introduction to Microsoft Windows XP and Office Creating and Editing a Word Document. Microsoft Word 2003

Contents. Project One. Introduction to Microsoft Windows XP and Office Creating and Editing a Word Document. Microsoft Word 2003 FM TBBBB 39909 10/27/06 4:06 PM Page iii Contents FMTOC TBBBB 39909 Page iii 10/20/06 MD Preface To the Student Introduction to Microsoft Windows XP and Office 2003 ix xiv Objectives WIN 4 Introduction

More information

DataMaster for Windows

DataMaster for Windows DataMaster for Windows Version 3.0 April 2004 Mid America Computer Corp. 111 Admiral Drive Blair, NE 68008-0700 (402) 426-6222 Copyright 2003-2004 Mid America Computer Corp. All rights reserved. Table

More information

NCD ThinPATH PC Installation Guide and Release Notes

NCD ThinPATH PC Installation Guide and Release Notes NCD ThinPATH PC Installation Guide and Release s Copyright Copyright 2001 by Network Computing Devices, Inc. (NCD).The information contained in this document is subject to change without notice. Network

More information

Excel 2016 Foundation. North American Edition SAMPLE

Excel 2016 Foundation. North American Edition SAMPLE Excel 2016 Foundation Excel 2016 Foundation North American Edition Excel 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

T-Invoicer User Guide

T-Invoicer User Guide - 1 - T-Invoicer User Guide Introduction T-Invoicer is an entry level invoicing system designed for small & startup business's who need to invoice customers quickly & easily. T-Invoicer has all the basic

More information

econtracts for Tier1 partners COE01 USER GUIDE

econtracts for Tier1 partners COE01 USER GUIDE econtracts for Tier1 partners COE01 USER GUIDE COPYRIGHT & TRADEMARKS 2017 ZIH Corp. The copyrights in this manual are owned by ZIH Corp. Unauthorized reproduction of this manual or the software and/or

More information

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone

C1 CMS User Guide Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone 2017-02-13 Orckestra, Europe Nygårdsvej 16 DK-2100 Copenhagen Phone +45 3915 7600 www.orckestra.com Content 1 INTRODUCTION... 4 1.1 Page-based systems versus item-based systems 4 1.2 Browser support 5

More information

The KWordQuiz Handbook. Peter Hedlund

The KWordQuiz Handbook. Peter Hedlund Peter Hedlund 2 Contents 1 Introduction 1 1.1 Easy to use............................... 1 1.1.1 Practice modes........................ 1 1.1.2 Quiz types........................... 1 1.1.3 Vocabulary

More information

Getting Started Program Installation, Updating and General Information

Getting Started Program Installation, Updating and General Information Getting Started Program Installation, Updating and General Information 03/07/2016 Table of Contents Table of Contents... i Contacting Us... ii Technical Support... ii Email Support... ii Software License...

More information

XYZ Mesh. Product. Gray Technical, LLC Copyright Gray Technical All Rights Reserved

XYZ Mesh. Product. Gray Technical, LLC  Copyright Gray Technical All Rights Reserved Product XYZ Mesh Company Copyright License Gray Technical, LLC http://www.graytechnical.com/ XYZ Mesh Copyright Copyright 2015-2017 Gray Technical All Rights Reserved SOFTWARE LICENSE SOFTWARE REPRODUCTION:

More information

OPC Quick Client PTC Inc. All Rights Reserved.

OPC Quick Client PTC Inc. All Rights Reserved. 2017 PTC Inc. All Rights Reserved. 2 Table of Contents OPC Quick Client 1 Table of Contents 2 OPC Quick Client 3 Overview 3 Main Window 4 Server Connection 6 Group 9 Items 10 Data Types Description 13

More information

Excel 2016 Foundation SAMPLE

Excel 2016 Foundation SAMPLE Excel 2016 Foundation Excel 2016 Foundation Excel 2016 Foundation Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

Excel 2013 Foundation. Excel 2013 Foundation SAMPLE

Excel 2013 Foundation. Excel 2013 Foundation SAMPLE Excel 2013 Foundation Excel 2013 Foundation Excel 2013 Foundation Page 2 2013 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

GAS MANager Task Organizer Service User's Guide

GAS MANager Task Organizer Service User's Guide GAS MANager Task Organizer Service User's Guide Contents License Agreement... 3 Disclaimer... 3 Copyright... 3 Accounting Expertise... 3 Main Program Window... 4 Command Bar... 6 Tiles... 7 Tasks... 7

More information

Publisher 2016 Foundation SAMPLE

Publisher 2016 Foundation SAMPLE Publisher 2016 Foundation Publisher 2016 Foundation Microsoft Publisher 2016 Foundation - Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

Publisher 2010 Foundation. Publisher 2010 Foundation Level SAMPLE

Publisher 2010 Foundation. Publisher 2010 Foundation Level SAMPLE Publisher 2010 Foundation Publisher 2010 Foundation Level Microsoft Publisher 2010 Foundation - Page 2 1995-2012 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document

More information

Word 2016 Advanced. North American Edition SAMPLE

Word 2016 Advanced. North American Edition SAMPLE Word 2016 Advanced Word 2016 Advanced North American Edition WORD 2016 ADVANCED Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without

More information

TOAD TIPS & TRICKS. Written by Jeff Podlasek, Toad DB2 product manager, Quest

TOAD TIPS & TRICKS. Written by Jeff Podlasek, Toad DB2 product manager, Quest TOAD TIPS & TRICKS Written by Jeff Podlasek, Toad DB2 product manager, Quest Abstract Want to get the most from Toad? This technical brief will walk you through some of its most useful features. You ll

More information

Microsoft Publisher 2013 Foundation. Publisher 2013 Foundation SAMPLE

Microsoft Publisher 2013 Foundation. Publisher 2013 Foundation SAMPLE Microsoft Publisher 2013 Foundation Publisher 2013 Foundation Microsoft Publisher 2013 Foundation - Page 2 2013 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may

More information

Publisher 2016 Foundation. North American Edition SAMPLE

Publisher 2016 Foundation. North American Edition SAMPLE Publisher 2016 Foundation Publisher 2016 Foundation North American Edition Microsoft Publisher 2016 Foundation - Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this

More information

User Guide Dick Eassom. All Rights Reserved

User Guide Dick Eassom. All Rights Reserved 1998-2014 Dick Eassom. All Rights Reserved Version 2014.0.0 Introduction Installation add-in for Microsoft Word 2007/2010/2013, WordmanRibbonF.dotm, provides a tool for easily laying out artwork and text

More information

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1

IMAGE STUDIO LITE. Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 IMAGE STUDIO LITE Tutorial Guide Featuring Image Studio Analysis Software Version 3.1 Notice The information contained in this document is subject to change without notice. LI-COR MAKES NO WARRANTY OF

More information

HYDRODESKTOP VERSION 1.1 BETA QUICK START GUIDE

HYDRODESKTOP VERSION 1.1 BETA QUICK START GUIDE HYDRODESKTOP VERSION 1.1 BETA QUICK START GUIDE A guide to help you get started using this free and open source desktop application for discovering, accessing, and using hydrologic data. September 15,

More information

Introduction. Installation

Introduction. Installation Introduction Installation Wordman s Art Tables add-in for Microsoft Word 2007/2010/2013/2016, WordmanRibbonT.dotm, provides a tool for easily laying out artwork in a document using floating tables, called

More information

AGB 260: Agribusiness Data Literacy. Excel Basics

AGB 260: Agribusiness Data Literacy. Excel Basics AGB 260: Agribusiness Data Literacy Excel Basics Useful Chapters in the Textbook Regarding this Lecture Chapter 1: Introducing Excel Chapter 2: Entering and Editing Worksheet Data Chapter 3: Essential

More information

More Skills 12 Create Web Queries and Clear Hyperlinks

More Skills 12 Create Web Queries and Clear Hyperlinks CHAPTER 9 Excel More Skills 12 Create Web Queries and Clear Hyperlinks Web queries are requests that are sent to web pages to retrieve and display data in Excel workbooks. Web queries work best when retrieving

More information

SmartView. User Guide - Analysis. Version 2.0

SmartView. User Guide - Analysis. Version 2.0 SmartView User Guide - Analysis Version 2.0 Table of Contents Page i Table of Contents Table Of Contents I Introduction 1 Dashboard Layouts 2 Dashboard Mode 2 Story Mode 3 Dashboard Controls 4 Dashboards

More information

STAR OFFICE CALC. Lesson 6

STAR OFFICE CALC. Lesson 6 Lesson 6 STAR OFFICE CALC 1. command is used to insert special characters? a. Insert Characters b. Special characters Insert c. Insert Special characters d. None of these 2. icon is used to present the

More information

Excel 2013 Advanced. Excel 2013 Advanced SAMPLE

Excel 2013 Advanced. Excel 2013 Advanced SAMPLE Excel 2013 Advanced Excel 2013 Advanced Excel 2013 Advanced Page 2 2013 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission from

More information

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE

Excel 2010 Foundation. Excel 2010 Foundation SAMPLE Excel 2010 Foundation Excel 2010 Foundation Excel 2010 Foundation Page 2 2010 Cheltenham Courseware Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without written permission

More information

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements.

Toad Data Point - Professional Edition. The Toad Data Point Professional edition includes the following new features and enhancements. Toad Data Point Version 3.4 New in This Release November 08, 2013 Contents Toad Data Point - Professional Edition Toad Data Point - Base and Professional Editions Idea Pond Toad Data Point - Professional

More information

Expense Management Asset Management

Expense Management Asset Management Expense Management Asset Management User Guide NEC NEC Corporation November 2010 NDA-31136, Revision 1 Liability Disclaimer NEC Corporation reserves the right to change the specifications, functions, or

More information

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS

WAYNESBORO AREA SCHOOL DISTRICT COMPUTER APPLICATIONS UNIT: Publisher KEY LEARNING(S): Introduction to Microsoft Publisher and Publisher jumpstart UNIT ESSENTIAL QUESTIONS: How can you use Publisher to enhance your education/career? COMPETENCY: Publisher

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

ECDL Module 4 REFERENCE MANUAL

ECDL Module 4 REFERENCE MANUAL ECDL Module 4 REFERENCE MANUAL Spreadsheets Microsoft Excel XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 4 (USING MICROSOFT EXCEL XP) - MANUAL 4.1 USING THE APPLICATION... 4 4.1.1 FIRST STEPS

More information

Publisher 2013 Foundation SAMPLE

Publisher 2013 Foundation SAMPLE Publisher 2013 Foundation Publisher 2013 Foundation Microsoft Publisher 2013 Foundation - Page 2 2013 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied

More information

Pre-Operation Confirmation Login and Logout Displaying Device Information Downloading and Installing Packages Appendix

Pre-Operation Confirmation Login and Logout Displaying Device Information Downloading and Installing Packages Appendix Professional IS/Standard Client Reference 1 2 3 4 5 Pre-Operation Confirmation Login and Logout Displaying Device Information Downloading and Installing Packages Appendix Read this manual carefully before

More information

Getting Started With Excel

Getting Started With Excel Chapter 1 Getting Started With Excel This chapter will familiarize you with various basic features of Excel. Specific features which you need to solve a problem will be introduced as the need arises. When

More information

Report Assistant for Microsoft Dynamics SL Allocator Module

Report Assistant for Microsoft Dynamics SL Allocator Module Report Assistant for Microsoft Dynamics SL Allocator Module Last Revision: October 2012 (c)2012 Microsoft Corporation. All rights reserved. This document is provided "as-is." Information and views expressed

More information

GAS MANager Task Organizer Admin User's Guide

GAS MANager Task Organizer Admin User's Guide GAS MANager Task Organizer Admin User's Guide Contents License Agreement... 4 Disclaimer... 4 Copyright... 4 Accounting Expertise... 4 Main Program Window... 5 Command Bar... 5 Tiles... 6 Tasks... 6 New

More information

FM300 Network Server

FM300 Network Server FM300 Network Server User s Manual March 2005 MEDA, Inc Macintyre Electronic Design Associates, Inc 43676 Trade Center Place, Suite 145 Dulles, VA 20166 Disclaimer of Warranty FM300 Network Server NO WARRANTIES

More information

Lesson Skill Matrix Skill Exam Objective Objective Number

Lesson Skill Matrix Skill Exam Objective Objective Number Lesson 6 Page 1 Creating Tables Lesson Skill Matrix Skill Exam Objective Objective Number Creating a Table Create a table by specifying rows and columns. 3.1.3 Formatting a Table Apply table styles. 3.1.4

More information

Skill Exam Objective Objective Number

Skill Exam Objective Objective Number Creating Tables 6 LESSON SKILL MATRIX Skill Exam Objective Objective Number Creating a Table Create a table by specifying rows and columns. 3.1.3 Formatting a Table Apply table styles. 3.1.4 Managing Tables

More information

Excel 2013 Intermediate

Excel 2013 Intermediate Excel 2013 Intermediate Quick Access Toolbar... 1 Customizing Excel... 2 Keyboard Shortcuts... 2 Navigating the Spreadsheet... 2 Status Bar... 3 Worksheets... 3 Group Column/Row Adjusments... 4 Hiding

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

The Alarms Professional plug-in PRINTED MANUAL

The Alarms Professional plug-in PRINTED MANUAL The Alarms Professional plug-in PRINTED MANUAL Alarms Professional plug-in All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical,

More information

Cisco TEO Adapter Guide for Microsoft Windows

Cisco TEO Adapter Guide for Microsoft Windows Cisco TEO Adapter Guide for Microsoft Windows Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Excel 2016 Advanced. North American Edition SAMPLE

Excel 2016 Advanced. North American Edition SAMPLE Excel 2016 Advanced Excel 2016 Advanced North American Edition Excel 2016 Advanced Page 2 2015 Cheltenham Group Pty. Ltd. All trademarks acknowledged. E&OE. No part of this document may be copied without

More information

SharePoint Farm Reporter Installation Guide

SharePoint Farm Reporter Installation Guide Table of Contents SharePoint Farm Reporter Installation Guide I. PRODUCT DESCRIPTION II. SYSTEM REQUIREMENTS AND RECOMMENDATIONS III. INSTALLATION STEPS IV. CONFIGURING APPLICATION V. UPGRADE SHAREPOINT

More information

The OmniVista User Interface

The OmniVista User Interface The OmniVista User Interface The OmniVista User Interface This section gives an overview of OmniVista's user interface. It points out the elements and functionality that are common to most OmniVista applications.

More information

Formatting Worksheets

Formatting Worksheets 140 :: Data Entry Operations 7 Formatting Worksheets 7.1 INTRODUCTION Excel makes available numerous formatting options to give your worksheet a polished look. You can change the size, colour and angle

More information

MicroSCADA Pro SYS Historian Monitor Configuration

MicroSCADA Pro SYS Historian Monitor Configuration SYS 600 9.3 Trace back information: Workspace Main version a10 Checked in 2012-11-12 1MRS757708 Issued: 30.9.2012 Version: A/30.9.2012 SYS 600 9.3 Contents 1 Copyrights... 2 Introduction... 2.1 This manual...

More information

Plotting. Documentation. DDBSP - Dortmund Data Bank Software Package

Plotting. Documentation. DDBSP - Dortmund Data Bank Software Package Plotting Documentation DDBSP - Dortmund Data Bank Software Package DDBST Software & Separation Technology GmbH Marie-Curie-Straße 10 D-26129 Oldenburg Tel.: +49 441 361819 0 Fax: +49 441 361819 10 E-Mail:

More information

Hourly Charge Rates Selecting Tasks Editing Task Data Adding Notes to Tasks Deleting Tasks Opening and Saving Files

Hourly Charge Rates Selecting Tasks Editing Task Data Adding Notes to Tasks Deleting Tasks Opening and Saving Files Time Stamp, Version 3 (2000 2003) by William Rouck, wrouck@syntap.com, http://www.syntap.com Help Contents Welcome License Info Version History Acknowledgements Using Time Stamp Timer Functions Hourly

More information

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close.

Quick Access Toolbar. You click on it to see these options: New, Open, Save, Save As, Print, Prepare, Send, Publish and Close. Opening Microsoft Word 2007 in the practical room UNIT-III 1 KNREDDY 1. Nyelvi beállítások az Office 2007-hez (Language settings for Office 2007 (not 2003)) English. 2. Double click on the Word 2007 icon

More information

Technology Assignment: Scatter Plots

Technology Assignment: Scatter Plots The goal of this assignment is to create a scatter plot of a set of data. You could do this with any two columns of data, but for demonstration purposes we ll work with the data in the table below. You

More information

How To Create a Report in Report Studio

How To Create a Report in Report Studio How To Create a Report in Report Studio This topic leads you through the process of creating and saving a new report. You will use the method of creating a report that is based on the design of sample

More information

To set up and use mass mail merge in AccountMate, perform the following steps:

To set up and use mass mail merge in AccountMate, perform the following steps: Article # 1133 Technical Note: How to Perform Mass Mail Merge Difficulty Level: Intermediate Level AccountMate User Version(s) Affected: AccountMate 7 for SQL, Express and LAN AccountMate 6.5 for SQL,

More information

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the

Open. Select the database and click. Print. Set printing options using the dropdown menus, then click the The Original Quick Reference Guides Microsoft Access 2010 Access is a tool for creating and managing databases collections of related records structured in an easily accessible format such as a table,

More information

Basic Microsoft Excel 2007

Basic Microsoft Excel 2007 Basic Microsoft Excel 2007 Contents Starting Excel... 2 Excel Window Properties... 2 The Ribbon... 3 Tabs... 3 Contextual Tabs... 3 Dialog Box Launchers... 4 Galleries... 5 Minimizing the Ribbon... 5 The

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

Report Viewer Version 8.1 Getting Started Guide

Report Viewer Version 8.1 Getting Started Guide Report Viewer Version 8.1 Getting Started Guide Entire Contents Copyright 1988-2017, CyberMetrics Corporation All Rights Reserved Worldwide. GTLRV8.1-11292017 U.S. GOVERNMENT RESTRICTED RIGHTS This software

More information

PracticeMaster Report Writer Guide

PracticeMaster Report Writer Guide Copyright 2014-2015 Software Technology, Inc. 1621 Cushman Drive Lincoln, NE 68512 (402) 423-1440 Tabs3.com Tabs3, PracticeMaster, and the "pinwheel" symbol ( ) are registered trademarks of Software Technology,

More information

FM300 Front Panel. User s Manual. March 2005

FM300 Front Panel. User s Manual. March 2005 FM300 Front Panel User s Manual March 2005 Macintyre Electronic Design Associates, Inc. 43676 Trade Center Place, Suite 145 Dulles, VA 20166 Disclaimer of Warranty FM300 Front Panel NO WARRANTIES OR CONDITIONS:

More information

The MAXQDA Stats Data Editor

The MAXQDA Stats Data Editor The Data Editor The Data Editor The MAXQDA Stats Data Editor displays the cases in the rows and the variables in the columns. Each case is therefore in a separate line. The following figure shows the Data

More information

Project and Portfolio Management Center

Project and Portfolio Management Center Project and Portfolio Management Center Software Version: 9.42 Getting Started Go to HELP CENTER ONLINE http://admhelp.microfocus.com/ppm/ Document Release Date: September 2017 Software Release Date: September

More information

Using Charts in a Presentation 6

Using Charts in a Presentation 6 Using Charts in a Presentation 6 LESSON SKILL MATRIX Skill Exam Objective Objective Number Building Charts Create a chart. Import a chart. Modifying the Chart Type and Data Change the Chart Type. 3.2.3

More information

Word 2007 Tables Objectives

Word 2007 Tables Objectives Word 2007 Tables In this lesson you will learn how to create, modify and format tables. You will also learn to use the AutoFormat table option and to sort table rows. Objectives Create a table Modify a

More information

kalmstrom.com Business Solutions

kalmstrom.com Business Solutions Kanban Task Manager for Outlook Manual Table of contents 1 INTRODUCTION...3 1.1 LANGUAGES...4 1.2 REQUIREMENTS...4 1.3 SYSTEMS...4 2 INSTALLATION OF KANBAN TASK MANAGER...6 2.1 INTRODUCTION...6 2.2 PROCESS...6

More information

BR-Receipts User's Guide

BR-Receipts User's Guide BR-Receipts User's Guide Version A USENG Copyright 2016 Brother Industries, Ltd. All Rights Reserved. PDFlib (C) 1997-2009, PDFlib GmbH and Thomas Merz. JPEGlib (C) 1998 Independent JPEG Group. QuickBooks

More information

TOF-Watch SX Monitor

TOF-Watch SX Monitor TOF-Watch SX Monitor User manual Version 1.2 Organon (Ireland) Ltd. Drynam Road Swords Co. Dublin Ireland Contents General information... 3 Getting started... 3 File Window... 7 File Menu... 10 File Open

More information

Goldfish 4. Quick Start Tutorial

Goldfish 4. Quick Start Tutorial Goldfish 4 Quick Start Tutorial A Big Thank You to Tobias Schilpp 2018 Fishbeam Software Text, Graphics: Yves Pellot Proofread, Photos: Tobias Schilpp Publish Code: #180926 www.fishbeam.com Get to know

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Introduction This handout briefly outlines most of the basic uses and functions of Excel that we will be using in this course. Although Excel may be used for performing statistical

More information

Instructions for use of the FRAM Model Visualiser (FMV)

Instructions for use of the FRAM Model Visualiser (FMV) FRAM Model Visualiser instructions Page 1 Instructions for use of the FRAM Model Visualiser (FMV) Background These instructions refer to FMV version 0.2.0 June 2014 The FRAM Model Visualiser (FMV) is the

More information

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows

A Simple Guide to Using SPSS (Statistical Package for the. Introduction. Steps for Analyzing Data. Social Sciences) for Windows A Simple Guide to Using SPSS (Statistical Package for the Social Sciences) for Windows Introduction ٢ Steps for Analyzing Data Enter the data Select the procedure and options Select the variables Run the

More information

Create Your First Print-Quality Reports

Create Your First Print-Quality Reports Create Your First Print-Quality Reports This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision August 28, 2013, copyright 2013 Pentaho

More information

Excel Level Three. You can also go the Format, Column, Width menu to enter the new width of the column.

Excel Level Three. You can also go the Format, Column, Width menu to enter the new width of the column. Introduction Excel Level Three This workshop shows you how to change column and rows, insert and delete columns and rows, how and what to print, and setting up to print your documents. Contents Introduction

More information

MicroSCADA Pro SYS Historian Monitor Configuration

MicroSCADA Pro SYS Historian Monitor Configuration SYS600 9.4 Trace back information: Workspace Main version a26 Checked in 2014-05-16 1MRS758121 Issued: 16.5.2014 Version: A/16.5.2014 SYS600 9.4 Contents 1 Copyrights... 2 Introduction... 2.1 This manual...

More information

Tanium Asset User Guide. Version 1.3.1

Tanium Asset User Guide. Version 1.3.1 Tanium Asset User Guide Version 1.3.1 June 12, 2018 The information in this document is subject to change without notice. Further, the information provided in this document is provided as is and is believed

More information

About Company. About product

About Company. About product About Company Intact is a software development firm which provides Software solution, Hardware & Networking solution and Training to the software professionals and students. Its aim to deliver not only

More information

Sorting Fields Changing the Values Line Charts Scatter Graphs Charts Showing Frequency Pie Charts Bar Charts...

Sorting Fields Changing the Values Line Charts Scatter Graphs Charts Showing Frequency Pie Charts Bar Charts... Database Guide Contents Introduction... 1 What is RM Easiteach Database?... 1 The Database Toolbar... 2 Reviewing the License Agreement... 3 Using Database... 3 Starting Database... 3 Key Features... 4

More information

Tanium Asset User Guide. Version 1.1.0

Tanium Asset User Guide. Version 1.1.0 Tanium Asset User Guide Version 1.1.0 March 07, 2018 The information in this document is subject to change without notice. Further, the information provided in this document is provided as is and is believed

More information

13 FORMATTING WORKSHEETS

13 FORMATTING WORKSHEETS 13 FORMATTING WORKSHEETS 13.1 INTRODUCTION Excel has a number of formatting options to give your worksheets a polished look. You can change the size, colour and angle of fonts, add colour to the borders

More information

Grids (tables) is one type of content available in the web Front end s tabs.

Grids (tables) is one type of content available in the web Front end s tabs. Grids Overview Grids (tables) is one type of content available in the web Front end s tabs. Grids provide the following functionality: Data output and automatically updating the data Providing features

More information

Excel Tutorial 1

Excel Tutorial 1 IT٢.we Excel 2003 - Tutorial 1 Spreadsheet Basics Screen Layout Title bar Menu bar Standard Toolbar Other Tools Task Pane Adding and Renaming Worksheets Modifying Worksheets Moving Through Cells Adding

More information

For support, go to or call

For support, go to  or call Installed on your local computer, Checkpoint Tools for PPC are a collection of value-added productivity solutions created in Microsoft Word and Excel templates that will save you time and money during

More information

XcreenKey Verti. User Guide v2.0. Legal Before You Start Using XcreenKey Verti

XcreenKey Verti. User Guide v2.0. Legal Before You Start Using XcreenKey Verti XcreenKey Verti User Guide v2.0 Legal Before You Start Cross-Discipline Technology 2007 Legal Limitation of Liability The XcreenKey Verti software and the accompanying softwares and materials ("SOFT- WARE

More information

FirePoint 8. Setup & Quick Tour

FirePoint 8. Setup & Quick Tour FirePoint 8 Setup & Quick Tour Records Management System Copyright (C), 2006 End2End, Inc. End2End, Inc. 6366 Commerce Blvd #330 Rohnert Park, CA 94928 PLEASE READ THIS LICENSE AND DISCLAIMER OF WARRANTY

More information

Window Workspace Quick customize

Window Workspace Quick customize With the Welcome Screen, you can quickly start or open a document, choose a workspace that suits your needs, access online learning videos and other learning resources, and get inspired by a gallery of

More information

User's Guide. 1 Pre-operation Confirmation 2 Login and Logout 3 Displaying Device Information 4 Downloading and Installing Packages 5 Appendix

User's Guide. 1 Pre-operation Confirmation 2 Login and Logout 3 Displaying Device Information 4 Downloading and Installing Packages 5 Appendix User's Guide 1 Pre-operation Confirmation 2 Login and Logout Displaying Device Information 4 Downloading and Installing Packages 5 Appendix Read this manual carefully before you use this product and keep

More information

Quick Start Guide. Version R94. English

Quick Start Guide. Version R94. English Custom Reports Quick Start Guide Version R94 English December 12, 2016 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Extend Your PC to Your Phone with the Polycom Desktop Connector

Extend Your PC to Your Phone with the Polycom Desktop Connector The Polycom Desktop Connector (PDC) enables users to extend their PC to include their phone s display screen so they can navigate their phone and enter information using their PC mouse and keyboard. The

More information