Changing the Display Frequency During Scanning Within an ImageControls 3 Application

Size: px
Start display at page:

Download "Changing the Display Frequency During Scanning Within an ImageControls 3 Application"

Transcription

1 Changing the Display Frequency During Scanning Within an ImageControls 3 Date November 2008 Applies To Kofax ImageControls 2x, 3x Summary This application note contains example code for changing he display frequency during scanning in an ImageControls 3x application Revision 10 Overview ImageControls 3 provides the capability to display all images while they are being scanned This is normally accomplished by connecting the KView to the KScan controls, and automatically displaying the scanned or imported image But, the displaying of images as they are being scanned or imported can negatively impact the ImageControls scan process As an alternative to displaying all images as they are processed, a developer can control the frequency which processed images are displayed For example, instead of displaying each and every image as it is processed, the user may only wish to see every five (5) images processed This is outlined in the ImageControls 3 Programmer's Guide, Chapter 4 Scanning and Importing Images, the section Programmatic Control Over the Frequency of the Display Frequency of Display While Scanning/Importing This project modifies the original demonstration utility, VBDEM32xEXE, source code as provided with the ImageControls 3 Toolkit It provides the ability to alter the frequency at which processed images are displayed The user would select a number between "0" and "9" inclusive A zero (0) would denote the deactivation of any display of processed images A one (1) would denote that all images processed are to be displayed A two (2) would denote that every other image processed be displayed and so on It contains one additional form, frmdisplayfreq, which is a dialog box to select frequency at which images will be displayed This form consists of the following: One (1) label displaying "Display Frequency (0-9):": lbldisplayfreq One (1) text box for the display frequency value: txtdisplayfreq One (1) command button: cmdok The image below displays the placement of these items on the form

2 A menu selection, mnusourcedisplayfreq, was added after the Batch Processing menu item in the Source pull down menu of the main form, frmmain When it is selected, the form frmdisplayfreq is displayed When the user closes the dialog box, it is unloaded Private Sub mnusourcedisplayfreq_click() '***** Display Frequency dialog box Call KFShowFormWithHourGlass(frmDisplayFreq, True) '***** Hide the form Unload frmdisplayfreq The user is able to select the frequency in which the images will be displayed during processing When the form loads, it centers itself and puts the dialog box on top The initial value is derived from a global variable, g_displayfreq Private Sub Form_Load() '***** Center box KFCenterForm Me '***** Put box on top KFPutFormOnTop Me '***** Initial Value for display frequency txtdisplayfreqtext = g_displayfreq When the OK command button is selected, the value for the display frequency is validated Private Sub cmdok_click() Dim sinputno As String sinputno = txtdisplayfreqtext '***** Check for selection that is out of range If (Val(sInputNo) < 0) Then txtdisplayfreqtext = 0 Exit Sub If (Val(sInputNo) > 9) Then txtdisplayfreqtext = 9 Exit Sub '***** If the input was ok, exit '***** Set display freq global variable Page 2

3 g_displayfreq = (Val(txtDisplayFreqText)) '***** If display freq is 0, deactivate display If g_displayfreq <> 1 Then frmmain!kscan1display = False frmmain!kscan1display = True '***** Hide Display Freq Form MeHide Three new global variables are added to the General Declarations of the KFUTILBAS file: g_displayfreq, g_pefilename and g_pefront These global variables are used to determine the frequency in which images should be displayed, the filename to which the image was saved, and the page to which the image was saved '***** Global variables for display frequency Global g_displayfreq As Integer 'Display Frequency Global g_pefilename As String 'KScanPEFileName Global g_pefront As Boolean 'Front or Back Image When the main form is loaded, Form_Load event, the global variable g_displayfreq is initialized It is initialized to a value of one (1), or to display all images while processing '***** Initialize Display Frequency g_displayfreq = 1 It is determined if the image is a front or back side image during the KScan_PageEnd event '***** Increment page count (unless back of duplex) If Kscan1PEFront Then g_pepagecount = g_pepagecount + 1 g_totalpages = g_totalpages + 1 '***** Set flag for front or back image g_pefront = True g_pefront = False Page 3

4 Kscan1IOWriteMode = g_pewritemode The filename and page to view are also updated during the KScan_PageEnd event Select Case g_pewritemode Case KGIOWRITEMODEINSERT: KFPageEndNameBuild Case KGIOWRITEMODEAPPEND: KFPageEndNameBuild '***** The KScanPage property is not used when appending '***** This updates the existing g_pepage variable for '***** use with Display Frequency g_pepage = Kscan1PEPageCount + 1 End Select '***** Set filename to nothing so it is not saved '***** (if it is smaller than the delete threshold) If Kscan1PEDelete Then g_pefilename = "" Kscan1PEPage = g_pepage '***** Update KScanPEFileName for Display Freq g_pefilename = Kscan1PEFileName Page 4

