What s New in Visual FoxPro 7.0

Size: px
Start display at page:

Download "What s New in Visual FoxPro 7.0"

Transcription

1

2 What s New in Visual FoxPro 7.0 Tamar E. Granor Doug Hennig Kevin McNeish Hentzenwerke Publishing

3 Published by: Hentzenwerke Publishing 980 East Circle Drive Whitefish Bay WI USA Hentzenwerke Publishing books are available through booksellers and directly from the publisher. Contact Hentzenwerke Publishing at: (fax) What s New in Visual FoxPro 7.0 By Tamar E. Granor, Doug Hennig & Kevin McNeish Technical Editor: Alex Wieder Copy Editor: Farion Grove Copyright 2001 by Tamar E. Granor, Doug Hennig & Kevin McNeish All other products and services identified throughout this book are trademarks or registered trademarks of their respective companies. They are used throughout this book in editorial fashion only and for the benefit of such companies. No such uses, or the use of any trade name, is intended to convey endorsement or other affiliation with this book. All rights reserved. No part of this book, or the ebook files available by download from Hentzenwerke Publishing, may be reproduced or transmitted in any form or by any means, electronic, mechanical photocopying, recording, or otherwise, without the prior written permission of the publisher, except that program listings and sample code files may be entered, stored and executed in a computer system. The information and material contained in this book are provided as is, without warranty of any kind, express or implied, including without limitation any warranty concerning the accuracy, adequacy, or completeness of such information or material or the results to be obtained from using such information or material. Neither Hentzenwerke Publishing nor the authors or editors shall be responsible for any claims attributable to errors, omissions, or other inaccuracies in the information or material contained in this book. In no event shall Hentzenwerke Publishing or the authors or editors be liable for direct, indirect, special, incidental, or consequential damages arising out of the use of such information or material. ISBN: Manufactured in the United States of America.

4 iii Our Contract with You, The Reader In which we, the folks who make up Hentzenwerke Publishing, describe what you, the reader, can expect from this book and from us. Hi there! I ve been writing professionally (in other words, eventually getting a paycheck for my scribbles) since 1974, and writing about software development since As an author, I ve worked with a half-dozen different publishers and corresponded with thousands of readers over the years. As a software developer and all-around geek, I ve also acquired a library of more than 100 computer and software-related books. Thus, when I donned the publisher s cap four years ago to produce the 1997 Developer s Guide, I had some pretty good ideas of what I liked (and didn t like) from publishers, what readers liked and didn t like, and what I, as a reader, liked and didn t like. Now, with our new titles for 2001, we re entering our fourth season. (For those who are keeping track, the 97 DevGuide was our first, albeit abbreviated, season, the batch of six Essentials for Visual FoxPro 6.0 in 1999 was our second, and, in keeping with the sports analogy, the books we published in 2000 comprised our third.) John Wooden, the famed UCLA basketball coach, posited that teams aren t consistent; they re always getting better or worse. We d like to get better One of my goals for this season is to build a closer relationship with you, the reader. In order for us to do this, you ve got to know what you should expect from us. You have the right to expect that your order will be processed quickly and correctly, and that your book will be delivered to you in new condition. You have the right to expect that the content of your book is technically accurate and up-to-date, that the explanations are clear, and that the layout is easy to read and follow without a lot of fluff or nonsense. You have the right to expect access to source code, errata, FAQs, and other information that s relevant to the book via our Web site. You have the right to expect an electronic version of your printed book to be available via our Web site. You have the right to expect that, if you report errors to us, your report will be responded to promptly, and that the appropriate notice will be included in the errata and/or FAQs for the book. Naturally, there are some limits that we bump up against. There are humans involved, and they make mistakes. A book of 500 pages contains, on average, 150,000 words and several megabytes of source code. It s not possible to edit and re-edit multiple times to catch every last

5 iv misspelling and typo, nor is it possible to test the source code on every permutation of development environment and operating system and still price the book affordably. Once printed, bindings break, ink gets smeared, signatures get missed during binding. On the delivery side, Web sites go down, packages get lost in the mail. Nonetheless, we ll make our best effort to correct these problems once you let us know about them. In return, when you have a question or run into a problem, we ask that you first consult the errata and/or FAQs for your book on our Web site. If you don t find the answer there, please us at books@hentzenwerke.com with as much information and detail as possible, including 1) the steps to reproduce the problem, 2) what happened, and 3) what you expected to happen, together with 4) any other relevant information. I d like to stress that we need you to communicate questions and problems clearly. For example Your downloads don t work isn t enough information for us to help you. I get a 404 error when I click on the Download Source Code link on is something we can help you with. The code in Chapter 10 caused an error again isn t enough information. I performed the following steps to run the source code program DisplayTest.PRG in Chapter 10, and I received an error that said Variable m.licounter not found is something we can help you with. We ll do our best to get back to you within a couple of days, either with an answer or at least an acknowledgement that we ve received your inquiry and that we re working on it. On behalf of the authors, technical editors, copy editors, layout artists, graphical artists, indexers, and all the other folks who have worked to put this book in your hands, I d like to thank you for purchasing this book, and I hope that it will prove to be a valuable addition to your technical library. Please let us know what you think about this book we re looking forward to hearing from you. As Groucho Marx once observed, Outside of a dog, a book is a man s best friend. Inside of a dog, it s too dark to read. Whil Hentzen Hentzenwerke Publishing July 2001

