1 Preface About this Manual Intended Audience Revision History Document Conventions Version...

Size: px
Start display at page:

Download "1 Preface About this Manual Intended Audience Revision History Document Conventions Version..."

Transcription

1

2 Table of Contents 1 Preface About this Manual Intended Audience Revision History Document Conventions Version Introduction Overview Features System Requirements Configuration Client PC Configuration Debugger configuration UI Elements Menu bar Solution Explorer Editor Working with Debugger Loading scripts Debug scripts Last Revised: 09/02/16 Page 1 of 34

3 Table of Figures Figure 1: SAP GUI Properties... 8 Figure 3: WS Debugger Figure 4: Load Scripts Figure 5: Debug Scripts Figure 6: SAP GUI Figure 7: UI Figure 8: Menu bar Figure 9: File menu Figure 10: Home menu Figure 11: Edit menu Figure 12: View menu Figure 13: Toolbar Figure 14: Debug menu Figure 15: Solution Explorer Figure 16: Editor Window Figure 17: SAP Easy Access Figure 18: Waiting to Attach Figure 19: SAP Not Responding Figure 20: Script loaded in to Debugger Figure 21: Sequential debug Figure 22: Stop on Breakpoint Figure 23: SAPgui after script release Figure 24: Breakpoints window Figure 25: Watch variable Last Revised: 09/02/16 Page 2 of 34

4 1 Preface 1.1 About this Manual This manual describes the Liquid UI Debugger a.k.a. WS Debugger application and explains how to work and use its major features. It serves as a means to describe the application user interface, functionalities and step-by-step procedures to accomplish the tasks. 1.2 Intended Audience All the users who want to debug the scripts and examine the behavior of the script execution are the intended audience for this document. Users, who work on this Debugger application, will be provided with this document as a reference. 1.3 Revision History Date Comments Version 09/02/2016 Revised Document Conventions In this manual, certain words are represented in different fonts, typefaces, sizes, and weights. This highlighting is systematic; different words are represented in the same style to indicate their inclusion in a specific category. Additionally, this document has different strategies to draw user attention to certain pieces of information. In order of how critical the information is to your system, these items are marked as a note, caution, or warning. Last Revised: 09/02/16 Page 3 of 34

5 Icon Purpose Note Important Caution Bold indicates the name of the menu items, options, dialog boxes, windows and functions. The color blue with underline is used to indicate cross-references and hyperlinks. Numbered Paragraphs - Numbered paragraphs are used to indicate tasks that need to be carried out. Text in paragraphs without numbering represents ordinary information. 1.5 Version This version of the documentation is based on the release of the WS Debugger software. Earlier versions were: o WS Debugger o WS Debugger Last Revised: 09/02/16 Page 4 of 34

6 2 Introduction 2.1 Overview Liquid UI Debugger provides powerful environment for debugging web scripts. When developing a web script, we may often encounter an issue for which the solution is not obvious. In this case, it is useful to inspect the script code line by line to pinpoint the cause of the issue. Debugger diagnoses the cause of issues and is designed to edit, debug and monitor Liquid UI scripts with instant impact on the SAP. Debugger is designed to meet the following objectives to explore and understand the execution of the Liquid UI scripts: Fast, easy, and flexible way to execute Liquid UI scripts, by line or by section. Pinpoint a SAP element in a script with ease and precision. Step-by-step interactive debugging in a visual environment. Look at detailed measurements of your script logical flow. Measure script performance in the Console s Profiler. Send messages to the console directly from your script. Debugger provides you a simulation of execution of Liquid UI scripts with the valuable information about Flow of control during script execution Values in variables based on the script execution Live state of SAP elements Debugger s scripts attachment feature makes it simple to find Liquid UI scripts that are broken into different sessions. Debugger gives you the power of editing scripts in a live SAP environment for optimizing and simplifying SAP. Last Revised: 09/02/16 Page 5 of 34

7 2.2 Features Liquid UI Debugger is designed with an objective to view the behavior of Liquid UI scripts during runtime. The power of Debugger is the control given to the users to drive script execution and view the impact instantly. With the following features of Debugger, you can perform a thorough investigation of scripts: Watching variable values- Debugger enables you the option to view the values that a variable stores during the course of the script runtime. Bookmarks- Debugger allows to bookmark script lines for future reference. Stop on breakpoint- Breakpoints lets to group lines of script into small sections, and then debug one or more sections at a time. Sequential debug- Enables step-by-step debugging of the script code to check its behavior. Last Revised: 09/02/16 Page 6 of 34

8 2.3 System Requirements To install Debugger, it is first necessary to ensure that the target system can support the installation. The host system can be any of the following Microsoft operating systems. The links will take you to the individual system requirements for each operating system. Windows 10 Windows 8 Windows 7 Windows Vista Windows XP Windows Server 2012 Windows Server 2008 Windows 2003 Server (Standard Edition) For all systems, the install will require the following minimum system requirements: CPU A 1.5GHz single-core 64-bit CPU or a 1.3GHz dual-core CPU is required to run Debugger. RAM You must have a minimum of 512 megabytes of RAM on your target system. We recommend atleast 1 gigabyte. HDD You must have 2 gigabytes of free space on your hard drive to install Debugger. SAP GUI You need to have SAP GUI 3.0 or above installed and configured with GuiXT. Last Revised: 09/02/16 Page 7 of 34

9 3 Configuration This section covers the configuration of Debugger. It consists of the following elements: Client PC Configuration Debugger Configuration 3.1 Client PC Configuration Configuring SAP GUI on Client PC Users need an active connection to their SAP server to run SAP GUI and load the scripts in to debugger. To set the connection, open SAP GUI system properties wizard. The system properties box for SAP 7.10 looks as shown below: Figure 1: SAP GUI Properties Last Revised: 09/02/16 Page 8 of 34