5 Finally, during the KScan_PageDone event the filename, page and whether it is a front or back page are set and the image is viewed If the user has selected zero (0) or one (1) for the display frequency, then the standard way of handling the viewing of scanned image is performed If not, then the images are manually displayed This is placed at the end of the procedure '***** Determine filename, page, front or back image '***** and determine if it should be viewed If g_displayfreq < 2 Then Exit Sub If (g_pepagecount Mod g_displayfreq) = 0 Then If g_pefront Then KViewLeftFileName = g_pefilename KViewLeftAction = KVACTIONOPENIMAGE KViewLeftPage = g_pepage KViewLeftRefresh KViewRightFileName = g_pefilename KViewRightAction = KVACTIONOPENIMAGE KViewRightPage = g_pepage KViewRightRefresh Page 5

Visual Logic Instructions and Assignments

Visual Logic Instructions and Assignments Visual Logic Instructions and Assignments Visual Logic can be installed from the CD that accompanies our textbook. It is a nifty tool for creating program flowcharts, but that is only half of the story.

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

ImageJ Macro Language Quick-notes.

ImageJ Macro Language Quick-notes. ImageJ Macro Language Quick-notes. This is a very simplified version of the ImageJ macro language manual. It should be enough to get you started. For more information visit http://rsb.info.nih.gov/ij/developer/macro/macros.html.

More information

Configure a scanning device Install ImageNow If you are using Kofax/VRS, install the Kofax application as an administrator. the following procedure.

Configure a scanning device Install ImageNow If you are using Kofax/VRS, install the Kofax application as an administrator. the following procedure. Setting Up the ImageNow Scanner and ImageNow Printer To perform these procedures, you must be a manager or local admin in ImageNow. To create a scanning profile, the user logged in to the local machine

More information

ProCAP Transfer with Omneon Interface

ProCAP Transfer with Omneon Interface ProCAP Transfer with Omneon Interface 1 Table of Contents: Table of Contents:... 2 Transfer Omneon Overview... 3 Single Transfer... 4 Loading Transfer Files...4 Selecting the Video Clip...5 Encode Properties...7

More information

1. Create SQL Database in Visual Studio

1. Create SQL Database in Visual Studio 1. Create SQL Database in Visual Studio 1. Select Create New SQL Server Database in Server Explorer. 2. Select your server name, and input the new database name, then press OK. Copyright 2011 Lo Chi Wing

More information

Visual Basic Programming. An Introduction

Visual Basic Programming. An Introduction Visual Basic Programming An Introduction Why Visual Basic? Programming for the Windows User Interface is extremely complicated. Other Graphical User Interfaces (GUI) are no better. Visual Basic provides

More information

MEDILINK ESI 2011+ (R2) How To: Use the Medilink Document Management System. Casey Pittman Developer - APS Medilink 2011/08/12

MEDILINK ESI 2011+ (R2) How To: Use the Medilink Document Management System. Casey Pittman Developer - APS Medilink 2011/08/12 How To: Use the Medilink Document Management System Casey Pittman Developer - APS Medilink 2011/08/12 Table Of Contents Table Of Contents... ii Introduction... 1 Getting Started... 1 1 Document Management

More information

customer rewards Use this guide to create customized customer rewards and redeem points earned by customers.

customer rewards Use this guide to create customized customer rewards and redeem points earned by customers. customer rewards Use this guide to create customized customer rewards and redeem points earned by customers. Setting Security 2. Click on the Security Customer Rewards Edit Ticket - Process 3. Click the

More information

VB.NET Programming Fundamentals

VB.NET Programming Fundamentals Chapter 3 Objectives Programming Fundamentals In this chapter, you will: Learn about the programming language Write a module definition Use variables and data types Compute with Write decision-making statements

More information

Tutorial - How to Use Lotus Domino Web Services in Java Development

Tutorial - How to Use Lotus Domino Web Services in Java Development Tutorial - How to Use Lotus Domino Web Services in Java Development This tutorial contains detailed information about how can we use Lotus Domino Web Services (using Web Services Provider) in Java Development.

More information

Creating Database Tables in Microsoft SQL Server

Creating Database Tables in Microsoft SQL Server Creating Database Tables in Microsoft SQL Server Microsoft SQL Server is a relational database server that stores and retrieves data for multi-user network-based applications. SQL Server databases are