6 v List of Chapters SECTION 1 Developer Productivity 3 Chapter 1: IntelliSense 5 Chapter 2: Editor Enhancements 31 Chapter 3: New and Better Tools 43 Chapter 4: More IDE Changes 75 SECTION 2 Developing Desktop Applications 79 Chapter 5: Data 81 Chapter 6: OOP Enhancements 107 Chapter 7: Strings 119 Chapter 8: Resource Management 125 Chapter 9: Arrays 141 Chapter 10: Bits and Pieces 147 SECTION 3 Developing Components 151 Chapter 11: Building Component-Based Software 153 Chapter 12: Building World-Class COM Servers in VFP Chapter 13: Implementing Interfaces 183 Chapter 14: Playing in the COM+ Sandbox 197 Chapter 15: Working with Web Services 225 APPENDIX 251 Appendix: New Installation Features 253

7

8 vii Table of Contents Our Contract with You, The Reader Acknowledgements About the Authors How to Download the Files Foreword iii xvii xix xxi xxiii Introduction 1 Organization 1 Get the picture 2 What about the code? 2 Go to it 2 SECTION 1 Developer Productivity 3 Chapter 1: IntelliSense 5 What IntelliSense offers 5 Automatic keyword completion 5 Command and function syntax tips 7 List of members 9 Early binding 10 Values list 11 Most recently used file list 12 Table, field, and variable lists 13 Configuring IntelliSense 14 IntelliSense Manager 14 Configuring IntelliSense programmatically 19 Scripting IntelliSense 19 Creating your own shortcuts 19 Hooking into the default script 25 Other IntelliSense-related items 29 Summary 29 Chapter 2: Editor Enhancements 31 Writing code 31 Parenthesis matching 31

9 viii Dirty file indicator 31 Live hyperlinks 32 Formatting code 33 Tabs vs. spaces 34 Visible white space 34 More options to set 35 More menu items 37 Working with existing code 38 Moving around in the editor 38 Marking points 38 Finding text 39 Finding places 41 Better access to files 42 Summary 42 Chapter 3: New and Better Tools 43 Modern menus 43 Class and Form Designers 47 Drilling down into containers 47 Identifying ActiveX PEMs 47 Identifying inherited methods 48 Preserving case in parameters statements 49 Real grid coordinates 49 Project Manager 50 Report Designer 50 Distributing applications 50 Creating an InstallShield Express project 51 Organize your setup 52 Specify application data 53 Configure the target system 56 Customize the setup appearance 58 Define setup requirements 59 Prepare for release 59 Other InstallShield Express information 60 Window behavior 60 Dockable windows 60 Properties Window enhancements 63 Other window enhancements 63 Task List 64 Improved debugging 66 Active Accessibility and the Accessibility Browser 67 Automated testing 69 Modify Procedure and View 72 New FFC classes 72

Cyan Sample. Forward T Software. Infotainment Channel Design Sample. Revision as of January 22, 2009 г. Instruction on Installation and Use

Cyan Sample. Forward T Software. Infotainment Channel Design Sample. Revision as of January 22, 2009 г. Instruction on Installation and Use Forward T Software Cyan Sample Infotainment Channel Design Sample Revision as of January 22, 2009 г. Instruction on Installation and Use SoftLab-NSK Notice The information in this document is subject to

More information

Device Management Requirements

Device Management Requirements Device Management Requirements Approved Version 2.0 09 Feb 2016 Open Mobile Alliance OMA-RD-DM-V2_0-20160209-A [OMA-Template-ReqDoc-20160101-I] OMA-RD-DM-V2_0-20160209-A Page 2 (14) Use of this document

More information

Firmware Update Management Object Architecture

Firmware Update Management Object Architecture Firmware Update Management Object Architecture Approved Version 1.0 09 Feb 2007 Open Mobile Alliance OMA-AD-FUMO-V1_0-20070209-A OMA-AD-FUMO-V1_0-20070209-A Page 2 (15) Use of this document is subject

More information

Firmware Update Management Object Architecture

Firmware Update Management Object Architecture Firmware Update Management Object Architecture Candidate Version 1.0 15 Jun 2006 Open Mobile Alliance OMA-AD-FUMO-V1_0-20060615-C OMA-AD-FUMO-V1_0-20060615-C Page 2 (16) Use of this document is subject

More information

Forward Т Software. SDI option. Revision as of December 19, Installation and Setup Guide. SoftLab-NSK Ltd.

Forward Т Software. SDI option. Revision as of December 19, Installation and Setup Guide. SoftLab-NSK Ltd. Forward Т Software SDI option Revision as of December 19, 2008. Installation and Setup Guide SoftLab-NSK Ltd. Notice The information in this document is subject to change without prior notice in order

More information

Xpedition Layout for Package Design. Student Workbook

Xpedition Layout for Package Design. Student Workbook Student Workbook 2017 Mentor Graphics Corporation All rights reserved. This document contains information that is trade secret and proprietary to Mentor Graphics Corporation or its licensors and is subject

