NXJ. What s New in NXJ. Product Version 12.2

Size: px
Start display at page:

Download "NXJ. What s New in NXJ. Product Version 12.2"

Transcription

1 NXJ What s New in NXJ Product Version 12.2 i

2 NXJ : What s New in NXJ, Product Version 12.2 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Last updated: October 29, Legal Notice Copyright Gupta Technologies, Inc. All rights reserved. Gupta, Gupta Technologies, the Gupta logo, Gupta Powered, the Gupta Powered logo, ACCELL, Centura, Centura Ranger, the Centura logo, Centura Web Developer, Component Development Kit, Connectivity Administrator, DataServer, Development Kit, ewave, Fast Facts, NXJ, Object Nationalizer, Quest, Quest/Web, QuickObjects, RDM, Report Builder, RPT Report Writer, RPT/Web, SQL/API, SQLBase, SQLBase Exchange, SQLBase Resource Manager, SQLConsole, SQLGateway, SQLHost, SQLNetwork, SQLRouter, SQLTalk, Team Developer, Team Object Manager, TD Mobile, Velocis, VISION, Web Developer and WebNow! are trademarks of Gupta Technologies and may be registered in the United States of America and/or other countries. SQLWindows is a registered trademark and TeamWindows, ReportWindows and EditWindows are trademarks exclusively used and licensed by Gupta Technologies. The product described in this document is distributed under licenses restricting its use, copying, distribution, and decompilation/reverse engineering. No part of this document may be reproduced in any form by any means without prior written authorization of Gupta Technologies Corporation and its licensors, if any. THE DOCUMENTATION IS PROVIDED AS IS AND ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY INVALID. GUPTA TECHNOLOGIES, INC. SHALL NOT BE LIABLE FOR INCIDENTAL OR CONSEQUENTIAL DAMAGES IN CONNECTION WITH THE FURNISHING, PERFORMANCE, OR USE OF THIS DOCUMENTATION. THE INFORMATION CONTAINED IN THIS DOCUMENTATION IS SUBJECT TO CHANGE WITHOUT NOTICE. This document may describe features and/or functionality not present in your software or your service agreement. Contact your account representative to learn more about what is available with this Gupta Technologies product. Gupta Technologies, Inc Rocky Ridge Drive, Suite 380 Roseville, CA Gupta Technologies.com 2

3 TABLE OF CONTENTS RELEASE UPDATED SQLBASE TO 11.7 SP CERTIFIED FOR WINDOWS 8.1 AND WINDOWS BPM... 5 SUPPORT FOR JBOSS SUPPORT FOR CHROME AND SAFARI... 5 SUPPORT FOR TABLET BROWSERS... 5 NEW ONINIT METHOD FOR TREE CONTROLS... 5 DYNAMIC TOOLTIPS FOR DATA FIELDS... 5 METHODS TO EXPAND AND COLLAPSE NODES IN TREE-VIEW... 5 UNIQUE IDENTIFIER FOR TREE NODES... 6 GRID COLUMNS MOVABLE BY PROGRAM... 6 EDITABLE HEIGHT OF DROP-DOWN LISTS... 6 MORE TABS THAN PHYSICAL DISPLAY... 6 INSERT AND MANAGE LINKS (URL) WITH RICH TEXT CONTROLS... 6 SUPPORT OF ALTERNATE CASCADING STYLE SHEETS... 6 RELEASE UPDATED SQLBASE TO UPDATED JBOSS TO GA:... 7 CLOSE BUTTONS ON IDE TABS... 7 QUICKER CODE VALIDATION IN IDE... 7 CSS2 SUPPORT... 7 DEFAULT BASE PROJECT TEMPLATE... 7 APPLICATION SECURITY SCRIPT FILE GENERATION... 7 UPDATED JDK TO RELEASE 1.6.0_ RELEASE REMOVED THE NXJ CONTROLCENTER NXJ ACTIVEREPORTING HAS BEEN UPDATED:... 8 UPDATED JDK TO RELEASE 1.5.0_ RELEASE 11.7 COMPOSER... 8 CHANGED DEFAULT CONTROLCENTER DATABASE FOR JBOSS:... 8 THE NXJ APPLICATION DESIGNER WILL NOW RUN ON LINUX:... 8 RELEASE 11.6 COMPOSER... 8 REMOVED ALL JAVA APPLETS:... 8 REMOVED THE USE OF FRAMESETS:... 9 CUSTOM DATA SOURCE SECURITY PROVIDER... 9 UPDATED REPORTING PRODUCT... 9 LOTUS NOTES IMPORT IMPROVEMENTS:... 9 LOTUS NOTES DATABASE SYNCHING:... 9 RELEASE 11.5 COMPOSER... 9 LOTUS NOTES MIGRATION... 9 ACTIVESECURITY APPLICATION DESIGNER (GUPTA NXJ COMPOSER) SPECIFIC FUNCTIONALITY RELEASE FEATURE NAMES