10 This system properties dialog box contains the following information: Description The description specifies information about the server. Typically, this is either the name of the SAP server or the Liquid UI Server that the user will connect to. In our example, the description is Your SAP Server. Application Server The application server is the name of the application server the user will connect to. In our example, the application server is named sapserver.guixt.com. Instance Number Instance number specifies the target port that connects to either the SAP application server or the Liquid UI Server. In our example the instance number is 28. System ID The System ID is the SAP client ID to which the Server will be connecting. The System ID can be different depending on your corporate environment. Some examples might be DEV for development, QAS for regression testing or PRD for production. Each of these can have specific data and restrictions associated. For example, development might be prohibited in PRD so as not to risk damaging the production system or data. SAP Router String The SAP Router string contains router address if you are connecting to your SAP server using a router. However, you will only enter a SAP Router string if the Liquid UI Server will be used as a SAP Router. Using Liquid UI Server as a SAP Router is explained below. Leave this blank for a standard Liquid UI Server connection. Last Revised: 09/02/16 Page 9 of 34

11 3.2 Debugger configuration Debugger is an executable file and doesn t require additional installation process. Simply trail the following steps for configuring debugger, Step 1: Open WS Debugger.exe. The interface of Debugger appears as below screen Figure 2: WS Debugger Last Revised: 09/02/16 Page 10 of 34

12 Step 2: Navigate to guixt.sjs. This is located under C:\\Program Files (x86)\sap\frontend\sapgui. Open guixt.sjs and verify whether directory 1 statement/ instruction is pointing towards scripts folder. Then, set debug value to 1. Example: directory1 = 'C:\\scripts\\WSDebugger'; debug=1; The Location of the directory or path may vary depending on the OS. Step 3: Check for the compatibility of webscript.dll files. SAP GUI and Debugger folder contains webscript.dll file. This webscript.dll in both folders should match with the same versioning. To verify, right click on the webscript.dll >> properties >> details >> Product version. To locate webscript.dll: For SAP GUI C:\\Program Files (x86)\sap\frontend\sapgui For WS Debugger C:\\WSDebugger\ \Debug If both.dll files are of with different version, then copy webscript.dll file from SAP GUI to debug directory. Last Revised: 09/02/16 Page 11 of 34

13 Step 4: Open WSDebugger.exe. You will find File option on the main menu bar. Click on File, a context menu appears, then click Open. Navigate to guixt.sjs file and open it in debugger. C:\Program Files (x86)\sap\frontend\sapgui" (Location may vary depending up on Windows edition) This option will load scripts in to the debugger. Figure 3: Load Scripts Last Revised: 09/02/16 Page 12 of 34

14 Step 5: Once the scripts have been loaded in to the debugger, they are visible under solution explorer, which is on the left hand side of the debugger. Double click on the script to open it for debugging process. Figure 4: Debug Scripts Last Revised: 09/02/16 Page 13 of 34

15 Step 6: Open SAP GUI and make sure that "Activate GuiXT" is selected to run scripts. Figure 5: SAP GUI Last Revised: 09/02/16 Page 14 of 34

16 4 UI Elements Debugger interface is organized in to 5 sections: Menu bar Solution Explorer Editor Watch Breakpoints Figure 6: UI Last Revised: 09/02/16 Page 15 of 34

17 4.1 Menu bar The menu bar of the Debugger consists of the following three types of menus: Main Menu Toolbar Debug Menu Figure 7: Menu bar Main menu The main menu has the following sub menu items: File Home Edit View Build (upcoming feature) Window (upcoming feature) Help (upcoming feature) File: File menu helps in opening, saving, and printing the web scripts in debugger. It has following options; Last Revised: 09/02/16 Page 16 of 34

18 Figure 8: File menu Open To open an existing webscript Save To save a webscript that is open in WS Debugger Print To print a webscript Recent The list of scripts that you open in Debugger Home: The Home menu is useful for performing file related operations. The following menu items are present in the Home menu; Figure 9: Home menu Last Revised: 09/02/16 Page 17 of 34

19 o New To create a new webscript o Open To load a webscript into Debugger o Close To close a webscript o Save To save a webscript o Save As To save a webscript with a different name o Save All To save all the open webscripts o Print To print a webscript (Not implemented) o Print Preview To view a webscript print layout (Not implemented) o Exit To close the Home menu window Edit: The Edit menu has the following items; Figure 10: Edit menu o Undo To reverse your previous action on script o Redo To recover your previous action on script o Cut To delete script lines and paste to a different location (Ctrl+X) o Copy To copy script lines to clipboard (Ctrl+C) o Paste To paste in another location in the script (Ctrl+ V) o Select All To select all the lines of a script (Ctrl+A) o Find To find a specific text in the script (Ctrl+F) o Replace To replace text in a script with other text o Toggle Bookmark To add/remove bookmark at specific location in a webscript, as shown in Figure 10. o Next Bookmark To move pointer to next bookmark in the list bookmarks o Previous Bookmark To move pointer to previous bookmark in the list bookmarks Last Revised: 09/02/16 Page 18 of 34

20 o Add to Watch To view the value that populates in a variable o Insert/Remove Breakpoint To stop/continue the execution of scripts o List Members To list related variables o Go to Line To navigate to a specific line of a script View: View allows debugger to make the windows and tool bars in enable and disable mode. The following menu items appear in the View menu; Figure 11: View menu o Full Screen o Solution Explorer o Output o Watch o Breakpoints o Toolbar o Status Bar o Refresh Toolbar The tool bar is a set of shortcuts of text editing options, which includes copy, open, save, and toggle breakpoints. Last Revised: 09/02/16 Page 19 of 34

