Objective Grid User's Guide

Total Page:16

File Type:pdf, Size:1020Kb

Objective Grid User's Guide Objective Grid User’s Guide Stingray® Studio Version 11.2.0 OBJECTIVE GRID USER’S GUIDE THIS MANUAL © Copyright 1997-2014 Rogue Wave Software, Inc. All Rights Reserved. Rogue Wave and Stingray are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners. ACKNOWLEDGMENTS This documentation, and the information contained herein (the "Documentation"), contains proprietary information of Rogue Wave Software, Inc. Any reproduction, disclosure, modification, creation of derivative works from, license, sale, or other transfer of the Documentation without the express written consent of Rogue Wave Software, Inc., is strictly prohibited. The Documentation may contain technical inaccuracies or typo- graphical errors. Use of the Documentation and implementation of any of its processes or techniques are the sole responsibility of the client, and Rogue Wave Software, Inc., assumes no responsibility and will not be liable for any errors, omissions, damage, or loss that might result from any use or misuse of the Documentation ROGUE WAVE SOFTWARE, INC., MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THE DOCUMENTATION. THE DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ROGUE WAVE SOFTWARE, INC., HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS WITH REGARD TO THE DOCUMENTATION, WHETHER EXPRESS, IMPLIED, STATUTORY, OR OTHER- WISE, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NONINFRINGEMENT. IN NO EVENT SHALL ROGUE WAVE SOFTWARE, INC., BE LIABLE, WHETHER IN CONTRACT, TORT, OR OTHERWISE, FOR ANY SPE- CIAL, CONSEQUENTIAL, INDIRECT, PUNITIVE, OR EXEMPLARY DAMAGES IN CONNECTION WITH THE USE OF THE DOCUMENTATION. The Documentation is subject to change at any time without notice. ROGUE WAVE SOFTWARE, INC. Address: 5500 Flatiron Parkway, Boulder, CO 80301 USA Product Information: (303) 473-9118 (800) 487-3217 Fax: (303) 473-9137 Web: http://www.roguewave.com CONTENTS 1Chapter 1 Introduction to Objective Grid 1.1 Welcome to Objective Grid 1 1.2 Product Features 1 1.3 Supported Platforms 3 1.4 Location of Samples 4 1.5 Licensing Restrictions 4 1.5.1 Stingray Naming Conventions 4 1.5.2 File Redistribution 5 1.6 Getting Help 5 1.6.1 Documentation 5 PART I User’s Guide 2Chapter 2 Design Overview 2.1 Design Introduction 11 2.1.1 The Style Object 11 2.1.2 The Range Object 13 2.1.3 The Parameter Object 14 2.1.4 Conclusion 14 2.2 Styles Architecture 15 2.2.1 Style Implementation 15 2.2.2 CGXGridCore - Styles Interface 17 2.2.3 CGXStyle - Class Interface 18 2.3 Drawing and Updating 20 2.3.1 CGXGridCore - Commands Interface 22 Contents iii 2.3.2 Accessor Methods 23 2.3.3 CGXGridCore - Drawing Overridables 25 2.4 Control Architecture 26 2.4.1 Current Cell Interface 26 2.4.2 Current Cell Notifications 26 2.4.3 Predefined Controls 29 2.5 Browser Architecture 31 2.5.1 CGXBrowserGrid - Interface 31 2.5.2 ODBC Browser 33 2.5.3 ADO Browser 34 2.6 Formula Engine 35 2.6.1 Adding Formula Support to Your Application 35 2.6.2 Initializing the Grid With Data and Formulas 36 2.6.3 Changing Cell Data and Formulas at Run Time 36 2.7 Run-Time Initialization 39 2.8 Choosing Between Grid Types 42 3Chapter 3 Technical Overview 3.1 Introduction 45 3.2 Class Summary 46 3.3 Drawing Classes 47 3.3.1 CGXGridCore 47 3.3.2 CGXView 48 3.3.3 CGXGridView 48 3.3.4 CGXGridWnd 48 3.3.5 CGXGridHandleView 48 3.3.6 CGXGridHandleWnd 48 3.3.7 CGXGridHint 48 3.4 Control Classes 49 3.4.1 CGXControl 51 3.4.2 CGXBitmapButton 51 3.4.3 CGXCheckBox 51 3.4.4 CGXCheckBoxEx 51 3.4.5 CGXCheckListComboBox 52 3.4.6 CGXComboBox 52 3.4.7 CGXComboBoxWnd 52 3.4.8 CGXCurrencyEdit 53 3.4.9 CGXDateTimeCtrl 53 3.4.10 CGXEditControl 54 3.4.11 CGXHeader 54 iv 3.4.12 CGXHotSpotEdit 54 3.4.13 CGXListBox 55 3.4.14 CGXMaskControl 55 3.4.15 CGXPasswordControl 55 3.4.16 CGXProgressCtrl 55 3.4.17 CGXPushbutton 55 3.4.18 CGXRadioButton 56 3.4.19 CGXRadioButtonEx 56 3.4.20 CGXRichEditCtrl 57 3.4.21 CGXSpinEdit 57 3.4.22 CGXStatic 57 3.4.23 CGXTabbedComboBox 57 3.4.24 CGXTabbedComboBoxWnd 58 3.4.25 CGXVScrollEdit 58 3.4.26 CGXWndWrapper 58 3.4.27 CGXChild 59 3.4.28 CGXButton 59 3.4.29 CGXBitmapButtonChild 59 3.5 Style Classes 60 3.5.1 CGXStyle 60 3.5.2 CGXStylesMap 61 3.5.3 CGXStylesDialog 61 3.5.4 CGXStyleSheet 61 3.5.5 CGXFont, CGXBrush, CGXPen 61 3.5.6 CGXAbstractUserAttribute 61 3.5.7 CGXUserAttribute 61 3.6 Data Structures 62 3.6.1 CGXGridParam 63 3.6.2 CGXData 63 3.6.3 CGXProperties 63 3.6.4 CGXCommand 63 3.6.5 CGXAbstractControlFactory 63 3.6.6 CGXControlFactory 63 3.6.7 CGXGridDropTarget 64 3.6.8 CGXNoOleDataObjectProxy 64 3.6.9 CGXNoOleDataSourceProxy 64 3.6.10 CGXDisplayPropertiesDialog, CGXHeaderFooterDialog, CGXPrintPropertiesDialog 64 3.6.11 CGXRange 64 3.6.12 CGXRangeList 65 3.6.13 CGXPrintDevice 65 3.7 Browser Classes 66 3.7.1 CGXBrowserGrid 67 3.7.2 CGXBrowserView 67 3.7.3 CGXBrowserWnd 67 3.7.4 CGXBrowseParam 67 v 3.7.5 CGXDbParam 67 3.7.6 CGXDynamicRecordset 67 3.7.7 CGXODBCGrid 67 3.7.8 CGXRecordInfoBeam 68 3.7.9 CGXRecordInfoWnd 68 3.7.10 CGXRecordInfoSplitterWnd 68 3.7.11 CGXRecordView 68 3.7.12 CGXRecordWnd 68 3.7.13 CGXRecSetInfo 68 3.7.14 CGXAdoGrid 68 3.7.15 CGXAdoParam 69 3.7.16 CGXAdoRecordView 69 3.7.17 CGXAdoRecordWnd 69 3.8 Utility Classes 70 3.8.1 CGXDrawingAndFormatting 70 3.8.2 CGXLongOperation 70 3.8.3 CGXScrollTip 71 3.8.4 CGXSplitterWnd 71 3.8.5 CGXTabBeam 71 3.8.6 CGXTabInfo 71 3.8.7 CGXTabWnd 71 3.9 Formula Engine Classes 72 3.9.1 CGXFormulaSheet 72 3.9.2 CGXWorksheetFunctions 72 3.9.3 CGXDefaultWorksheetFunctions 72 3.9.4 CGXFormula 73 3.10 Plug-in Component Classes 74 3.10.1 CGXPluginComponent 74 3.10.2 CGXMouseWheelPlugin 74 3.10.3 CGXIntelliMousePlugin 74 3.10.4 CGXGridMouseWheelPlugin 75 3.10.5 CGXGridIntelliMousePlugin 75 3.10.6 CGXScrollTipPlugin 75 3.10.7 CGXCellTipPlugin 75 4Chapter 4 Getting Started 4.1 Creating a Starter Application 77 4.1.1 Using the Objective Grid Static Libraries 77 4.1.2 Using the Objective Grid Extension DLLs 78 4.1.3 Converting an Application to Use the Objective Grid Extension DLL 78 4.2 Using Objective Grid in a Dialog Box 79 4.2.1 Objective Grid vs. ActiveX Controls 79 4.2.2 Using Objective Grid in a Dialog Template 79 vi 4.2.3 Troubleshooting 81 4.3 Miscellaneous Tips 82 4.3.1 Checklist for Build Configurations 82 4.3.2 Objective Grid and VC++ 83 4.3.3 Objective Grid and Windows Look and Feel 84 4.4 Using Objective Grid in a WinForm 86 4.4.1 Direct Use of Objective Grid in a WinForm 86 4.4.2 Use of Objective Grid in a .NET Control 87 5Chapter 5 Using Objective Grid 5.1 Cell Value 91 5.1.1 Filling the Grid with Values 91 5.1.2 Getting Values from the Grid 92 5.1.3 Clearing Cell Values 93 5.2 Cell Attributes 94 5.2.1 Reusing Style Objects 94 5.2.2 Disabled and Read-Only Cells 94 5.2.3 Covered Cells 96 5.2.4 Floating Cells 96 5.2.5 Merged Cells 97 5.2.6 Registration and Usage of Base Styles 99 5.2.7 Registration and Usage of User Attributes 101 5.3 Controls 104 5.3.1 Registration and Usage of Controls 104 5.4 Columns and Rows 105 5.4.1 Column and Row Count 105 5.4.2 Column and Row Sizing 106 5.4.3 Hidden Columns and Rows 107 5.4.4 Frozen Columns and Rows 108 5.5 Cell and Window Coordinates 110 5.5.1 Cell Coordinates 110 5.5.2 Window Coordinates 111 5.5.3 Hit-Testing 113 5.6 Grid Lines 114 5.6.1 Grid Line Drawing 114 5.7 Events 115 5.7.1 Keyboard Events 115 5.7.2 Keyboard Shortcuts 116 vii 5.8 Deriving a Grid 117 5.9 Virtual Grids 118 5.9.1 Supplying Data 118 5.9.2 Storing Data 120 5.10 Formula Support 121 5.11 Undo and Redo 121 5.11.1 CGXGridCore - Undo/Redo interface 121 5.11.2 Transaction-Like Blocks of Commands 122 5.11.3 Long Operations 122 5.12 Sorting 125 5.12.1 Basic Sorting 125 5.12.2 Natural Sorting 125 5.12.3 Sorting Example 126 5.13 Pre-Built Dialogs for Accessing Objective Grid Objects 126 5.13.1 Display Settings Dialog 126 5.13.2 Header / Footer Dialog 129 5.13.3 Page Setup Dialog 131 5.14 Number Formatting 133 5.14.1 Value Types 133 5.14.2 Formatting Number Values for Static Cells 133 5.14.3 Recognizing Locale Settings in Static Formatting 136 5.15 Miscellaneous 138 5.15.1 Using CGXDrawingAndFormatting 138 5.15.2 IntelliMouse Support 139 5.15.3 Rotated Text in Cells 140 5.15.4 Character Sets 140 5.15.5 Direct Copying and Moving of Cells 141 5.15.6 AutoScrolling 141 5.15.7 OLE Drag and Drop Integration 142 5.15.8 Scroll Tip Support 143 5.15.9 CellTip Support 143 5.16 Tools 143 5.16.1 Objective Grid Designer 143 5.16.2 Stingray AppWizard 150 6Chapter 6 Reducing the Size of Your Application 6.1 How Objective Grid Affects the Size of Your Application 155 6.1.1 Using Objective Grid As a Shared DLL 155 6.1.2 Linking Objective Grid Statically 156 viii 6.2 The Control Factory Class 157 6.2.1 Registration of Cell Types 157 6.2.2 Registration of Concrete Implementations for Grid Features 158 6.2.3 Registration of Window Classes 159 6.3 The Build Wizard 161 6.3.1 DLL Naming 162 6.3.2 Building the Libraries 162 6.4 Component Reference 163 6.4.1 Control Factory Class 163 6.4.2 Library Linking 176 6.4.3 Resources 180 6.4.4 A Note On the Implementation 180 7Chapter 7 1stGrid Tutorial 7.1 Introduction 183 7.2 1stGrid - Step 1 185 7.2.1 Create a New 1stGrid Project 185 7.2.2 1stGrid AppWizard Options 186 7.2.3 1stGrid Project Settings 186 7.2.4 Modify 1stGrid's stdafx.h 187 7.2.5 Include Objective Grid Resources in 1stGrid 188 7.2.6 Modify the 1stGrid Application Implementation File 190 7.2.7 Modify 1stGrid View's Header File 190 7.2.8 Modify 1stGrid View's Implementation File
Recommended publications
  • Designing a User Interface for Musical Gameplay
    Designing a User Interface for Musical Gameplay An Interactive Qualifying Project submitted to the faculty of WORCESTER POLYTECHNIC INSTITUTE in partial fulfillment of the requirements for the Degree of Bachelor of Science Submitted by: Tech Side: Hongbo Fang Alexander Guerra Xiaoren Yang Art Side: Kedong Ma Connor Thornberg Advisor Prof. Vincent J. Manzo Abstract A game is made up of many components, each of which require attention to detail in order to produce a game that is enjoyable to use and easy to learn. The graphical user interface, or GUI, is the method a game uses to communicate with the player and has a large impact on the gameplay experience. The goal of this project was to design a GUI for a music oriented game that allows players to construct a custom instrument using instruments they have acquired throughout the game. Based on our research of GUIs, we designed a prototype in Unity that incorporates a grid system that responds to keypress and mouse click events. We then performed a playtest and conducted a survey with students to acquire feedback about the simplicity and effectiveness of our design. We found that our design had some confusing elements, but was overall intuitive and easy to use. We found that facilitation may have impacted the results and should be taken into consideration for future development along with object labeling and testing sample size. 1 Acknowledgements We would like to thank Professor Vincent Manzo for selecting us to design an important feature of his game and for is support and encouragement throughout the duration of the project.
    [Show full text]
  • Android Code Libraries and Tutorials That Are Available for Free on the Web
    Overview: My proposed organizing system is a library for customizable Android code. As an Android developer I use many libraries to develop applications (specifically utility applications). However I’ve been frustrated by the fact that I couldn’t find any organizing systems that had organized existing android libraries on the web and had an intuitive user interface. To overcome this I’ve had to use different websites such as Google Search, Google Forums, Stack Overflow and recommendations from friends to figure out what libraries are best to use. Domain: Java code running on Android SDK. Scope: An organizing system for customizable Android libraries. Scale: All free Android code libraries and tutorials that are available for free on the web. Tags: # Hyponymy/Hyperonymy (5.4.1.1), # Hierarchical Classification, # Structure (5.5.3) for intuitive user interface. 5 dimensions of an organizing system 1. What is being organizing: My proposed organizing system will organize any customizable Android library and tutorial that is available for free on the Internet. These resources are mainly in Github. Github resources show the list of available folders and usually a short tutorial of what elements of the code are customizable. However in many instances the resources may be a website solely dedicated to a particular code (for instance push notification) or a site which has 5-10 Android specific libraries made by a developer and available for download. These websites have their unique structure but can be extremely valuable resources for finding free code to use. Many of these resources have a limited useful life timeline as they may only be compatible with a certain version of Android SDK for instance a code library may be compatible with Android 4.2 and when a new update for Android operating systems comes out the library may no longer be compatible.
    [Show full text]
  • ACE-2019-Query-Builder-And-Tree
    Copyright © 2019 by Aras Corporation. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, V1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/). Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder. Distribution of the work or derivative of the work in any standard (paper) book form for a commercial purpose is prohibited unless prior permission is obtained from the copyright holder. Aras Innovator, Aras, and the Aras Corp "A" logo are registered trademarks of Aras Corporation in the United States and other countries. All other trademarks referenced herein are the property of their respective owners. Microsoft, Office, SQL Server, IIS and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Notice of Liability The information contained in this document is distributed on an "As Is" basis, without warranty of any kind, express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose or a warranty of non-infringement. Aras shall have no liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the information contained in this document or by the software or hardware products described herein. Copyright © 2019 by Aras Corporation. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, V1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/).
    [Show full text]
  • Using the Custom Database in Morningstar Direct
    Using the Custom Database in Morningstar Direct Onboarding Guide Direct Copyright © 2020 Morningstar, Inc. All rights reserved. The information contained herein: (1) is proprietary to Morningstar and/or its content providers; (2) may not be copied or distributed; (3) is not warranted to be accurate, complete or timely; and (4) does not constitute advice of any kind. Neither Morningstar nor its content providers are responsible for any damages or losses arising from any use of this information. Any statements that are nonfactual in nature constitute opinions only, are subject to change without notice, and may not be consistent across Morningstar. Past performance is no guarantee of future results. Morningstar Direct January 2020 © 2020 Morningstar. All Rights Reserved. Contents Overview . 4 Understanding Basic Information about the Custom Database . 5 Overview . 5 Where is the Custom Database found? . 5 Where can custom data points be used in Morningstar Direct?. 5 What types of custom data points can be created? . 6 Creating and Assigning Values to Custom Data Points. 7 Overview . 7 Exercise 1: Create discrete custom data. 8 Exercise 2: Manually input values for custom data points . 10 Exercise 3: Import data for discrete data points. 12 Exercise 4: Create custom time series data points. 17 Exercise 5: Input data for time series custom data points. 19 Exercise 6: Import data for custom time series data points. 21 Exercise 7: Add a custom Composition data point. 24 Exercise 8: Enter data for a Composition custom data point . 26 Leveraging Custom Data in Other Modules . 30 Overview . 30 Exercise 9: View custom data in the Workspace module.
    [Show full text]
  • Mxmc Tutorial EN
    Tutorial MxManagementCenter V1.8-001_EN_06/2018 Beyond Human Vision MxManagementCenter Tutorial MOBOTIX Seminars MOBOTIX offers inexpensive seminars that include a workshop and practicalexercises. For more information, visit www.mobotix.com > Support > Trainings. Copyright Information All rights reserved. MOBOTIX, the MX-Logo, MxManagementCenter, MxControlCenter, MxEasy and MxPEG are trademarks of MOBOTIX AG registered in the European Union, the U.S.A., and other countries. Microsoft, Windows and Windows Server are registered trademarks of Microsoft Corporation. Apple, the Apple logo, Macintosh, OS X, iOS, Bonjour, the Bonjour logo, the Bonjour icon, iPod and iTunes are trademarks Marken von Apple Inc. iPhone, iPad, iPad mini and iPod touch are Apple Inc. trafemarks. All other marks and names mentioned herein are trademarks or registered trademarks of the respective owners. Copyright © 1999-2018, MOBOTIX AG, Langmeil, Germany. Information subject to change without notice! 2 Contents 1 Basics 6 1.1 General Structure of the Views 6 1.2 Camera Groups 8 1.3 Camera Group Bar and Camera Bar 10 1.4 Alarm Bar 12 1.5 Grid View 14 1.6 Graphic View 16 1.7 Working With Different Network Environments 18 1.8 Licensing 20 2 Highlights 22 2.1 Unique Usability Concept 22 2.2 Camera Groups 28 2.3 Staying Informed Everywhere and in All Views 30 2.4 Convenient Search and Analysis in Player Means Fast Results 32 2.5 Grid Playback – Investigating Entire Camera Groups 34 2.6 Access to Stored Images – Easily Customized 35 2.7 Instant-Player – Research from Anywhere
    [Show full text]
  • SARS Anywhere
    SARS Anywhere SCHEDULING AND REPORTING SYSTEM USER MANUAL © 2015 by SARS Software Products, Inc. All rights reserved. COPYRIGHT Copyright © 2015 SARS Software Products, Inc. All rights reserved. Portions of the software described in this document copyright © Microsoft Corporation. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license agreement or nondisclosure agreement. The software may be used or copied only in accordance with the terms of those agreements. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or any means electronic or mechanical, including photocopying and recording for any purpose other than the purchaser’s personal use without the written permission of SARS Software Products, Inc. SARS Software Products, Inc. San Rafael, California 94901 www.sarsgrid.com TRADEMARKS Microsoft, Windows, Visual Basic, and Access are trademarks or registered trademarks of Microsoft Corporation. GoToAssist is a trademark or a registered trademark of Citrix Systems, Inc. Other product names mentioned in this manual may be trademarks or registered trademarks of their respective companies and should be noted as such. 1/2015 SARS ANYWHERE USER MANUAL TABLE OF CONTENTS Section 1 Introduction 1.0 Overview 1.1 Log in to SARS Anywhere 1.2 Enter Account Information 1.3 Change a Password 1.4 Logout of SARS Anywhere Section 2 THE GRID 2.0 Overview of THE GRID 2.1 Navigate THE GRID Section 3 MY GRID
    [Show full text]
  • Enhancements in Aras Innovator 12.0 SP4
    Aras Innovator 12.0 SP4 Enhancements and Fixed Issues Enhancements in Aras Innovator 12.0 SP4 Tree Grid View Auto-Expand Tree Grid View on Refresh: Users can configure Tree Grid View (TGV) definitions to automatically expand the tree on Refresh. If a Tree Grid View is configured to auto-expand, the tree will expand whenever refresh is called. Actions such as opening the associated tab, clicking Apply on Display Settings, Refresh, Save, Edit, Done, and Create New Revision automatically expand the TGV. Save Layout Command Save Layout: The Display menu in both the main and relationship search toolbars includes the Save Layout command. It replaces the previous practice of automatically saving settings on logout. This command enables you to save the current search grid state. In the main search grid you can specify which columns are visible/hidden, the column order and width, which columns you want to freeze, and preview mode in the main Search grid. In the Relationship search grid, the redline mode, page size, and max records features are available. Setting are saved per user and ItemType. They are restored when you re- open a search grid for the same ItemType. Improved Vertical Scrolling in Item View Accordions “Sticky” Vertical scrollbar: Item views consisting of forms and standard relationship grids now include a single vertical scrollbar that provides a unified scrolling experience across all content in the item view. Create New Command in Main Search Toolbar Create New button: The Create New button has been added on the right side of the main search toolbar for easy access to create new items of the same ItemType.
    [Show full text]
  • Fortisoar User Guide
    User Guide FortiSOAR 7.0.0 FORTINET DOCUMENT LIBRARY https://docs.fortinet.com FORTINET VIDEO GUIDE https://video.fortinet.com FORTINET BLOG https://blog.fortinet.com CUSTOMER SERVICE & SUPPORT https://support.fortinet.com FORTINET TRAINING & CERTIFICATION PROGRAM https://www.fortinet.com/support-and-training/training.html NSE INSTITUTE https://training.fortinet.com FORTIGUARD CENTER https://www.fortiguard.com END USER LICENSE AGREEMENT https://www.fortinet.com/doc/legal/EULA.pdf FEEDBACK Email: [email protected] April, 2021 FortiSOAR 7.0.0 User Guide 00-400-000000-20210106 TABLE OF CONTENTS Change Log 7 Overview 8 Logging on to FortiSOAR 8 User Profile 9 Authentication 10 2-Factor 11 Notifications 11 Theme Settings 11 History 11 Audit Logs 11 Regenerating your password 12 Feature Tour 13 Working in FortiSOAR 13 Navigation 13 Searching 13 Adding Records 14 Editing 14 Modules & Models 15 Linking 15 Automation 16 Access Control 16 Live UI - Web Sockets 16 Searches and Filters 18 Global Search 18 Keyword Search 18 Search Results 20 Authorization 21 Searching Record Contents 21 Searching File Attachments 22 List Search 22 Keyword Search 22 Search Results 22 FortiSOAR Search Errors 23 Filtering Records 23 Dashboards, Templates, and Widgets 29 Overview 29 Dashboards 29 Templates 29 Widgets 29 Using Dashboards 29 For Users 30 For Administrators 30 Process of creating or editing dashboards 31 Permissions required for modifying dashboards 31 FortiSOAR 7.0.0 User Guide 3 Fortinet Technologies Inc. Users: Working with dashboards 32 Administrators:
    [Show full text]
  • V9 User Manual (PDF)
    This section of the manual gives a basic introduction to AB Tutor, and describes some of the concepts, such as network layout and passwords. AB Tutor manual Introduction What is AB Tutor? Basic ABT setup Advanced setup options Introduction to passwords Startup passwords Connection password Startup switches Introduction What is AB Tutor? AB Tutor is a networked classroom, instruction, monitoring and teaching tool that lets you train students in a networked classroom or lab, simply, effectively, at a very affordable price. Teachers, trainers and administrators can use the software to easily control, manage, monitor and support their students. This is a list of the key features of AB Tutor Cross platform Windows central server Windows and Mac tutor applications Windows and Mac client applications Computer Monitoring Real-time remote screen watch Simultaneous watch by multiple tutors Network efficient sizeable thumbnail views, with changeable refresh times Create different thumbnail arrangements for each group Monitor running applications and files Identify what site/file the student is working on Monitor and log student activity (applications, printing, websites and keystrokes) Take time and name-stamped snapshots of student activity Record and play back student screen activity Live search for users/computers Monitor multiple class groups simultaneously Keyword Notification Inform tutor when specific keywords are typed Automatically take snapshots of violations Trigger remote screen recording upon violation View and export all violations
    [Show full text]
  • Gen 2 User Guide Elcome to Fetch
    Gen 2 User Guide Welcome to Fetch Welcome to Fetch 3 Handy Tips 4 Watching Live TV 6 Using the TV Guide 8 Recording TV 10 Managing your Recordings 13 Watching Catch-Up TV on TV 17 Watching shows from the TV Store 18 Adding more Channels 20 Watching Movies 22 Watching Netflix and other apps on TV 25 Using My Media Hub 27 Settings including Parental controls 28 The Remote Control 30 2 Welcome to Fetch Welcome to Fetch, your one-stop non-stop world of entertainment. This user guide shows you tips and tricks to help you get the most out of your service, so you can enjoy all your entertainment in one place. Home screen Everything you do on Fetch starts from this Main Menu screen. Press on your Fetch remote control to bring up the main menu. 3 1 Handy Tips Here are a few handy tips to get you started. Most used buttons Tips Brings up the main menu from any screen. Use to navigate anywhere on Fetch. Press to select. Press to show on screen shortcuts. Go back to previous screen by pressing . • You can also navigate Fetch from your mobile phone or tablet if you’ve installed the Fetch mobile app (Page 28). Shortcuts • You can set up your remote to control your TV via the Universal Remote Set Up (Page 31). • Using your PIN. Various functions, including anything that Shortcuts are available on most screens. requires a purchase, prompts you to enter a PIN. (You may They tell you how to use the buttons on your want to keep this a secret from your children).
    [Show full text]
  • Aras Innovator 12 Tree Grid View Administrator Guide
    Aras Innovator 12 Tree Grid View Administrator Guide Document #: 12.0.02019052001 Last Modified: 5/12/2020 Aras Innovator 12 Tree Grid View Administrator Guide Copyright Information Copyright © 2020 Aras Corporation. All Rights Reserved. Aras Corporation 100 Brickstone Square Suite 100 Andover, MA 01810 Phone: 978-806-9400 Fax: 978-794-9826 E-mail: [email protected] Website: https://www.aras.com Notice of Rights Copyright © 2020 by Aras Corporation. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, V1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/). Distribution of substantively modified versions of this document is prohibited without the explicit permission of the copyright holder. Distribution of the work or derivative of the work in any standard (paper) book form for commercial purposes is prohibited unless prior permission is obtained from the copyright holder. Aras Innovator, Aras, and the Aras Corp "A" logo are registered trademarks of Aras Corporation in the United States and other countries. All other trademarks referenced herein are the property of their respective owners. Notice of Liability The information contained in this document is distributed on an "As Is" basis, without warranty of any kind, express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose or a warranty of non- infringement. Aras shall have no liability to any person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectly by the information contained in this document or by the software or hardware products described herein.
    [Show full text]
  • Medidata Rave Reports
    MTN-036 Medidata Rave Training SCHARP Tanya Harrell & Jen Berthiaume Presentation Overview Medidata Navigation, Functionality, and Features Query management SCHARP Data Reviews and PPD monitoring in Rave Study-specific considerations in Rave Resources 2 Rave Navigation Accept MTN-036 production database invitation Once in the iMedidata Portal, select the MTN 036 study. Do Not select the MTN 036 TRAIN study. • e-Learnings are located on the right side under the “Task” pane. Rave Navigation Once the MTN-036 Production database is selected, you may be prompted to select your Role before your home page displays. Rave Navigation: Site Home Page CRS Task Summary Icons within Rave Data Entry Icons 13 eCRF Workflow within Rave Complete - Data Form data IoR Form PPD Form Clean Signature Lock never entry and monitor touched query verification resolution Task Summary • Shows any pending tasks associated with the study based on user role • Pending tasks are items needing prompt attention: – Requiring signatures – Non-conformant data – Open queries – Overdue data • Site and Participant level Task Summary: Site Level www.imedidata.com Participant Grid View The Participant Grid View: – Displays participant folders and forms in a grid format – Provides the status of specific forms – Allows authorized Rave users to quickly perform activities such a freeze, sign-off, verify, and sign-off on multiple forms – E.g., Investigator role can quickly sign-off on multiple eCRFs for a given participant at the same time www.imedidata.com Participant Grid View – Investigator Role Electronic form sign-off by the Site Investigator (IoR) to verify the completeness and accuracy of the study data should occur after all queries have been resolved on the form and prior to database lock as the study approaches close out and completion.
    [Show full text]