4 ACTIVESECURITY SOA APPLICATION DESIGNER ONLINE DOCUMENTATION Specific Functionality

5 Release 12.2 Updated SQLBase to 11.7 SP3 Gupta SQLBase 11.7 is available as a true 64-bit Windows application. Certified for Windows 8.1 and Windows 2012 NXJ 12.2 has been certified for Windows 8.1 and Windows BPM NXJ 12.2 no longer supports BPM. Support for JBoss 6.0 NXJ 12.2 supports Red Hat JBoss version 6.0. Support for Chrome and Safari NXJ 12.2 supports Google Chrome and Apple Safari. Support for Tablet Browsers NXJ 12.2 supports tablet browsers. New OnInit Method for Tree Controls NXJ 12.2 supports an INIT method for tree controls. This enhancement enables developers to build independent components that can be created and initialized without having to recreate creation and populate code for each instance of a form. Dynamic Tooltips for Data Fields NXJ 12.2 supports dynamic tool tips for data fields. This enhancement makes visible upon hover the complete value of a form s display fields that may otherwise be partially hidden because of display size limitations. Methods to Expand and Collapse Nodes in Tree-View NXJ 12.2 supports new methods by which to expand and collapse nodes within treeview. The methods include: 5

6 NonLeafNodeObject.expand() NonLeafNodeObject.collapse() tree.expandall() tree.collapseall() Unique Identifier for Tree Nodes NXJ 12.2 supports unique identifiers for Leaf nodes and NonLeaf nodes. Unique identifiers allows a tree node to be recognized as unique by tools and languages. The developer specifies an identifier at the time of the node s creation. Grid Columns Movable by Program NXJ 12.2 supports programmatic arrangement or ordering of grid columns. Editable Height of Drop-Down Lists NXJ 12.2 supports the specification of the height of drop-down list boxes. Developers are able to specify the number of items rendered visible within a list box without user scrolling. More Tabs than Physical Display NXJ 12.2 enables developers to easily order and display tabs when exceeding a single row of display width. Insert and Manage Links (URL) with Rich Text Controls NXJ 12.2 provides developers with rich text controls for embedding hypertext links and anchors. Link designing features include: Toolbar controls URL pattern recognition controls Dialog-box management of link insertions, deletions and modifications Support of Alternate Cascading Style Sheets NXJ 12.2 supports alternate CSS, a standard HTML declaration. 6

7 Release 12.1 Updated SQLBase to The default database used with NXJ has been upgraded to version Updated JBoss to GA: The JBoss application server that ships with NXJ has been updated to release 4.2.0GA CLOSE BUTTONS ON IDE TABS In the past, in order to close open tabs in the IDE, it was necessary to use right-click mouse. In addition to this method, tabs are now provided with a cross icon which allows a direct closing of the chosen tab. QUICKER CODE VALIDATION IN IDE With huge amount of code in sections, it may happen that the parsing process of the code while editing slow down the writing. The IDE has been enhanced with a context command allowing partial validation of code. CSS2 Support CSS2 support is now possible with version 12.1, except for the outline attributes. CSS2 brings enhanced support for fonts, inheritance, cursors, media, etc. Full information about CSS2 changes can be found at DEFAULT BASE PROJECT TEMPLATE Project creation wizard now allows inheriting of themed provided prj library for a more structured and object oriented design. It is up to the developer to use this methodology but should be very helpful in providing a standard way to build uniform theme based applications. APPLICATION SECURITY SCRIPT FILE GENERATION With previous versions, the repository database was directly updated by the security manager within the IDE. It was necessary to disconnect the IDE from the repository database in order to generate the SQL script to be applied, especially for production databases. Now, each local deployment done on the development machine generates the application security script file in the project folder. Updated jdk to release 1.6.0_18 The jdk that ships with NXJ as now been updated to 1.6.0_18. 7

8 Release 12.0 Removed the NXJ ControlCenter. The NXJ ControlCenter has been removed for this release so as to make NXJ application deployments less involved. Before NXJ12 in order to deploy an NXJ application to an application server you first needed to deploy the NXJ ControlCenter and then deploy your application ear via the NXJ ControlCenter. Most application server adminsitrators were not used to this model and found it difficult to debug when ControlCenter deployment did not succeed, hence it is removal for NXJ12 and all future releases of NXJ. NXJ ActiveReporting has been updated: NXJ Report Designer and Server has been updated to release 8.2. This is a major new release and contains new powerful runtime report analysis Note: For more details consult the NXJ ActiveReporting manuals. Updated jdk to release 1.5.0_13 The jdk that ships with NXJ as now been updated to 1.5.0_13 Release 11.7 Composer Changed default controlcenter database for jboss: Prior to NXJ 11.7 we were using cloudscape as the default controlcenter repository database for jboss and now we will be using the sqlbase database. This database was originally created by Gupta inc. but this company as since been aquired by Gupta. However if you are a Gupta NXJ Composer customer cloudscape will remain as the database that will be used for your controlcenter repository. The NXJ application designer will now run on Linux: With the advent of NXJ 11.7 we now giving our NXJ developers the option of using the Linux platform from which to create their NXJ applications. To date Gupta as certified this release on the following Linux platforms: Linux AS/ES 4 RedFlag WorkStation 5.0 Release 11.6 Composer Removed all Java Applets: 8