More information

Synthesys Call Recycling

Synthesys Call Recycling Synthesys Call Recycling Synthesys CRM & Outbound Management 1 SYNTHESYS CALL RECYCLING Introduction... 3 THE RECYCLING DESIGNER...4 The Menu Bar... 5 THE TOOLBARS...6 The Standard Toolbar... 6 The Recycling

More information

1 Introduction. Contents. Scanner support

1 Introduction. Contents. Scanner support 1 Introduction Contents Scanner support...1-1 Supporting documentation...1-2 Virus scanning applications...1-3 Installing the software...1-4 Launching Kodak Capture Pro Software...1-5 Kodak Capture Pro

More information

Microsoft Access 3: Understanding and Creating Queries

Microsoft Access 3: Understanding and Creating Queries Microsoft Access 3: Understanding and Creating Queries In Access Level 2, we learned how to perform basic data retrievals by using Search & Replace functions and Sort & Filter functions. For more complex

More information

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt

MS Access: Advanced Tables and Queries. Lesson Notes Author: Pamela Schmidt Lesson Notes Author: Pamela Schmidt Tables Text Fields (Default) Text or combinations of text and numbers, as well as numbers that don't require calculations, such as phone numbers. or the length set by

More information

CDOT Monumentation Sheets

CDOT Monumentation Sheets CDOT Monumentation Sheets This document describes the process used to assemble a Right of Way Monumentation Sheet. An InRoads XML report is used to display the required data from the geometry project.

More information

How-To Guide. Crystal Report Demo. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. Crystal Report Demo. Copyright Topaz Systems Inc. All rights reserved. How-To Guide Crystal Report Demo Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents Overview... 3 The

More information

MAPINFO GRID ENGINE. MapBasic scripts. MIGRID.DLL functions. using. Jacques Paris

MAPINFO GRID ENGINE. MapBasic scripts. MIGRID.DLL functions. using. Jacques Paris MAPINFO GRID ENGINE MapBasic scripts using MIGRID.DLL functions Jacques Paris September 2001 This document contains 4 MapBasic code listings showing how to use calls to the MiGrid library. These examples

More information

Using Flow Control with the HEAD Recorder

Using Flow Control with the HEAD Recorder 03/15 Using with the HEAD Recorder The HEAD Recorder is a data acquisition software program that features an editable Flow Control function. This function allows complex program sequences to be predefined,

More information

SafeGuard PrivateCrypto 2.40 help

SafeGuard PrivateCrypto 2.40 help SafeGuard PrivateCrypto 2.40 help Document date: September 2009 Contents 1 Introduction... 2 2 Installation... 4 3 SafeGuard PrivateCrypto User Application... 5 4 SafeGuard PrivateCrypto Explorer extensions...

More information

Building Queries in Microsoft Access 2007

Building Queries in Microsoft Access 2007 Building Queries in Microsoft Access 2007 Description In this class we will explore the purpose, types and uses of Queries. Learn to design a query to retrieve specific data using criteria and operators.

More information

Hands-On Lab. Client Workflow. Lab version: 1.0.0 Last updated: 2/23/2011

Hands-On Lab. Client Workflow. Lab version: 1.0.0 Last updated: 2/23/2011 Hands-On Lab Client Workflow Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: DEFINING A PROCESS IN VISIO 2010... 4 Task 1 Define the Timesheet Approval process... 4 Task 2

More information

P3PC-3812-01ENZ0. ScanSnap N1800 Network Scanner Salesforce Chatter Add-in User s Guide

P3PC-3812-01ENZ0. ScanSnap N1800 Network Scanner Salesforce Chatter Add-in User s Guide P3PC-3812-01ENZ0 ScanSnap N1800 Network Scanner Salesforce Chatter Add-in User s Guide Contents Introduction... 4 About This Manual... 4 Opening Help... 5 Chapter 1 Overview... 6 1.1 Features of the Salesforce

More information

ClientAce WPF Project Example

ClientAce WPF Project Example Technical Note ClientAce WPF Project Example 1. Introduction Traditional Windows forms are being replaced by Windows Presentation Foundation 1 (WPF) forms. WPF forms are fundamentally different and designed

More information

A Comparison of SAS versus Microsoft Excel and Access s Inbuilt VBA Functionality Jozef Tarrant, Amadeus Software Ltd., Oxford, UK

