Enhanced Grid & Tab Controls - Introduction

Slides:



Advertisements
Similar presentations
Introduci ng :. .NET Presentation Overview: Summary of.NET Benefits Software Architecture.NET Screens Overview The purpose of this presentation is to.
Advertisements

Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
Creating Reports and Forms Access – Lesson 4. Introduction Ability to present the data in attractive reports and forms Reports represent formatted printouts.
Intermediate Level Course. Text Format The text styles, bold, italics, underlining, superscript and subscript, can be easily added to selected text. Text.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Adv Graphical Enablement In this presentation… –Working with color schemes. –Working with newlook filters. –Tips to assist recognition of the iSeries 5250.
Pasewark & Pasewark 1 Access Lesson 4 Creating and Modifying Forms Microsoft Office 2007: Introductory.
Review of last session The Weebly Dashboard The Weebly Dashboard Controls your account and your sites Controls your account and your sites From here you.
Lesson 10: Working with Tables and Forms. Learning Objectives After studying this lesson, you will be able to:  Insert a table in a document  Modify,
XP Chapter 4 Succeeding in Business with Microsoft Office Access 2003: A Problem-Solving Approach 1 Collecting Data for Well-Designed Forms Chapter 4 “Making.
Advanced Integration - Grid Control In this presentation… –The enhanced Grid control. –Application integration. –New properties and events. –Connecting.
Chapter 6 Advanced Report Techniques
Microsoft Expression Web-Illustrated Unit I: Working with Tables.
Adobe Dreamweaver CS3 Revealed CHAPTER FIVE: USING HTML TABLES TO LAY OUT A PAGE.
CSS/417 Introduction to Database Management Systems Workshop 2.
Support.ebsco.com EBSCOhost Visual Search Tutorial.
1 Lesson 18 Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
S511 Session 7, IU-SLIS 1 DB Implementation: MS Access Forms.
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. ACCESS 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 7 – Adding and.
Basic education 1 1.Course Agenda 2.centric Features 3.Advanced Macro Programming 4.Scripting SessionWorkshop Course Agenda -Creating and using advanced.
Language Club KompoZer Design View. Files you will need  Images  pages  Templates  Text.
Key Applications Module Lesson 21 — Access Essentials
Implementation In this presentation… –Methodology –Software Development Life Cycle.
LINKS TO OBJECTIVES Multiple Worksheets Multiple Worksheets Move, Copy and Paste Cells Move, Copy and Paste Cells Split into Windows Freeze Panes Range.
Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition Lesson 19 Organizing and Enhancing Worksheets 1 Morrison / Wells / Ruffolo.
Advanced Tables Lesson 8. Objectives 1. Work with long tables. 2. Use advanced table-formatting options. 3. Change the size of tables. 4. Work with multiple.
Microsoft Access 2010 Chapter 8 Advanced Form Techniques.
Access Forms and Queries. Entering Data in Your Table  You can add data to your table in Datasheet view, by typing in the columns and rows.  This.
Chapter 2 – Introduction to the Visual Studio .NET IDE
Microsoft Access 2000 Presentation 3 Creating Databases Part II (Creating Forms)
Graphical Enablement In this presentation… –What is graphical enablement? –Introduction to newlook dialogs and tools used to graphical enable System i.
Microsoft ® Office Access ® 2007 Training Datasheets III: Make data easier to read by formatting columns and rows ICT Staff Development presents:
1 Lesson 13 Organizing and Enhancing Worksheets Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
Win32 Controls & ActiveX Integration In this presentation… –Introduction to the new Win32 controls. What they are? How they are enabled? Potential uses.
Introduction to KE EMu Unit objectives: Introduction to Windows Use the keyboard and mouse Use the desktop Open, move and resize a.
Prepared by the Academic Faculty Members of IT. Tables Creating Tables. Merging Cells. Splitting Cells. Sorting Tables. Performing Calculations.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
1 Word Processing Intermediate Using Microsoft Office 2000.
New Task Properties UI Change most tabs to Property/Value grids Provide option to dock Task Properties on the side (vertical layout) or on the bottom (horizontal.
Microsoft Excel Illustrated Introductory Workbooks and Preparing them for the Web Managing.
DB Implementation: MS Access Forms. MS Access Forms: Purpose Data entry, editing, & viewing data in Tables Forms are user-friendlier to end-users than.
Creating a Presentation
Maintaining a Database Using the Design and Update Features of Access
Microsoft Access 2007 – Level 2
Maintaining a Database
Practical Office 2007 Chapter 10
Formatting Worksheet Elements
Building a User Interface with Forms
Developing Forms and Subforms.
Chapter A - Getting Started with Dreamweaver MX 2004
Chapter 2 – Introduction to the Visual Studio .NET IDE
ICP Kit HHC Data Validation and Aggregation Module
Agenda: 10/05/2011 and 10/10/2011 Review Access tables, queries, and forms. Review sample forms. Define 5-8 guidelines each about effective form and report.
DB Implementation: MS Access Forms
Database Applications – Microsoft Access
Chapter 7 Advanced Form Techniques
Access Lesson 4 Creating and Modifying Forms
Chapter 4 Creating Reports and Forms
Microsoft Excel.
Word Lesson 7 Working with Documents
Chapter 2 – Introduction to the Visual Studio .NET IDE
Working Knowledge Training
DREAMWEAVER MX 2004 Chapter 3 Working with Tables
DB Implementation: MS Access Forms
Lesson 15 Working with Tables
Chapter 18 Finalizing a Database.
Lesson 19 Organizing and Enhancing Worksheets
Exploring Microsoft® Office 2016 Series Editor Mary Anne Poatsy
Unit J: Creating a Database
Presentation transcript:

Enhanced Grid & Tab Controls - Introduction In this presentation… The enhanced Grid control. newlook 8 functionality. Subfile recognition. Data sources. The Tab control Ease-of-use. Managing busy screens.

Enhanced Grid Control Enhanced Grid control Supports advanced refacing and new development. Extends existing 5250 support. Provides link to alternate data sources, e.g. databases loaded manually using script or macros. Removes constraints of 24x80 ‘green screen’. Grids can hold more information than typical ‘green screens’. Improves user productivity. Improves aesthetic appeal. Note: This session focuses on using the Grid in terms of 5250 support. centric and integration functionality is available and covered in the centric training

Enhanced Grid Control Enhanced Grid control (newlook) Automatically displays iSeries subfile data (5250). Displays data in a series of rows and columns. New Functionality New Row, Column, Cell objects. Use the Collections property to add columns. Resize grid columns (Developer & User). Sort columns (Developer & User). Re-order columns (in Designer only). Horizontal scrolling. Saves screen space. Grid Supports use of other controls. Use Designer to change field recognition, e.g. DateCombo, checkfield etc

Enhanced Grid Control Grid control properties (Designer) Appearance New Caption property. Set row colors. Hide or Show ColumnHeaders. Hide or Show Columns. Font appearance. Events OnLoadRecord. OnScroll. OnShowOptions. Collections

The Tab Control The Tab control Manage busy green screens – too much information on one screen. Split information onto several tabs. Saves screen space. Intuitive navigation. Improves screen look and feel.

The Tab Control The Tab control Overcomes the constraints of the traditional 24x80 ‘green screen’. Use the Collections property to create individual tabs. Simple to use. Use TabPages property to add individual tabs. Drag and drop screen controls/fields on to individual tabs.

Tab Control Tab control properties (Designer) Appearance Tab Style (normal/buttons/flat buttons). Set background Tab colors. Behaviour Alignment – Tab appear top or bottom. TakeFocusOnClick. Events OnClick. OnDblClick. Misc. TabPages – (Collections). Used to create individual tabs.

Tab Control Collections Definition Similar to array. Grouping of similar-type objects together. Used by: Grid controls for Columns. Tab controls for TabPages. TreeView controls for Nodes. ListView controls for Column Headers and List Items. Collections and their members can be accessed using macros and scripts.

Grid and Tab Control Summary The Grid provides increased functionality in terms of 5250 subfile recognition. You can now sort, reorder columns, resize columns and scroll through entries. Improved look and feel of the Grid. The Grid’s primary purpose is advanced refacing & new development. This means connecting the Grid to third party data source and retrieving live data (covered in Day 2). The Tab control is used to assist you in managing information intensive ‘green screens’. Removes 24x80 constraints. Use Tabs to split a busy ‘green screen’ into one with several tabs.

newlook 8 Training Workshop 4