9 Removed all of the Java Applets from the product and replaced them with AJAX components. Removed the use of Framesets: Remove all use of Framesets and replace with state of the art AJAX components. This functionality will eliminate any frameset restrictions as well as provide significant performance improvements in loading speed when forms are large and complex. This functionality includes type-ahead, rich text editor, dynamic list boxes and notebook page delay loading. Custom data source security provider Added the ability to configure a custom database as the security provider in addition to the existing support for LDAP and Active Directories Updated Reporting product We have updated the JInfonet OEM reporting solution to the latest available 7.3 release. This include many significant performance improvements as well as improved performance. Lotus Notes Import Improvements: Significantly improved Lotus Notes import and language support. Lotus Notes Database Synching: Added the ability to synchronize the Lotus Notes database without re-importing the application. This allows the customer to convert and migrate the application and database and complete the development and testing and then re-import just the data to ensure that the data is current. Release 11.5 Composer Lotus Notes Migration Gupta NXJ now enables Lotus Notes developers to easily transition their Lotus Notes applications to J2EE platforms. The migration provides support for open standards and scalability without laborious programming efforts. Gupta NXJ automates the migration process and enables the creation of powerful workflows, user interaction forms, and point-and-click relational database integration in a graphical environment familiar to Lotus Notes developers. Gupta NXJ s prebuilt functionality provides easy drag-and-drop access to familiar elements, such as rich text fields, views, and dialog fields. Gupta NXJ also imports Formula Language and Lotus Scripts into a familiar format and supports Lotus Notes document-level security 9

10 through readers fields. Gupta NXJ also supports the optional installation of Casahl Technology s ecknowledge Composer. ecknowledge Composer is a wizard-based tool from creating bidirectional synchronization between Lotus Notes databases and relational databases, further easing the transition from Lotus Notes to J2EE in Gupta NXJ. ActiveSecurity Gupta NXJ s ActiveSecurity functionality is now an optionally installed component. This helps streamline application development and deployment in a secured environment of your choice. ActiveSecurity now includes record-level security through the use of readers fields. Record-level security enables developers to secure specific columns in a database table based on users, groups, or roles. Application Designer (Gupta NXJ Composer) Application Designer has been enhanced to streamline application development and to support Lotus Notes migration. Specific Functionality The following functionality was added to or improved for release 11.5/Composer. Functionality Description Properties within a group can be expanded and collapsed. Browser panel > Properties tab enhancement embedded database enhancement IBM Cloudscape/Derby replaces Pointbase as Gupta NXJ s default embedded database. Cloudscape is an open-source database that can be used without additional runtime licensing. Both Cloudscape/Derby and Lotus Notes databases can now be used as datasources. Database Connection Wizard enhanced to include Cloudscape/Derby and Lotus Notes databases new control: view repeating area Views are read-only grids with multi-line entries and hierarchical message-response relationships. Gupta NXJ views replicate Lotus Notes views. new control: rich text field new control: dialog field control enhancement: list boxes and dropdown listboxes Rich text fields are editable fields that support formatted text, links, images, and attachments. Text field with a button that displays a dialog of options from which to select. Users select multiple options by Ctrl+clicking each item they want. Developers can now enable multiple selections in listboxes. Users select multiple options by Ctrl+clicking each item they want. 10

11 control enhancement: boxes Developers can now use boxes to dynamically hide or displays sections of a form. Any controls inside the box are also hidden or displayed. background processing Functionality Create Data Service Wizard enhancement Description Developers can now specify Web services that should run as background processes. Background processes are mapped to roles, which deployers and administrators can use to determine the users for which the process will run. Create Data Service Wizard now allows a semicolonseparated list of table names. If more than one table is specified, then Application Designer creates a multi-table data service. 11

12 documentation Documentation has been reorganized for easier access. The following guides have been added: glossary Migrating Lotus Notes Applications Securing NXJ Applications Information pulled from the Administrator s Guide and Developer s Guide The following guides have been improved: Administrator s Guide Developer s Guide Using Application Startup Parameters Web Services Tutorial Release 11.0 The following lists the added and updated features for release 11. Feature Names Feature names have been changed according to the following: Old Name New Name BPM WASP NXJ Reporting ActiveWorkflow ActiveSOA NXJ ActiveReporting ActiveSecurity ActiveSecurity provides a common infrastructure to secure all NXJ application components and access to user profile data. In addition, NXJ 11 provides security agents that integrate with existing LDAP directories or Active Directory security databases and extends authentication and entitlement through single sign-on between NXJ components. In addition, the new NXJ security model extends J2EE security specification by enabling customers to define groups, roles and users that secure important application resources, such as forms, business models, reports, and data access. With NXJ 11, developers can use application security features to protect application resources from un-authorized access. Typically, this is done by using a security features that requires low-level coding, but NXJ now enables developers to exercise finite control over application resources in a simple programmatic fashion. Developers can enable/disable commands based on the roles played by the user by specifying one or more roles in the role list property of that command. For example, a Manager role might have the ability to approve invoices and therefore would have a 12