21 Figure 12: Toolbar Debug menu Debug menu also includes tool bar items and other debug related options as follows; Figure 13: Debug menu The above four buttons are for bookmarks. 1. Toggle bookmark: inserts and removes bookmark (Ctrl + F2) 2. Next bookmark: Go to the next temporary bookmark (F2) 3. Previous Bookmark: Go to the previous temporary bookmark (Shift + F2) 4. Clear all bookmarks: Clear all bookmarks in the window The above icons intends for following; 1. Find the specified text from the script (Ctrl + F) 2. Increase indent right one tab 3. Decrease indent left one tab Last Revised: 09/02/16 Page 20 of 34

22 The above option is for displaying session id of the script with respect to SAP GUI. If there is no script to debug, it shows No active WS session. This button is used to Refresh session. Waiting to attach: This button should be clicked after launching SAP GUI. It waits for the transaction to attach. Go (F5): Starts or continues the program Step over (F8): Step over function is used for debugging the code either sequential way or by stop on breakpoint. Stop the program manually Last Revised: 09/02/16 Page 21 of 34

23 Inserts or removes the single break point and multiple break points at single instance. 4.2 Solution Explorer Solution Explorer is one of the attributes of Debugger. It displays the list of webscripts that are available in your scripts folder. Figure 14: Solution Explorer Last Revised: 09/02/16 Page 22 of 34

24 Solution Explorer Window will also display the list of script files, which are currently in debug action. Scripts will be loaded when debugging activity is in execution state. 4.3 Editor Debugger editor plays an effective role in debugging. Editor manages scripts to modify and debug. It can have single or multiple script files. User can debug the script activity and measure the performance of the script accordingly. If a user inspects any logical error in the program, the user can examine the code line by line. If the error is caught in between the code, they can edit and modify the script. After making all the changes to the script, save the script and observe the changes on SAP GUI. User can perform various actions on editor like, applying breakpoints, watching variable values, and step over the function. Figure 15: Editor Window Last Revised: 09/02/16 Page 23 of 34

25 5 Working with Debugger 5.1 Loading scripts Launch SAP GUI prior to performing any action on the Debugger. Logon to your SAP Server with valid login credentials. You will get SAP Easy Access screen Figure 16: SAP Easy Access Activate GuiXT in SAP (if disable) and then launch Debugger. Last Revised: 09/02/16 Page 24 of 34

26 Step 1: To load a script into the Debugger, first, you need to set the Debugger in LISTENING mode. To set the Debugger in listening mode, Click Waiting to attach. Figure 17: Waiting to Attach Now the Debugger will be in listening state on the script transaction on SAP GUI. When you open a transaction on SAP, the Debugger picks the script. Make sure to check whether the session is in active state or not. If not click Session Refresh button on the build tool bar. Last Revised: 09/02/16 Page 25 of 34

27 Step 2: Open SAP GUI and load the transaction to perform debugging activity. Example: /nva03 Enter /nva03 transaction on SAP Easy Access screen. Now the SAP will stop responding as you have set WS Debugger in Waiting to Attach mode. Figure 18: SAP Not Responding WS Debugger will pick the script and debug only if the script is available in the specified local script file path location. This location would be the one which you have specified during the WS Debugger configuration. Last Revised: 09/02/16 Page 26 of 34

28 Step 3: Debugger will pick the script and would be in a ready state to start debugging activity. Figure 19: Script loaded in to Debugger The current line marker will point towards first valid statement of the script. If there is a breakpoint marked on script, debugger will hit first breakpoint of the script. Parallelly SAP GUI will be non-responsive state until Debugger releases the script. A script will get released after debugging the complete script or user can manually release the script by clicking on Stop button, which is on the build tool bar. Last Revised: 09/02/16 Page 27 of 34

29 5.2 Debug scripts Debugger allows two ways of performing debugging activity on the scripts. They are: 1. Sequential debug 2. Stop on breakpoint marked Sequential debug Sequential debug will be set in action by clicking step over (F8) button. This will move the current line marker to the next line. Continue to click step over (F8) to move position of the current line marker to next line until the script reaches the last line. Figure 20: Sequential debug Last Revised: 09/02/16 Page 28 of 34