More information

DM DiagMon Architecture

DM DiagMon Architecture DM DiagMon Architecture Approved Version 1.0 20 Dec 2011 Open Mobile Alliance OMA-AD-DM-DiagMon-V1_0-20111220-A [OMA-Template-ArchDoc-20110121-I] OMA-AD-DM-DiagMon-V1_0-20111220-A Page 2 (13) Use of this

More information

Guide to InTouch HMI Documentation Invensys Systems, Inc.

Guide to InTouch HMI Documentation Invensys Systems, Inc. Guide to InTouch HMI Documentation Invensys Systems, Inc. Revision A Last Revision: 6/5/07 Copyright 2007 Invensys Systems, Inc. All Rights Reserved. All rights reserved. No part of this documentation

More information

Device Management Requirements

Device Management Requirements Device Management Requirements Approved Version 1.3 24 May 2016 Open Mobile Alliance OMA-RD-DM-V1_3-20160524-A OMA-RD-DM-V1_3-20160524-A Page 2 (15) Use of this document is subject to all of the terms

More information

ivw-fd122 Video Wall Controller MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Page i Rev. 1.

ivw-fd122 Video Wall Controller MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Page i Rev. 1. MODEL: ivw-fd122 Video Wall Controller Supports 2 x 2 Video Wall Array User Manual Rev. 1.01 Page i Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior notice

More information

Wonderware Guide to InTouch HMI Documentation

Wonderware Guide to InTouch HMI Documentation Wonderware Guide to InTouch HMI Documentation 10/29/15 All rights reserved. No part of this documentation shall be reproduced, stored in a retrieval system, or transmitted by any means, electronic, mechanical,

More information

CLIPSTER. 3D LUT File Generation with the Kodak Display Manager. Supplement

CLIPSTER. 3D LUT File Generation with the Kodak Display Manager. Supplement Supplement: CLIPSTER 3D LUT File Generation with the Kodak Display Manager (Version 1.0) CLIPSTER 3D LUT File Generation with the Kodak Display Manager Supplement Supplement for the CLIPSTER Documentation:

More information

CELCAT Room Booker (CELCAT Live)

CELCAT Room Booker (CELCAT Live) CELCAT Room Booker (CELCAT Live) Modified for Durack Institute of Technology 05/02/2015 by Kelly Edwards 2 P a g e All trademarks acknowledged. E&OE. CDS (Australasia) Pty Ltd 2014 No part of this document

More information

Mid Frequency Antennas Comparison in GaiaSpectrum Standard

Mid Frequency Antennas Comparison in GaiaSpectrum Standard Geoscanners AB Mid Frequency Antennas Comparison in GaiaSpectrum Standard This is a short comparison survey of two commercially available antennas, the HBD-350 manufactured by Radarteam Sweden AB Boden,

More information

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1.

ivw-fd133 Video Wall Controller MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Page i Rev. 1. MODEL: ivw-fd133 Video Wall Controller Supports 3 x 3 and 2 x 2 Video Wall Array User Manual Rev. 1.01 Page i Copyright COPYRIGHT NOTICE The information in this document is subject to change without prior

More information

DM Scheduling Architecture

DM Scheduling Architecture DM Scheduling Architecture Approved Version 1.0 19 Jul 2011 Open Mobile Alliance OMA-AD-DM-Scheduling-V1_0-20110719-A OMA-AD-DM-Scheduling-V1_0-20110719-A Page 2 (16) Use of this document is subject to

More information

Modbus for SKF IMx and Analyst

Modbus for SKF IMx and Analyst User manual Modbus for SKF IMx and SKF @ptitude Analyst Part No. 32342700-EN Revision A WARNING! - Read this manual before using this product. Failure to follow the instructions and safety precautions

More information

Marketing Primo at Your Institution

Marketing Primo at Your Institution Marketing Primo at Your Institution Copyright Statement All of the information and material inclusive of text, images, logos, product names is either the property of, or used with permission by Ex Libris

More information

Reference Release Definition for ConnMO

Reference Release Definition for ConnMO Reference Release Definition for ConnMO Approved Version 07 Nov 2008 Open Mobile Alliance OMA-RRELD-ConnMO-V1_0-20081107-A OMA-RRELD-ConnMO-V1_0-20081107-A Page 2 (12) Use of this document is subject to

More information

Clean Code.

Clean Code. Clean Code Robert C. Martin Series The mission of this series is to improve the state of the art of software craftsmanship. The books in this series are technical, pragmatic, and substantial. The authors

More information

OMA Device Management Server Delegation Protocol

OMA Device Management Server Delegation Protocol OMA Device Management Server Delegation Protocol Candidate Version 1.3 06 Mar 2012 Open Mobile Alliance OMA-TS-DM_Server_Delegation_Protocol-V1_3-20120306-C OMA-TS-DM_Server_Delegation_Protocol-V1_3-20120306-C

More information

Table of content. Table of content Introduction Concepts Hardware setup...4

Table of content. Table of content Introduction Concepts Hardware setup...4 Table of content Table of content... 1 Introduction... 2 1. Concepts...3 2. Hardware setup...4 2.1. ArtNet, Nodes and Switches...4 2.2. e:cue butlers...5 2.3. Computer...5 3. Installation...6 4. LED Mapper