13 button visible to provide that access. However, the Employee role would not have access and therefore the button would be invisible based on a simple declaration. (If role = Employee then invoice_button invisible) This short declaration provides a level of abstraction the removes the developer from low level coding to interact with an LDAP or Active Directory security database. NXJ 11 handles all of the complexity and enables the developer to focus on providing business value. This level of functionality is similar to the Lotus Notes security model and is a hot button with users in a collaboration environment. SOA NXJ 11 now supports Service-Oriented Architecture (SOA) and enhances its support for Web services. NXJ developers can now write their own Web services, import third party Web services, and deploy those services to NXJ applications. New support for SOA in NXJ 11 enables customers to create a series of Web enabled services that can be assembled into larger, more complicated applications. Using Application Designer, developers now have a single platform for the production, consumption, orchestration, and administration of Web services. In the past, developers would need numerous tools to assemble services that would create a complex application. Now, for the first time, developers have a single platform for the production, consumption, orchestration, and administration of Web services. Using NXJ wizards, it is now possible to quickly define and generate Web services that take advantage of design constructs such as embedded SQL and nullable values. In practice, the developer will develop services using Application Designer and using a level of abstraction, NXJ will deploy Web services. This allows developers to stay within a single tool and avoids a huge project to extend Eclipse to support the NXJ programming language. Application Designer Application Designer has been enhanced to streamline application development. New security features help secure application resources for deployment. New wizards automatically build forms from tables, BPM processes, Web services, and Java classes, import Web services, and create data services in an NXJ application project. Online Documentation The NXJ documentation can now be accessed through a user-friendly online help system. A Contents tab lists all NXJ documents as books and pages. The documents are arranged in a similar manner as the Welcome To the Gupta NXJ Documentation document from previous releases. An Index tab presents indexed information that jumps directly to important topics within the help system. A Search tab enables you to conduct keyword searches throughout the entire document set, the results of which are ranked by relevance. You can also narrow searches to a specific book. Every topic includes a convenient link to a PDF version of the document you are reading. 13

14 Specific Functionality The following functionality was added to or improved for release11. NTLM Single Sign-On GO TO FORM command Additional look and feels Automatic renaming Functionality Description NXJ uses Windows credentials passed by Internet Explorer to authenticate against a Windows domain. A new command enables a user to jump to an indicated form. NXJ now supplies three look and feels to NXJ application developers. Default - An XP-like look. Silver - An XP-like look with a silver color scheme. Flat - A two-dimensional look with flat backgrounds for interface elements, such as tabs and menus. When you rename a form or component, NXJ now automatically renames the references to that form or component. Functionality Incremental parsing can be disabled Description Developers can now disable the following enhancements in Application Designer in order to improve performance: Outline tree for Java methods, variables, and inner classes Auto-completion Go-to definition and go-back commands As-you-type error detection Open Base Class Developers can now open the base class of a: subclassed form instance of a reusable component single field that is a part of a reusable box, data view, or other component Browser panel remains focused Align commands enhanced Close All Image preview Allow NXJ Java classes for BPM Policies A selected node in the Browser pane of Application Designer remains selected regardless of the component currently displayed in the Content panel. Developers can now align one or more selected components by right-clicking the component. Developers can now close all open components in a project from a single command without closing the project itself. Developers can now preview a project's images. Developers can now create Java classes in Application Designer and use those classes in the NXJ BPM Designer. Percentage-based layout Form stops Developers can now use percentage-based positioning and sizing. NXJ can now stop on a form that has no target field. 14

15 Easier subclassing Recursive initial checkin Test queries Developers can now subclass a form, activity form, or component by selecting the base class, pressing Ctrl+Shift, and then dragging and dropping the base class in the desired location. This feature has been removed. Developers can now test their queries at design time using a new Test button in the Query Editor. Query popup for report creation When a developer creates a new report using New > Report, Application Designer now displays a list of all queries from report catalogs in a project. The developer can then choose which query to use for the report. dbname for Microsoft SQL server Move Tab Up and Move Tab Down The Database Connection dialog now displays the database name when creating a Microsoft SQL Server connection. Developers can now move tabs up or down an elevator. These new commands function similarly to the Move Tab Left and Move Tab Right commands in previous versions of Gupta NXJ. 15

16 16

TD MOBILE. Guide to Publishing Applications. Product Version 1.2