30 In the Figure 14, the current line marker is pointing on line 19 as a result of sequential debug process. Initially the marker was at line 3 and by pressing step over (F8) button in a continuous stream, it moved to 19 and thereby reaches till end of the script after clicking multiple times. If you want to stop sequential debugging on a particular line, insert a breakpoint on the line you intended to stop. To know more about how to insert a break point click here. The current line marker will not point to the lines of script, which is been placed in comments (// //). It skips the commented lines and places the marker on an executing statement Stop on Breakpoint marked Go (F9) button will insert the breakpoint in Debugger. To stop executing debugging on a specified line, insert a breakpoint on the line where you need to stop. Once breakpoint is applied on a specified line by pressing F9, continue to click step over (F8). Then the current line marker will now jump to the breakpoint and then to the next breakpoint if any. If the script doesn t have any more breakpoints, the current line marker will complete executing the debugging activity. In the Figure 15, the debugging of the script got stopped at line number 95. The debugger will now release the script. Last Revised: 09/02/16 Page 29 of 34

31 Figure 21: Stop on Breakpoint User can apply breakpoint and sequential debug as per their requirement to understand the behavior of the script. As soon as the debugger releases the script, the SAP GUI would start to be in a responsive state as following figure. Last Revised: 09/02/16 Page 30 of 34

32 Inserting and Removing Breakpoint Inserting Breakpoints Figure 22: SAP GUI after script release Place the marker on the line where you want to insert the breakpoint and click, Insert/Remove Breakpoint (F9). This will enable the breakpoint by marking the line in to red color. Once a break point is applied, the line number along with the file name gets updated into the Breakpoints window. User can insert multiple breakpoints as per their requirement. Removing Breakpoints Place the marker on the line where you want to remove the breakpoint and click, Insert/Remove Breakpoint (F9). This will remove the breakpoint from that line and updates the Breakpoints window. Last Revised: 09/02/16 Page 31 of 34

33 To remove all breakpoints at a single instance click, Remove all Breakpoints button on the build tool bar. Figure 23: Breakpoints window User can also insert and remove the breakpoints by simply right clicking on the specified line Watch variables Debugger enables to watch variable values throughout the script execution. The value of the variable varies depending up on the script. The variable values can be inspected by adding them to watch window. To add a variable to watch window perform following steps: 1. Select the text on the script editor and apply right click. 2. Select "Add to Watch" option. This will add variable to watch window. Last Revised: 09/02/16 Page 32 of 34

34 Debugger will parse the script in background and retrieve current value of the variable in execution script and displays on the Watch window. The other way of adding variable to watch window is: 1. Right click on the watch window 2. Select Add Row. This will add new row in to the window. 3. Double click on the row, you will get an option to edit the row. 4. Add any variable manually into that row. Debugger will parse script in background and get latest value of the variable in execution script, displays on the Watch window. Figure 24: Watch variable To remove watched variable from watch window: 1. Select Row / Variable to be removed and apply right click. 2. Select Delete Watch. It will remove the variable from watch window. Last Revised: 09/02/16 Page 33 of 34

35 3. To remove all watched variables, right click on watch window and select Clear All. It will remove all the watched variables from the list. efficiently. Make sure to close all the instances from your target system to run the debugger more Last Revised: 09/02/16 Page 34 of 34

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs Course Description Word - Basics Word is a powerful word processing software package that will increase the productivity of any individual or corporation. It is ranked as one of the best word processors.

More information

BasicScript 2.25 User s Guide. May 29, 1996

BasicScript 2.25 User s Guide. May 29, 1996 BasicScript 2.25 User s Guide May 29, 1996 Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic

More information

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office Table of Contents Lesson 1: Introduction to the New Interface... 2 Exercise 1: The New Elements... 3 Exercise 2: Use the Office Button and Quick Access Toolbar... 4 The Office Button... 4 The Quick Access

More information

Zend Studio 3.0. Quick Start Guide

Zend Studio 3.0. Quick Start Guide Zend Studio 3.0 This walks you through the Zend Studio 3.0 major features, helping you to get a general knowledge on the most important capabilities of the application. A more complete Information Center

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

More information

Bridge Course Information and Communication Technology

Bridge Course Information and Communication Technology Bridge Course Information and Communication Technology Microsoft Word 1. Which bar is usually located below that Title Bar that provides categorized options? A. Menu bar B. Status Bar C. Tool bar D. Scroll

More information

Published by SDL International ( Copyright SDL International. All rights reserved. Documentation for SDLX2004.

Published by SDL International (  Copyright SDL International. All rights reserved. Documentation for SDLX2004. Guide to SDL Edit & Translating ITDs Published by SDL International (http://www.sdlintl.com). Copyright SDL International. All rights reserved. Documentation for SDLX2004. Microsoft and Windows are registered

More information

Creating a PowerPoint Presentation

Creating a PowerPoint Presentation powerpoint 1 Creating a PowerPoint Presentation Getting Started 1. Open PowerPoint from the "Start" "Programs" Microsoft Office directory. 2. When starting PowerPoint, it usually starts with a new blank

More information

Microsoft Word XP (2002)

Microsoft Word XP (2002) Microsoft Word (2002) Creating & Editing Documents Edited by Sahid Yogyakarta State University Adopted from: http://www.course.com/downloads/newperspectives/officexp/index.html 2 31 Maret 2009 Creating

More information

Get to know Word 2007 I: Create your first document Quick Reference Card

Get to know Word 2007 I: Create your first document Quick Reference Card Get to know Word 2007 I: Create your first document Quick Reference Card Get Help To find out how to do something, click the Microsoft Office Word Help button in the upper-right corner of the window. Then

More information

Windows Computer A to Z Shortcut Key list with PDF

Windows Computer A to Z Shortcut Key list with PDF Windows Computer A to Z Shortcut Key list with PDF In the Computer world, a keyboard shortcut is a combination of one or more command to execute a particular action. These shortcuts are really helpful

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

More information

Lesson 13 Editing and Formatting documents

Lesson 13 Editing and Formatting documents Editing and Formatting documents Computer Literacy BASICS: A Comprehensive Guide to IC 3, 4 th Edition 1 Objectives Delete and insert text using Backspace, Delete, Insert, Overtype modes. Undo, redo, and

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

Microsoft Office Training Skills 2010

Microsoft Office Training Skills 2010 Lesson 3 - Creating Documents with MS word 2010 Introduction to Word Processing MS-Word 2010 is word processing application that is used create and edit documents such as: Books, letters, reports, newsletters,

More information

Introduction to Word 2010

Introduction to Word 2010 Introduction to Word 2010 Screen Elements 4 1 2 3 5 10 6 7 8 9 1. File Tab: The File tab will bring you into the Backstage View. The Backstage View is where you manage your files and the data about them

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

More information

Reference Services Division Presents WORD Introductory Class

Reference Services Division Presents WORD Introductory Class Reference Services Division Presents WORD 2010 Introductory Class CLASS OBJECTIVES: Navigate comfortably on a Word page Learn how to use the Ribbon tabs and issue commands Format a simple document Edit,

More information

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7 WORD PROCESSING (Microsoft Word 2016) Week 4-7 Creating a New Document In Word, there are several ways to create new document, open existing documents, and save documents: Click the File menu tab and then

More information

EDAConnect-Dashboard User s Guide Version 3.4.0

EDAConnect-Dashboard User s Guide Version 3.4.0 EDAConnect-Dashboard User s Guide Version 3.4.0 Oracle Part Number: E61758-02 Perception Software Company Confidential Copyright 2015 Perception Software All Rights Reserved This document contains information

More information

Contents. Launching Word

Contents. Launching Word Using Microsoft Office 2007 Introduction to Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Winter 2009 Contents Launching Word 2007... 3 Working with

More information

Modul ke: Aplikasi Komputer. Pengenalan Ms. Word. Fakultas FASILKOM. Program Studi Sistem Informasi

Modul ke: Aplikasi Komputer. Pengenalan Ms. Word. Fakultas FASILKOM. Program Studi Sistem Informasi Modul ke: 02 Devi Fakultas FASILKOM Aplikasi Komputer Pengenalan Ms. Word Fitrianah Program Studi Sistem Informasi Pendahuluan Microsoft Word is a word processing program used to create: Letters Memos

More information

Microsoft Word 2010 Part 1: Introduction to Word

Microsoft Word 2010 Part 1: Introduction to Word CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Word 2010 Part 1: Introduction to Word Summer 2011, Version 1.0 Table of Contents Introduction...3 Starting the Program...3

More information

MICROSOFT WORD 2010 BASICS

MICROSOFT WORD 2010 BASICS MICROSOFT WORD 2010 BASICS Word 2010 is a word processing program that allows you to create various types of documents such as letters, papers, flyers, and faxes. The Ribbon contains all of the commands

More information

Microsoft. Computer Training Center 1515 SW 10 th Avenue Topeka KS

Microsoft. Computer Training Center 1515 SW 10 th Avenue Topeka KS Microsoft Computer Training Center 1515 SW 10 th Avenue Topeka KS 66604-1374 785.580.4606 class@tscpl.org www.tscpl.org Microsoft Word 2007 Introduction to Word Processing 1 How to Start Word is a full-featured

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

How to Get Started. Figure 3

How to Get Started. Figure 3 Tutorial PSpice How to Get Started To start a simulation, begin by going to the Start button on the Windows toolbar, then select Engineering Tools, then OrCAD Demo. From now on the document menu selection

More information

Writing Practice Tool Guide

Writing Practice Tool Guide Writing Practice Tool Guide Virginia Standards of Learning Grades 5, 8, & End-of-Course (EOC) Writing February, 2013 Pearson 1 Revised February 14, 2013 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS

More information

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9 EDITOR GUIDE Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9 1 Button Functions: Button Function Display the page content as HTML. Save Preview

More information

NEW CEIBO DEBUGGER. Menus and Commands

NEW CEIBO DEBUGGER. Menus and Commands NEW CEIBO DEBUGGER Menus and Commands Ceibo Debugger Menus and Commands D.1. Introduction CEIBO DEBUGGER is the latest software available from Ceibo and can be used with most of Ceibo emulators. You will

More information

Lesson 4 - Creating a Text Document Using WordPad

Lesson 4 - Creating a Text Document Using WordPad Lesson 4 - Creating a Text Document Using WordPad OBJECTIVES: To learn the basics of word processing programs and to create a document in WordPad from Microsoft Windows. A word processing program is the

More information

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions A Very Warm Welcome to the Exciting World of Computers Let s get Started It s easy with my Step- by-step Instructions This lesson is all about getting to know your Main Menu Bar at the top of your screen.

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS 1 Lab instructions This lab teaches

More information

Microsoft Excel Keyboard Shortcuts

Microsoft Excel Keyboard Shortcuts Microsoft Excel Keyboard Shortcuts Here is a complete list of keyboard shortcuts for Microsoft Excel. Most of the shortcuts will work on all Excel versions on Windows based computer. Data Processing Shortcuts

More information

Faculty Web. Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production

Faculty Web. Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production Faculty Web Editors Guide University Information Technology Services Training, Outreach, Learning Technologies, & Video Production Copyright 2016 University Information Technology Services Kennesaw State

More information

In the fourth unit you will learn how to upload and add images and PDF files.

In the fourth unit you will learn how to upload and add images and PDF files. Introduction Here at SUNY New Paltz, we use the Terminal Four (T4) web content management system (CMS). This puts the power of editing content on our college s webpage in the hands of our authorized users.

More information

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2

Quick Start Guide. ARIS Architect. Version 9.8 Service Release 2 ARIS Architect Version 9.8 Service Release 2 October 2015 This document applies to ARIS Version 9.8 and to all subsequent releases. Specifications contained herein are subject to change and these changes

More information

The first time you open Word

The first time you open Word Microsoft Word 2010 The first time you open Word When you open Word, you see two things, or main parts: The ribbon, which sits above the document, and includes a set of buttons and commands that you use

More information

OPTOTERMINAL QLARITY FOUNDRY USER'S MANUAL REVISION 2.5

OPTOTERMINAL QLARITY FOUNDRY USER'S MANUAL REVISION 2.5 OPTOTERMINAL QLARITY FOUNDRY USER'S MANUAL REVISION 2.5 Opto 22 43044 Business Park Drive Temecula, CA 92590-3614 USA Phone 800.321.OPTO (6786) or 951.695.3000 Fax 800.832OPTO (6786) or 951.695.2712 Email:

More information

2 Getting Started. Getting Started (v1.8.6) 3/5/2007

2 Getting Started. Getting Started (v1.8.6) 3/5/2007 2 Getting Started Java will be used in the examples in this section; however, the information applies to all supported languages for which you have installed a compiler (e.g., Ada, C, C++, Java) unless

More information

Opening Microsoft Word. 1. Double click the Word 2016 icon on the desktop to launch word.

Opening Microsoft Word. 1. Double click the Word 2016 icon on the desktop to launch word. Intro to Microsoft Word 2016 Class Description: This class will provide an introduction to the word processing program Microsoft Word 2016. Learn how to create a simple document, edit and format text,

More information

Optimizing GRITS. In this chapter:

Optimizing GRITS. In this chapter: Optimizing GRITS In this chapter: Creating Favorites and Shortcuts Optimizing Browser Performance Running Reports with Acrobat Reader Efficient Screen Navigation Creating Favorites and Shortcuts To access

More information

Word Tips & Tricks. Status Bar. Add item to Status Bar To add an itme to the status bar, click on the item and a checkmark will display.

Word Tips & Tricks. Status Bar. Add item to Status Bar To add an itme to the status bar, click on the item and a checkmark will display. Status Bar The status bar is located on the bottom of the Microsoft Word window. The status bar displays information about the document such as the current page number, the word count in the document,

More information

Chapter Eight: Editing a Part Program

Chapter Eight: Editing a Part Program Chapter Eight: Editing a Part Program Introduction PC-DMIS's main purposes are to allow you to create, edit, and execute part programs with ease. This chapter discusses using the Edit menu (with other

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

Computer Nashua Public Library Introduction to Microsoft Word 2010

Computer Nashua Public Library Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with Word. You can make your documents more

More information

Introduction to Microsoft Office 2016: Word

Introduction to Microsoft Office 2016: Word Introduction to Microsoft Office 2016: Word Last Updated: September 2018 Cost: $2.00 Microsoft Word is a word processing software. You can use it to type letters, reports, and other documents. This class

More information

MS WORD HOW TO START MSWORD WINDOW OF MSWORD

MS WORD HOW TO START MSWORD WINDOW OF MSWORD MS WORD MS WORD is word processing software. We can write any type of matter or text in this software and attractive do this. In this software, file is called document and the extension name of the file

More information

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250)

Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS. For IBM System i (5250) Introduction to Eclipse Rich Client Platform Support in IBM Rational HATS For IBM System i (5250) 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a rich client plug-in application

More information

OU Campus. Web Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production

OU Campus. Web Editors Guide. University Information Technology Services. Training, Outreach, Learning Technologies, & Video Production OU Campus Web Editors Guide University Information Technology Services Training, Outreach, Learning Technologies, & Video Production Copyright 2015 University Information Technology Services Kennesaw State

More information

Microsoft Office Suite

Microsoft Office Suite Module 3 MODULE OVERVIEW Part 1 Getting Familiar with Microsoft Word 2007 for Windows Part 2 Microsoft Word 2007 Basic Features Part 3 More Basic Features Microsoft Office Suite Microsoft Word 2007 Part

More information

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

SKILL AREA 210: USE A WORD PROCESSING SOFTWARE. Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5

SKILL AREA 210: USE A WORD PROCESSING SOFTWARE. Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5 Contents Microsoft Word 2007...5 Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows...5 The Microsoft Office Button...6 The Quick Access Toolbar...6 The Title Bar...6 The Ribbon...6 The Ruler...6

More information

ECDL Module 6 REFERENCE MANUAL

ECDL Module 6 REFERENCE MANUAL ECDL Module 6 REFERENCE MANUAL Presentation Microsoft PowerPoint XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 6 (USING POWERPOINT XP) - MANUAL 6.1 GETTING STARTED... 4 6.1.1 FIRST STEPS WITH

More information

Computer Shortcuts. Files menu options in current program. Edits options in current program Universal Help in almost every Windows program.

Computer Shortcuts. Files menu options in current program. Edits options in current program Universal Help in almost every Windows program. www.bankjobszone.com Computer Shortcuts Shortcut keys Concept: Shortcuts keys help provide an easier and usually quicker method of navigating and using computer software programs. Shortcut keys are commonly

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters ACADEMIC HEALTH CENTER 2 PageMasters have the permissions necessary to perform the following tasks with Site Tools: Application Requirements...3 Access FileNET...3 Login to FileNET...3 Navigate the Site...3

More information

WebStudio User Guide. OpenL Tablets BRMS Release 5.18

WebStudio User Guide. OpenL Tablets BRMS Release 5.18 WebStudio User Guide OpenL Tablets BRMS Release 5.18 Document number: TP_OpenL_WS_UG_3.2_LSh Revised: 07-12-2017 OpenL Tablets Documentation is licensed under a Creative Commons Attribution 3.0 United

More information

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

More information

Start menu. Toggles between All Programs & Back

Start menu. Toggles between All Programs & Back Microsoft Windows Vista Illustrated Introductory Working with Windows Programs Objectives Start a program Open and save a WordPad document Modify text in WordPad Work with a graphic in Paint 2 Objectives

More information

Microsoft Word Part I Reference Manual

Microsoft Word Part I Reference Manual Microsoft Word 2002 Part I Reference Manual Instructor: Angela Sanderson Computer Training Coordinator Updated by: Angela Sanderson January 11, 2003 Prepared by: Vi Johnson November 20, 2002 THE WORD SCREEN

More information

Microsoft Word Tutorial

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

More information

esignal Formula Script (EFS) Tutorial Series

esignal Formula Script (EFS) Tutorial Series esignal Formula Script (EFS) Tutorial Series INTRODUCTORY TUTORIAL 1 EFS Basics and Tools Summary: This tutorial introduces the available tools for EFS development. This tutorial also details the basic

More information

AgWare ClickFORMS 7.0 Introductory Tutorial

AgWare ClickFORMS 7.0 Introductory Tutorial AgWare ClickFORMS 7.0 Introductory Tutorial MAIN WINDOW If you have used Office 2007, our new layout will look familiar. Here is a screenshot of the new and improved AgWare ClickFORMS window: The Forms

More information

Muse Training for Webeditors

Muse Training for Webeditors Muse Training for Webeditors 1. Install Muse through the Adobe Creative Cloud Suite 2. Saving/Sharing Processes - Dropbox or T: Drive>(website name) Folder>(either) Assets or Documents Muse file should

More information

Module 3: Working with C/C++

Module 3: Working with C/C++ Module 3: Working with C/C++ Objective Learn basic Eclipse concepts: Perspectives, Views, Learn how to use Eclipse to manage a remote project Learn how to use Eclipse to develop C programs Learn how to

More information

Work Smart: Microsoft Office 2010 User Interface

Work Smart: Microsoft Office 2010 User Interface About the Office 2010 User Interface You can use this guide to learn how to use the new features of the Microsoft Office Ribbon. Topics in this guide include: What s New in the Office 2010 User Interface

More information

Changing Worksheet Views

Changing Worksheet Views PROCEDURES LESSON 1: TOURING EXCEL Starting Excel 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Excel 2010 Naming and Saving (Ctrl+S) a Workbook

More information

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook

Excel Main Screen. Fundamental Concepts. General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Workbook Excel 2016 Main Screen Fundamental Concepts General Keyboard Shortcuts Open a workbook Create New Save Preview and Print Close a Ctrl + O Ctrl + N Ctrl + S Ctrl + P Ctrl + W Help Run Spell Check Calculate

More information

Eclipse Quick Reference Windows Hosted

Eclipse Quick Reference Windows Hosted Eclipse Quick Reference Windows Hosted Menus and Keyboard Shortcuts (some menus/items can be hidden in any perspective) File Menu New Open Path Open File Close Close All Save Save As Save All Revert Move

More information

FCKEditor v1.0 Basic Formatting Create Links Insert Tables

FCKEditor v1.0 Basic Formatting Create Links Insert Tables FCKEditor v1.0 This document goes over the functionality and features of FCKEditor. This editor allows you to easily create XHTML compliant code for your web pages in Site Builder Toolkit v2.3 and higher.

More information

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

More information

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at

FIREFOX MENU REFERENCE This menu reference is available in a prettier format at FIREFOX MENU REFERENCE This menu reference is available in a prettier format at http://support.mozilla.com/en-us/kb/menu+reference FILE New Window New Tab Open Location Open File Close (Window) Close Tab

More information

Code Editor. The Code Editor is made up of the following areas: Toolbar. Editable Area Output Panel Status Bar Outline. Toolbar

Code Editor. The Code Editor is made up of the following areas: Toolbar. Editable Area Output Panel Status Bar Outline. Toolbar Code Editor Wakanda s Code Editor is a powerful editor where you can write your JavaScript code for events and functions in datastore classes, attributes, Pages, widgets, and much more. Besides JavaScript,

More information

Getting Started (1.8.7) 9/2/2009

Getting Started (1.8.7) 9/2/2009 2 Getting Started For the examples in this section, Microsoft Windows and Java will be used. However, much of the information applies to other operating systems and supported languages for which you have

More information

4D Write. User Reference Mac OS and Windows Versions. 4D Write D SA/4D, Inc. All Rights reserved.

4D Write. User Reference Mac OS and Windows Versions. 4D Write D SA/4D, Inc. All Rights reserved. 4D Write User Reference Mac OS and Windows Versions 4D Write 1999-2002 4D SA/4D, Inc. All Rights reserved. 4D Write User Reference Version 6.8 for Mac OS and Windows Copyright 1999 2002 4D SA/4D, Inc.

More information

Word 1 Module 2. Word 1. Module 2

Word 1 Module 2. Word 1. Module 2 Word 1 Module 2 Revised 5/1/17 Contents Create a New Document...2 Class Walkthrough 2.1...2 Entering Text into a Document...2 Class Walkthrough 2.2...2 Lines of Text vs. Paragraphs...2 Insertion Point...3

More information

Specification Manager

Specification Manager Enterprise Architect User Guide Series Specification Manager Author: Sparx Systems Date: 30/06/2017 Version: 1.0 CREATED WITH Table of Contents The Specification Manager 3 Specification Manager - Overview

More information

Microsoft Word 2011 Tutorial

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

More information

U.S. Pharmacopeia Pharmacopeial Forum. USP-PF Online Quick Start Guide

U.S. Pharmacopeia Pharmacopeial Forum. USP-PF Online Quick Start Guide U.S. Pharmacopeia Pharmacopeial Forum USP-PF Online Quick Start Guide Contents GETTING STARTED... 2 Document Conventions... 2 Technical Requirements... 2 LOGIN AND LOGOFF... 2 Logging On... 3 Logging Off...

More information

NetBeans Tutorial. For Introduction to Java Programming By Y. Daniel Liang. This tutorial applies to NetBeans 6, 7, or a higher version.

NetBeans Tutorial. For Introduction to Java Programming By Y. Daniel Liang. This tutorial applies to NetBeans 6, 7, or a higher version. NetBeans Tutorial For Introduction to Java Programming By Y. Daniel Liang This tutorial applies to NetBeans 6, 7, or a higher version. This supplement covers the following topics: Getting Started with

More information

Word Select New in the left pane. 3. Select Blank document in the Available Templates pane. 4. Click the Create button.

Word Select New in the left pane. 3. Select Blank document in the Available Templates pane. 4. Click the Create button. Microsoft QUICK Word 2010 Source Getting Started The Word Window u v w x z Opening a Document 2. Select Open in the left pane. 3. In the Open dialog box, locate and select the file you want to open. 4.

More information

Welcome to Lotus Notes 5 Copyright ReCor Corporation

Welcome to Lotus Notes 5 Copyright ReCor Corporation Welcome to Lotus Notes 5 Copyright 1999-2001 ReCor Corporation The Welcome Page The main user interface of Notes 5 is the Welcome Page. The four main parts of the new interface are the Welcome Page, the

More information

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44 Contents 1 Getting Started... 1 1.1 Presentations... 1 1.2 Microsoft Office Button... 1 1.3 Ribbon... 2 1.4 Mini Toolbar... 2 1.5 Navigation... 3 1.6 Slide Views... 4 2 Customize PowerPoint... 5 2.1 Popular...

More information

Standard Windows Keyboard Layout & Keyboard Shortcuts

Standard Windows Keyboard Layout & Keyboard Shortcuts Standard Windows Keyboard Layout & Keyboard Shortcuts Desktop keyboard Laptop keyboard Explanation of the Keys on a Windows QWERTY Keyboard Q W E R T Y "The name "QWERTY" for our computer keyboard comes

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters PageMasters have the permissions necessary to perform the following tasks with Site Tools: ACADEMIC HEALTH CENTER 2 Application Requirements...3 Access FileNET...3 Log in to FileNET...3 Navigate the Site...3

More information

Administrator s Guide

Administrator s Guide Administrator s Guide 1995 2011 Open Systems Holdings Corp. All rights reserved. No part of this manual may be reproduced by any means without the written permission of Open Systems, Inc. OPEN SYSTEMS

More information

CSE111 Introduction to Computer Applications

CSE111 Introduction to Computer Applications CSE111 Introduction to Computer Applications Lecture 4 Introduction to MS Word 2010-Part 1 Prepared by Asst. Prof. Dr. Mohamed KURDI Revised and presented by Asst. Prof. Dr. Samsun M. BAŞARICI Summary

More information

Placing Text in Columns

Placing Text in Columns Chapter When entering a page of text it is sometimes advantageous to place that text in columns. This can make the passage easier to read and make more efficient use of the space available on a page. Microsoft

More information

4 VISUAL FOXPRO - AN INTRODUCTION

4 VISUAL FOXPRO - AN INTRODUCTION Visual FoxPro - An Introduction:: 33 4 VISUAL FOXPRO - AN INTRODUCTION 4.1 INTRODUCTION Visual FoxPro is a Relational Database Management System (RDBMS), which allows you to work with several logically

More information

Optimizing ImmuNet. In this chapter: Optimizing Browser Performance Running Reports with Adobe Acrobat Reader Efficient Screen Navigation

Optimizing ImmuNet. In this chapter: Optimizing Browser Performance Running Reports with Adobe Acrobat Reader Efficient Screen Navigation Optimizing ImmuNet In this chapter: Optimizing Browser Performance Running Reports with Adobe Acrobat Reader Efficient Screen Navigation Optimizing Browser Performance Unless instructed to do otherwise,

More information

Introduction to Microsoft Word 2010

Introduction to Microsoft Word 2010 Introduction to Microsoft Word 2010 Microsoft Word is a word processing program you can use to write letters, resumes, reports, and more. Anything you can create with a typewriter, you can create with

More information

Sysinternals DebugView

Sysinternals DebugView Sysinternals DebugView Copyright 1999-2004 Mark Russinovich Sysinternals - www.sysinternals.com DebugView is an application that lets you monitor debug output on your local system, or any computer on the

More information

SAP Debug Tips Switching between the Classic Debugger and New Debugger

SAP Debug Tips Switching between the Classic Debugger and New Debugger SAP Debug Tips The ABAP Debugger is used tool to execute and analyze programs line by line. Using it we can check the flow logic of a program and display runtime values of the variables. Currently, SAP

More information

Included with the system is a high quality speech synthesizer, which is installed automatically during the SymWord setup procedure.

Included with the system is a high quality speech synthesizer, which is installed automatically during the SymWord setup procedure. Introduction to SymWord SymWord is a simple to use, talking, symbol-word processor. It has the basic functionality of a word processor. SymWord can also be configured to produce speech and/or display text

More information

Minimize Restore Close. Top Level Tabs. Quick Access Toolbar. Title Bar. Ribbon. Group. Rulers. Status Bar View Buttons.

Minimize Restore Close. Top Level Tabs. Quick Access Toolbar. Title Bar. Ribbon. Group. Rulers. Status Bar View Buttons. Microsoft Word 2013 Quick Access Toolbar Top Level Tabs Title Bar Minimize Restore Close Ribbon Group Rulers Status Bar View Buttons Zoom Control Getting to Know Word Word is word processing software.

More information

PowerPoint 2010 Level 1 Computer Training Solutions Student Guide Version Revision Date Course Length

PowerPoint 2010 Level 1 Computer Training Solutions Student Guide Version Revision Date Course Length Level 1 Computer Training Solutions Version 1.2 Revision Date Course Length 2012-Feb-16 6 hours Table of Contents Quick Reference... 3 Frequently Used Commands... 3 Manitoba ehealth Learning Management

More information

Intro to MS Visual C++ Debugging

Intro to MS Visual C++ Debugging Intro to MS Visual C++ Debugging 1 Debugger Definition A program used to control the execution of another program for diagnostic purposes. Debugger Features / Operations Single-Stepping 100011101010101010

More information

A Guide to Quark Author Web Edition 2015

A Guide to Quark Author Web Edition 2015 A Guide to Quark Author Web Edition 2015 CONTENTS Contents Getting Started...4 About Quark Author - Web Edition...4 Smart documents...4 Introduction to the Quark Author - Web Edition User Guide...4 Quark

More information