More information

New ILS Data Delivery Guidelines

New ILS Data Delivery Guidelines New ILS Data Delivery Guidelines CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY UNLESS

More information

AABB Trademark Usage Guidelines

AABB Trademark Usage Guidelines AABB Trademark Usage Guidelines AABB's Philosophy on Trademarks AABB's trademarks, service marks, member logos and accreditation logos, currently consist of the AABB logo, AABB logo with Member, AABB logo

More information

ALEPH Z39.50 Client Conformance to U.S. National Z39.50 Profile (ANSI/NISO Z ) Version and Later

ALEPH Z39.50 Client Conformance to U.S. National Z39.50 Profile (ANSI/NISO Z ) Version and Later ALEPH Z39.50 Client Conformance to U.S. National Z39.50 Profile (ANSI/NISO Z39.89 2003) Version 18.01 and Later CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its

More information

MaxView Cinema Kit Quick Install Guide

MaxView Cinema Kit Quick Install Guide SYSTEM SETUP The MaxView will work at any of the following display settings: INSTALLATION MaxView Cinema Kit Quick Install Guide Step 1 - Turn off your computer. Disconnect your monitor s VGA cable from

More information

Extreme MINDSTORMS TM : An Advanced Guide to LEGO MINDSTORMS TM

Extreme MINDSTORMS TM : An Advanced Guide to LEGO MINDSTORMS TM IURQWIP3DJHL:HGQHVGD\2 WREHU30 Extreme MINDSTORMS TM : An Advanced Guide to LEGO MINDSTORMS TM DAVE BAUM, MICHAEL GASPERI, RALPH HEMPEL, AND LUIS VILLA IURQWIP3DJHLL:HGQHVGD\2 WREHU30 Extreme MINDSTORMS

More information

HawkEye 1500 Series Quick Start Guide V2.4.1, Nov 2008

HawkEye 1500 Series Quick Start Guide V2.4.1, Nov 2008 HawkEye 1500 Series Quick Start Guide V2.4.1, Nov 2008 EM-40390-1V241 Copyright and Disclaimer Copyright 2008 by Microscan Systems, Inc. 1201 S.W. 7th Street, Renton, WA, U.S.A. 98057 (425) 226-5700 FAX:

More information

Device Management Push Binding

Device Management Push Binding Device Management Push Binding Approved Version 1.3 24 May 2016 Open Mobile Alliance OMA-TS-DM_PushBinding-V1_3-20160524-A OMA-TS-DM_PushBinding-V1_3-20160524-A Page 2 (11) Use of this document is subject

More information

ForwardT Plugins. AutoDetect (SCTE-35) Automatic Ad insertion using SCTE-35 cue messages. Revision as of. October 28, User s Guide.

ForwardT Plugins. AutoDetect (SCTE-35) Automatic Ad insertion using SCTE-35 cue messages. Revision as of. October 28, User s Guide. ForwardT Plugins AutoDetect (SCTE-35) Automatic Ad insertion using SCTE-35 cue messages Revision as of. October 28, 205. User s Guide SoftLab-NSK Notice The information in this document is subject to change

More information

SecureFTP Procedure for Alma Implementing Customers

SecureFTP Procedure for Alma Implementing Customers SecureFTP Procedure for Alma Implementing Customers CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss.

More information

IoT Toolbox Mobile Application User Manual

IoT Toolbox Mobile Application User Manual Rev. 0 19 December 2017 User Manual Document information Info Keywords Abstract Content User Manual, IoT, Toolbox The IoT Toolbox is a mobile application developed by NXP Semiconductors and designed for

More information

RF Solution for LED Display Screen

RF Solution for LED Display Screen RF Solution for LED Display Screen Introduction RF is a kind of wireless telecommunication technology, now standard IEEE802.11B is much popular. Communication speed between server and terminal can reach

More information

THE INSIDER SECRETS TO EBOOK SELF-PUBLISHING

THE INSIDER SECRETS TO EBOOK SELF-PUBLISHING THE INSIDER SECRETS TO EBOOK SELF-PUBLISHING How to Make Your Own ebook From Concepts to Profit Copyright 2007 - By Younes Boutriq FOREWORD First I want to Thank you for your interest in this ebook The

More information

Developing Android on Android

Developing Android on Android Extracted from: Developing Android on Android Automate Your Device with Scripts and Tasks This PDF file contains pages extracted from Developing Android on Android, published by the Pragmatic Bookshelf.

More information

Auro 11.1 update for ICMP. Installation manual

Auro 11.1 update for ICMP. Installation manual Auro 11.1 update for ICMP Installation manual R5905864/01 02/09/2015 Barco NV President Kennedypark 35, 8500 Kortrijk, Belgium Phone: +32 56.36.82.11 Fax: +32 56.36.883.86 Support: www.barco.com/en/support

More information

3 rd Party Interfaces. Version Installation and User Guide

3 rd Party Interfaces. Version Installation and User Guide 3 rd Party Interfaces Version 2.1.2 Installation and User Guide Imprint Silicon Software GmbH Steubenstraße 46 68163 Mannheim, Germany Tel.: +49 (0) 621 789507 0 Fax: +49 (0) 621 789507 10 2015 Silicon