TD MOBILE. Guide to Publishing Applications. Product Version 1.2 TD MOBILE Guide to Publishing Applications Product Version 1.2 TD Mobile : Guide to Publishing Applications, Product Version 1.2 The software described in this book is furnished under a license agreement

More information

TEAM DEVELOPER. Your First.NET/WPF Application. Product Version 6.3

TEAM DEVELOPER. Your First.NET/WPF Application. Product Version 6.3 TEAM DEVELOPER Your First.NET/WPF Application Product Version 6.3 Team Developer : Your First.NET/WPF Application, Product Version 6.3 The software described in this book is furnished under a license agreement

More information

TD MOBILE. NoSQL Data Operations. Product Version 2.0

TD MOBILE. NoSQL Data Operations. Product Version 2.0 TD MOBILE NoSQL Data Operations Product Version 2.0 TD Mobile : NoSQL Data Operations, Product Version 2.0 The software described in this book is furnished under a license agreement and may be used only

More information

SQLBASE. Starter Guide. Product Version 11.7.4

SQLBASE. Starter Guide. Product Version 11.7.4 SQLBASE Starter Guide Product Version 11.7.4 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Last updated:

More information

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide

Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Windows 2000, Windows Server 2003 5.0 11293743 Veritas Cluster Server Database Agent for Microsoft SQL Configuration Guide Copyright

More information

SQLBase. Starter Guide 20-2905-1004

SQLBase. Starter Guide 20-2905-1004 SQLBase Starter Guide 20-2905-1004 Trademarks Centura, Centura net.db, Centura Ranger, the Centura logo, Centura Web Developer, Gupta, the Gupta logo, Gupta Powered, the Gupta Powered logo, Fast Facts,

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5

Symantec NetBackup Backup, Archive, and Restore Getting Started Guide. Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide Release 7.5 Symantec NetBackup Backup, Archive, and Restore Getting Started Guide The software described in this book is furnished

More information

Microsoft Office System Tip Sheet

Microsoft Office System Tip Sheet Experience the 2007 Microsoft Office System The 2007 Microsoft Office system includes programs, servers, services, and solutions designed to work together to help you succeed. New features in the 2007

More information

ChangeAuditor 6.0. Web Client User Guide

ChangeAuditor 6.0. Web Client User Guide ChangeAuditor 6.0 Web Client User Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

NetBackup Backup, Archive, and Restore Getting Started Guide

NetBackup Backup, Archive, and Restore Getting Started Guide NetBackup Backup, Archive, and Restore Getting Started Guide UNIX, Windows, and Linux Release 6.5 Veritas NetBackup Backup, Archive, and Restore Getting Started Guide Copyright 2007 Symantec Corporation.

More information

Notes Client Tips & Tricks

Notes Client Tips & Tricks Southern California October 4 & 5, 2011 Notes Client Tips & Tricks Chuck Smith - IBM Client specific topics A look at the desktop Preferences Business card retrieval order Notes Client Workspace features

More information

TIBCO Spotfire Automation Services 6.5. User s Manual

TIBCO Spotfire Automation Services 6.5. User s Manual TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

PORTAL ADMINISTRATION

PORTAL ADMINISTRATION 1 Portal Administration User s Guide PORTAL ADMINISTRATION GUIDE Page 1 2 Portal Administration User s Guide Table of Contents Introduction...5 Core Portal Framework Concepts...5 Key Items...5 Layouts...5

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

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

More information

2.0. Quick Start Guide

2.0. Quick Start Guide 2.0 Quick Start Guide Copyright Quest Software, Inc. 2007. All rights reserved. This guide contains proprietary information, which is protected by copyright. The software described in this guide is furnished

More information

Foxit Reader Quick Guide

Foxit Reader Quick Guide I Contents Foxit Reader Contents... II Chapter 1 Get Started... 1 Foxit Reader Overview... 1 System Requirements... 1 Install Foxit Reader... 2 Uninstall Foxit Reader... 2 Update Foxit Reader... 2 Workspace...

More information

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

Colligo Email Manager 6.2. Offline Mode - User Guide

Colligo Email Manager 6.2. Offline Mode - User Guide 6.2 Offline Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 3 Checking for Updates 4 Updating Your License

More information

EMC Documentum Webtop

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

More information

TD MOBILE. Database Connectivity Guide. Product Version 2.0

TD MOBILE. Database Connectivity Guide. Product Version 2.0 TD MOBILE Database Connectivity Guide Product Version 2.0 TD Mobile : Database Connectivity Guide, Product Version 2.0 The software described in this book is furnished under a license agreement and may

More information

SQLBASE. Console Guide. Product Version 11.7.4

SQLBASE. Console Guide. Product Version 11.7.4 SQLBASE Console Guide Product Version 11.7.4 The software described in this book is furnished under a license agreement and may be used only in accordance with the terms of the agreement. Last updated:

More information

VERITAS NetBackup 6.0

