Scripting with CAMMaster And Visual Basic.NET

Size: px
Start display at page:

Download "Scripting with CAMMaster And Visual Basic.NET"

Transcription

1 Scripting with CAMMaster And Visual Basic.NET

2 Introduction CAMMaster is a very high performance CAM software program. Most of the functions that you can perform manually can be automated by utilizing the methods and properties that are exposed by CAMMaster. These methods and properties can be controlled by writing scripts. Scripts are essentially a recorded set of instructions that tell CAMMaster to perform a desired set of operations. There are many advantages to utilizing scripts with CAMMaster: Repetitive and/or tedious operations can be performed very quickly. This results in reduced operator fatigue. Once programmed properly, scripts don t make mistakes. This insures higher quality. Using scripts can help users that are not familiar with CAMMaster become productive quickly. Scripts can be written to insure that no procedural steps are missed when generating your CAM data. There are many ways to generate CAMMaster scripts. You can utilize the built in SAX Basic editor to record, store and run macros (simple scripts). Those who are familiar with the Visual Basic programming language can utilize it to automate CAMMaster. Microsoft has been developing a newer software framework known as.net (pronounced dot net ). The.NET framework includes a new sophisticated Visual Basic programming language called Visual Basic.NET (or VB.NET for short). Unlike previous versions of Visual Basic, VB.NET is a very powerful object oriented language. Programs generated using VB.NET can run very quickly. This document provides a brief overview of how to automate CAMMaster using the Microsoft.NET framework. The examples shown in this document were created using the Professional edition of Visual Basic.NET, from within version 7.1 of Microsoft s Visual Studio.NET. This document is not intended to be an exhaustive treatment of the subject. It is intended to give the user interested in scripting CAMMaster a starting point for further development.

3 Configuring Visual Studio To configure the.net environment perform the following steps. Start Visual Studio. If not displayed by default, display the start page by selecting Help ->Show Start Page as shown in figure 1 below: Figure 1 Displaying the Visual Studio Start Page

4 Configuring Visual Studio continued. Click on the My Profile tab to display your Visual Studio profile settings. Set all selections as shown in figure 2 below: Figure 2 My Profile Configured for a VB.NET user.

5 Starting a new project. You save the data pertaining to your script in a Microsoft Visual Studio project. To start a new project, either press Ctrl+N of select File->New->Project as shown in figure 3 below: Figure 3 Starting a new project.

6 Starting a new project - continued. In response the New Project dialogue is shown as shown in figure 4. Figure 4 New Project dialogue. Make sure that the Windows Application icon is selected in the Templates window. Enter CAMMaster Sample Script into the Name: text box. Accept the default project location or select a different directory to store your project in by clicking on the Browse button.

7 Starting a new project - continued. Click on the OK button to create the new project. In response, the Microsoft Visual Studio development environment is displayed as shown in figure 5 below: Figure 5 Visual Studio Development Environment New project loaded.

8 Adding the CAMMaster tool class reference. CAMMaster uses Active X to expose the many methods and properties that you can utilize to automate the operation of the program. To utilize these features, you must add a reference to the CAMMaster tool class. Select Project->Add Reference as shown in figure 6 below: Figure 6 Select Project->Add Reference

9 Adding the CAMMaster tool class reference - continued. Once the Add Reference dialogue is presented, perform the following steps: Click on the COM tab near the top of the dialogue. Scroll to the PentaLogix CAM-tools Type Library and click on this entry. Click on the Select button to add the library to the Selected Components list. Your screen should appear as in figure 7 below: Figure 7 Add Reference dialogue with PentaLogix CAM-tools Type Library selected. Click on the OK button to accept your choice.

10 Adding the CAMMaster tool class reference - continued. Notice the location of the cursor near the upper right hand corner of figure 8 below. You can see that the CAMMaster tool class has been added as a reference to the project. Figure 8 CAMMaster tool class added as a project reference.

11 Adding a code module. Now let s add a code module and name it Sample.vb. Select Project->Add Module as shown in figure 9 below: Figure 9 Adding a Module.

12 Adding a code module - continued. In response, Visual Studio displays the Add New Item dialogue as shown in figure 10 below: Figure 10 Add New Item dialogue. Enter the text Sample.vb into the Name: text box. Then click on the Open button to display the new code module. Add the following text to the new code module: Option Strict On Imports CAMMaster Module Sample Public CAM As New CAMMaster.Tool End Module