More information

SportReplay Multichannel Video Recording and Instant Replay system

SportReplay Multichannel Video Recording and Instant Replay system SportReplay Multichannel Video Recording and Instant Replay system User s guide Revision from November 28, 2006 ReplayMachineSoftware 4.0.0 SoftLab-NSK, Ltd. Notice The information in this document is

More information

ForwardT Software. Teletext. Receiving and Rebroadcasting Video Signal with Teletext. Revision as of February 17, Quick Start.

ForwardT Software. Teletext. Receiving and Rebroadcasting Video Signal with Teletext. Revision as of February 17, Quick Start. ForwardT Software Teletext Receiving and Rebroadcasting Video Signal with Teletext Revision as of February 17, 2014 Quick Start SoftLab-NSK Notice The information in this document is subject to change

More information

STB Front Panel User s Guide

STB Front Panel User s Guide S ET-TOP BOX FRONT PANEL USER S GUIDE 1. Introduction The Set-Top Box (STB) Front Panel has the following demonstration capabilities: Pressing 1 of the 8 capacitive sensing pads lights up that pad s corresponding

More information

Letters.org. SORRY LETTER TO AUNT. Included: Sorry Letter to Aunt

Letters.org.   SORRY LETTER TO AUNT. Included: Sorry Letter to Aunt Letters.org SORRY LETTER TO AUNT Included: Introduction Tips Sample Template 1 Introduction In a relationship, mistakes and misunderstandings do happen. For whatever the reason may be, they bring in a

More information

FAQ of DVB-S PI210. Copyright KWorld Computer Co., Ltd. All rights are reserved. October 24, 2007

FAQ of DVB-S PI210. Copyright KWorld Computer Co., Ltd. All rights are reserved. October 24, 2007 FAQ of DVB-S PI210 Copyright 2007. KWorld Computer Co., Ltd. All rights are reserved. October 24, 2007 Page 1 of 17 (1)I had just received my product, I don t know how to set up everything!...3 (2)If my

More information

Join the p2p.wrox.com. Wrox Programmer to Programmer. Beginning. Python. Using Python 2.6 and Python 3.1. James Payne

Join the p2p.wrox.com. Wrox Programmer to Programmer. Beginning. Python. Using Python 2.6 and Python 3.1. James Payne Join the discussion @ p2p.wrox.com Wrox Programmer to Programmer Beginning Python Using Python 2.6 and Python 3.1 James Payne Programmer to Programmer Get more out of wrox.com Interact Take an active role

More information

Wireless VGA Extender LR. GTV-WVGA-LR. User Manual

Wireless VGA Extender LR.   GTV-WVGA-LR. User Manual Wireless VGA Extender LR GTV-WVGA-LR User Manual www.gefentv.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to

More information

User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit-

User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit- User Manual for ICP DAS WISE Monitoring IoT Kit -Microsoft Azure IoT Starter Kit- [Version 1.0.2] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP

More information

4X1 Gefen TV Switcher GTV-HDMI N. User Manual

4X1 Gefen TV Switcher GTV-HDMI N. User Manual 4X1 Gefen TV Switcher GTV-HDMI1.3-441N User Manual INTRODUCTION Congratulations on your purchase of the 4x1 GefenTV Switcher. Your complete satisfaction is very important to us. GefenTV GefenTV is a unique

More information

OPERATING YOUR SYSTEM WITH MX-850

OPERATING YOUR SYSTEM WITH MX-850 OPERATING YOUR SYSTEM WITH MX-850 This remote control was Custom Programmed for you by: For questions about your Custom Programming call: Custom Programming of a complex home theater and/or a multi-room

More information

Copyright and Disclaimer

Copyright and Disclaimer Copyright and Disclaimer All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means electronic, mechanical, photocopying,

More information

Application Note. PICOLO Alert, Sharing the Digitizing Power

Application Note. PICOLO Alert, Sharing the Digitizing Power Application Note PICOLO Alert, Sharing the Digitizing Power www.euresys.com info@euresys.com Copyright 006 Euresys s.a. Belgium. Euresys is registred trademark of Euresys s.a. Belgium. All registered trademarks

More information

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter.

administration access control A security feature that determines who can edit the configuration settings for a given Transmitter. Castanet Glossary access control (on a Transmitter) Various means of controlling who can administer the Transmitter and which users can access channels on it. See administration access control, channel

More information

Channel calculation with a Calculation Project

Channel calculation with a Calculation Project 03/17 Using channel calculation The Calculation Project allows you to perform not only statistical evaluations, but also channel-related operations, such as automated post-processing of analysis results.

More information

Autotask Integration Guide

Autotask Integration Guide Autotask Integration Guide Updated May 2015 - i - Welcome to Autotask Why integrate Autotask with efolder? Autotask is all-in-one web-based Professional Services Automation (PSA) software designed to help

More information

Device Management Push Binding

Device Management Push Binding Device Management Push Binding Candidate Version 1.3 06 Mar 2012 Open Mobile Alliance OMA-TS-DM_PushBinding-V1_3-20120306-C 2012 Open Mobile Alliance Ltd. All Rights Reserved. OMA-TS-DM_PushBinding-V1_3-20120306-C