A Comparison of SAS versus Microsoft Excel and Access s Inbuilt VBA Functionality Jozef Tarrant, Amadeus Software Ltd., Oxford, UK ABSTRACT There are a great variety of business situations where it is necessary to automatically export data from a large number of similar Microsoft Excel spreadsheets (perhaps reports, forms etc.) into

More information

Chapter 11 Search. www.ciaops.com 29 December 2014 Page 1. Terms

Chapter 11 Search. www.ciaops.com 29 December 2014 Page 1. Terms Terms This Windows SharePoint Services Operations Guide (WSSOPS) from the Computer Information Agency is provided as is. Every effort has been made by the author to ensure that information provided is

More information

28 Simply Confirming Onsite

28 Simply Confirming Onsite 28 Simply Confirming Onsite Status 28.1 This chapter describes available monitoring tools....28-2 28.2 Monitoring Operational Status...28-5 28.3 Monitoring Device Values... 28-11 28.4 Monitoring Symbol

More information

MS Visual C++ Introduction. Quick Introduction. A1 Visual C++

MS Visual C++ Introduction. Quick Introduction. A1 Visual C++ MS Visual C++ Introduction 1 Quick Introduction The following pages provide a quick tutorial on using Microsoft Visual C++ 6.0 to produce a small project. There should be no major differences if you are

More information

Wellspring FAX Service 1 September 2015

Wellspring FAX Service 1 September 2015 Training Notes 1 September 2015 Wellspring Software, Inc., offers a Fax Service that can be used with PrintBoss from any computer that has internet access. Faxes are sent from PrintBoss through the internet

More information

Welcome to. NukeWorker.com s Employer Services Job Management Tutorial

Welcome to. NukeWorker.com s Employer Services Job Management Tutorial Welcome to NukeWorker.com s Employer Services Job Management Tutorial In this module, you will learn how to manage jobs using your Employer Services account. Page 1 of 5 Table of Contents 1. ACCOUNT SUMMARY...

More information

Bank Account 1 September 2015

Bank Account 1 September 2015 Chapter 8 Training Notes Bank Account 1 September 2015 BANK ACCOUNTS Bank Accounts, or Bank Records, are typically setup in PrintBoss after the application is installed and provide options to work with

More information

OnTime Web Services User Guide

OnTime Web Services User Guide OnTime Web Services User Guide OnTime offers a set of SOAP based XML Web Services built on open standards, which allow third party applications and web sites to communicate seamlessly and in real-time

More information

SQL Server CE Remote Data Access and Replication

SQL Server CE Remote Data Access and Replication 04-P1914 8/24/2001 11:26 AM Page 134 F O U R SQL Server CE Remote Data Access and Replication Remote Data Access (RDA) and replication are two techniques that allow you to take data from an SQL Server

More information

iw Document Manager Cabinet Converter User s Guide

iw Document Manager Cabinet Converter User s Guide iw Document Manager Cabinet Converter User s Guide Contents Contents.................................................................... 1 Abbreviations Used in This Guide................................................

More information

SQL Server An Overview

SQL Server An Overview SQL Server An Overview SQL Server Microsoft SQL Server is designed to work effectively in a number of environments: As a two-tier or multi-tier client/server database system As a desktop database system

More information

Company Setup 401k Tab

Company Setup 401k Tab Reference Sheet Company Setup 401k Tab Use this page to define company level 401(k) information, including employee status codes, 401(k) sources, and 401(k) funds. The definitions you create here become

More information

While Loops and Animations

While Loops and Animations C h a p t e r 6 While Loops and Animations In this chapter, you will learn how to use the following AutoLISP functions to World Class standards: 1. The Advantage of Using While Loops and Animation Code

More information

This exhibit describes how to upload project information from Estimator (PC) to Trns.port PES (server). Figure 1 summarizes this process.

This exhibit describes how to upload project information from Estimator (PC) to Trns.port PES (server). Figure 1 summarizes this process. Facilities Development Manual Chapter 19 Plans, Specifications and Estimates Section 5 Estimates Wisconsin Department of Transportation Exhibit 10.5 Uploading project from Estimator to Trns port PES September

More information

VirtualReScan 4.2 User s Guide

VirtualReScan 4.2 User s Guide VirtualReScan 4.2 User s Guide 10300700-000 Revision A 2008 Kofax Image Products, Inc., 16245 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject to license terms.

More information

Program to solve first and second degree equations

Program to solve first and second degree equations Fundamentals of Computer Science 010-011 Laboratory 4 Conditional structures () Objectives: Design the flowchart of programs with conditional sentences Implement VB programs with conditional sentences

More information

Shimadzu UV-VIS User s Guide