VERITAS NetBackup 6.0 VERITAS NetBackup 6.0 Backup, Archive, and Restore Getting Started Guide for UNIX, Windows, and Linux N15278C September 2005 Disclaimer The information contained in this publication is subject to change

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes

Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes The software described in this book is furnished

More information

SQLConsole Guide 20-2100-1004. Sqlconsole Guide Page 1

SQLConsole Guide 20-2100-1004. Sqlconsole Guide Page 1 SQLConsole Guide 20-2100-1004 Sqlconsole Guide Page 1 Trademarks Gupta, the Gupta logo, Gupta Powered, the Gupta Powered logo, Centura, Centura Ranger, the Centura logo, Centura Web Developer, Fast Facts,

More information

Using SQL Reporting Services with Amicus

Using SQL Reporting Services with Amicus Using SQL Reporting Services with Amicus Applies to: Amicus Attorney Premium Edition 2011 SP1 Amicus Premium Billing 2011 Contents About SQL Server Reporting Services...2 What you need 2 Setting up SQL

More information

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0

Config Guide. Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 Config Guide Gimmal Smart Tiles (SharePoint-Hosted) Software Release 4.4.0 November 2014 Title: Gimmal Smart Tiles (SharePoint-Hosted) Configuration Guide Copyright 2014 Gimmal, All Rights Reserved. Gimmal

More information

Quest ChangeAuditor 5.1 FOR ACTIVE DIRECTORY. User Guide

Quest ChangeAuditor 5.1 FOR ACTIVE DIRECTORY. User Guide Quest ChangeAuditor FOR ACTIVE DIRECTORY 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users

Microsoft Outlook 2010. Reference Guide for Lotus Notes Users Microsoft Outlook 2010 Reference Guide for Lotus Notes Users ContentsWelcome to Office Outlook 2010... 2 Mail... 3 Viewing Messages... 4 Working with Messages... 7 Responding to Messages... 11 Organizing

More information

DCA. Document Control & Archiving USER S GUIDE

DCA. Document Control & Archiving USER S GUIDE DCA Document Control & Archiving USER S GUIDE Decision Management International, Inc. 1111 Third Street West Suite 250 Bradenton, FL 34205 Phone 800-530-0803 FAX 941-744-0314 www.dmius.com Copyright 2002,

More information

Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development

Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development Designing portal site structure and page layout using IBM Rational Application Developer V7 Part of a series on portal and portlet development By Kenji Uchida Software Engineer IBM Corporation Level: Intermediate

More information

Using the Query Analyzer

Using the Query Analyzer Using the Query Analyzer Using the Query Analyzer Objectives Explore the Query Analyzer user interface. Learn how to use the menu items and toolbars to work with SQL Server data and objects. Use object

More information

Learn About Analysis, Interactive Reports, and Dashboards

Learn About Analysis, Interactive Reports, and Dashboards Learn About Analysis, Interactive Reports, and Dashboards This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

Microsoft Office System Tip Sheet

Microsoft Office System Tip Sheet The 2007 Microsoft Office System The 2007 Microsoft Office system is a complete set of desktop and server software that can help streamline the way you and your people do business. This latest release

More information

PTC Integrity Eclipse and IBM Rational Development Platform Guide

PTC Integrity Eclipse and IBM Rational Development Platform Guide PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity

More information

Security Explorer 9.5. User Guide

Security Explorer 9.5. User Guide 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure agreement.

More information

Symantec Backup Exec System Recovery Exchange Retrieve Option User's Guide

Symantec Backup Exec System Recovery Exchange Retrieve Option User's Guide Symantec Backup Exec System Recovery Exchange Retrieve Option User's Guide Symantec Backup Exec System Recovery Exchange Retrieve Option User's Guide The software described in this book is furnished under

More information

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

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

More information

Colligo Email Manager 6.0. Connected Mode - User Guide

Colligo Email Manager 6.0. Connected Mode - User Guide 6.0 Connected Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License

More information

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac)

How To Install Caarcserve Backup Patch Manager 27.3.2.2 (Carcserver) On A Pc Or Mac Or Mac (Or Mac) CA ARCserve Backup Patch Manager for Windows User Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Microsoft Visual Studio Integration Guide

Microsoft Visual Studio Integration Guide Microsoft Visual Studio Integration Guide MKS provides a number of integrations for Integrated Development Environments (IDEs). IDE integrations allow you to access MKS Integrity s workflow and configuration

More information

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Creating Online Surveys with Qualtrics Survey Tool

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

More information

NetIQ Operations Center 5: The Best IT Management Tool in the World Lab

NetIQ Operations Center 5: The Best IT Management Tool in the World Lab NetIQ Operations Center 5: The Best IT Management Tool in the World Lab NIQ08 Novell Training Services ATT LIVE 2012 LAS VEGAS www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Tutorial: Mobile Business Object Development. SAP Mobile Platform 2.3 SP02