13 Adding code. You have now added a reference to the CAMMaster tool class and you have dimensioned the tool class so that you can use it. Now modify the Sample.vb module as shown below: Option Strict On Imports CAMMaster Module Sample Public CAM As New CAMMaster.Tool Public IsFalse As Integer = 0 Public IsTrue As Integer = 1 Sub main() With CAM.TracesVisible = IsFalse End With End Sub End Module

14 Select the Startup object. Select Project->CAMMaster Sample Script Properties as shown in figure 11 below: Figure 11 Select Project->CAMMaster Sample Script Properties

15 Select the Startup object continued. In response, the CAMMaster Sample Script Property Pages dialogue is displayed as shown in the figure below: Figure 12 The CAMMaster Sample Script Properties Pages dialogue. Select the Sub Main entry from the Startup object: combo box. This will insure that our Main subroutine will be used as the startup object. Run the program. Start CAMMaster and load a job that contains both pads and traces. From the Visual Studio main menu, select Debug->Start or press the F5 key to run your program. Switch back to CAMMaster and notice that the traces have now been turned off. Summary. This brief introduction to scripting with CAMMaster and VB.NET is intended to get you started. We will provide future application notes that will expand on this topic. If you have any questions, please forward them to max@pentalogix.com.

DEPLOYING A VISUAL BASIC.NET APPLICATION

DEPLOYING A VISUAL BASIC.NET APPLICATION C6109_AppendixD_CTP.qxd 18/7/06 02:34 PM Page 1 A P P E N D I X D D DEPLOYING A VISUAL BASIC.NET APPLICATION After completing this appendix, you will be able to: Understand how Visual Studio performs deployment

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: TRAININGLAB@MONROE.LIB.MI.US MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

Installation Guide and Machine Setup

Installation Guide and Machine Setup Installation Guide and Machine Setup Page 1 Browser Configurations Installation Guide and Machine Setup The first requirement for using CURA is to ensure that your browser is set up accurately. 1. Once

More information

SUMMARY Moderate-High: Requires Visual Basic For Applications (VBA) skills, network file services skills and interoperability skills.

SUMMARY Moderate-High: Requires Visual Basic For Applications (VBA) skills, network file services skills and interoperability skills. Author: Sanjay Sansanwal Title: Configuring FileCM Extensions for Word The information in this article applies to: o FileCM 2.6, 3.0, 3.5, 3.5.1, 3.5.2, 4.0, 4.2 o Microsoft Windows 2000 Professional,

More information

Word 2010: Mail Merge to Email with Attachments

Word 2010: Mail Merge to Email with Attachments Word 2010: Mail Merge to Email with Attachments Table of Contents TO SEE THE SECTION FOR MACROS, YOU MUST TURN ON THE DEVELOPER TAB:... 2 SET REFERENCE IN VISUAL BASIC:... 2 CREATE THE MACRO TO USE WITHIN

More information

How to send meeting invitations using Office365 Calendar

How to send meeting invitations using Office365 Calendar How to send meeting invitations using Office365 Calendar This guide tells you how to send meeting requests using the Calendar in your Office365 webmail. There are separate sections for setting this up

More information

How to set up HotFolders and Workflows

How to set up HotFolders and Workflows How to set up HotFolders and Workflows HotFolders 1 The basis: HotFolders acting like a FileManager 1 An example: HotFolders and the Images bar 2 Printing from a Windows client 4 Workflows 5 Printing Workflow

More information

CONFIGURING VIRTUAL TERMINAL: This is the screen you will see when you first open Virtual Terminal

CONFIGURING VIRTUAL TERMINAL: This is the screen you will see when you first open Virtual Terminal CONFIGURING VIRTUAL TERMINAL: This is the screen you will see when you first open Virtual Terminal Before you begin you must configure the Options for Virtual Terminal. Click on the Options drop down menu

More information

Pivotal CRM AvaTax Connector Installation

Pivotal CRM AvaTax Connector Installation Pivotal CRM AvaTax Connector Installation Pivotal Toolkit Step 1. Transporter Launch your Pivotal Toolkit selecting your Customization system. From the Toolkit screen, scroll down to the Transporter menu

More information

Automated backup. of the LumaSoft Gas database

Automated backup. of the LumaSoft Gas database Automated backup of the LumaSoft Gas database Contents How to enable automated backup of the LumaSoft Gas database at regular intervals... 2 How to restore the LumaSoft Gas database... 13 BE6040-11 Addendum