Shimadzu UV-VIS User s Guide Shimadzu UV-VIS User s Guide 1) Push the F4 button on the UV-VIS instrument keypad. This will enable PC control. Push the F4 Button 2) Log into the UV-VIS software with your username and password. 3) After

More information

Simple Dialog Box Management Handout.pdf. Detailed Instructions

Simple Dialog Box Management Handout.pdf. Detailed Instructions Simple Dialog Box Management Detailed Instructions One- hour presentation first presented at Xojo Developer Conference 2014 Audience level: Beginning to Intermediate Demonstrated Xojo development: Xojo

More information

**Web mail users: Web mail provides you with the ability to access your email via a browser using a "Hotmail-like" or "Outlook 2003 like" interface.

**Web mail users: Web mail provides you with the ability to access your email via a browser using a Hotmail-like or Outlook 2003 like interface. Welcome to NetWest s new and improved email services; where we give you the power to manage your email. Please take a moment to read the following information about the new services available to you. NetWest

More information

EXERCISE 4. Load Cases Form. Objectives: Add a callback for additional analysis information. PATRAN 305 Exercise Workbook 4-1

EXERCISE 4. Load Cases Form. Objectives: Add a callback for additional analysis information. PATRAN 305 Exercise Workbook 4-1 EXERCISE 4 Load Cases Form Objectives: Add a callback for additional analysis information PATRAN 305 Exercise Workbook 4-1 4-2 PATRAN 305 Exercise Workbook Exercise 4 Problem Description: Write a PCL Class

More information

When a variable is assigned as a Process Initialization variable its value is provided at the beginning of the process.

When a variable is assigned as a Process Initialization variable its value is provided at the beginning of the process. In this lab you will learn how to create and use variables. Variables are containers for data. Data can be passed into a job when it is first created (Initialization data), retrieved from an external source

More information

J a v a Quiz (Unit 3, Test 0 Practice)

J a v a Quiz (Unit 3, Test 0 Practice) Computer Science S-111a: Intensive Introduction to Computer Science Using Java Handout #11 Your Name Teaching Fellow J a v a Quiz (Unit 3, Test 0 Practice) Multiple-choice questions are worth 2 points

More information

Access Queries (Office 2003)

Access Queries (Office 2003) Access Queries (Office 2003) Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk 293-4444 x 1 oit.wvu.edu/support/training/classmat/db/ Instructor: Kathy

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Monitor models 2010 IBM Corporation This presentation should provide an overview of monitor models in WebSphere Business Monitor. WBPM_Monitor_MonitorModels.ppt Page 1 of 25

More information

Gravity Forms: Creating a Form

Gravity Forms: Creating a Form Gravity Forms: Creating a Form 1. To create a Gravity Form, you must be logged in as an Administrator. This is accomplished by going to http://your_url/wp- login.php. 2. On the login screen, enter your

More information

CHAPTER 11: DOCUMENT ARCHIVING

CHAPTER 11: DOCUMENT ARCHIVING CHAPTER 11: DOCUMENT ARCHIVING Objectives The objective for this chapter are: Archive a copy of a sales quote. Create an interaction log entry while printing a sales quote. Restore a sales quote from the

More information

Do you pay your Creditors Electronically and sometimes forget to enter their Bank Account Number?

Do you pay your Creditors Electronically and sometimes forget to enter their Bank Account Number? Tips & Tricks Validating Creditor Bank Accounts Do you pay your Creditors Electronically and sometimes forget to enter their Bank Account Number? Do you find it easy to make mistakes when entering Bank

More information

SHIPSTATION / MIVA MERCHANT SETUP GUIDE

SHIPSTATION / MIVA MERCHANT SETUP GUIDE SHIPSTATION / MIVA MERCHANT SETUP GUIDE 9/20/2013 Miva Merchant Setup Guide ShipStation has created a Miva Merchant module to allow for a more streamlined order fulfillment process. This guide provides

More information

Sales Person Commission

Sales Person Commission Sales Person Commission Table of Contents INTRODUCTION...1 Technical Support...1 Overview...2 GETTING STARTED...3 Adding New Salespersons...3 Commission Rates...7 Viewing a Salesperson's Invoices or Proposals...11

More information

Translating to Java. Translation. Input. Many Level Translations. read, get, input, ask, request. Requirements Design Algorithm Java Machine Language

Translating to Java. Translation. Input. Many Level Translations. read, get, input, ask, request. Requirements Design Algorithm Java Machine Language Translation Translating to Java Introduction to Computer Programming The job of a programmer is to translate a problem description into a computer language. You need to be able to convert a problem description

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