More information

AY-U910 UHF Integrated Long-Range Reader Installation and User Manual

AY-U910 UHF Integrated Long-Range Reader Installation and User Manual AY-U910 UHF Integrated Long-Range Reader Installation and User Manual Copyright 2016 by Rosslare. All rights reserved. This manual and the information contained herein are proprietary to ROSSLARE ENTERPRISES

More information

ExtIO Plugin User Guide

ExtIO Plugin User Guide Overview The SDRplay Radio combines together the Mirics flexible tuner front-end and USB Bridge to produce a SDR platform capable of being used for a wide range of worldwide radio and TV standards. This

More information

U SER S G UIDE. TS2002A Fiber Optic Test Kit

U SER S G UIDE. TS2002A Fiber Optic Test Kit U SER S G UIDE TS2002A Fiber Optic Test Kit TS2002A Test System Black Box TS2002A test system performs optical power loss measurement for both multimode and single-mode LAN/WAN fiber optic installations.

More information

StickIt! VGA Manual. How to install and use your new StickIt! VGA module

StickIt! VGA Manual. How to install and use your new StickIt! VGA module StickIt! VGA Manual How to install and use your new StickIt! VGA module XESS is disclosing this Document and Intellectual Property (hereinafter the Design ) to you for use in the development of designs

More information

SPP-100 Module for use with the FSSP Operator Manual