More information

Debugging Export Connectors With Visual Studio.NET

Debugging Export Connectors With Visual Studio.NET Date June 22, 2012 Applies To Kofax Capture 8.0. 9.0, 10.0 Summary This application note provides the information needed to step through a.net-based Export Connector (Release Script) during execution.

More information

Working with SQL Server Integration Services

Working with SQL Server Integration Services SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to

More information

How To Install The Snow Active Directory Discovery Service On Windows 7.5.1 (Windows) (Windows 7) (Powerbook) (For Windows) (Amd64) (Apple) (Macintosh) (Netbook) And (Windows

How To Install The Snow Active Directory Discovery Service On Windows 7.5.1 (Windows) (Windows 7) (Powerbook) (For Windows) (Amd64) (Apple) (Macintosh) (Netbook) And (Windows USER GUIDE Product Snow Active Directory Discovery Version 1.0 Release date 2014-04-29 Document date 2015-02-09 CONTENT ABOUT THIS DOCUMENT... 3 SNOW ACTIVE DIRECTORY DISCOVERY... 3 PREREQUISITES... 4

More information

Inserting Hyperlinks in Office 2010 Products

Inserting Hyperlinks in Office 2010 Products Inserting Hyperlinks in Office 2010 Products When adding a hyperlink to a documents or project of some sort, it is messy to simply place the entire URL into the document. Instead, you can link other text

More information

Installing LearningBay Enterprise Part 2

Installing LearningBay Enterprise Part 2 Installing LearningBay Enterprise Part 2 Support Document Copyright 2012 Axiom. All Rights Reserved. Page 1 Please note that this document is one of three that details the process for installing LearningBay

More information

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31 OneStop Reporting 3.7 Installation Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents System Requirements... 1 Obtaining the Software... 2 Obtaining Your

More information

Excel Reports and Macros

Excel Reports and Macros Excel Reports and Macros Within Microsoft Excel it is possible to create a macro. This is a set of commands that Excel follows to automatically make certain changes to data in a spreadsheet. By adding

More information

BarTender s ActiveX Automation Interface. The World's Leading Software for Label, Barcode, RFID & Card Printing

BarTender s ActiveX Automation Interface. The World's Leading Software for Label, Barcode, RFID & Card Printing The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender s ActiveX Automation Interface Controlling BarTender using Programming Languages not in the.net Family Contents

More information

Applications Development

Applications Development Paper 21-25 Using SAS Software and Visual Basic for Applications to Automate Tasks in Microsoft Word: An Alternative to Dynamic Data Exchange Mark Stetz, Amgen, Inc., Thousand Oaks, CA ABSTRACT Using Dynamic

More information

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually

Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually Introduction Microsoft SQL Server 2005 How to Create and Restore Database (GRANTH3) Manually To use the e-granthalaya Software for automation of your library, you need to install the database management

More information

Rational Quality Manager. Quick Start Tutorial

Rational Quality Manager. Quick Start Tutorial Rational Quality Manager Quick Start Tutorial 1 Contents 1. Introduction... 2 2. Terminology... 3 3. Project Area Preparation... 4 3.1 Adding Users and specifying Roles... 4 3.2 Managing Tool Associations...

More information

Microsoft Word 2011: Create a Table of Contents

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

More information

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates...

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4. How to Create Letter Templates... THE DOCUMENT MANAGER Chapter 14 THE DOCUMENT MANAGER CONTENTS Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter... 4 How to Create Letter Templates...

More information

Software for Agilent Technologies Vector Series Network Analyzers

Software for Agilent Technologies Vector Series Network Analyzers Using the Software Software for Agilent Technologies Vector Series Network Analyzers Software Overview The IntuiLink Vector Series Network Analyzer (VNA) software offers a set of connectivity tools that

More information

Section 1.0 Getting Started with the Vālant EMR. Contents

Section 1.0 Getting Started with the Vālant EMR. Contents Section 1.0 Getting Started with the Vālant EMR Contents Getting Started with the Valant EMR application:... 2 Hardware Requirements for the Vālant EMR:... 3 Software Requirements for the Vālant EMR:...

More information

XCM Internet Explorer Settings

XCM Internet Explorer Settings XCM Internet Explorer Settings For best results, you must prepare your Internet Explorer (IE) browser so that interactions with the XCM site are fully trusted (XCM only supports Microsoft s Internet Explorer).

More information

VB.NET - WEB PROGRAMMING

VB.NET - WEB PROGRAMMING VB.NET - WEB PROGRAMMING http://www.tutorialspoint.com/vb.net/vb.net_web_programming.htm Copyright tutorialspoint.com A dynamic web application consists of either or both of the following two types of

More information

MONAHRQ Installation Permissions Guide. Version 2.0.4

MONAHRQ Installation Permissions Guide. Version 2.0.4 MONAHRQ Installation Permissions Guide Version 2.0.4 March 19, 2012 Check That You Have all Necessary Permissions It is important to make sure you have full permissions to run MONAHRQ. The following instructions

More information

Outlook Web Access (OWA) User Guide

Outlook Web Access (OWA) User Guide Outlook Web Access (OWA) User Guide September 2010 TABLE OF CONTENTS TABLE OF CONTENTS... 2 1.0 INTRODUCTION... 4 1.1 OUTLOOK WEB ACCESS SECURITY CONSIDERATIONS... 4 2.0 GETTING STARTED... 5 2.1 LOGGING

More information

Personalizing your Access Database with a Switchboard

Personalizing your Access Database with a Switchboard Personalizing your Access Database with a Switchboard This document provides basic techniques for creating a switchboard in Microsoft Access. A switchboard provides database users with a customized way

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

More information

Export the address book from the Blackberry handheld to MS Outlook 2003, using the synchronize utility in Blackberry Desktop Manager.

Export the address book from the Blackberry handheld to MS Outlook 2003, using the synchronize utility in Blackberry Desktop Manager. Export the address book from the Blackberry handheld to MS Outlook 2003, using the synchronize utility in Blackberry Desktop Manager. Revised 2/25/07 Creating a New Contacts Folder in Outlook Open Outlook

More information

Unleashing Hidden Powers of Inventor with the API Part 1. Getting Started with Inventor VBA Hello Inventor!

Unleashing Hidden Powers of Inventor with the API Part 1. Getting Started with Inventor VBA Hello Inventor! Unleashing Hidden Powers of Inventor with the API Part 1. Getting Started with Inventor VBA Hello Inventor! Brian Ekins Autodesk, Inc. This article provides an introduction to Inventor's VBA programming

More information

Instructions for Importing (migrating) Data

Instructions for Importing (migrating) Data Instructions for Importing (migrating) Data from CTAS Version 7 to CTAS Version 8 For Windows 8 and 8.1 CTAS Version 8 is designed to work with your Version 7 data if you choose to. These instructions

More information

Microsoft Visual Studio 2010 Instructions For C Programs

Microsoft Visual Studio 2010 Instructions For C Programs Microsoft Visual Studio 2010 Instructions For C Programs Creating a NEW C Project After you open Visual Studio 2010, 1. Select File > New > Project from the main menu. This will open the New Project dialog

More information

Uninstallation Guide Funding Information System (FIS)

Uninstallation Guide Funding Information System (FIS) (FIS) Document Details Document Type: Uninstallation Guide Creation Date: 05/03/2014 Document Version: 1.0 Change to this document Version Date Changes made V1.0 05/03/2014 Initial version to support the

More information

MetaMorph Microscopy Automation & Image Analysis Software Super-Resolution Module

MetaMorph Microscopy Automation & Image Analysis Software Super-Resolution Module MetaMorph Microscopy Automation & Image Analysis Software Super-Resolution Module Version 7 Installation Instructions July 2013 This document is provided to customers who have purchased Molecular Devices

More information

UCO_SECURE Wireless Connection Guide: Windows 8

UCO_SECURE Wireless Connection Guide: Windows 8 1 The UCO_SECURE wireless network uses 802.1x encryption to ensure that your data is secure when it is transmitted wirelessly. This security is not enabled by default on Windows computers. In order to

More information

Commport FTP Client Set-up

Commport FTP Client Set-up Commport FTP Client Set-up Instructions for downloading and installing the Commport FTP Client. Version 1.2 Commport Communications International, inc. May 2013 Download from Commport Website: http://www.commport.com/documents/commportftpclientsetup.zip

More information

Exercise Safe Commands and Audit Trail

Exercise Safe Commands and Audit Trail Exercise Safe Commands and Audit Trail Table of Contents Exercise 1: Secure Objects with Safe Commands...2 Exercise 2: Record User Actions in the Audit Trail... 13 3.1 Setting up the SQL Server for Audit

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

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE

SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE SELF SERVICE RESET PASSWORD MANAGEMENT BACKUP GUIDE Copyright 1998-2015 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by

More information

Introduction to Microsoft Access 2003

Introduction to Microsoft Access 2003 Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft

More information

Table of Contents. 1. Content Approval...1 EVALUATION COPY

Table of Contents. 1. Content Approval...1 EVALUATION COPY Table of Contents Table of Contents 1. Content Approval...1 Enabling Content Approval...1 Content Approval Workflows...4 Exercise 1: Enabling and Using SharePoint Content Approval...9 Exercise 2: Enabling

More information

Installation of ADS SiMKit startup script and designkit on Windows for SiMKit version 4.4

Installation of ADS SiMKit startup script and designkit on Windows for SiMKit version 4.4 Installation of ADS SiMKit startup script and designkit on Windows for SiMKit version 4.4 Introduction This document explains how to prepare Windows environment for ADS simulations with SiMKit. This includes

More information

Step 1. Creating a new project

Step 1. Creating a new project QSEE-SuperLite Entity Relationship Diagram Tutorial Within this tutorial we are going to use an entity relationship diagram to model a simple course management system for a college. This system is designed

More information

This tutorial assumes that you are familiar with ASP.Net and ActiveX controls.

This tutorial assumes that you are familiar with ASP.Net and ActiveX controls. ASP.Net with Iocomp ActiveX controls This tutorial assumes that you are familiar with ASP.Net and ActiveX controls. Steps to host an Iocomp ActiveX control in an ASP.NET page using Visual Studio 2003 The

More information

MSI Admin Tool User Guide

MSI Admin Tool User Guide MSI Admin Tool User Guide Introduction The MSI Admin Tool is a utility which allows you to pre-configure your Read&Write installation package prior to installation. The tool is primarily designed to be

More information

Programming in Access VBA

Programming in Access VBA PART I Programming in Access VBA In this part, you will learn all about how Visual Basic for Applications (VBA) works for Access 2010. A number of new VBA features have been incorporated into the 2010

More information

USER GUIDE Appointment Manager

USER GUIDE Appointment Manager 2011 USER GUIDE Appointment Manager 0 Suppose that you need to create an appointment manager for your business. You have a receptionist in the front office and salesmen ready to service customers. Whenever

More information

RFQ Builder Software. RFQ Builder User Guide Version 4.5. Table of Contents. RFQ Builder Overview

RFQ Builder Software. RFQ Builder User Guide Version 4.5. Table of Contents. RFQ Builder Overview Software RFQ Builder User Guide Version 4.5 Table of Contents The following topics are covered in this document: RFQ Builder Overview... 1 System Requirements... 2 Installing & Running RFQ Builder Software...

More information

CREATING AND EDITING CONTENT AND BLOG POSTS WITH THE DRUPAL CKEDITOR

CREATING AND EDITING CONTENT AND BLOG POSTS WITH THE DRUPAL CKEDITOR Drupal Website CKeditor Tutorials - Adding Blog Posts, Images & Web Pages with the CKeditor module The Drupal CKEditor Interface CREATING AND EDITING CONTENT AND BLOG POSTS WITH THE DRUPAL CKEDITOR "FINDING

More information

LEARNING RESOURCE CENTRE GUIDE TO OFFICE 365

LEARNING RESOURCE CENTRE GUIDE TO OFFICE 365 LEARNING RESOURCE CENTRE GUIDE TO OFFICE 365 LEARNING RESOURCE CENTRE OCTOBER 2014/2015 Table of Contents Explanation of One Drive and Microsoft Office Online... 3 How to create a document and folder...

More information

Google Sites: Site Creation and Home Page Design

Google Sites: Site Creation and Home Page Design Google Sites: Site Creation and Home Page Design This is the second tutorial in the Google Sites series. You should already have your site set up. You should know its URL and your Google Sites Login and

More information

Volume. Revolutionary. Online. Cool. Letters&Recall

Volume. Revolutionary. Online. Cool. Letters&Recall Volume Revolutionary. Online. Cool. Letters&Recall H E A L T H I N N O V A T I O N T E C H O N O L O G I E S, I N C EyeCodeRight v4.0 Tutorial EyeCodeRight 2717 Emerson Ave South Minneapolis, MN 877-370-6906

More information

Sage 100 ERP. ebusiness Web Services Installation and Reference Guide

Sage 100 ERP. ebusiness Web Services Installation and Reference Guide Sage 100 ERP ebusiness Web Services Installation and Reference Guide 2012 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered

More information

Differences between Computer and User Templates

Differences between Computer and User Templates Configuring NetSupport School & Manager using Active Directory Overview This document explains how NetSupport School and Manager both integrate with Microsoft s Active Directory structure enabling you

More information

Outlook Quick Steps & Rules

Outlook Quick Steps & Rules Page 1 of 8 Page 1 of 8 Page 1 of 8 Automate common or repetitive tasks with Quick Steps and manage email messages by using Rules. QUICK STEPS Default Quick Steps in Outlook 2013: Quick Step Move to: To

More information

Cisco SSL Encryption Utility

Cisco SSL Encryption Utility About SSL Encryption Utility, page 1 About SSL Encryption Utility Unified ICM web servers are configured for secure access (HTTPS) using SSL. Cisco provides an application called the SSL Encryption Utility

More information

JMC Next Generation Web-based Server Install and Setup

JMC Next Generation Web-based Server Install and Setup JMC Next Generation Web-based Server Install and Setup This document will discuss the process to install and setup a JMC Next Generation Web-based Windows Server 2008 R2. These instructions also work for

More information

Administrator s Guide to deploying Engagement across multiple computers in a network using Microsoft Active Directory

Administrator s Guide to deploying Engagement across multiple computers in a network using Microsoft Active Directory Administrator s Guide to deploying Engagement across multiple computers in a network using Microsoft Active Directory Fall 2009 Copyright 2009, CCH INCORPORATED. A Wolters Kluwer Business. All rights reserved.

More information

CRM Setup Factory Installer V 3.0 Developers Guide

CRM Setup Factory Installer V 3.0 Developers Guide CRM Setup Factory Installer V 3.0 Developers Guide Who Should Read This Guide This guide is for ACCPAC CRM solution providers and developers. We assume that you have experience using: Microsoft Visual

More information

You must have at least Editor access to your own mail database to run archiving.

You must have at least Editor access to your own mail database to run archiving. Archiving An archive is a copy of a database you can create to store information no longer in use. Like a replica, an archive contains all documents and design elements in the original database, but unlike

More information

To change title of module, click on settings

To change title of module, click on settings HTML Module: The most widely used module on the websites. This module is very flexible and is used for inserting text, images, tables, hyperlinks, document downloads, and HTML code. Hover the cursor over

More information

LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X

LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X LMS 365 Learning Module Builder Add-in User Guide VERSION 1.5.0.X CONTENTS LMS 365 Learning Module Builder Add-in User Guide Version 1.5.0.x... 1 Contents... 2 1. The LMS365 Learning Module Builder Add-in...

More information

Shipment Label Header Guide

Shipment Label Header Guide Shipment Label Header Guide This guide will walk you through the 3 main phases of setting up a shipment label header within World Ship 2013. This guide was made using standard Windows Microsoft Office

More information

Aspect WordPress Theme

Aspect WordPress Theme by DesignerThemes.com Hi there. Thanks for purchasing this theme, your support is greatly appreciated! This theme documentation file covers installation and all of the main features and, just like the

More information

Mail Merge Creating Mailing Labels 3/23/2011

Mail Merge Creating Mailing Labels 3/23/2011 Creating Mailing Labels in Microsoft Word Address data in a Microsoft Excel file can be turned into mailing labels in Microsoft Word through a mail merge process. First, obtain or create an Excel spreadsheet

More information

Microsoft Office Access 2007 which I refer to as Access throughout this book

Microsoft Office Access 2007 which I refer to as Access throughout this book Chapter 1 Getting Started with Access In This Chapter What is a database? Opening Access Checking out the Access interface Exploring Office Online Finding help on Access topics Microsoft Office Access

More information

Using an Automatic Back Up for Outlook 2003 and Outlook 2007 Personal Folders

Using an Automatic Back Up for Outlook 2003 and Outlook 2007 Personal Folders Using an Automatic Back Up for Outlook 2003 and Outlook 2007 Personal Folders Part 1 Install the Personal Folder Backup Utility Note: You should close Outlook and any other applications before installing

More information

Automate tasks with Visual Basic macros

Automate tasks with Visual Basic macros Automate tasks with Visual Basic macros If you're not familiar with macros, don't let the term frighten you. A macro is simply a recorded set of keystrokes and instructions that you can use to automate

More information

Getting Started with Skype for Business 2015

Getting Started with Skype for Business 2015 Getting Started with Skype for Business 2015 Training and Documentation Team, April 2015 What is Skype for Business? Skype for Business is a communication tool which allows you to interact with colleagues

More information

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide

Insight Video Net. LLC. CMS 2.0. Quick Installation Guide Insight Video Net. LLC. CMS 2.0 Quick Installation Guide Table of Contents 1. CMS 2.0 Installation 1.1. Software Required 1.2. Create Default Directories 1.3. Create Upload User Account 1.4. Installing

More information

GETTING STARTED QUICK GUIDE

GETTING STARTED QUICK GUIDE GETTING STARTED GUIDE Understanding The Basics Of Using Pinpointe In 1 Minutes or Less Let s Begin Create Custom Fields Create Email Campaign Load Contact Lists Add Social Sites Send Campaign TABLE OF

More information

Introduction to Visual Studio 2010

Introduction to Visual Studio 2010 Introduction If you haven t used Microsoft Visual Studio before, then this tutorial is for you. It will walk you through the major features of Visual Studio 2010 and get you started with creating various

More information

Utilizing SASED OneDrive Cloud Storage

Utilizing SASED OneDrive Cloud Storage Utilizing SASED OneDrive Cloud Storage Technology Department 5/29/15 The purpose of this document is to provide guidance on how to transfer and access SASED documents and folders on your SASED provided

More information

Office 2013 Settings Customization Created 7/29/2014 by ICIT Training (training@uww.edu)

Office 2013 Settings Customization Created 7/29/2014 by ICIT Training (training@uww.edu) Office 2013 Settings Customization Created 7/29/2014 by ICIT Training (training@uww.edu) This guide helps you quickly restore any default preferences or settings in Office programs (Word, Excel, PowerPoint,

More information

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager

Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager Adding Outlook to a Blackberry, Downloading, Installing and Configuring Blackberry Desktop Manager The following instructions work for the District provided Blackberrys from Sprint, but I think it should

More information

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual Training A brief overview of your website s content management system () with screenshots. 1 Contents Logging In:...3 Dashboard:...4 Page List / Search Filter:...5 Common Icons:...6 Adding a New Page:...7

More information

Troubleshooting Guide

Troubleshooting Guide Enable WMI after applying SP2 for XP Company web site: Support email: support@ Support telephone: +44 20 3287-7651 +1 646 233-1163 2 This tutorial will guide you on enabling WMI after applying Service

More information

Fax and SMS Quickguide

Fax and SMS Quickguide INTRODUCTION U2 Fax and SMS allow faxes and SMS to be sent directly from a user s workstation via the Internet using U2 Webservices. This improves staff efficiency by removing the need to physically fax

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

PayPal Integration Instructions

PayPal Integration Instructions PayPal Integration Instructions Table of Contents Overview... 1 Option 1: Adding a Shopping Cart Wordpress simple PayPal Shopping Cart... 2 Step 1: Navigate to the Plugins Page... 2 Step 2: Click the Add

More information

Genesee Intermediate School District Technology & Media Services 2413 West Maple Avenue Flint, Michigan 48507. GenNET Self-Service Helpdesk Tipsheet

Genesee Intermediate School District Technology & Media Services 2413 West Maple Avenue Flint, Michigan 48507. GenNET Self-Service Helpdesk Tipsheet Genesee Intermediate School District Technology & Media Services 2413 West Maple Avenue Flint, Michigan 48507 GenNET Self-Service Helpdesk Tipsheet The GenNET Self-Service Help Desk is an innovative, web-based

More information

Basic Introduction. GMFX MetaTrader 4.0. Basic Introduction

Basic Introduction. GMFX MetaTrader 4.0. Basic Introduction GMFX GMFX About Got Money FX Got Money FX is an Australian owned and operated foreign exchange brokerage firm. We pride ourselves in offering our clients an honest and ethical trading environment. Clients

More information

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper

Quick and Easy Web Maps with Google Fusion Tables. SCO Technical Paper Quick and Easy Web Maps with Google Fusion Tables SCO Technical Paper Version History Version Date Notes Author/Contact 1.0 July, 2011 Initial document created. Howard Veregin 1.1 Dec., 2011 Updated to

More information

LMS 365 Learning Module Builder Add-in Installation Guide VERSION 1.4.2.x

LMS 365 Learning Module Builder Add-in Installation Guide VERSION 1.4.2.x LMS 365 Learning Module Builder Add-in Installation Guide VERSION 1.4.2.x Contents 1. OVERVIEW AND SOFTWARE REQUIREMENTS... 3 1.1 AUDIENCE... 3 1.2 ABOUT THE ADD-IN... 3 1.3 SERVER SOFTWARE REQUIREMENTS:...

More information

Managing Contacts in Outlook

Managing Contacts in Outlook Managing Contacts in Outlook This document provides instructions for creating contacts and distribution lists in Microsoft Outlook 2007. In addition, instructions for using contacts in a Microsoft Word

More information

Application Engineering Dept. API Applications Development

Application Engineering Dept. API Applications Development Application Engineering Dept. API Applications Development Application Name : Part Flip Monitor Purpose: to reduce mistakes when a part flip process is used Programmer: Germano Zerbini e-mail : gzerbini@okuma.com

More information

WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit. Scheduler Quick Start Guide

WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit. Scheduler Quick Start Guide WinTask x64 Scheduler for Windows 7 64 bit, Windows 8/8.1 64 bit and Windows 2008 R2 64 bit Scheduler Quick Start Guide 2 INTRODUCTION 5 CHAPTER I : INSTALLATION 7 CHAPTER II : SET UP YOUR FIRST SCHEDULED

More information

AppShore Premium Edition Campaigns How to Guide. Release 2.1

AppShore Premium Edition Campaigns How to Guide. Release 2.1 AppShore Premium Edition Campaigns How to Guide Release 2.1 Table of Contents Campaigns Overview...3 How to create a Campaign Message...3 How to create a List...5 How to relate a Message to a List...6

More information

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word

Avery Wizard: Using the wizard with Microsoft Word. This is a simple step-by-step guide showing how to use the Avery wizard in word Avery Wizard: Using the wizard with Microsoft Word This is a simple step-by-step guide showing how to use the Avery wizard in word Open up a blank document in Microsoft Word and click the Avery Tab at

More information

ACTIVE DIRECTORY DEPLOYMENT

ACTIVE DIRECTORY DEPLOYMENT ACTIVE DIRECTORY DEPLOYMENT CASAS Technical Support 800.255.1036 2009 Comprehensive Adult Student Assessment Systems. All rights reserved. Version 031809 CONTENTS 1. INTRODUCTION... 1 1.1 LAN PREREQUISITES...

More information

To create a new Campaign, click into the Marketing module. Then, click on Campaigns button.

To create a new Campaign, click into the Marketing module. Then, click on Campaigns button. Marketing Campaigns Use campaigns to send an email blast out to a list of contacts in the system. Create a new Campaign To create a new Campaign, click into the Marketing module. Then, click on Campaigns

More information

Setting up Email in Outlook Express

Setting up Email in Outlook Express Setting up Email in Outlook Express If you have more than one email account but need to use a single computer to access them, then Outlook Express can help. To begin, open Outlook Express by double-clicking

More information

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements Passwordstate Password Discovery, Reset and Validation Requirements This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

Select Correct USB Driver

Select Correct USB Driver Select Correct USB Driver Windows often installs updated drivers automatically, and defaults to this latest version. Not all of these drivers are compatible with our software. If you are experiencing communications

More information

Download and Installation Instructions. Visual C# 2010 Help Library

Download and Installation Instructions. Visual C# 2010 Help Library Download and Installation Instructions for Visual C# 2010 Help Library Updated April, 2014 The Visual C# 2010 Help Library contains reference documentation and information that will provide you with extra

More information

Chapter 6. Using the SQL Server

Chapter 6. Using the SQL Server Chapter 6 Using the SQL Server BC30 Using the SQL Server 1 5/2010 Content 1 Installing and setting up the SQL Server... 3 2 Exporting an SQL database... 7 3 Importing an SQL database... 9 4 Opening the

More information

Atlanta Props How to Add a New Post. 1. Log into the account at http://atlantaprops/public_html/wp-login.php using your username and password

Atlanta Props How to Add a New Post. 1. Log into the account at http://atlantaprops/public_html/wp-login.php using your username and password 1. Log into the account at http://atlantaprops/public_html/wp-login.php using your username and password 2. This opens the Wordpress dashboard. Instructions for updating your website will be located here.

More information