Hands-on Exercise 1: VBA Coding Basics

Hands-on Exercise 1: VBA Coding Basics Hands-on Exercise 1: VBA Coding Basics This exercise introduces the basics of coding in Access VBA. The concepts you will practise in this exercise are essential for successfully completing subsequent

More information

Scanner Configuration Utility

Scanner Configuration Utility Scanner Configuration Utility 10001541-000, Revision A Introduction The Scanner Configuration Utility is now available to simplify the process of configuring your scanner or file import source for use

More information

RIT Installation Instructions

RIT Installation Instructions RIT User Guide Build 1.00 RIT Installation Instructions Table of Contents Introduction... 2 Introduction to Excel VBA (Developer)... 3 API Commands for RIT... 11 RIT API Initialization... 12 Algorithmic

More information

Siemens S7 Status Word

Siemens S7 Status Word Siemens S7 Status Word In Siemens PLCs the Status Word is an internal CPU register used to keep track of the state of the instructions as they are being processed. In order to use STL more effectively

More information

Access 2010: The Navigation Pane

Access 2010: The Navigation Pane Access 2010: The Navigation Pane Table of Contents OVERVIEW... 1 BEFORE YOU BEGIN... 2 ADJUSTING THE NAVIGATION PANE... 3 USING DATABASE OBJECTS... 3 CUSTOMIZE THE NAVIGATION PANE... 3 DISPLAY AND SORT

More information

SirsiDynix Symphony 3.2 Reports Training Guide DOC-REPTGEN-S

SirsiDynix Symphony 3.2 Reports Training Guide DOC-REPTGEN-S SirsiDynix Symphony 3.2 Reports Training Guide DOC-REPTGEN-S Publication Name: SirsiDynix Symphony 3.2 Reports Training Guide Publication Number: DOC-REPTGEN-S Version Number: SirsiDynix Symphony 3.2 Latest

More information

Step-by-Step Guide to Active Directory Bulk Import and Export

Step-by-Step Guide to Active Directory Bulk Import and Export Page 1 of 12 TechNet Home > Windows Server TechCenter > Identity and Directory Services > Active Directory > Step By Step Step-by-Step Guide to Active Directory Bulk Import and Export Published: September

More information

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior.

Table and field properties Tables and fields also have properties that you can set to control their characteristics or behavior. Create a table When you create a database, you store your data in tables subject-based lists that contain rows and columns. For instance, you can create a Contacts table to store a list of names, addresses,

More information

Hands-On: Introduction to Object-Oriented Programming in LabVIEW

Hands-On: Introduction to Object-Oriented Programming in LabVIEW Version 13.11 1 Hr Hands-On: Introduction to Object-Oriented Programming in LabVIEW Please do not remove this manual. You will be sent an email which will enable you to download the presentations and an

More information

ExhIBIT 1 User Manager and Users Group

ExhIBIT 1 User Manager and Users Group 51-30-26 DATA COMMUNICATIONS MANAGEMENT SECURITY IN A WINDOWS NT ENVIRONMENT Gilbert Held INSIDE The User Manager, Creating a User Account, Comparing NT and NetWare Groups, Assigning Users to Groups, Working

More information

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Searching Guide Version 8.0 December 11, 2013

Searching Guide Version 8.0 December 11, 2013 Searching Guide Version 8.0 December 11, 2013 For the most recent version of this document, visit our documentation website. Table of Contents 1 Searching overview 5 2 Filters 6 2.1 Using filters 6 2.1.1

More information

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1

Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 Simply Accounting Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the SAI reports... 3 Running, Copying and Pasting reports... 4 Creating and linking a report... 5 Auto e-mailing reports...

More information

FILESURF 7.5 SR3/WORKSITE INTEGRATION INSTALLATION MANUAL 1 PRELIMINARIES...3 STEP 1 - PLAN THE FIELD MAPPING...3 STEP 2 - WORKSITE CONFIGURATION...

FILESURF 7.5 SR3/WORKSITE INTEGRATION INSTALLATION MANUAL 1 PRELIMINARIES...3 STEP 1 - PLAN THE FIELD MAPPING...3 STEP 2 - WORKSITE CONFIGURATION... FILESURF 7.5 SR3/WORKSITE INTEGRATION 1 PRELIMINARIES...3 Prerequisites... 3 The FILESURFAdmin User Domain Account Required... 3 STEP 1 - PLAN THE FIELD MAPPING...3 Plan Which WorkSite Fields Will Carry

More information