Tutorial: Mobile Business Object Development. SAP Mobile Platform 2.3 SP02 Tutorial: Mobile Business Object Development SAP Mobile Platform 2.3 SP02 DOCUMENT ID: DC01927-01-0232-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains

More information

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide

Foglight. Foglight for Virtualization, Free Edition 6.5.2. Installation and Configuration Guide Foglight Foglight for Virtualization, Free Edition 6.5.2 Installation and Configuration Guide 2013 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright.

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2003/2007 Users 10.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2003/2007 Users The software described in this book

More information

Business Insight Report Authoring Getting Started Guide

Business Insight Report Authoring Getting Started Guide Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,

More information

Enterprise Vault Installing and Configuring

Enterprise Vault Installing and Configuring Enterprise Vault Installing and Configuring Enterprise Vault 6.0 Legal Notice Copyright 2005 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, VERITAS, the VERITAS Logo, and Enterprise

More information

Requirements for Developing WebWorks Help

Requirements for Developing WebWorks Help WebWorks Help 5.0 Originally introduced in 1998, WebWorks Help is an output format that allows online Help to be delivered on multiple platforms and browsers, which makes it easy to publish information

More information

Creating Interactive PDF Forms

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

More information

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc.

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc. Timeless Time and Expense Version 3.0 Timeless Time and Expense All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

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

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

More information

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

More information

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg

Increasing Productivity and Collaboration with Google Docs. Charina Ong Educational Technologist charina.ong@nus.edu.sg Increasing Productivity and Collaboration with Google Docs charina.ong@nus.edu.sg Table of Contents About the Workshop... i Workshop Objectives... i Session Prerequisites... i Google Apps... 1 Creating

More information

Advanced Service Design

Advanced Service Design vcloud Automation Center 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

SMARTEAM - Editor Administrator Guide

SMARTEAM - Editor Administrator Guide SMARTEAM - Editor Administrator Guide SmarTeam Corporation Ltd. Web: www.smarteam.com Tel: +972-9-7644000 5 Hagavish St., P.O.B 7020 Email: info@smarteam.com Fax: +972-9-7644001 Kfar Saba, Israel 44641

More information

Vector HelpDesk - Administrator s Guide

Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Vector HelpDesk - Administrator s Guide Configuring and Maintaining Vector HelpDesk version 5.6 Vector HelpDesk - Administrator s Guide Copyright Vector Networks

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

formerly Help Desk Authority 9.1.2 Quick Start Guide

formerly Help Desk Authority 9.1.2 Quick Start Guide formerly Help Desk Authority 9.1.2 Quick Start Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA www.quest.com

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2003/2007 Users 10.0 Full Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2003/2007 Users The software described in this book

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Mac OS X Users 10.0 Symantec Enterprise Vault: Guide for Mac OS X Users The software described in this book is furnished under a license agreement and may be used only

More information

ACE: Dreamweaver CC Exam Guide

ACE: Dreamweaver CC Exam Guide Adobe Training Services Exam Guide ACE: Dreamweaver CC Exam Guide Adobe Training Services provides this exam guide to help prepare partners, customers, and consultants who are actively seeking accreditation

More information

SERENA SOFTWARE Providing Custom Documentation for Serena Business Manager

SERENA SOFTWARE Providing Custom Documentation for Serena Business Manager SERENA SOFTWARE Providing Custom Documentation for Serena Business Manager Pam Goodrich 2015-05-04 Table of Contents Who Should Read This Paper?... 3 Addressing Unique Documentation Needs... 3 Options

More information

Dell One Identity Manager 7.0. Web Designer Reference Guide

Dell One Identity Manager 7.0. Web Designer Reference Guide Dell 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or nondisclosure

More information

Symantec Backup Exec System Recovery Granular Restore Option User's Guide

Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide Symantec Backup Exec System Recovery Granular Restore Option User's Guide The software described in this book is furnished under

More information

Symantec Patch Management Solution for Windows 7.5 SP1 powered by Altiris User Guide

Symantec Patch Management Solution for Windows 7.5 SP1 powered by Altiris User Guide Symantec Patch Management Solution for Windows 7.5 SP1 powered by Altiris User Guide Altiris Patch Management Solution for Windows 7.5 SP1 from Symantec User Guide The software described in this book is

More information

Symantec Mobile Management for Configuration Manager

Symantec Mobile Management for Configuration Manager Symantec Mobile Management for Configuration Manager Replication Services Installation Guide 7.5 Symantec Mobile Management for Configuration Manager: Replication Services Installation Guide The software

More information

Apple Applications > Safari 2008-10-15

Apple Applications > Safari 2008-10-15 Safari User Guide for Web Developers Apple Applications > Safari 2008-10-15 Apple Inc. 2008 Apple Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system,

More information

Microsoft Dynamics GP. Audit Trails

Microsoft Dynamics GP. Audit Trails Microsoft Dynamics GP Audit Trails Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information

How to Quickly Create Custom Applications in SharePoint 2010 or 2013 without Custom Code