SPP-100 Module for use with the FSSP Operator Manual ` Particle Analysis and Display System (PADS): SPP-100 Module for use with the FSSP Operator Manual DOC-0199 A; PADS 2.8.2 SPP-100 Module 2.8.2 2545 Central Avenue Boulder, CO 80301 USA C O P Y R I G H

More information

Bringing an all-in-one solution to IoT prototype developers

Bringing an all-in-one solution to IoT prototype developers Bringing an all-in-one solution to IoT prototype developers W H I T E P A P E R V E R S I O N 1.0 January, 2019. MIKROE V E R. 1.0 Click Cloud Solution W H I T E P A P E R Page 1 Click Cloud IoT solution

More information

ConeXus User Guide. HHAeXchange s Communication Functionality

ConeXus User Guide. HHAeXchange s Communication Functionality HHAeXchange ConeXus User Guide HHAeXchange s Communication Functionality Copyright 2017 Homecare Software Solutions, LLC One Court Square 44th Floor Long Island City, NY 11101 Phone: (718) 407-4633 Fax:

More information

ANCHOR PRO. Version User Manual

ANCHOR PRO. Version User Manual S. K. Ghosh Associates Inc. Seismic and Building Code Consulting ANCHOR PRO Version 2.0.1 User Manual 334 East Colfax Street, Unit E 43 Vantis Drive Palatine, IL 60067 Aliso Viejo, CA 92656 Ph: (847) 991-2700

More information

Back Beat Bass. from Jazz to Rockabilly

Back Beat Bass. from Jazz to Rockabilly Back Beat Bass from Jazz to Rockabilly 2013 Hans Adamson, p 2013 Hans Adamson. All rights reserved. Art Vista is a trademark of Art Vista Productions. No part of the Licensed Material (as this term is

More information

HYPNOTIC WRITING How to Seduce and Persuade Customers with Only Your Words JOE VITALE John Wiley & Sons, Inc.

HYPNOTIC WRITING How to Seduce and Persuade Customers with Only Your Words JOE VITALE John Wiley & Sons, Inc. HYPNOTIC WRITING How to Seduce and Persuade Customers with Only Your Words JOE VITALE John Wiley & Sons, Inc. The principles of hypnosis when applied to copywriting add a new spin to selling. Joe Vitale

More information

Cisco StadiumVision Defining Channels and Channel Guides in SV Director

Cisco StadiumVision Defining Channels and Channel Guides in SV Director Cisco StadiumVision Defining Channels and Channel Guides in SV Director Version 2.3 March 2011 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Kaleidescape Co-Star for Lumagen

Kaleidescape Co-Star for Lumagen Kaleidescape Co-Star for Lumagen Installation Guide The Co-Star solution allows a Strato movie player to present a unified onscreen library that includes all of a Kaleidescape customer s movies from DVD

More information

SIDRA INTERSECTION 8.0 UPDATE HISTORY

SIDRA INTERSECTION 8.0 UPDATE HISTORY Akcelik & Associates Pty Ltd PO Box 1075G, Greythorn, Vic 3104 AUSTRALIA ABN 79 088 889 687 For all technical support, sales support and general enquiries: support.sidrasolutions.com SIDRA INTERSECTION

More information

FOTS100 User Manual. BIOPAC Systems, Inc. Opsens Inc. 42 Aero Camino, Goleta, CA Tel (805) , Fax (805)

FOTS100 User Manual. BIOPAC Systems, Inc. Opsens Inc. 42 Aero Camino, Goleta, CA Tel (805) , Fax (805) FOTS100 User Manual BIOPAC Systems, Inc. 42 Aero Camino, Goleta, CA 93117 Tel (805) 685-0066, Fax (805) 685-0067 WWW.BIOPAC.COM 1 WARRANTY All products manufactured by Opsens inc. are warranted to be free

More information

CAT USER MANUAL.

CAT USER MANUAL. CAT5 500 USER MANUAL www.gefen.com Technical Support: Telephone (88) 77-900 (800) 545-6900 Fax (88) 77-90 Technical Support Hours: 8:00 AM to 5:00 PM Monday thru Friday. Write To: Gefen Inc. C/O Customer

More information

ANN HANDLEY AND C.C. CHAPMAN

ANN HANDLEY AND C.C. CHAPMAN HOW TO CREATE KILLER BLOGS, PODCASTS, VIDEOS, E-BOOKS, WEBINARS (AND MORE) THAT ENGAGE CUSTOMERS AND IGNITE YOUR BUSINESS Revised and Updated ANN HANDLEY AND C.C. CHAPMAN Copyright 2012 by Ann Handley

More information

CN12 Technical Reference Guide. CN12 NTSC/PAL Camera. Technical Reference Guide PCB Rev

CN12 Technical Reference Guide. CN12 NTSC/PAL Camera. Technical Reference Guide PCB Rev CN12 NTSC/PAL Camera Technical Reference Guide PCB Rev 1.0 www.soc-robotics.com Copyright 2010. SOC Robotics, Inc. 1 Manual Rev 0.90 Warranty Statement SOC Robotics warrants that the Product delivered

More information

Polaris PowerPAC Children s Edition Guide

Polaris PowerPAC Children s Edition Guide Polaris PowerPAC Children s Edition Guide Copyright 2012 by Polaris Library Systems This document is copyrighted. All rights are reserved. No part of this document may be photocopied or reproduced in any

More information

ivw-ud322 / ivw-ud322f

ivw-ud322 / ivw-ud322f ivw-ud322 / ivw-ud322f Video Wall Controller Supports 2 x 2, 2 x 1, 3 x 1, 1 x 3, 4 x 1 & 1 x 4 Video Wall Array User Manual Rev. 1.01 i Notice Thank you for choosing inds products! This user manual provides

More information

TelePresence Cisco TelePresence Synch with Edge95MXP - Troubleshooting

TelePresence Cisco TelePresence Synch with Edge95MXP - Troubleshooting TelePresence Cisco TelePresence Synch with Edge95MXP - Troubleshooting THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION,

More information

Table of Contents. iii

Table of Contents. iii Rental Table of Contents Introduction... 1 Technical Support... 1 Overview... 2 Getting Started... 3 Inventory Folders for Rental Items... 3 Rental Service Folders... 3 Equipment Inventory Folders...

More information

Printed Documentation

Printed Documentation Printed Documentation Table of Contents INTRODUCTION... 1 Technical Support... 1 Overview... 2 GETTING STARTED... 3 Inventory Folders for Rental Items... 3 Rental Service Folders... 4 Equipment Inventory

More information

There are three categories of unique transitions to choose from, all of which can be found on the Transitions tab:

There are three categories of unique transitions to choose from, all of which can be found on the Transitions tab: PowerPoint 2013 Applying Transitions Introduction If you've ever seen a PowerPoint presentation that had special effects between each slide, you've seen slide transitions. A transition can be as simple

More information

Housing Inventory Setup Guide

Housing Inventory Setup Guide The following guide should allow users with residential programs to become more familiar with the inventory setup and maintenance functions within the PA HMIS/Client Track system. This guide will walk

More information

Econami Digital Sound Decoder Steam Quick Start Guide Software Release 1.3

Econami Digital Sound Decoder Steam Quick Start Guide Software Release 1.3 Econami Digital Sound Decoder Steam Quick Start Guide Software Release 1.3 Previous software versions included Notice The information in this document is subject to change without notice. SoundTraxx (Throttle

More information

DP Tuner 80 Remote Control Software User Manual. Version:08 Issue Date:May 10, 2018

DP Tuner 80 Remote Control Software User Manual. Version:08 Issue Date:May 10, 2018 DP Tuner 80 Remote Control Software User Manual Version:08 Issue Date:May 10, 2018 Copyright Information Copyrights Lumens Digital Optics Inc. All rights reserved. Lumens is a registered trademark of Lumens

More information

for the Epson Stylus Pro 4000 User s Guide

for the Epson Stylus Pro 4000 User s Guide for the Epson Stylus Pro 4000 User s Guide All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical,

More information

Visual Guide to Elliott Wave Trading

Visual Guide to Elliott Wave Trading Visual Guide to Elliott Wave Trading Since 1996, Bloomberg Press has published books for finance professionals on investing, economics, and policy affecting investors. Titles are written by leading practitioners

More information

Multi-Media Card (MMC) DLL Tuning

Multi-Media Card (MMC) DLL Tuning Application Report Multi-Media Card (MMC) DLL Tuning Shiou Mei Huang ABSTRACT This application report describes how to perform DLL tuning with Multi-Media Cards (MMCs) at 192 MHz (SDR14, HS2) on the OMAP5,

More information

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide

5620 SAM SERVICE AWARE MANAGER MPTGS Driver Version Guide 5620 SAM SERVICE AWARE MANAGER 9500 MPTGS Driver Version 2.1.0 Guide 3HE-10851-AAAB-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company

More information

X-Sign 2.0 User Manual

X-Sign 2.0 User Manual X-Sign 2.0 User Manual Copyright Copyright 2018 by BenQ Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system or translated

More information

SwiftMix Automation Safety

SwiftMix Automation Safety Operations Manual SwiftMix TM Automation Thank you for your purchase of the SwiftMix automation for the 5088 console. Everyone at Rupert Neve Designs hopes you enjoy using this tool as much as we have

More information

FTC AGL System Controller Reference Manual Part Number

FTC AGL System Controller Reference Manual Part Number SERIAL NUMBER FTC 190-1 AGL System Controller Reference Manual Part Number 7911901 Flash Technology, 332 Nichol Mill Lane, Franklin, TN 37067 (615) 261-2000 Front Matter Abstract This manual contains information

More information

VJ 6040 UHF Chip Antenna for Mobile Devices

VJ 6040 UHF Chip Antenna for Mobile Devices End of Life Last Available Purchase Date: 2-Aug-217 VJ 64 UHF Chip Antenna for Mobile Devices VJ 64 The company s products are covered by one or more of the following: WO5262 (A1), US2833 (A1), US283575

More information

Composite Extender USER MANUAL.

Composite Extender USER MANUAL. Composite Extender USER MANUAL www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM Monday thru

More information

MOB501. SAP Omnichannel Banking 8.3 SP01 PL03 Development COURSE OUTLINE. Course Version: 03 Course Duration: 4 Day(s)

MOB501. SAP Omnichannel Banking 8.3 SP01 PL03 Development COURSE OUTLINE. Course Version: 03 Course Duration: 4 Day(s) MOB501 SAP Omnichannel Banking 8.3 SP01 PL03 Development. COURSE OUTLINE Course Version: 03 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights

More information

May 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.5

May 2006 Edition /A. Getting Started Guide for the VSX Series Version 8.5 May 2006 Edition 3725-21286-008/A Getting Started Guide for the VSX Series Version 8.5 GETTING STARTED GUIDE FOR THE VSX SERIES Trademark Information Polycom, the Polycom logo design, and ViewStation are

More information

Application on Control Technology

Application on Control Technology Application on Control Technology Programming example in Ladder Logic Warranty, liability and support Note The application examples are not binding and do not claim to be complete regarding the circuits

More information

VGA to ADC Conversion Box

VGA to ADC Conversion Box VGA to ADC Conversion Box USER MANUAL www.gefen.com Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM Monday through Friday PST Write

More information

Negotiation Exercises for Journal Article Publishing Contracts and Scholarly Monograph Publishing Contracts

Negotiation Exercises for Journal Article Publishing Contracts and Scholarly Monograph Publishing Contracts University of Michigan Deep Blue deepblue.lib.umich.edu 2018-05-31 Negotiation Exercises for Journal Article Publishing Contracts and Scholarly Monograph Publishing Contracts Enriquez, Ana http://hdl.handle.net/2027.42/143861

More information

DVI to HD-SDI Conversion Box

DVI to HD-SDI Conversion Box DVI to HD-SDI Conversion Box USER MANUAL www.gefen.com ASKING FOR ASSISTANCE Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM Monday

More information

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide

5620 SERVICE AWARE MANAGER. NTP Driver Version Guide 5620 SERVICE AWARE MANAGER NTP Driver Version 1.0.0 Guide 3HE-11234-AAAA-TQZZA September 2016 5620 SAM Legal notice Nokia is a registered trademark of Nokia Corporation. Other products and company names

More information

MP-878D Series. Mini-PCI Video Capture Card. User s Manual

MP-878D Series. Mini-PCI Video Capture Card. User s Manual MP-878D Series Mini-PCI Video Capture Card User s Manual Edition Release Date 1.0 2007/01/25 1.1 2008/06/10 1.2 2008/09/22 1.3 2009/06/29 1.4 2014/06/04 Copyright Copyright 2008, all rights reserved. This

More information

RULES AND REGULATIONS

RULES AND REGULATIONS FILM FESTIVAL DU FILM 2013 RULES AND REGULATIONS ELIGIBLITY The festival is open to all emerging Canadian filmmakers. You must be a Canadian citizen or permanent resident. You must have been a student

More information

CI-218 / CI-303 / CI430

CI-218 / CI-303 / CI430 CI-218 / CI-303 / CI430 Network Camera User Manual English AREC Inc. All Rights Reserved 2017. l www.arec.com All information contained in this document is Proprietary Table of Contents 1. Overview 1.1

More information

Controls Indoor. SpaceWise DT. User manual

Controls Indoor. SpaceWise DT. User manual Controls Indoor SpaceWise DT User manual Table of Contents 1. Philips SpaceWise wireless technology DT introduction 3 2. Sensor coverage area 4 3. Philips Field App download and usage instructions 5 4.

More information

1:2 VGA Audio Over CAT5

1:2 VGA Audio Over CAT5 1:2 VGA Audio Over CAT5 EXT-COMPAUD-CAT5-142 User Manual www.gefen.com Technical Support: Telephone (818) 772-9100 (800) 545-6900 Fax (818) 772-9120 Technical Support Hours: 8:00 AM to 5:00 PM Monday thru

More information