3. Installation for Windows 95/98/NT4. 1. Introduction

3. Installation for Windows 95/98/NT4. 1. Introduction Cat. No. 213027 Rev. D SA-PCR PRO.11 Drivers and Applications Quick Installation & Operation Guide 1. Introduction 1.1 Package Contents When you first open the SA-PCR PRO.11, the package contains the following:

More information

Auto-Archiving your Emails in Outlook

Auto-Archiving your Emails in Outlook Changing the AutoArchive Settings for all your Mailbox Folders Changing the AutoArchive Settings for all your Mailbox Folders (cont.) One way to minimize the amount of server space you are using for your

More information

National Database System (NDS-32) Macro Programming Standards For Microsoft Word Annex - 8

National Database System (NDS-32) Macro Programming Standards For Microsoft Word Annex - 8 National Database System () Macro Programming Standards For Microsoft Word Annex - 8 02/28/2000 /10:23 AM ver.1.0.0 Doc. Id: RNMSWS softcopy : word page : 1/6 Objectives A well-defined system needs to

More information

How-To Guide. SigCard1 (With Microsoft Access) Demo. Copyright Topaz Systems Inc. All rights reserved.

How-To Guide. SigCard1 (With Microsoft Access) Demo. Copyright Topaz Systems Inc. All rights reserved. How-To Guide SigCard1 (With Microsoft Access) Demo Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents

More information

Visual Basic and OPC All versions of Kepware OPC Servers 10/23/03

Visual Basic and OPC All versions of Kepware OPC Servers 10/23/03 Visual Basic and OPC All versions of Kepware OPC Servers 10/23/03 Introduction This document is intended to show the user the minimum required steps to connect an Visual Basic application to and OPC server

More information

Document Management Getting Started Guide

Document Management Getting Started Guide Document Management Getting Started Guide Version: 6.6.x Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software, Inc. All other

More information

ELEPHANT. Serviced Offices. The 116 Group Limited Telephone: 0203 3713333

ELEPHANT. Serviced Offices. The 116 Group Limited Telephone: 0203 3713333 ELEPHANT In Serviced Offices The 116 Group Limited Telephone: 0203 3713333 Web: www.wcgl.co.uk Revision 1.9.0 ELEPHANT IN SERVICED OFFICES TABLE OF CONTENTS Elephant in Serviced Offices... 3 Table of contents...

More information

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0

VISUAL GUIDE to. RX Scripting. for Roulette Xtreme - System Designer 2.0 VISUAL GUIDE to RX Scripting for Roulette Xtreme - System Designer 2.0 UX Software - 2009 TABLE OF CONTENTS INTRODUCTION... ii What is this book about?... iii How to use this book... iii Time to start...

More information

Uniden s E-Scanner Programming Software Version 2.0