How to Quickly Create Custom Applications in SharePoint 2010 or 2013 without Custom Code How to Quickly Create Custom Applications in SharePoint 2010 or 2013 without Custom Code A Guide through Web Parts in Quick Apps for SharePoint By Dan Barker, product manager, Dell Software Table of Contents

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Colligo Email Manager 5.1. User Guide

Colligo Email Manager 5.1. User Guide 5.1 User Guide Contents Enterprise Email Management for SharePoint 2010 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Managing SharePoint Sites 5 Adding

More information

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

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

More information

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

More information

ControlCenter WebCenter

ControlCenter WebCenter ControlCenter WebCenter User and Installation Manual www.infralogic.dk Copyright and Trademarks ControlCenter WebCenter User Guide Version 1.1 Jan 2005 Part number: CCENT WEBCENTER 11 Copyright 2005 by

More information

Tutorial: Mobile Business Object Development. Sybase Unwired Platform 2.2 SP02

Tutorial: Mobile Business Object Development. Sybase Unwired Platform 2.2 SP02 Tutorial: Mobile Business Object Development Sybase Unwired Platform 2.2 SP02 DOCUMENT ID: DC01208-01-0222-01 LAST REVISED: January 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication

More information

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0

Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 Integrated Virtual Debugger for Visual Studio Developer s Guide VMware Workstation 8.0 This document supports the version of each product listed and supports all subsequent versions until the document

More information

SAS BI Dashboard 4.3. User's Guide. SAS Documentation

SAS BI Dashboard 4.3. User's Guide. SAS Documentation SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute

More information

ActiveRoles 6.8. Web Interface User Guide

ActiveRoles 6.8. Web Interface User Guide ActiveRoles 6.8 Web Interface User Guide 2012 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Configuring and Integrating JMX

Configuring and Integrating JMX Configuring and Integrating JMX The Basics of JMX 3 JConsole 3 Adding a JMX Component Monitor to SAM 6 This document includes basic information about JMX and its role with SolarWinds SAM 2 Configuring

More information

Microsoft Dynamics CRM Clients

Microsoft Dynamics CRM Clients Microsoft Dynamics CRM Clients A user can work with Microsoft Dynamics CRM in two ways: By accessing the Microsoft Dynamics CRM application using Microsoft Internet Explorer, Google Chrome, FireFox, and

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper June 2011 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Microsoft SharePoint Server Guide r15 This documentation and any related computer software help programs (hereinafter referred to as the "Documentation") are for

More information

Symantec Enterprise Vault

Symantec Enterprise Vault Symantec Enterprise Vault Guide for Microsoft Outlook 2010/2013 Users 10.0 Light Outlook Add-In Symantec Enterprise Vault: Guide for Microsoft Outlook 2010/2013 Users The software described in this book

More information

Microsoft Office SharePoint Designer 2007

Microsoft Office SharePoint Designer 2007 Microsoft Office SharePoint Designer 2007 February 2006 Table of Contents Overview of Microsoft Office SharePoint Designer 2007... 1 Build SharePoint Applications Quickly, Without Writing Server Code...

More information

What s new in Access 2013

What s new in Access 2013 Work Smart by Microsoft IT What s new in Access 2013 Customization note: This document contains guidance and/or step-by-step installation instructions that can be reused, customized, or deleted entirely

More information

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES

MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES MICROSOFT OFFICE 2007 MICROSOFT OFFICE ACCESS 2007 - NEW FEATURES Exploring Access Creating and Working with Tables Finding and Filtering Data Working with Queries and Recordsets Working with Forms Working

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc.

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc. NDA-30141 ISSUE 1 STOCK # 200893 CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications,

More information

Invoice Quotation and Purchase Orders Maker

Invoice Quotation and Purchase Orders Maker Invoice Quotation and Purchase Orders Maker Professional Edition Version 2.0.0.0 Help File By: Khaled Aljundi Software developer 1 P a g e Table of Contents 1.0 License Agreement... 3 2.0 About This Software...

More information

Teamstudio USER GUIDE

Teamstudio USER GUIDE Teamstudio Software Engineering Tools for IBM Lotus Notes and Domino USER GUIDE Edition 30 Copyright Notice This User Guide documents the entire Teamstudio product suite, including: Teamstudio Analyzer

More information

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide

VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide VERITAS Backup Exec 9.1 for Windows Servers Quick Installation Guide N109548 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation makes

More information

Actian Vortex Express 3.0

Actian Vortex Express 3.0 Actian Vortex Express 3.0 Quick Start Guide AH-3-QS-09 This Documentation is for the end user's informational purposes only and may be subject to change or withdrawal by Actian Corporation ("Actian") at

More information

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide

SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06. Business Intelligence Launch Pad User Guide SAP BusinessObjects Business Intelligence Platform Document Version: 4.1 Support Package 5-2014-11-06 Business Intelligence Launch Pad User Guide Table of Contents 1 Document history....7 2 Getting started

More information