Uniden s E-Scanner Programming Software Version 2.0 Uniden s E-Scanner Programming Software Version 2.0 Uniden s E-Scanner programming software is a free software program developed to program conventional frequencies into Uniden Bearcat scanners (models

More information

Appointment and Removal of an Investment Adviser User Guide

Appointment and Removal of an Investment Adviser User Guide Appointment and Removal of an Investment Adviser User Guide Appointment and Removal of an Investment Adviser (Discretionary Fund Manager) This guide will help you when you re using the Zurich Intermediary

More information

Smart Connection 9 Element Labels

Smart Connection 9 Element Labels 08 Smart Connection 9 Element Labels This document is part of the documentation for Smart Connection 9 and is an extract from the former Smart Connection 9 User Guide for InDesign. For more information

More information

Office of History. Using Code ZH Document Management System

Office of History. Using Code ZH Document Management System Office of History Document Management System Using Code ZH Document The ZH Document (ZH DMS) uses a set of integrated tools to satisfy the requirements for managing its archive of electronic documents.

More information

Creating a table of contents quickly in Word

Creating a table of contents quickly in Word Creating a table of contents quickly in Word This note shows you how to set up a table of contents that can be generated and updated quickly and easily, even for the longest and most complex documents.

More information

DS-0321 FFT Analysis Software Operation manual Basic operation procedure for Configuration Setting

DS-0321 FFT Analysis Software Operation manual Basic operation procedure for Configuration Setting DS-0321 FFT Analysis Software Operation manual Basic operation procedure for Configuration Setting ONO SOKKI CO., LTD. The Configuration window is used to make various settings and operations of the DS-0321

More information

Library Management System

Library Management System Library Management System UNDER THE GUIDANCE OF Mr. E.mitra Submitted to :-Head of training & Placement dept Submitted By: -Seema jajoria ACKNOWLEDGEMENT We are extremely grateful and remain indebted to

More information

Setting up Auto Import/Export for Version 7

Setting up Auto Import/Export for Version 7 Setting up Auto Import/Export for Version 7 The export feature button is available in the program Maintain Area of the software and is conveniently located in the grid toolbar. This operation allows the

More information

Asset Track Getting Started Guide. An Introduction to Asset Track

Asset Track Getting Started Guide. An Introduction to Asset Track Asset Track Getting Started Guide An Introduction to Asset Track Contents Introducing Asset Track... 3 Overview... 3 A Quick Start... 6 Quick Start Option 1... 6 Getting to Configuration... 7 Changing

More information

Pdf - print version. Lab Objectives: When you are finished with this lab you should be able to:

Pdf - print version. Lab Objectives: When you are finished with this lab you should be able to: 1 of 5 Pdf - print version LAB EXERCISE 2 File Management in Windows Summary: This lab is a continuation of the concepts and techniques introduced in Lab1, which introduced you to the Windows interface

More information

Visual Basic and Databases

Visual Basic and Databases 1-1 1. Introducing Preview In this first chapter, we will do a quick overview of what the course entails. We will discuss what you need to complete the course. We ll take a brief look at what databases

More information

Snap 9 Professional s Scanning Module

Snap 9 Professional s Scanning Module Miami s Quick Start Guide for Using Snap 9 Professional s Scanning Module to Create a Scannable Paper Survey Miami s Survey Solutions Snap 9 Professional Scanning Module Overview The Snap Scanning Module

More information

Banner Document Management Suite (BDMS) Web Access Help

Banner Document Management Suite (BDMS) Web Access Help May 10 th, 2011 Banner Document Management Suite (BDMS) Web Access Help Division of Information Technology AppXtender Web Access Help: For questions regarding AppXtender Web Access, please contact the

More information

VisionMate Flat Bed Scanner 2D Tube Barcode Reader

VisionMate Flat Bed Scanner 2D Tube Barcode Reader VisionMate Flat Bed Scanner 2D Tube Barcode Reader User s Manual Page 1 Catalog #3111 MAN-21256 Rev G Contact Information North America: Tel: 800.345.0206 email: matrix.info@thermofisher.com Europe: Tel:

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

Getting Started with STATISTICA Enterprise Programming

Getting Started with STATISTICA Enterprise Programming Getting Started with STATISTICA Enterprise Programming 2300 East 14th Street Tulsa, OK 74104 Phone: (918) 749 1119 Fax: (918) 749 2217 E mail: mailto:developerdocumentation@statsoft.com Web: www.statsoft.com

More information

Configuring MDaemon for Centralized Spam Blocking and Filtering

Configuring MDaemon for Centralized Spam Blocking and Filtering Configuring MDaemon for Centralized Spam Blocking and Filtering Alt-N Technologies, Ltd 2201 East Lamar Blvd, Suite 270 Arlington, TX 76006 (817) 525-2005 http://www.altn.com July 26, 2004 Contents A Centralized

More information

ACS Microcomputer Workshop Excel: Functions and Data Analysis Tools

ACS Microcomputer Workshop Excel: Functions and Data Analysis Tools ACS Microcomputer Workshop Excel: Functions and Data Analysis Tools Introduction The Excel software package consists of three basic parts: its electronic spreadsheet, graphics, and database utilities.

More information

Moving from C++ to VBA

Moving from C++ to VBA Introduction College of Engineering and Computer Science Mechanical Engineering Department Mechanical Engineering 309 Numerical Analysis of Engineering Systems Fall 2014 Number: 15237 Instructor: Larry

More information

CGS 1550 File Transfer Project Revised 3/10/2005

CGS 1550 File Transfer Project Revised 3/10/2005 CGS 1550 File Transfer Project Revised 3/10/2005 PURPOSE: The purpose of this project is to familiarize students with the three major styles of FTP client, which are: Pure (FTP only), character-based,

More information

KaleidaGraph Quick Start Guide

KaleidaGraph Quick Start Guide KaleidaGraph Quick Start Guide This document is a hands-on guide that walks you through the use of KaleidaGraph. You will probably want to print this guide and then start your exploration of the product.

More information

Add an Audit Trail to your Access Database

Add an Audit Trail to your Access Database Add an to your Access Database Published: 22 April 2013 Author: Martin Green Screenshots: Access 2010, Windows 7 For Access Versions: 2003, 2007, 2010 About This Tutorial My Access tutorials are designed

More information